@local-logic/design-system 0.7.29 → 0.7.30

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 (35) hide show
  1. package/dist/components/ColorIcon/index.d.ts +8 -0
  2. package/dist/components/ColorIcon/index.d.ts.map +1 -0
  3. package/dist/components/ColorIcon/index.stories.d.ts +6 -0
  4. package/dist/components/ColorIcon/index.stories.d.ts.map +1 -0
  5. package/dist/components/ColorIcon/index.test.d.ts +1 -0
  6. package/dist/components/ColorIcon/index.test.d.ts.map +1 -0
  7. package/dist/components/ColorIcon/styles.d.ts +3 -0
  8. package/dist/components/ColorIcon/styles.d.ts.map +1 -0
  9. package/dist/components/HorizontalScrollFilters/Root/Dialog/index.d.ts.map +1 -1
  10. package/dist/components/HorizontalScrollFilters/Root/Dialog/index.test.d.ts +1 -0
  11. package/dist/components/HorizontalScrollFilters/Root/Dialog/index.test.d.ts.map +1 -0
  12. package/dist/components/HorizontalScrollFilters/Root/DialogTrigger/index.d.ts.map +1 -1
  13. package/dist/components/HorizontalScrollFilters/Root/DialogTrigger/index.test.d.ts +1 -0
  14. package/dist/components/HorizontalScrollFilters/Root/DialogTrigger/index.test.d.ts.map +1 -0
  15. package/dist/components/HorizontalScrollFilters/Root/DialogTrigger/styles.d.ts +1 -1
  16. package/dist/components/HorizontalScrollFilters/Root/DialogTrigger/styles.d.ts.map +1 -1
  17. package/dist/components/HorizontalScrollFilters/Root/Filter/index.d.ts +3 -1
  18. package/dist/components/HorizontalScrollFilters/Root/Filter/index.d.ts.map +1 -1
  19. package/dist/components/HorizontalScrollFilters/Root/Filter/index.stories.d.ts.map +1 -1
  20. package/dist/components/HorizontalScrollFilters/Root/Filter/index.test.d.ts +1 -0
  21. package/dist/components/HorizontalScrollFilters/Root/Filter/index.test.d.ts.map +1 -0
  22. package/dist/components/HorizontalScrollFilters/Root/Filter/styles.d.ts +1 -1
  23. package/dist/components/HorizontalScrollFilters/Root/Filter/styles.d.ts.map +1 -1
  24. package/dist/components/HorizontalScrollFilters/Root/ScrollList/index.d.ts +1 -0
  25. package/dist/components/HorizontalScrollFilters/Root/ScrollList/index.d.ts.map +1 -1
  26. package/dist/components/HorizontalScrollFilters/Root/ScrollList/index.test.d.ts +1 -0
  27. package/dist/components/HorizontalScrollFilters/Root/ScrollList/index.test.d.ts.map +1 -0
  28. package/dist/index.d.ts +3 -1
  29. package/dist/index.d.ts.map +1 -1
  30. package/dist/index.es.js +9157 -8765
  31. package/dist/index.umd.js +126 -73
  32. package/dist/setupTests.d.ts +1 -0
  33. package/dist/setupTests.d.ts.map +1 -0
  34. package/dist/style.css +1 -1
  35. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@local-logic/design-system",
3
- "version": "0.7.29",
3
+ "version": "0.7.30",
4
4
  "description": "This is a design system implementation allowing for the display of Local Logic components and themes.",
5
5
  "author": "Local Logic",
6
6
  "license": "ISC",
@@ -31,6 +31,7 @@
31
31
  "build": "vite build",
32
32
  "build:staging": "vite build --mode=staging",
33
33
  "build:storybook": "storybook build",
34
+ "test": "vitest run",
34
35
  "stats": "STATS=1 vite build",
35
36
  "size": "yarn run build && size-limit",
36
37
  "lint": "TIMING=1 eslint --ext .js,.jsx,.ts,.tsx .",
@@ -56,6 +57,8 @@
56
57
  "@storybook/react": "^8.6.14",
57
58
  "@storybook/react-vite": "^8.6.14",
58
59
  "@storybook/testing-library": "^0.2.2",
60
+ "@testing-library/jest-dom": "^6.9.1",
61
+ "@testing-library/react": "^16.3.0",
59
62
  "@types/react": "^18.3.23",
60
63
  "@types/react-dom": "^18.3.7",
61
64
  "@typescript-eslint/eslint-plugin": "^7.18.0",