math-main-components 0.0.221 → 0.0.225

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 (41) hide show
  1. package/dist/components/Checkbox/Checkbox.d.ts +1 -2
  2. package/dist/components/_custom/CardButton/CardButton.d.ts +7 -0
  3. package/dist/components/_custom/CardButton/CardButton.stories.d.ts +13 -0
  4. package/dist/components/_custom/CardButton/index.d.ts +1 -0
  5. package/dist/components/_custom/ChooseRole/ChooseRole.d.ts +11 -0
  6. package/dist/components/_custom/ChooseRole/ChooseRole.stories.d.ts +13 -0
  7. package/dist/components/_custom/ChooseRole/index.d.ts +1 -0
  8. package/dist/components/_custom/CopyCode/CopyCode.d.ts +5 -0
  9. package/dist/components/_custom/CopyCode/CopyCode.stories.d.ts +13 -0
  10. package/dist/components/_custom/CopyCode/index.d.ts +1 -0
  11. package/dist/components/_custom/EmptyCard/EmptyCard.stories.d.ts +13 -0
  12. package/dist/components/_custom/EmptyCard/index.d.ts +8 -0
  13. package/dist/components/_custom/NumberDropdown/NumberDropdown.stories.d.ts +19 -0
  14. package/dist/components/_custom/NumberDropdown/index.d.ts +12 -0
  15. package/dist/components/_custom/NumberField/NumberField.stories.d.ts +13 -0
  16. package/dist/components/_custom/NumberField/index.d.ts +17 -0
  17. package/dist/components/_custom/OptionField/OptionField.d.ts +7 -0
  18. package/dist/components/_custom/OptionField/OptionField.stories.d.ts +13 -0
  19. package/dist/components/_custom/OptionField/index.d.ts +1 -0
  20. package/dist/components/_custom/OptionField2/OptionField2.d.ts +7 -0
  21. package/dist/components/_custom/OptionField2/OptionField2.stories.d.ts +13 -0
  22. package/dist/components/_custom/OptionField2/index.d.ts +1 -0
  23. package/dist/components/_custom/Popover/index.d.ts +6 -0
  24. package/dist/components/_custom/SearchChips/SearchChips.d.ts +11 -0
  25. package/dist/components/_custom/SearchChips/Searchbar.stories.d.ts +13 -0
  26. package/dist/components/_custom/SearchChips/index.d.ts +1 -0
  27. package/dist/components/_custom/SelectFileCard/SelectFileCard.stories.d.ts +11 -0
  28. package/dist/components/_custom/SelectFileCard/index.d.ts +8 -0
  29. package/dist/components/_custom/Table/Table.d.ts +29 -0
  30. package/dist/components/_custom/Table/Table.stories.d.ts +26 -0
  31. package/dist/components/_custom/Table/index.d.ts +1 -0
  32. package/dist/components/_custom/TextWithIcon/TextWithIcon.d.ts +5 -0
  33. package/dist/components/_custom/TextWithIcon/TextWithIcon.stories.d.ts +11 -0
  34. package/dist/components/_custom/TextWithIcon/index.d.ts +1 -0
  35. package/dist/components/_custom/UsageCard/UsageCard.d.ts +7 -0
  36. package/dist/components/_custom/UsageCard/UsageCard.stories.d.ts +11 -0
  37. package/dist/components/_custom/UsageCard/index.d.ts +1 -0
  38. package/dist/index.cjs.js +342 -340
  39. package/dist/index.d.ts +14 -14
  40. package/dist/index.esm.js +342 -340
  41. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "math-main-components",
3
- "version": "0.0.221",
3
+ "version": "0.0.225",
4
4
  "author": "Emilian Scheel",
5
5
  "files": [
6
6
  "dist/**/*",