@purpurds/text-field 6.8.3 → 6.10.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 +6 -6
- package/eslint.config.mjs +2 -0
- package/package.json +11 -15
package/dist/LICENSE.txt
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
Name: @purpurds/button
|
|
2
|
-
Version: 6.
|
|
2
|
+
Version: 6.9.0
|
|
3
3
|
License: AGPL-3.0-only
|
|
4
4
|
Private: false
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
Name: @purpurds/field-error-text
|
|
9
|
-
Version: 6.
|
|
9
|
+
Version: 6.9.0
|
|
10
10
|
License: AGPL-3.0-only
|
|
11
11
|
Private: false
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
15
|
Name: @purpurds/field-helper-text
|
|
16
|
-
Version: 6.
|
|
16
|
+
Version: 6.9.0
|
|
17
17
|
License: AGPL-3.0-only
|
|
18
18
|
Private: false
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
Name: @purpurds/icon
|
|
23
|
-
Version: 6.
|
|
23
|
+
Version: 6.9.0
|
|
24
24
|
License: AGPL-3.0-only
|
|
25
25
|
Private: false
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
29
29
|
Name: @purpurds/label
|
|
30
|
-
Version: 6.
|
|
30
|
+
Version: 6.9.0
|
|
31
31
|
License: AGPL-3.0-only
|
|
32
32
|
Private: false
|
|
33
33
|
|
|
34
34
|
---
|
|
35
35
|
|
|
36
36
|
Name: @purpurds/spinner
|
|
37
|
-
Version: 6.
|
|
37
|
+
Version: 6.9.0
|
|
38
38
|
License: AGPL-3.0-only
|
|
39
39
|
Private: false
|
|
40
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/text-field",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.10.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/text-field.cjs.js",
|
|
6
6
|
"types": "./dist/text-field.d.ts",
|
|
@@ -16,37 +16,33 @@
|
|
|
16
16
|
"source": "src/text-field.tsx",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"classnames": "~2.5.0",
|
|
19
|
-
"@purpurds/button": "6.
|
|
20
|
-
"@purpurds/
|
|
21
|
-
"@purpurds/
|
|
22
|
-
"@purpurds/
|
|
23
|
-
"@purpurds/spinner": "6.
|
|
24
|
-
"@purpurds/
|
|
25
|
-
"@purpurds/
|
|
19
|
+
"@purpurds/button": "6.10.0",
|
|
20
|
+
"@purpurds/icon": "6.10.0",
|
|
21
|
+
"@purpurds/label": "6.10.0",
|
|
22
|
+
"@purpurds/field-helper-text": "6.10.0",
|
|
23
|
+
"@purpurds/spinner": "6.10.0",
|
|
24
|
+
"@purpurds/field-error-text": "6.10.0",
|
|
25
|
+
"@purpurds/tokens": "6.10.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@rushstack/eslint-patch": "~1.10.0",
|
|
29
28
|
"@storybook/preview-api": "^8.6.4",
|
|
30
29
|
"@storybook/react": "^8.6.4",
|
|
31
|
-
"@telia/base-rig": "~8.2.0",
|
|
32
|
-
"@telia/react-rig": "~3.2.0",
|
|
33
30
|
"@testing-library/dom": "~10.4.0",
|
|
34
31
|
"@testing-library/jest-dom": "~6.4.0",
|
|
35
32
|
"@testing-library/react": "~16.2.0",
|
|
36
33
|
"@types/node": "20.12.12",
|
|
37
34
|
"@types/react-dom": "^19.0.4",
|
|
38
35
|
"@types/react": "^19.0.10",
|
|
39
|
-
"eslint
|
|
40
|
-
"eslint": "^8.57.0",
|
|
36
|
+
"eslint": "9.24.0",
|
|
41
37
|
"jsdom": "~22.1.0",
|
|
42
|
-
"lint-staged": "
|
|
38
|
+
"lint-staged": "15.5.0",
|
|
43
39
|
"prettier": "~2.8.8",
|
|
44
40
|
"react-dom": "^19.0.0",
|
|
45
41
|
"react": "^19.0.0",
|
|
46
42
|
"storybook": "^8.6.4",
|
|
47
43
|
"typescript": "^5.6.3",
|
|
48
44
|
"vite": "^6.2.1",
|
|
49
|
-
"vitest": "^
|
|
45
|
+
"vitest": "^3.1.2",
|
|
50
46
|
"@purpurds/component-rig": "1.0.0"
|
|
51
47
|
},
|
|
52
48
|
"peerDependencies": {
|