etudes 32.2.0 → 32.3.0

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/build/components/Burger.d.ts +2 -2
  2. package/build/components/BurgerButton.d.ts +2 -2
  3. package/build/components/CoverImage.d.ts +3 -3
  4. package/build/components/CoverVideo.d.ts +3 -3
  5. package/build/components/OptionButton.d.ts +1 -1
  6. package/build/components/PanoramaSlider.d.ts +4 -4
  7. package/build/components/SelectableButton.d.ts +1 -1
  8. package/build/etudes.js +8 -7
  9. package/build/etudes.umd.cjs +2 -2
  10. package/build/flows/Conditional.d.ts +1 -1
  11. package/build/flows/Each.d.ts +1 -1
  12. package/build/flows/Repeat.d.ts +1 -1
  13. package/build/flows/Switch.d.ts +1 -1
  14. package/build/hocs/WithTooltip.d.ts +1 -1
  15. package/build/primitives/Accordion.d.ts +6 -6
  16. package/build/primitives/Button.d.ts +1 -1
  17. package/build/primitives/Carousel.d.ts +4 -4
  18. package/build/primitives/CodeInput.d.ts +2 -2
  19. package/build/primitives/Collection.d.ts +2 -2
  20. package/build/primitives/Counter.d.ts +4 -4
  21. package/build/primitives/Dial.d.ts +3 -3
  22. package/build/primitives/Dropdown.d.ts +5 -5
  23. package/build/primitives/Form.d.ts +1 -1
  24. package/build/primitives/Image.d.ts +1 -1
  25. package/build/primitives/MasonryGrid.d.ts +1 -1
  26. package/build/primitives/Panorama.d.ts +1 -1
  27. package/build/primitives/Picture.d.ts +1 -1
  28. package/build/primitives/RangeSlider.d.ts +6 -6
  29. package/build/primitives/ScrollableCarousel.d.ts +1 -1
  30. package/build/primitives/Select.d.ts +4 -4
  31. package/build/primitives/Slider.d.ts +5 -5
  32. package/build/primitives/StepSlider.d.ts +5 -5
  33. package/build/primitives/SwipeRegion.d.ts +1 -1
  34. package/build/primitives/TextArea.d.ts +1 -1
  35. package/build/primitives/TextField.d.ts +1 -1
  36. package/build/primitives/Toggle.d.ts +3 -3
  37. package/build/primitives/Video.d.ts +1 -1
  38. package/build/providers/ScrollPositionProvider.d.ts +6 -1
  39. package/build/utils/ExtractChildren.d.ts +1 -1
  40. package/build/utils/NoSSR.d.ts +1 -1
  41. package/package.json +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "etudes",
3
- "version": "32.2.0",
3
+ "version": "32.3.0",
4
4
  "description": "A study of headless React components",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -43,34 +43,34 @@
43
43
  "author": "Andrew Wei <andrewscwei@gmail.com>",
44
44
  "license": "MIT",
45
45
  "devDependencies": {
46
- "@commitlint/config-conventional": "^20.5.3",
46
+ "@commitlint/config-conventional": "^21.0.2",
47
47
  "@eslint/js": "^10.0.1",
48
48
  "@semantic-release/git": "^10.0.1",
49
49
  "@stylistic/eslint-plugin": "^5.10.0",
50
- "@tailwindcss/vite": "^4.2.4",
50
+ "@tailwindcss/vite": "^4.3.0",
51
51
  "@testing-library/react": "^16.3.2",
52
52
  "@testing-library/user-event": "^14.6.1",
53
- "@types/node": "^25.6.2",
54
- "@types/react": "^19.2.14",
53
+ "@types/node": "^25.9.1",
54
+ "@types/react": "^19.2.16",
55
55
  "@types/react-dom": "^19.2.3",
56
- "@vitejs/plugin-react": "^6.0.1",
57
- "@vitest/coverage-v8": "^4.1.5",
58
- "concurrently": "^9.2.1",
59
- "eslint": "^10.3.0",
56
+ "@vitejs/plugin-react": "^6.0.2",
57
+ "@vitest/coverage-v8": "^4.1.8",
58
+ "concurrently": "^10.0.3",
59
+ "eslint": "^10.4.1",
60
60
  "eslint-plugin-perfectionist": "^5.9.0",
61
61
  "happy-dom": "^20.9.0",
62
- "react": "^19.2.6",
63
- "react-dom": "^19.2.6",
62
+ "react": "^19.2.7",
63
+ "react-dom": "^19.2.7",
64
64
  "rimraf": "^6.1.3",
65
65
  "semantic-release": "^25.0.3",
66
- "tailwindcss": "^4.2.4",
66
+ "tailwindcss": "^4.3.0",
67
67
  "typescript": "^6.0.3",
68
- "typescript-eslint": "^8.59.2",
69
- "vite": "^8.0.11",
70
- "vite-plugin-dts": "^5.0.0",
68
+ "typescript-eslint": "^8.60.1",
69
+ "vite": "^8.0.16",
70
+ "vite-plugin-dts": "^5.0.2",
71
71
  "vite-plugin-svgr": "^5.2.0",
72
- "vitest": "^4.1.5",
73
- "wait-on": "^9.0.5"
72
+ "vitest": "^4.1.8",
73
+ "wait-on": "^9.0.10"
74
74
  },
75
75
  "dependencies": {
76
76
  "clsx": "^2.1.1",