@indico-data/design-system 2.1.3 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/build/generated/iconTypes.d.ts +2 -0
- package/lib/index.css +37 -0
- package/lib/index.d.ts +11 -1364
- package/lib/index.esm.css +37 -0
- package/lib/index.esm.js +28288 -12273
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +28289 -12276
- package/lib/index.js.map +1 -1
- package/lib/{components → src/components}/button/types.d.ts +1 -1
- package/lib/src/components/icons/Icon.d.ts +4 -0
- package/lib/src/components/icons/Icon.stories.d.ts +10 -0
- package/lib/src/components/icons/index.d.ts +1 -0
- package/lib/src/components/icons/types.d.ts +10 -0
- package/lib/{components → src/components}/index.d.ts +1 -0
- package/lib/src/index.d.ts +8 -0
- package/lib/{legacy → src/legacy}/components/Toggle/Toggle.d.ts +2 -1
- package/lib/src/legacy/components/Toggle/Toggle.stories.d.ts +21 -0
- package/lib/{legacy → src/legacy}/components/index.d.ts +0 -1
- package/lib/{legacy → src/legacy}/components/inputs/NoInputDatePicker/NoInputDatePicker.d.ts +2 -1
- package/lib/{legacy → src/legacy}/components/loading-indicators/CircleSpinner/CircleSpinner.d.ts +3 -4
- package/lib/src/legacy/components/text-truncate/TextTruncate.test.d.ts +1 -0
- package/lib/src/types.d.ts +12 -0
- package/package.json +17 -14
- package/rollup.config.mjs +2 -2
- package/scripts/generateIconTypes.js +50 -0
- package/src/components/button/Button.tsx +1 -2
- package/src/components/button/types.ts +2 -1
- package/src/components/icons/Icon.mdx +49 -0
- package/src/components/icons/Icon.stories.tsx +248 -0
- package/src/components/icons/Icon.tsx +45 -0
- package/src/components/icons/__tests__/Icon.test.tsx +104 -0
- package/src/components/icons/index.ts +1 -0
- package/src/{legacy/components/Icon → components/icons}/indicons.tsx +17 -17
- package/src/components/icons/styles/Icon.scss +23 -0
- package/src/components/icons/types.ts +12 -0
- package/src/components/index.ts +1 -0
- package/src/index.ts +1 -3
- package/src/legacy/components/Accordion/Accordion.tsx +2 -2
- package/src/legacy/components/ListTable/Header/Header.tsx +1 -2
- package/src/legacy/components/ListTable/ListTable.stories.tsx +2 -1
- package/src/legacy/components/Navigation/Drawer/Drawer.tsx +2 -2
- package/src/legacy/components/Navigation/Drawer/DrawerLinkList.tsx +2 -2
- package/src/legacy/components/Toggle/Toggle.styles.ts +1 -1
- package/src/legacy/components/Toggle/Toggle.tsx +17 -4
- package/src/legacy/components/basic-section/SectionTable/SectionTable.tsx +1 -1
- package/src/legacy/components/buttons/Button/Button.tsx +1 -1
- package/src/legacy/components/buttons/IconButton/IconButton.tsx +2 -2
- package/src/legacy/components/dropdowns/BorderSelect/BorderSelect.tsx +1 -1
- package/src/legacy/components/dropdowns/MultiCombobox/MultiCombobox.stories.tsx +8 -7
- package/src/legacy/components/dropdowns/MultiCombobox/MultiCombobox.styles.ts +3 -1
- package/src/legacy/components/dropdowns/MultiCombobox/MultiCombobox.tsx +2 -2
- package/src/legacy/components/dropdowns/Select/Select.tsx +3 -3
- package/src/legacy/components/dropdowns/SingleCombobox/SingleCombobox.tsx +2 -2
- package/src/legacy/components/index.ts +1 -1
- package/src/legacy/components/inputs/EditableInput/EditableInput.tsx +1 -1
- package/src/legacy/components/inputs/NoInputDatePicker/NoInputDatePicker.stories.tsx +2 -2
- package/src/legacy/components/inputs/NoInputDatePicker/NoInputDatePicker.tsx +5 -4
- package/src/legacy/components/inputs/NumberInput/NumberInput.tsx +1 -1
- package/src/legacy/components/inputs/SearchInput/SearchInput.tsx +1 -1
- package/src/legacy/components/loading-indicators/CircleSpinner/CircleSpinner.tsx +8 -8
- package/src/legacy/components/user-feedback/Shrug/Shrug.styles.ts +2 -0
- package/src/legacy/components/user-feedback/Shrug/Shrug.tsx +4 -4
- package/src/styles/index.scss +1 -0
- package/src/styles/variables/_icons.scss +7 -0
- package/src/styles/variables/index.scss +2 -1
- package/src/types.ts +3 -10
- package/tsconfig.json +1 -1
- package/lib/legacy/components/Icon/Icon.d.ts +0 -17
- package/lib/legacy/components/Icon/Icon.stories.d.ts +0 -42
- package/lib/legacy/components/Icon/faIcons.d.ts +0 -76
- package/lib/legacy/components/Icon/index.d.ts +0 -3
- package/lib/legacy/components/Icon/storyHelpers.d.ts +0 -9
- package/lib/legacy/components/Toggle/Toggle.stories.d.ts +0 -21
- package/lib/types.d.ts +0 -231
- package/src/legacy/components/Icon/Icon.stories.tsx +0 -61
- package/src/legacy/components/Icon/Icon.tsx +0 -76
- package/src/legacy/components/Icon/faIcons.tsx +0 -168
- package/src/legacy/components/Icon/index.ts +0 -3
- package/src/legacy/components/Icon/storyHelpers.tsx +0 -88
- /package/lib/{components → src/components}/button/Button.d.ts +0 -0
- /package/lib/{components → src/components}/button/Button.stories.d.ts +0 -0
- /package/lib/{components → src/components}/button/__tests__/Button.test.d.ts +0 -0
- /package/lib/{components → src/components}/button/enums.d.ts +0 -0
- /package/lib/{components → src/components}/button/index.d.ts +0 -0
- /package/lib/{components → src/components}/grid/col/Col.d.ts +0 -0
- /package/lib/{components → src/components}/grid/col/Col.stories.d.ts +0 -0
- /package/lib/{components → src/components}/grid/container/Container.d.ts +0 -0
- /package/lib/{components → src/components}/grid/container/Container.stories.d.ts +0 -0
- /package/lib/{components → src/components}/grid/index.d.ts +0 -0
- /package/lib/{components → src/components}/grid/row/Row.d.ts +0 -0
- /package/lib/{components → src/components}/grid/row/Row.stories.d.ts +0 -0
- /package/lib/{legacy/components/Navigation/Drawer/__tests__/DrawerLinkList.test.d.ts → src/components/icons/__tests__/Icon.test.d.ts} +0 -0
- /package/lib/{legacy/components/Icon → src/components/icons}/indicons.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Accordion/Accordion.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Accordion/Accordion.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Accordion/Accordion.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Accordion/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/ListTable/Header/Header.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/ListTable/Header/Header.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/ListTable/Header/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/ListTable/ListTable.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/ListTable/ListTable.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/ListTable/ListTable.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/ListTable/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/ListTable/mock-data/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/ListTable/mock-data/mock-data.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/LoadingAwareContainer/LoadingAwareContainer.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/LoadingAwareContainer/LoadingAwareContainer.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/LoadingAwareContainer/LoadingAwareContainer.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/LoadingAwareContainer/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Navigation/Drawer/Drawer.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Navigation/Drawer/Drawer.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Navigation/Drawer/DrawerLinkList.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Navigation/Drawer/DrawerLinkList.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Navigation/Drawer/__mocks__/mocks.d.ts +0 -0
- /package/lib/{legacy/components/text-truncate/TextTruncate.test.d.ts → src/legacy/components/Navigation/Drawer/__tests__/DrawerLinkList.test.d.ts} +0 -0
- /package/lib/{legacy → src/legacy}/components/Navigation/Drawer/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Navigation/Drawer/types.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Navigation/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Pagination/Pagination.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Pagination/Pagination.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Pagination/Pagination.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Pagination/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Toggle/Toggle.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Toggle/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Tooltip/Tooltip.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Tooltip/Tooltip.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Tooltip/Tooltip.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/Tooltip/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/Section/Section.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/Section/Section.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/Section/Section.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/Section/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionBlock/SectionBlock.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionBlock/SectionBlock.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionBlock/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionBody/SectionBody.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionBody/SectionBody.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionBody/SectionBody.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionBody/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionHeader/SectionHeader.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionHeader/SectionHeader.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionHeader/SectionHeader.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionHeader/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionTable/SectionTable.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionTable/SectionTable.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/SectionTable/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/basic-section/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/buttons/Button/Button.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/buttons/Button/Button.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/buttons/Button/Button.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/buttons/Button/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/buttons/IconButton/IconButton.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/buttons/IconButton/IconButton.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/buttons/IconButton/IconButton.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/buttons/IconButton/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/buttons/commonStyles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/buttons/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/buttons/types.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/BorderSelect/BorderSelect.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/BorderSelect/BorderSelect.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/BorderSelect/BorderSelect.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/BorderSelect/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/MultiCombobox/MultiCombobox.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/MultiCombobox/MultiCombobox.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/MultiCombobox/MultiCombobox.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/MultiCombobox/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/Select/Select.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/Select/Select.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/Select/Select.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/Select/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/SingleCombobox/SingleCombobox.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/SingleCombobox/SingleCombobox.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/SingleCombobox/SingleCombobox.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/SingleCombobox/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/commonStyles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/types.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/useCombobox.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/dropdowns/utils.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/DatePicker/DatePicker.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/DatePicker/DatePicker.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/DatePicker/DatePicker.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/DatePicker/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/EditableInput/EditableInput.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/EditableInput/EditableInput.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/EditableInput/EditableInput.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/EditableInput/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/NoInputDatePicker/NoInputDatePicker.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/NoInputDatePicker/NoInputDatePicker.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/NoInputDatePicker/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/NumberInput/NumberInput.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/NumberInput/NumberInput.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/NumberInput/NumberInput.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/NumberInput/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/RadioButtons/RadioButtons.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/RadioButtons/RadioButtons.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/RadioButtons/RadioButtons.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/RadioButtons/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/RadioGroup/RadioGroup.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/RadioGroup/RadioGroup.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/RadioGroup/RadioGroup.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/RadioGroup/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/SearchInput/SearchInput.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/SearchInput/SearchInput.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/SearchInput/SearchInput.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/SearchInput/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/TextInput/TextInput.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/TextInput/TextInput.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/TextInput/TextInput.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/TextInput/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/inputs/inputsCommon.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/BarSpinner/BarSpinner.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/BarSpinner/BarSpinner.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/BarSpinner/BarSpinner.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/BarSpinner/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/CirclePulse/CirclePulse.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/CirclePulse/CirclePulse.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/CirclePulse/CirclePulse.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/CirclePulse/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/CircleSpinner/CircleSpinner.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/CircleSpinner/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/LoadingIndicator/LoadingIndicator.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/LoadingIndicator/LoadingIndicator.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/LoadingIndicator/LoadingIndicator.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/LoadingIndicator/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/LoadingList/LoadingList.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/LoadingList/LoadingList.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/LoadingList/LoadingList.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/LoadingList/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/PercentageRing/PercentageRing.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/PercentageRing/PercentageRing.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/PercentageRing/PercentageRing.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/PercentageRing/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/RandomLoadingMessage/RandomLoadingMessage.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/RandomLoadingMessage/RandomLoadingMessage.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/RandomLoadingMessage/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/RandomLoadingMessage/random-messages.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/loading-indicators/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/modals/ConfirmModal/ConfirmModal.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/modals/ConfirmModal/ConfirmModal.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/modals/ConfirmModal/ConfirmModal.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/modals/ConfirmModal/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/modals/ModalBase/ModalBase.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/modals/ModalBase/ModalBase.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/modals/ModalBase/ModalBase.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/modals/ModalBase/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/modals/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/text-truncate/TextTruncate.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/text-truncate/TextTruncate.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/text-truncate/TextTruncate.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/text-truncate/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/user-feedback/Shrug/Shrug.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/user-feedback/Shrug/Shrug.stories.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/user-feedback/Shrug/Shrug.styles.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/user-feedback/Shrug/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/components/user-feedback/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/styles/globals/buttons.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/styles/globals/forms.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/styles/globals/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/styles/globals/layout.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/styles/globals/lists.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/styles/globals/margin-padding.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/styles/globals/media.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/styles/globals/tables.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/styles/globals/typography.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/styles/globals/utility-classes.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/styles/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/tokens/animation.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/tokens/breakpoints.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/tokens/colors.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/tokens/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/tokens/margin.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/tokens/numbers.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/tokens/padding.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/tokens/spacings.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/tokens/typography.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/utils/color.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/utils/index.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/utils/number.d.ts +0 -0
- /package/lib/{legacy → src/legacy}/utils/string.d.ts +0 -0
- /package/lib/{setupTests.d.ts → src/setupTests.d.ts} +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/borders/BorderColor.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/borders/BorderColor.stories.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/borders/BorderRadius.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/borders/BorderRadius.stories.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/borders/BorderStyles.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/borders/BorderStyles.stories.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/borders/BorderThickness.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/borders/BorderThickness.stories.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/borders/index.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/colors/Colors.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/colors/Colors.stories.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/colors/Swatch.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/colors/UtilityClasses.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/colors/UtilityClasses.stories.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/colors/constants.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/colors/hooks.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/colors/index.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/sizing/Sizing.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/sizing/Sizing.stories.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/sizing/index.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/typography/Typography.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/typography/Typography.stories.d.ts +0 -0
- /package/lib/{stylesAndAnimations → src/stylesAndAnimations}/typography/index.d.ts +0 -0
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
4
|
-
import {
|
|
5
|
-
faCheckSquare,
|
|
6
|
-
faDotCircle,
|
|
7
|
-
faFile,
|
|
8
|
-
faFileAlt,
|
|
9
|
-
faFilePdf,
|
|
10
|
-
faFileWord,
|
|
11
|
-
faSquare,
|
|
12
|
-
} from '@fortawesome/free-regular-svg-icons';
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
faAngleDoubleLeft,
|
|
16
|
-
faArrowCircleRight,
|
|
17
|
-
faArrowDown,
|
|
18
|
-
faArrowLeft,
|
|
19
|
-
faArrowRight,
|
|
20
|
-
faArrowUp,
|
|
21
|
-
faBan,
|
|
22
|
-
faCaretDown,
|
|
23
|
-
faCaretUp,
|
|
24
|
-
faChartBar,
|
|
25
|
-
faCheck,
|
|
26
|
-
faCheckCircle,
|
|
27
|
-
faCircleNotch,
|
|
28
|
-
faClipboard,
|
|
29
|
-
faClock,
|
|
30
|
-
faClone,
|
|
31
|
-
faCloud,
|
|
32
|
-
faCog,
|
|
33
|
-
faCogs,
|
|
34
|
-
faCoins,
|
|
35
|
-
faCube,
|
|
36
|
-
faCut,
|
|
37
|
-
faDownload,
|
|
38
|
-
faExclamationCircle,
|
|
39
|
-
faExclamationTriangle,
|
|
40
|
-
faExternalLinkAlt,
|
|
41
|
-
faEyeDropper,
|
|
42
|
-
faFileDownload,
|
|
43
|
-
faFileExport,
|
|
44
|
-
faFileUpload,
|
|
45
|
-
faFilter,
|
|
46
|
-
faGhost,
|
|
47
|
-
faHatWizard,
|
|
48
|
-
faInfoCircle,
|
|
49
|
-
faKey,
|
|
50
|
-
faKeyboard,
|
|
51
|
-
faLayerGroup,
|
|
52
|
-
faPencilAlt,
|
|
53
|
-
faPlus,
|
|
54
|
-
faPlusSquare,
|
|
55
|
-
faQuestionCircle,
|
|
56
|
-
faRobot,
|
|
57
|
-
faSearch,
|
|
58
|
-
faSignOutAlt,
|
|
59
|
-
faSlidersH,
|
|
60
|
-
faSyncAlt,
|
|
61
|
-
faTag,
|
|
62
|
-
faTimes,
|
|
63
|
-
faTimesCircle,
|
|
64
|
-
faTint,
|
|
65
|
-
faToggleOff,
|
|
66
|
-
faToggleOn,
|
|
67
|
-
faTrash,
|
|
68
|
-
faTrashAlt,
|
|
69
|
-
faUndo,
|
|
70
|
-
faUser,
|
|
71
|
-
faUsers,
|
|
72
|
-
faMousePointer,
|
|
73
|
-
faStepForward,
|
|
74
|
-
faSearchMinus,
|
|
75
|
-
faSearchPlus,
|
|
76
|
-
faTable,
|
|
77
|
-
faImage,
|
|
78
|
-
faLink,
|
|
79
|
-
faList,
|
|
80
|
-
} from '@fortawesome/free-solid-svg-icons';
|
|
81
|
-
|
|
82
|
-
const faIcons = {
|
|
83
|
-
'fa-dot-circle': generateSvg(faDotCircle),
|
|
84
|
-
'fa-file': generateSvg(faFile),
|
|
85
|
-
'fa-file-alt': generateSvg(faFileAlt),
|
|
86
|
-
'fa-file-pdf': generateSvg(faFilePdf),
|
|
87
|
-
'fa-file-word': generateSvg(faFileWord),
|
|
88
|
-
'fa-check-square': generateSvg(faCheckSquare),
|
|
89
|
-
'fa-square': generateSvg(faSquare),
|
|
90
|
-
|
|
91
|
-
'fa-angle-double-left': generateSvg(faAngleDoubleLeft),
|
|
92
|
-
'fa-arrow-circle-right': generateSvg(faArrowCircleRight),
|
|
93
|
-
'fa-arrow-down': generateSvg(faArrowDown),
|
|
94
|
-
'fa-arrow-left': generateSvg(faArrowLeft),
|
|
95
|
-
'fa-arrow-right': generateSvg(faArrowRight),
|
|
96
|
-
'fa-arrow-up': generateSvg(faArrowUp),
|
|
97
|
-
'fa-ban': generateSvg(faBan),
|
|
98
|
-
'fa-caret-down': generateSvg(faCaretDown),
|
|
99
|
-
'fa-caret-up': generateSvg(faCaretUp),
|
|
100
|
-
'fa-chart-bar': generateSvg(faChartBar),
|
|
101
|
-
'fa-check': generateSvg(faCheck),
|
|
102
|
-
'fa-check-circle': generateSvg(faCheckCircle),
|
|
103
|
-
'fa-circle-notch': generateSvg(faCircleNotch),
|
|
104
|
-
'fa-clipboard': generateSvg(faClipboard),
|
|
105
|
-
'fa-clock': generateSvg(faClock),
|
|
106
|
-
'fa-clone': generateSvg(faClone),
|
|
107
|
-
'fa-cloud': generateSvg(faCloud),
|
|
108
|
-
'fa-cog': generateSvg(faCog),
|
|
109
|
-
'fa-cogs': generateSvg(faCogs),
|
|
110
|
-
'fa-coins': generateSvg(faCoins),
|
|
111
|
-
'fa-cube': generateSvg(faCube),
|
|
112
|
-
'fa-cut': generateSvg(faCut),
|
|
113
|
-
'fa-download': generateSvg(faDownload),
|
|
114
|
-
'fa-exclamation-circle': generateSvg(faExclamationCircle),
|
|
115
|
-
'fa-exclamation-triangle': generateSvg(faExclamationTriangle),
|
|
116
|
-
'fa-external-link-alt': generateSvg(faExternalLinkAlt),
|
|
117
|
-
'fa-eye-dropper': generateSvg(faEyeDropper),
|
|
118
|
-
'fa-file-download': generateSvg(faFileDownload),
|
|
119
|
-
'fa-file-export': generateSvg(faFileExport),
|
|
120
|
-
'fa-file-upload': generateSvg(faFileUpload),
|
|
121
|
-
'fa-filter': generateSvg(faFilter),
|
|
122
|
-
'fa-ghost': generateSvg(faGhost),
|
|
123
|
-
'fa-hat-wizard': generateSvg(faHatWizard),
|
|
124
|
-
'fa-info-circle': generateSvg(faInfoCircle),
|
|
125
|
-
'fa-key': generateSvg(faKey),
|
|
126
|
-
'fa-keyboard': generateSvg(faKeyboard),
|
|
127
|
-
'fa-layer-group': generateSvg(faLayerGroup),
|
|
128
|
-
'fa-pencil-alt': generateSvg(faPencilAlt),
|
|
129
|
-
'fa-plus': generateSvg(faPlus),
|
|
130
|
-
'fa-plus-square': generateSvg(faPlusSquare),
|
|
131
|
-
'fa-question-circle': generateSvg(faQuestionCircle),
|
|
132
|
-
'fa-robot': generateSvg(faRobot),
|
|
133
|
-
'fa-search': generateSvg(faSearch),
|
|
134
|
-
'fa-sign-out-alt': generateSvg(faSignOutAlt),
|
|
135
|
-
'fa-sliders-h': generateSvg(faSlidersH),
|
|
136
|
-
'fa-sync-alt': generateSvg(faSyncAlt),
|
|
137
|
-
'fa-tag': generateSvg(faTag),
|
|
138
|
-
'fa-times': generateSvg(faTimes),
|
|
139
|
-
'fa-times-circle': generateSvg(faTimesCircle),
|
|
140
|
-
'fa-tint': generateSvg(faTint),
|
|
141
|
-
'fa-toggle-off': generateSvg(faToggleOff),
|
|
142
|
-
'fa-toggle-on': generateSvg(faToggleOn),
|
|
143
|
-
'fa-trash': generateSvg(faTrash),
|
|
144
|
-
'fa-trash-alt': generateSvg(faTrashAlt),
|
|
145
|
-
'fa-undo': generateSvg(faUndo),
|
|
146
|
-
'fa-user': generateSvg(faUser),
|
|
147
|
-
'fa-users': generateSvg(faUsers),
|
|
148
|
-
'fa-mouse-pointer': generateSvg(faMousePointer),
|
|
149
|
-
'fa-step-forward': generateSvg(faStepForward),
|
|
150
|
-
'fa-search-minus': generateSvg(faSearchMinus),
|
|
151
|
-
'fa-search-plus': generateSvg(faSearchPlus),
|
|
152
|
-
'fa-table': generateSvg(faTable),
|
|
153
|
-
'fa-image': generateSvg(faImage),
|
|
154
|
-
'fa-link': generateSvg(faLink),
|
|
155
|
-
'fa-list': generateSvg(faList),
|
|
156
|
-
};
|
|
157
|
-
|
|
158
|
-
function generateSvg(iconDefinition: IconDefinition): React.ReactElement {
|
|
159
|
-
const { icon } = iconDefinition;
|
|
160
|
-
|
|
161
|
-
return (
|
|
162
|
-
<svg fill="currentColor" viewBox={`0 0 ${icon[0]} ${icon[1]}`}>
|
|
163
|
-
<path d={`${icon[4]}`} />
|
|
164
|
-
</svg>
|
|
165
|
-
);
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
export { faIcons };
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import styled from 'styled-components';
|
|
3
|
-
|
|
4
|
-
import { IconName } from '@/types';
|
|
5
|
-
import { COLORS, TYPOGRAPHY } from '@/legacy/tokens';
|
|
6
|
-
|
|
7
|
-
import { Icon } from './Icon';
|
|
8
|
-
|
|
9
|
-
interface IconGroupProps {
|
|
10
|
-
groupObject: any;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export function IconGroup(props: IconGroupProps): React.ReactElement {
|
|
14
|
-
const { groupObject } = props;
|
|
15
|
-
|
|
16
|
-
const swatch = (iconName: string): React.ReactChild => {
|
|
17
|
-
return (
|
|
18
|
-
<li key={iconName}>
|
|
19
|
-
<figure>
|
|
20
|
-
<Icon name={iconName as IconName} />
|
|
21
|
-
|
|
22
|
-
<figcaption>{iconName}</figcaption>
|
|
23
|
-
</figure>
|
|
24
|
-
</li>
|
|
25
|
-
);
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
return (
|
|
29
|
-
<IconGroupContainer>{Object.keys(groupObject).map((key) => swatch(key))}</IconGroupContainer>
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
const svgSize = '5ch';
|
|
34
|
-
|
|
35
|
-
export const IconContainer = styled.span`
|
|
36
|
-
color: ${COLORS.defaultFontColor};
|
|
37
|
-
`;
|
|
38
|
-
|
|
39
|
-
export const IconGroupContainer = styled.ul`
|
|
40
|
-
color: ${process.env.STORYBOOK_THEME === 'light' ? 'currentColor' : COLORS.defaultFontColor};
|
|
41
|
-
|
|
42
|
-
list-style: none;
|
|
43
|
-
margin-top: 2em;
|
|
44
|
-
padding-left: 0;
|
|
45
|
-
|
|
46
|
-
font-family: ${TYPOGRAPHY.fontFamily.base};
|
|
47
|
-
|
|
48
|
-
display: grid;
|
|
49
|
-
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
|
50
|
-
grid-column-gap: 1em;
|
|
51
|
-
grid-row-gap: 1em;
|
|
52
|
-
|
|
53
|
-
li {
|
|
54
|
-
display: flex;
|
|
55
|
-
align-items: center;
|
|
56
|
-
justify-content: center;
|
|
57
|
-
|
|
58
|
-
figure {
|
|
59
|
-
margin-left: 0;
|
|
60
|
-
margin-right: 0;
|
|
61
|
-
text-align: center;
|
|
62
|
-
|
|
63
|
-
svg {
|
|
64
|
-
height: ${svgSize};
|
|
65
|
-
width: ${svgSize};
|
|
66
|
-
margin-bottom: 1em;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
`;
|
|
71
|
-
|
|
72
|
-
export const SpecifiedSizeContainer = styled.div`
|
|
73
|
-
color: ${COLORS.defaultFontColor};
|
|
74
|
-
|
|
75
|
-
width: 50vw;
|
|
76
|
-
font-size: 2em;
|
|
77
|
-
|
|
78
|
-
display: grid;
|
|
79
|
-
grid-template-columns: 1fr 5fr;
|
|
80
|
-
column-gap: 2em;
|
|
81
|
-
row-gap: 2em;
|
|
82
|
-
align-items: center;
|
|
83
|
-
justify-items: center;
|
|
84
|
-
|
|
85
|
-
code {
|
|
86
|
-
justify-self: start;
|
|
87
|
-
}
|
|
88
|
-
`;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/LoadingAwareContainer/LoadingAwareContainer.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/basic-section/SectionBlock/SectionBlock.styles.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/basic-section/SectionBody/SectionBody.stories.d.ts
RENAMED
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/basic-section/SectionBody/SectionBody.styles.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/basic-section/SectionHeader/SectionHeader.d.ts
RENAMED
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/basic-section/SectionHeader/SectionHeader.stories.d.ts
RENAMED
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/basic-section/SectionHeader/SectionHeader.styles.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/basic-section/SectionTable/SectionTable.styles.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/dropdowns/BorderSelect/BorderSelect.stories.d.ts
RENAMED
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/dropdowns/BorderSelect/BorderSelect.styles.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/dropdowns/MultiCombobox/MultiCombobox.stories.d.ts
RENAMED
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/dropdowns/MultiCombobox/MultiCombobox.styles.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/dropdowns/SingleCombobox/SingleCombobox.stories.d.ts
RENAMED
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/dropdowns/SingleCombobox/SingleCombobox.styles.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/inputs/EditableInput/EditableInput.stories.d.ts
RENAMED
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/inputs/EditableInput/EditableInput.styles.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/inputs/NoInputDatePicker/NoInputDatePicker.styles.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/loading-indicators/BarSpinner/BarSpinner.stories.d.ts
RENAMED
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/loading-indicators/BarSpinner/BarSpinner.styles.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/loading-indicators/CirclePulse/CirclePulse.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/lib/{legacy → src/legacy}/components/loading-indicators/CirclePulse/CirclePulse.styles.d.ts
RENAMED
|
File without changes
|