@indico-data/design-system 1.0.48 → 1.0.49

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 (64) hide show
  1. package/lib/components/Accordion/Accordion.styles.d.ts +1 -275
  2. package/lib/components/Icon/Icon.stories.d.ts +2 -2
  3. package/lib/components/Icon/storyHelpers.d.ts +3 -813
  4. package/lib/components/ListTable/Header/Header.styles.d.ts +1 -272
  5. package/lib/components/ListTable/ListTable.styles.d.ts +1 -272
  6. package/lib/components/LoadingAwareContainer/LoadingAwareContainer.styles.d.ts +2 -543
  7. package/lib/components/Navigation/Drawer/DrawerLinkList.styles.d.ts +1 -272
  8. package/lib/components/Pagination/Pagination.styles.d.ts +1 -272
  9. package/lib/components/Wizard/Wizard.styles.d.ts +3 -814
  10. package/lib/components/basic-section/Section/Section.styles.d.ts +1 -272
  11. package/lib/components/basic-section/SectionBlock/SectionBlock.styles.d.ts +1 -272
  12. package/lib/components/basic-section/SectionBody/SectionBody.styles.d.ts +1 -272
  13. package/lib/components/basic-section/SectionHeader/SectionHeader.styles.d.ts +1 -272
  14. package/lib/components/basic-section/SectionTable/SectionTable.styles.d.ts +1 -272
  15. package/lib/components/buttons/Button/Button.styles.d.ts +1 -282
  16. package/lib/components/buttons/IconButton/IconButton.styles.d.ts +2 -567
  17. package/lib/components/dropdowns/BorderSelect/BorderSelect.styles.d.ts +2 -543
  18. package/lib/components/dropdowns/MultiCombobox/MultiCombobox.styles.d.ts +1 -84
  19. package/lib/components/dropdowns/Select/Select.styles.d.ts +1 -272
  20. package/lib/components/dropdowns/SingleCombobox/SingleCombobox.styles.d.ts +1 -84
  21. package/lib/components/index.d.ts +1 -1
  22. package/lib/components/inputs/EditableInput/EditableInput.styles.d.ts +1 -272
  23. package/lib/components/inputs/NumberInput/NumberInput.styles.d.ts +1 -272
  24. package/lib/components/inputs/RadioButtons/RadioButtons.d.ts +24 -0
  25. package/lib/components/inputs/RadioButtons/RadioButtons.stories.d.ts +15 -0
  26. package/lib/components/inputs/RadioButtons/RadioButtons.styles.d.ts +14 -0
  27. package/lib/components/inputs/RadioButtons/index.d.ts +1 -0
  28. package/lib/components/inputs/RadioGroup/RadioGroup.d.ts +27 -0
  29. package/lib/components/inputs/RadioGroup/RadioGroup.stories.d.ts +16 -0
  30. package/lib/components/inputs/RadioGroup/RadioGroup.styles.d.ts +2 -0
  31. package/lib/components/inputs/RadioGroup/index.d.ts +1 -0
  32. package/lib/components/inputs/SearchInput/SearchInput.styles.d.ts +1 -272
  33. package/lib/components/inputs/TextInput/TextInput.styles.d.ts +2 -543
  34. package/lib/components/inputs/index.d.ts +2 -0
  35. package/lib/components/loading-indicators/BarSpinner/BarSpinner.styles.d.ts +1 -272
  36. package/lib/components/loading-indicators/LoadingList/LoadingList.styles.d.ts +1 -272
  37. package/lib/components/loading-indicators/PercentageRing/PercentageRing.styles.d.ts +1 -272
  38. package/lib/components/modals/ConfirmModal/ConfirmModal.styles.d.ts +1 -272
  39. package/lib/components/modals/ModalBase/ModalBase.styles.d.ts +1 -3
  40. package/lib/components/user-feedback/Shrug/Shrug.styles.d.ts +1 -272
  41. package/lib/index.d.ts +191 -953
  42. package/lib/index.esm.js +1624 -186
  43. package/lib/index.esm.js.map +1 -1
  44. package/lib/index.js +1626 -184
  45. package/lib/index.js.map +1 -1
  46. package/lib/tokens/colors.d.ts +2 -0
  47. package/package.json +45 -42
  48. package/src/components/Wizard/Wizard.tsx +0 -1
  49. package/src/components/WizardWithSidebar/WizardWithSidebar.tsx +1 -0
  50. package/src/components/index.ts +10 -1
  51. package/src/components/inputs/RadioButtons/RadioButtons.stories.tsx +84 -0
  52. package/src/components/inputs/RadioButtons/RadioButtons.styles.ts +82 -0
  53. package/src/components/inputs/RadioButtons/RadioButtons.tsx +61 -0
  54. package/src/components/inputs/RadioButtons/index.tsx +1 -0
  55. package/src/components/inputs/RadioGroup/RadioGroup.stories.tsx +66 -0
  56. package/src/components/inputs/RadioGroup/RadioGroup.styles.ts +11 -0
  57. package/src/components/inputs/RadioGroup/RadioGroup.tsx +120 -0
  58. package/src/components/inputs/RadioGroup/index.ts +1 -0
  59. package/src/components/inputs/SearchInput/SearchInput.styles.ts +1 -1
  60. package/src/components/inputs/index.ts +2 -0
  61. package/src/components/loading-indicators/LoadingIndicator/LoadingIndicator.stories.tsx +0 -1
  62. package/src/index.ts +4 -0
  63. package/src/tokens/colors.ts +2 -0
  64. package/lib/components/Navigation/Drawer/constants.d.ts +0 -3

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.