@purpurds/text-area 8.10.2 → 8.12.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.
package/dist/LICENSE.txt CHANGED
@@ -1,19 +1,19 @@
1
1
  Name: @purpurds/field-error-text
2
- Version: 8.10.1
2
+ Version: 8.11.0
3
3
  License: AGPL-3.0-only
4
4
  Private: false
5
5
 
6
6
  ---
7
7
 
8
8
  Name: @purpurds/field-helper-text
9
- Version: 8.10.1
9
+ Version: 8.11.0
10
10
  License: AGPL-3.0-only
11
11
  Private: false
12
12
 
13
13
  ---
14
14
 
15
15
  Name: @purpurds/label
16
- Version: 8.10.1
16
+ Version: 8.11.0
17
17
  License: AGPL-3.0-only
18
18
  Private: false
19
19
 
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { BaseProps } from '@purpurds/common-types';
3
-
4
3
  export declare const ResizeOption: {
5
4
  readonly NONE: "none";
6
5
  readonly BOTH: "both";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/text-area",
3
- "version": "8.10.2",
3
+ "version": "8.12.0",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/text-area.cjs.js",
6
6
  "types": "./dist/text-area.d.ts",
@@ -16,11 +16,11 @@
16
16
  "source": "src/text-area.tsx",
17
17
  "dependencies": {
18
18
  "classnames": "~2.5.1",
19
- "@purpurds/common-types": "8.10.2",
20
- "@purpurds/field-error-text": "8.10.2",
21
- "@purpurds/field-helper-text": "8.10.2",
22
- "@purpurds/label": "8.10.2",
23
- "@purpurds/tokens": "8.10.2"
19
+ "@purpurds/common-types": "8.12.0",
20
+ "@purpurds/field-error-text": "8.12.0",
21
+ "@purpurds/label": "8.12.0",
22
+ "@purpurds/field-helper-text": "8.12.0",
23
+ "@purpurds/tokens": "8.12.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@storybook/react-vite": "^10.0.8",
@@ -36,17 +36,18 @@
36
36
  "jsdom": "~27.2.0",
37
37
  "lint-staged": "16.2.6",
38
38
  "prettier": "~2.8.8",
39
- "react-dom": "^19.2.0",
40
- "react": "^19.2.0",
39
+ "react-dom": "^19.2.1",
40
+ "react": "^19.2.1",
41
41
  "storybook": "^10.0.8",
42
42
  "tsx": "^4.20.6",
43
43
  "typescript": "^5.9.3",
44
44
  "vite": "^7.2.2",
45
45
  "vitest": "^4.0.10",
46
46
  "@purpurds/component-rig": "1.0.0",
47
- "@purpurds/theme": "8.10.2"
47
+ "@purpurds/theme": "8.12.0"
48
48
  },
49
49
  "peerDependencies": {
50
+ "@purpurds/theme": "8.12.0",
50
51
  "@types/react": "^18 || ^19",
51
52
  "@types/react-dom": "^18 || ^19",
52
53
  "react": "^18 || ^19",