@tribepad/themis 1.0.14 → 1.0.16

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 (32) hide show
  1. package/dist/elements/PasswordField/index.js +1 -1
  2. package/dist/elements/PasswordField/index.js.map +1 -1
  3. package/dist/elements/PasswordField/index.mjs +1 -1
  4. package/dist/elements/PasswordField/index.mjs.map +1 -1
  5. package/dist/elements/SearchField/index.js +1 -1
  6. package/dist/elements/SearchField/index.js.map +1 -1
  7. package/dist/elements/SearchField/index.mjs +1 -1
  8. package/dist/elements/SearchField/index.mjs.map +1 -1
  9. package/dist/elements/Tabs/index.js +1 -1
  10. package/dist/elements/Tabs/index.js.map +1 -1
  11. package/dist/elements/Tabs/index.mjs +1 -1
  12. package/dist/elements/Tabs/index.mjs.map +1 -1
  13. package/dist/elements/TextField/TextField.d.ts.map +1 -1
  14. package/dist/elements/TextField/TextField.types.d.ts +2 -0
  15. package/dist/elements/TextField/TextField.types.d.ts.map +1 -1
  16. package/dist/elements/TextField/index.js +1 -1
  17. package/dist/elements/TextField/index.js.map +1 -1
  18. package/dist/elements/TextField/index.mjs +1 -1
  19. package/dist/elements/TextField/index.mjs.map +1 -1
  20. package/dist/elements/index.js +1 -1
  21. package/dist/elements/index.js.map +1 -1
  22. package/dist/elements/index.mjs +1 -1
  23. package/dist/elements/index.mjs.map +1 -1
  24. package/dist/index.js +2 -2
  25. package/dist/index.js.map +1 -1
  26. package/dist/index.mjs +2 -2
  27. package/dist/index.mjs.map +1 -1
  28. package/package.json +9 -7
  29. package/src/elements/Combobox/Combobox.stories.tsx +1 -1
  30. package/src/elements/MatrixGrid/MatrixGrid.stories.tsx +1 -1
  31. package/src/elements/RatingScale/RatingScale.stories.tsx +1 -1
  32. package/src/elements/SituationalJudgement/SituationalJudgement.stories.tsx +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tribepad/themis",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "Accessible React component library built on React Aria primitives",
5
5
  "author": "Tribepad <mbasford@tribepad.com>",
6
6
  "license": "MIT",
@@ -128,11 +128,11 @@
128
128
  },
129
129
  "peerDependencies": {
130
130
  "lucide-react": ">=0.400.0",
131
+ "motion": ">=11.0.0",
131
132
  "react": "^18.0.0 || ^19.0.0",
132
133
  "react-dom": "^18.0.0 || ^19.0.0",
133
134
  "tailwindcss": "^3.4.0 || ^4.0.0",
134
- "zod": "^3.0.0 || ^4.0.0",
135
- "motion": ">=11.0.0"
135
+ "zod": "^3.0.0 || ^4.0.0"
136
136
  },
137
137
  "peerDependenciesMeta": {
138
138
  "tailwindcss": {
@@ -160,8 +160,9 @@
160
160
  "devDependencies": {
161
161
  "@eslint/js": "^9.39.3",
162
162
  "@size-limit/preset-small-lib": "^11.0.0",
163
- "@storybook/addon-a11y": "^10.2.10",
164
- "@storybook/react-vite": "^10.2.10",
163
+ "@storybook/addon-a11y": "^10.3.3",
164
+ "@storybook/addon-mcp": "^0.4.2",
165
+ "@storybook/react-vite": "^10.3.3",
165
166
  "@tailwindcss/vite": "^4.2.0",
166
167
  "@testing-library/jest-dom": "^6.0.0",
167
168
  "@testing-library/react": "^16.0.0",
@@ -175,19 +176,20 @@
175
176
  "@vitest/coverage-v8": "^4.0.0",
176
177
  "eslint": "^9.0.0",
177
178
  "eslint-plugin-jsx-a11y": "^6.10.2",
179
+ "eslint-plugin-storybook": "10.3.3",
178
180
  "globals": "^17.3.0",
179
181
  "happy-dom": "^20.7.0",
180
182
  "jest-axe": "^10.0.0",
181
183
  "jsdom": "^28.1.0",
182
184
  "lucide-react": ">=0.400.0",
185
+ "motion": "^12.35.0",
183
186
  "react": "^19.0.0",
184
187
  "react-dom": "^19.0.0",
185
188
  "size-limit": "^11.0.0",
186
- "storybook": "^10.2.10",
189
+ "storybook": "^10.3.3",
187
190
  "tsup": "^8.0.0",
188
191
  "tsx": "^4.0.0",
189
192
  "typescript": "^5.9.3",
190
- "motion": "^12.35.0",
191
193
  "vitest": "^4.0.18",
192
194
  "zod": "^4.3.6"
193
195
  },
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
1
+ import type { Meta, StoryObj } from '@storybook/react-vite';
2
2
  import { fn } from 'storybook/test';
3
3
  import { Combobox, ComboboxItem, ComboboxSection } from './Combobox';
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { useState } from 'react';
2
- import type { Meta, StoryObj } from '@storybook/react';
2
+ import type { Meta, StoryObj } from '@storybook/react-vite';
3
3
  import { MatrixGrid } from './MatrixGrid';
4
4
 
5
5
  const LIKERT_COLUMNS = [
@@ -1,5 +1,5 @@
1
1
  import { useState } from 'react';
2
- import type { Meta, StoryObj } from '@storybook/react';
2
+ import type { Meta, StoryObj } from '@storybook/react-vite';
3
3
  import { RatingScale } from './RatingScale';
4
4
 
5
5
  const meta = {
@@ -1,5 +1,5 @@
1
1
  import { useState } from 'react';
2
- import type { Meta, StoryObj } from '@storybook/react';
2
+ import type { Meta, StoryObj } from '@storybook/react-vite';
3
3
  import { SituationalJudgement } from './SituationalJudgement';
4
4
 
5
5
  const SAMPLE_RESPONSES = [