@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.
Files changed (122) hide show
  1. package/.yarn/sdks/eslint/bin/eslint.js +8 -1
  2. package/.yarn/sdks/eslint/package.json +1 -1
  3. package/.yarn/sdks/prettier/bin/prettier.cjs +8 -1
  4. package/.yarn/sdks/prettier/index.cjs +8 -1
  5. package/.yarn/sdks/typescript/bin/tsc +8 -1
  6. package/.yarn/sdks/typescript/bin/tsserver +8 -1
  7. package/.yarn/sdks/typescript/package.json +1 -1
  8. package/.yarnrc.yml +1 -0
  9. package/lib/index.css +105 -101
  10. package/lib/index.d.ts +1 -10
  11. package/lib/index.esm.css +105 -101
  12. package/lib/index.esm.js +1138 -3041
  13. package/lib/index.esm.js.map +1 -1
  14. package/lib/index.js +1135 -3039
  15. package/lib/index.js.map +1 -1
  16. package/lib/src/components/button/types.d.ts +0 -1
  17. package/lib/src/components/index.d.ts +1 -0
  18. package/lib/src/components/tables/table/LoadingComponent.d.ts +1 -0
  19. package/lib/src/components/tables/table/Table.d.ts +78 -0
  20. package/lib/src/components/tables/table/Table.stories.d.ts +6 -0
  21. package/lib/src/components/tables/table/index.d.ts +1 -0
  22. package/lib/src/components/tables/table/sampleData.d.ts +8 -0
  23. package/lib/src/index.d.ts +1 -1
  24. package/lib/src/legacy/components/Accordion/Accordion.stories.d.ts +9 -9
  25. package/lib/src/legacy/components/Accordion/Accordion.styles.d.ts +1 -2
  26. package/lib/src/legacy/components/ListTable/Header/Header.styles.d.ts +1 -2
  27. package/lib/src/legacy/components/ListTable/ListTable.stories.d.ts +7 -7
  28. package/lib/src/legacy/components/ListTable/ListTable.styles.d.ts +1 -2
  29. package/lib/src/legacy/components/LoadingAwareContainer/LoadingAwareContainer.stories.d.ts +2 -2
  30. package/lib/src/legacy/components/LoadingAwareContainer/LoadingAwareContainer.styles.d.ts +2 -3
  31. package/lib/src/legacy/components/Pagination/Pagination.styles.d.ts +1 -2
  32. package/lib/src/legacy/components/Toggle/Toggle.stories.d.ts +4 -4
  33. package/lib/src/legacy/components/Toggle/Toggle.styles.d.ts +1 -2
  34. package/lib/src/legacy/components/Tooltip/Tooltip.styles.d.ts +1 -2
  35. package/lib/src/legacy/components/basic-section/Section/Section.stories.d.ts +1 -2
  36. package/lib/src/legacy/components/basic-section/Section/Section.styles.d.ts +1 -2
  37. package/lib/src/legacy/components/basic-section/SectionBlock/SectionBlock.styles.d.ts +1 -2
  38. package/lib/src/legacy/components/basic-section/SectionBody/SectionBody.styles.d.ts +1 -2
  39. package/lib/src/legacy/components/basic-section/SectionHeader/SectionHeader.stories.d.ts +1 -1
  40. package/lib/src/legacy/components/basic-section/SectionHeader/SectionHeader.styles.d.ts +1 -2
  41. package/lib/src/legacy/components/basic-section/SectionTable/SectionTable.styles.d.ts +1 -2
  42. package/lib/src/legacy/components/buttons/Button/Button.stories.d.ts +1 -1
  43. package/lib/src/legacy/components/buttons/Button/Button.styles.d.ts +1 -2
  44. package/lib/src/legacy/components/buttons/IconButton/IconButton.stories.d.ts +3 -3
  45. package/lib/src/legacy/components/buttons/IconButton/IconButton.styles.d.ts +4 -3
  46. package/lib/src/legacy/components/dropdowns/BorderSelect/BorderSelect.stories.d.ts +8 -9
  47. package/lib/src/legacy/components/dropdowns/BorderSelect/BorderSelect.styles.d.ts +2 -3
  48. package/lib/src/legacy/components/dropdowns/MultiCombobox/MultiCombobox.d.ts +5 -5
  49. package/lib/src/legacy/components/dropdowns/MultiCombobox/MultiCombobox.stories.d.ts +7 -7
  50. package/lib/src/legacy/components/dropdowns/MultiCombobox/MultiCombobox.styles.d.ts +3 -2
  51. package/lib/src/legacy/components/dropdowns/Select/Select.stories.d.ts +6 -7
  52. package/lib/src/legacy/components/dropdowns/Select/Select.styles.d.ts +1 -2
  53. package/lib/src/legacy/components/dropdowns/SingleCombobox/SingleCombobox.d.ts +5 -5
  54. package/lib/src/legacy/components/dropdowns/SingleCombobox/SingleCombobox.stories.d.ts +5 -6
  55. package/lib/src/legacy/components/dropdowns/SingleCombobox/SingleCombobox.styles.d.ts +3 -2
  56. package/lib/src/legacy/components/index.d.ts +0 -1
  57. package/lib/src/legacy/components/inputs/DatePicker/DatePicker.styles.d.ts +1 -2
  58. package/lib/src/legacy/components/inputs/EditableInput/EditableInput.styles.d.ts +1 -2
  59. package/lib/src/legacy/components/inputs/NoInputDatePicker/NoInputDatePicker.styles.d.ts +1 -2
  60. package/lib/src/legacy/components/inputs/NumberInput/NumberInput.stories.d.ts +2 -2
  61. package/lib/src/legacy/components/inputs/NumberInput/NumberInput.styles.d.ts +1 -2
  62. package/lib/src/legacy/components/inputs/RadioButtons/RadioButtons.styles.d.ts +5 -6
  63. package/lib/src/legacy/components/inputs/RadioGroup/RadioGroup.styles.d.ts +1 -2
  64. package/lib/src/legacy/components/inputs/SearchInput/SearchInput.stories.d.ts +8 -9
  65. package/lib/src/legacy/components/inputs/SearchInput/SearchInput.styles.d.ts +1 -2
  66. package/lib/src/legacy/components/inputs/TextInput/TextInput.stories.d.ts +9 -9
  67. package/lib/src/legacy/components/inputs/TextInput/TextInput.styles.d.ts +2 -3
  68. package/lib/src/legacy/components/loading-indicators/BarSpinner/BarSpinner.styles.d.ts +1 -2
  69. package/lib/src/legacy/components/loading-indicators/CirclePulse/CirclePulse.styles.d.ts +4 -5
  70. package/lib/src/legacy/components/loading-indicators/LoadingIndicator/LoadingIndicator.styles.d.ts +4 -5
  71. package/lib/src/legacy/components/loading-indicators/LoadingList/LoadingList.styles.d.ts +1 -2
  72. package/lib/src/legacy/components/loading-indicators/PercentageRing/PercentageRing.styles.d.ts +1 -2
  73. package/lib/src/legacy/components/modals/ConfirmModal/ConfirmModal.stories.d.ts +5 -5
  74. package/lib/src/legacy/components/modals/ConfirmModal/ConfirmModal.styles.d.ts +1 -2
  75. package/lib/src/legacy/components/modals/ModalBase/ModalBase.styles.d.ts +1 -1
  76. package/lib/src/legacy/components/text-truncate/TextTruncate.styles.d.ts +1 -2
  77. package/lib/src/legacy/components/user-feedback/Shrug/Shrug.stories.d.ts +11 -11
  78. package/lib/src/legacy/components/user-feedback/Shrug/Shrug.styles.d.ts +1 -2
  79. package/lib/src/legacy/styles/globals/buttons.d.ts +0 -1
  80. package/lib/src/legacy/styles/globals/forms.d.ts +0 -1
  81. package/lib/src/legacy/styles/globals/layout.d.ts +0 -1
  82. package/lib/src/legacy/styles/globals/lists.d.ts +0 -1
  83. package/lib/src/legacy/styles/globals/margin-padding.d.ts +0 -1
  84. package/lib/src/legacy/styles/globals/media.d.ts +0 -1
  85. package/lib/src/legacy/styles/globals/tables.d.ts +0 -1
  86. package/lib/src/legacy/styles/globals/typography.d.ts +0 -1
  87. package/lib/src/legacy/styles/globals/utility-classes.d.ts +0 -1
  88. package/lib/src/types.d.ts +0 -2
  89. package/package.json +4 -2
  90. package/src/components/index.ts +1 -0
  91. package/src/components/tables/table/LoadingComponent.tsx +5 -0
  92. package/src/components/tables/table/Table.mdx +15 -0
  93. package/src/components/tables/table/Table.scss +79 -0
  94. package/src/components/tables/table/Table.stories.tsx +547 -0
  95. package/src/components/tables/table/Table.tsx +112 -0
  96. package/src/components/tables/table/_variables.scss +19 -0
  97. package/src/components/tables/table/index.ts +1 -0
  98. package/src/components/tables/table/sampleData.ts +162 -0
  99. package/src/index.ts +0 -1
  100. package/src/legacy/components/index.ts +0 -1
  101. package/src/styles/index.scss +1 -2
  102. package/src/types.ts +0 -5
  103. package/lib/src/legacy/components/Navigation/Drawer/Drawer.d.ts +0 -16
  104. package/lib/src/legacy/components/Navigation/Drawer/Drawer.stories.d.ts +0 -6
  105. package/lib/src/legacy/components/Navigation/Drawer/DrawerLinkList.d.ts +0 -9
  106. package/lib/src/legacy/components/Navigation/Drawer/DrawerLinkList.styles.d.ts +0 -2
  107. package/lib/src/legacy/components/Navigation/Drawer/__mocks__/mocks.d.ts +0 -3
  108. package/lib/src/legacy/components/Navigation/Drawer/__tests__/DrawerLinkList.test.d.ts +0 -1
  109. package/lib/src/legacy/components/Navigation/Drawer/index.d.ts +0 -1
  110. package/lib/src/legacy/components/Navigation/Drawer/types.d.ts +0 -7
  111. package/lib/src/legacy/components/Navigation/index.d.ts +0 -1
  112. package/src/legacy/components/Navigation/Drawer/Drawer.scss +0 -61
  113. package/src/legacy/components/Navigation/Drawer/Drawer.stories.tsx +0 -43
  114. package/src/legacy/components/Navigation/Drawer/Drawer.tsx +0 -107
  115. package/src/legacy/components/Navigation/Drawer/DrawerLinkList.styles.ts +0 -65
  116. package/src/legacy/components/Navigation/Drawer/DrawerLinkList.tsx +0 -64
  117. package/src/legacy/components/Navigation/Drawer/__mocks__/mocks.ts +0 -49
  118. package/src/legacy/components/Navigation/Drawer/__tests__/Drawer.test.tsx +0 -180
  119. package/src/legacy/components/Navigation/Drawer/__tests__/DrawerLinkList.test.tsx +0 -66
  120. package/src/legacy/components/Navigation/Drawer/index.ts +0 -1
  121. package/src/legacy/components/Navigation/Drawer/types.ts +0 -8
  122. 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.