File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
components/src/MessageBar Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 88 include :
99 - script : " yarn run-p -c lint:css lint:es"
1010 name : ESLint & Stylelint
11+ - script : " yarn build"
12+ name : " Build: Babel, Typescript (lib/*.d.ts)"
1113 - script : " yarn test"
12- before_script : " yarn build"
13- name : " Babel, Typescript (lib/*.d.ts) & Tests"
14+ name : " Jest Test Suite"
1415 - script : " yarn workspace www build"
1516 name : " Gatsby"
1617
Original file line number Diff line number Diff line change 2424
2525 */
2626
27- import { CompatibleHTMLProps , TypographyProps } from '@looker/design-tokens'
27+ import {
28+ CompatibleHTMLProps ,
29+ omitStyledProps ,
30+ TypographyProps ,
31+ } from '@looker/design-tokens'
2832import React , { forwardRef , Ref } from 'react'
2933import styled from 'styled-components'
30- import { omitStyledProps } from '@looker/design-tokens'
3134import { IconButton } from '../Button'
3235import { SimpleLayoutProps , simpleLayoutCSS } from '../Layout/utils/simple'
3336import { getIntentLabel , Status } from '../Status'
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import styled from 'styled-components'
2828import {
2929 Select ,
3030 Heading ,
31- LocaleCodes ,
3231 DateFormat ,
3332 InputDateRange ,
3433 Popover ,
@@ -164,11 +163,7 @@ export const InputDateRangeDemo: FC = () => {
164163 </ SelectedDateWrapper >
165164 </ HeadingGrid >
166165 < div >
167- < InputDateRange
168- onChange = { setLocalizedDate }
169- locale = { locale as LocaleCodes }
170- key = { locale }
171- />
166+ < InputDateRange onChange = { setLocalizedDate } />
172167 </ div >
173168 </ div >
174169 < div >
You can’t perform that action at this time.
0 commit comments