@indico-data/design-system 2.2.0 → 2.3.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/.yarn/sdks/eslint/bin/eslint.js +8 -1
- package/.yarn/sdks/eslint/package.json +1 -1
- package/.yarn/sdks/prettier/bin/prettier.cjs +8 -1
- package/.yarn/sdks/prettier/index.cjs +8 -1
- package/.yarn/sdks/typescript/bin/tsc +8 -1
- package/.yarn/sdks/typescript/bin/tsserver +8 -1
- package/.yarn/sdks/typescript/package.json +1 -1
- package/.yarnrc.yml +1 -0
- package/lib/index.css +105 -101
- package/lib/index.d.ts +1 -10
- package/lib/index.esm.css +105 -101
- package/lib/index.esm.js +1138 -3041
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +1135 -3039
- package/lib/index.js.map +1 -1
- package/lib/src/components/button/types.d.ts +0 -1
- package/lib/src/components/index.d.ts +1 -0
- package/lib/src/components/tables/table/LoadingComponent.d.ts +1 -0
- package/lib/src/components/tables/table/Table.d.ts +78 -0
- package/lib/src/components/tables/table/Table.stories.d.ts +6 -0
- package/lib/src/components/tables/table/index.d.ts +1 -0
- package/lib/src/components/tables/table/sampleData.d.ts +8 -0
- package/lib/src/index.d.ts +1 -1
- package/lib/src/legacy/components/Accordion/Accordion.stories.d.ts +9 -9
- package/lib/src/legacy/components/Accordion/Accordion.styles.d.ts +1 -2
- package/lib/src/legacy/components/ListTable/Header/Header.styles.d.ts +1 -2
- package/lib/src/legacy/components/ListTable/ListTable.stories.d.ts +7 -7
- package/lib/src/legacy/components/ListTable/ListTable.styles.d.ts +1 -2
- package/lib/src/legacy/components/LoadingAwareContainer/LoadingAwareContainer.stories.d.ts +2 -2
- package/lib/src/legacy/components/LoadingAwareContainer/LoadingAwareContainer.styles.d.ts +2 -3
- package/lib/src/legacy/components/Pagination/Pagination.styles.d.ts +1 -2
- package/lib/src/legacy/components/Toggle/Toggle.stories.d.ts +4 -4
- package/lib/src/legacy/components/Toggle/Toggle.styles.d.ts +1 -2
- package/lib/src/legacy/components/Tooltip/Tooltip.styles.d.ts +1 -2
- package/lib/src/legacy/components/basic-section/Section/Section.stories.d.ts +1 -2
- package/lib/src/legacy/components/basic-section/Section/Section.styles.d.ts +1 -2
- package/lib/src/legacy/components/basic-section/SectionBlock/SectionBlock.styles.d.ts +1 -2
- package/lib/src/legacy/components/basic-section/SectionBody/SectionBody.styles.d.ts +1 -2
- package/lib/src/legacy/components/basic-section/SectionHeader/SectionHeader.stories.d.ts +1 -1
- package/lib/src/legacy/components/basic-section/SectionHeader/SectionHeader.styles.d.ts +1 -2
- package/lib/src/legacy/components/basic-section/SectionTable/SectionTable.styles.d.ts +1 -2
- package/lib/src/legacy/components/buttons/Button/Button.stories.d.ts +1 -1
- package/lib/src/legacy/components/buttons/Button/Button.styles.d.ts +1 -2
- package/lib/src/legacy/components/buttons/IconButton/IconButton.stories.d.ts +3 -3
- package/lib/src/legacy/components/buttons/IconButton/IconButton.styles.d.ts +4 -3
- package/lib/src/legacy/components/dropdowns/BorderSelect/BorderSelect.stories.d.ts +8 -9
- package/lib/src/legacy/components/dropdowns/BorderSelect/BorderSelect.styles.d.ts +2 -3
- package/lib/src/legacy/components/dropdowns/MultiCombobox/MultiCombobox.d.ts +5 -5
- package/lib/src/legacy/components/dropdowns/MultiCombobox/MultiCombobox.stories.d.ts +7 -7
- package/lib/src/legacy/components/dropdowns/MultiCombobox/MultiCombobox.styles.d.ts +3 -2
- package/lib/src/legacy/components/dropdowns/Select/Select.stories.d.ts +6 -7
- package/lib/src/legacy/components/dropdowns/Select/Select.styles.d.ts +1 -2
- package/lib/src/legacy/components/dropdowns/SingleCombobox/SingleCombobox.d.ts +5 -5
- package/lib/src/legacy/components/dropdowns/SingleCombobox/SingleCombobox.stories.d.ts +5 -6
- package/lib/src/legacy/components/dropdowns/SingleCombobox/SingleCombobox.styles.d.ts +3 -2
- package/lib/src/legacy/components/index.d.ts +0 -1
- package/lib/src/legacy/components/inputs/DatePicker/DatePicker.styles.d.ts +1 -2
- package/lib/src/legacy/components/inputs/EditableInput/EditableInput.styles.d.ts +1 -2
- package/lib/src/legacy/components/inputs/NoInputDatePicker/NoInputDatePicker.styles.d.ts +1 -2
- package/lib/src/legacy/components/inputs/NumberInput/NumberInput.stories.d.ts +2 -2
- package/lib/src/legacy/components/inputs/NumberInput/NumberInput.styles.d.ts +1 -2
- package/lib/src/legacy/components/inputs/RadioButtons/RadioButtons.styles.d.ts +5 -6
- package/lib/src/legacy/components/inputs/RadioGroup/RadioGroup.styles.d.ts +1 -2
- package/lib/src/legacy/components/inputs/SearchInput/SearchInput.stories.d.ts +8 -9
- package/lib/src/legacy/components/inputs/SearchInput/SearchInput.styles.d.ts +1 -2
- package/lib/src/legacy/components/inputs/TextInput/TextInput.stories.d.ts +9 -9
- package/lib/src/legacy/components/inputs/TextInput/TextInput.styles.d.ts +2 -3
- package/lib/src/legacy/components/loading-indicators/BarSpinner/BarSpinner.styles.d.ts +1 -2
- package/lib/src/legacy/components/loading-indicators/CirclePulse/CirclePulse.styles.d.ts +4 -5
- package/lib/src/legacy/components/loading-indicators/LoadingIndicator/LoadingIndicator.styles.d.ts +4 -5
- package/lib/src/legacy/components/loading-indicators/LoadingList/LoadingList.styles.d.ts +1 -2
- package/lib/src/legacy/components/loading-indicators/PercentageRing/PercentageRing.styles.d.ts +1 -2
- package/lib/src/legacy/components/modals/ConfirmModal/ConfirmModal.stories.d.ts +5 -5
- package/lib/src/legacy/components/modals/ConfirmModal/ConfirmModal.styles.d.ts +1 -2
- package/lib/src/legacy/components/modals/ModalBase/ModalBase.styles.d.ts +1 -1
- package/lib/src/legacy/components/text-truncate/TextTruncate.styles.d.ts +1 -2
- package/lib/src/legacy/components/user-feedback/Shrug/Shrug.stories.d.ts +11 -11
- package/lib/src/legacy/components/user-feedback/Shrug/Shrug.styles.d.ts +1 -2
- package/lib/src/legacy/styles/globals/buttons.d.ts +0 -1
- package/lib/src/legacy/styles/globals/forms.d.ts +0 -1
- package/lib/src/legacy/styles/globals/layout.d.ts +0 -1
- package/lib/src/legacy/styles/globals/lists.d.ts +0 -1
- package/lib/src/legacy/styles/globals/margin-padding.d.ts +0 -1
- package/lib/src/legacy/styles/globals/media.d.ts +0 -1
- package/lib/src/legacy/styles/globals/tables.d.ts +0 -1
- package/lib/src/legacy/styles/globals/typography.d.ts +0 -1
- package/lib/src/legacy/styles/globals/utility-classes.d.ts +0 -1
- package/lib/src/types.d.ts +0 -2
- package/package.json +4 -2
- package/src/components/index.ts +1 -0
- package/src/components/tables/table/LoadingComponent.tsx +5 -0
- package/src/components/tables/table/Table.mdx +15 -0
- package/src/components/tables/table/Table.scss +79 -0
- package/src/components/tables/table/Table.stories.tsx +547 -0
- package/src/components/tables/table/Table.tsx +112 -0
- package/src/components/tables/table/_variables.scss +19 -0
- package/src/components/tables/table/index.ts +1 -0
- package/src/components/tables/table/sampleData.ts +162 -0
- package/src/index.ts +0 -1
- package/src/legacy/components/index.ts +0 -1
- package/src/styles/index.scss +1 -2
- package/src/types.ts +0 -5
- package/lib/src/legacy/components/Navigation/Drawer/Drawer.d.ts +0 -16
- package/lib/src/legacy/components/Navigation/Drawer/Drawer.stories.d.ts +0 -6
- package/lib/src/legacy/components/Navigation/Drawer/DrawerLinkList.d.ts +0 -9
- package/lib/src/legacy/components/Navigation/Drawer/DrawerLinkList.styles.d.ts +0 -2
- package/lib/src/legacy/components/Navigation/Drawer/__mocks__/mocks.d.ts +0 -3
- package/lib/src/legacy/components/Navigation/Drawer/__tests__/DrawerLinkList.test.d.ts +0 -1
- package/lib/src/legacy/components/Navigation/Drawer/index.d.ts +0 -1
- package/lib/src/legacy/components/Navigation/Drawer/types.d.ts +0 -7
- package/lib/src/legacy/components/Navigation/index.d.ts +0 -1
- package/src/legacy/components/Navigation/Drawer/Drawer.scss +0 -61
- package/src/legacy/components/Navigation/Drawer/Drawer.stories.tsx +0 -43
- package/src/legacy/components/Navigation/Drawer/Drawer.tsx +0 -107
- package/src/legacy/components/Navigation/Drawer/DrawerLinkList.styles.ts +0 -65
- package/src/legacy/components/Navigation/Drawer/DrawerLinkList.tsx +0 -64
- package/src/legacy/components/Navigation/Drawer/__mocks__/mocks.ts +0 -49
- package/src/legacy/components/Navigation/Drawer/__tests__/Drawer.test.tsx +0 -180
- package/src/legacy/components/Navigation/Drawer/__tests__/DrawerLinkList.test.tsx +0 -66
- package/src/legacy/components/Navigation/Drawer/index.ts +0 -1
- package/src/legacy/components/Navigation/Drawer/types.ts +0 -8
- package/src/legacy/components/Navigation/index.ts +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.