@adam-milo/ui 1.0.29 → 1.0.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 (66) hide show
  1. package/dist/index27.cjs +1 -1
  2. package/dist/index27.js +21 -21
  3. package/dist/index42.cjs +1 -1
  4. package/dist/index42.js +3 -8
  5. package/dist/index43.cjs +1 -1
  6. package/dist/index43.js +7 -66
  7. package/dist/index44.cjs +1 -1
  8. package/dist/index44.js +66 -35
  9. package/dist/index45.cjs +1 -1
  10. package/dist/index45.js +31 -56
  11. package/dist/index46.cjs +1 -1
  12. package/dist/index46.js +60 -6
  13. package/dist/index47.cjs +1 -1
  14. package/dist/index47.js +6 -208
  15. package/dist/index48.cjs +1 -1
  16. package/dist/index48.js +203 -20
  17. package/dist/index49.cjs +1 -1
  18. package/dist/index49.js +23 -202
  19. package/dist/index50.cjs +1 -1
  20. package/dist/index50.js +204 -10
  21. package/dist/index51.cjs +1 -1
  22. package/dist/index51.js +10 -289
  23. package/dist/index52.cjs +1 -1
  24. package/dist/index52.js +288 -13
  25. package/dist/index53.cjs +1 -1
  26. package/dist/index53.js +14 -39
  27. package/dist/index54.cjs +1 -1
  28. package/dist/index54.js +36 -82
  29. package/dist/index55.cjs +1 -1
  30. package/dist/index55.js +84 -9
  31. package/dist/index56.cjs +1 -1
  32. package/dist/index56.js +8 -65
  33. package/dist/index57.cjs +1 -1
  34. package/dist/index57.js +68 -3
  35. package/dist/index58.cjs +1 -1
  36. package/dist/index58.js +3 -11
  37. package/dist/index59.cjs +1 -1
  38. package/dist/index59.js +11 -31
  39. package/dist/index60.cjs +1 -1
  40. package/dist/index60.js +30 -118
  41. package/dist/index61.cjs +1 -1
  42. package/dist/index61.js +120 -9
  43. package/dist/index62.cjs +1 -0
  44. package/dist/index62.js +11 -0
  45. package/dist/index63.cjs +1 -1
  46. package/dist/index63.js +1 -1
  47. package/dist/index65.cjs +1 -1
  48. package/dist/index65.js +1 -1
  49. package/dist/index66.cjs +1 -1
  50. package/dist/index66.js +1 -1
  51. package/dist/index80.cjs +1 -1
  52. package/dist/index80.js +1 -1
  53. package/dist/index81.cjs +1 -1
  54. package/dist/index81.js +1 -1
  55. package/dist/index86.cjs +1 -1
  56. package/dist/index86.js +12 -33
  57. package/dist/index87.cjs +1 -1
  58. package/dist/index87.js +44 -12
  59. package/dist/index88.cjs +1 -1
  60. package/dist/index88.js +5 -44
  61. package/dist/index89.cjs +1 -1
  62. package/dist/index89.js +33 -5
  63. package/dist/src/components/forms/radio/Radio.component.d.ts.map +1 -1
  64. package/package.json +2 -1
  65. package/dist/index41.cjs +0 -1
  66. package/dist/index41.js +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adam-milo/ui",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "type": "module",
5
5
  "description": "Adam Milo Design System - UI Component Library",
6
6
  "keywords": [
@@ -76,6 +76,7 @@
76
76
  "@types/react": "^18.2.43",
77
77
  "@types/react-dom": "^18.2.17",
78
78
  "@vitejs/plugin-react": "^4.2.1",
79
+ "@vitest/coverage-v8": "^1.0.4",
79
80
  "@vitest/ui": "^1.0.4",
80
81
  "autoprefixer": "^10.4.16",
81
82
  "cypress": "^15.7.1",
package/dist/index41.cjs DELETED
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"}),exports.clamp=function(t,[e,r]){return Math.min(r,Math.max(e,t))};
package/dist/index41.js DELETED
@@ -1,6 +0,0 @@
1
- function clamp(value, [min, max]) {
2
- return Math.min(max, Math.max(min, value));
3
- }
4
- export {
5
- clamp
6
- };