scorer-ui-kit 3.0.0 → 3.0.1

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 (38) hide show
  1. package/README.md +4 -2
  2. package/dist/Alerts/atom/AlertBar.d.ts +4 -2
  3. package/dist/Alerts/atom/AlertBar.d.ts.map +1 -1
  4. package/dist/CameraPanels/molecules/CameraPanel.d.ts +4 -2
  5. package/dist/CameraPanels/molecules/CameraPanel.d.ts.map +1 -1
  6. package/dist/Filters/atoms/DateTimeBlock.d.ts.map +1 -1
  7. package/dist/Filters/molecules/DatePicker.d.ts.map +1 -1
  8. package/dist/Form/atoms/Label.d.ts +4 -2
  9. package/dist/Form/atoms/Label.d.ts.map +1 -1
  10. package/dist/Form/atoms/SelectField.d.ts +1 -1
  11. package/dist/Form/atoms/SelectField.d.ts.map +1 -1
  12. package/dist/Global/atoms/Layout.d.ts +14 -7
  13. package/dist/Global/atoms/Layout.d.ts.map +1 -1
  14. package/dist/Global/molecules/Sidebar.d.ts +4 -4
  15. package/dist/Global/molecules/Sidebar.d.ts.map +1 -1
  16. package/dist/Icons/Icon.d.ts +2 -2
  17. package/dist/Icons/Icon.d.ts.map +1 -1
  18. package/dist/{LineUIVideoBase-09sEI3pc.mjs → LineUIVideoBase-CJ61ZqPJ.mjs} +1 -1
  19. package/dist/{LineUIVideoBase-09sEI3pc.mjs.map → LineUIVideoBase-CJ61ZqPJ.mjs.map} +1 -1
  20. package/dist/{LineUIVideoBase-Bs3WCeWl.js → LineUIVideoBase-VxlYHeJG.js} +1 -1
  21. package/dist/{LineUIVideoBase-Bs3WCeWl.js.map → LineUIVideoBase-VxlYHeJG.js.map} +1 -1
  22. package/dist/Misc/atoms/MediaBox.d.ts +5 -2
  23. package/dist/Misc/atoms/MediaBox.d.ts.map +1 -1
  24. package/dist/Misc/atoms/Tag.d.ts +8 -2
  25. package/dist/Misc/atoms/Tag.d.ts.map +1 -1
  26. package/dist/Misc/molecules/TagList.d.ts +1 -1
  27. package/dist/Misc/molecules/TagList.d.ts.map +1 -1
  28. package/dist/Tabs/TabList.d.ts +1 -1
  29. package/dist/Tabs/TabList.d.ts.map +1 -1
  30. package/dist/hls.js +1 -1
  31. package/dist/hls.js.map +1 -1
  32. package/dist/hls.modern.js +1 -1
  33. package/dist/hls.modern.js.map +1 -1
  34. package/dist/index.js +130 -113
  35. package/dist/index.js.map +1 -1
  36. package/dist/index.modern.js +593 -582
  37. package/dist/index.modern.js.map +1 -1
  38. package/package.json +27 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scorer-ui-kit",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "SCORER UI Components",
5
5
  "author": "Josh Lipps",
6
6
  "license": "MIT",
@@ -64,8 +64,8 @@
64
64
  "hls.js": "^1.6.16",
65
65
  "react": "^19.0.0",
66
66
  "react-dom": "^19.0.0",
67
- "react-router": "^7.0.0",
68
- "react-router-dom": "^7.0.0",
67
+ "react-router": "^7.18.0",
68
+ "react-router-dom": "^7.18.0",
69
69
  "styled-components": "^6.1.0"
70
70
  },
71
71
  "peerDependenciesMeta": {
@@ -74,35 +74,35 @@
74
74
  }
75
75
  },
76
76
  "devDependencies": {
77
- "@svgr/cli": "^6.3.1",
78
- "@types/lodash.debounce": "^4.0.7",
79
- "@types/lodash.isequal": "^4.5.6",
80
- "@types/node": "^20.19.35",
81
- "@types/react": "^19.0.0",
82
- "@types/react-dom": "^19.0.0",
83
- "@vitejs/plugin-react": "^6.0.1",
84
- "gh-pages": "^6.3.0",
85
- "hls.js": "^1.6.16",
86
- "jsdom": "^26.1.0",
87
- "npm-run-all": "^4.1.5",
88
- "react": "^19.2.4",
89
- "react-dom": "^19.2.4",
90
- "react-router": "^7.13.1",
91
- "react-router-dom": "^7.13.1",
92
- "styled-components": "^6.3.11",
93
- "vite": "^8.0.5",
94
- "vite-plugin-dts": "^4.5.4",
95
- "vitest": "^4.1.2"
77
+ "@svgr/cli": "8.1.0",
78
+ "@types/lodash.debounce": "4.0.9",
79
+ "@types/lodash.isequal": "4.5.8",
80
+ "@types/node": "24.13.2",
81
+ "@types/react": "19.2.14",
82
+ "@types/react-dom": "19.2.3",
83
+ "@vitejs/plugin-react": "6.0.2",
84
+ "gh-pages": "6.3.0",
85
+ "hls.js": "1.6.16",
86
+ "jsdom": "29.1.1",
87
+ "npm-run-all": "4.1.5",
88
+ "react": "19.2.5",
89
+ "react-dom": "19.2.5",
90
+ "react-router": "7.18.0",
91
+ "react-router-dom": "7.18.0",
92
+ "styled-components": "6.4.2",
93
+ "vite": "8.0.16",
94
+ "vite-plugin-dts": "5.0.2",
95
+ "vitest": "4.1.9"
96
96
  },
97
97
  "files": [
98
98
  "dist"
99
99
  ],
100
100
  "dependencies": {
101
- "@future-standard/icons": "^3.0.0",
102
- "date-fns": "^4.1.0",
103
- "immutability-helper": "^3.1.1",
104
- "lodash.debounce": "^4.0.7",
105
- "lodash.isequal": "^4.5.0"
101
+ "@future-standard/icons": "3.0.0",
102
+ "date-fns": "4.4.0",
103
+ "immutability-helper": "3.1.1",
104
+ "lodash.debounce": "4.0.8",
105
+ "lodash.isequal": "4.5.0"
106
106
  },
107
107
  "directories": {
108
108
  "example": "example"