@aviala-design/spiral 2.7.1 → 2.7.2
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/component-changelogs.json +10 -0
- package/dist/index.cjs +539 -520
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +15 -5
- package/dist/index.d.ts +15 -5
- package/dist/index.js +512 -491
- package/dist/index.js.map +1 -1
- package/dist/props.json +1 -10
- package/package.json +2 -2
package/dist/props.json
CHANGED
|
@@ -159,7 +159,6 @@
|
|
|
159
159
|
{
|
|
160
160
|
"name": "error",
|
|
161
161
|
"type": "boolean",
|
|
162
|
-
"defaultValue": "false",
|
|
163
162
|
"required": false,
|
|
164
163
|
"description": ""
|
|
165
164
|
}
|
|
@@ -244,7 +243,6 @@
|
|
|
244
243
|
{
|
|
245
244
|
"name": "error",
|
|
246
245
|
"type": "boolean",
|
|
247
|
-
"defaultValue": "false",
|
|
248
246
|
"required": false,
|
|
249
247
|
"description": ""
|
|
250
248
|
}
|
|
@@ -1132,7 +1130,6 @@
|
|
|
1132
1130
|
{
|
|
1133
1131
|
"name": "error",
|
|
1134
1132
|
"type": "boolean",
|
|
1135
|
-
"defaultValue": "false",
|
|
1136
1133
|
"required": false,
|
|
1137
1134
|
"description": ""
|
|
1138
1135
|
},
|
|
@@ -1394,7 +1391,6 @@
|
|
|
1394
1391
|
{
|
|
1395
1392
|
"name": "error",
|
|
1396
1393
|
"type": "boolean",
|
|
1397
|
-
"defaultValue": "false",
|
|
1398
1394
|
"required": false,
|
|
1399
1395
|
"description": ""
|
|
1400
1396
|
},
|
|
@@ -1496,7 +1492,6 @@
|
|
|
1496
1492
|
{
|
|
1497
1493
|
"name": "error",
|
|
1498
1494
|
"type": "boolean",
|
|
1499
|
-
"defaultValue": "false",
|
|
1500
1495
|
"required": false,
|
|
1501
1496
|
"description": ""
|
|
1502
1497
|
},
|
|
@@ -1654,7 +1649,6 @@
|
|
|
1654
1649
|
{
|
|
1655
1650
|
"name": "error",
|
|
1656
1651
|
"type": "boolean",
|
|
1657
|
-
"defaultValue": "false",
|
|
1658
1652
|
"required": false,
|
|
1659
1653
|
"description": ""
|
|
1660
1654
|
},
|
|
@@ -1841,7 +1835,6 @@
|
|
|
1841
1835
|
{
|
|
1842
1836
|
"name": "error",
|
|
1843
1837
|
"type": "boolean",
|
|
1844
|
-
"defaultValue": "false",
|
|
1845
1838
|
"required": false,
|
|
1846
1839
|
"description": ""
|
|
1847
1840
|
}
|
|
@@ -2133,7 +2126,6 @@
|
|
|
2133
2126
|
{
|
|
2134
2127
|
"name": "error",
|
|
2135
2128
|
"type": "boolean",
|
|
2136
|
-
"defaultValue": "false",
|
|
2137
2129
|
"required": false,
|
|
2138
2130
|
"description": ""
|
|
2139
2131
|
},
|
|
@@ -2286,7 +2278,6 @@
|
|
|
2286
2278
|
{
|
|
2287
2279
|
"name": "error",
|
|
2288
2280
|
"type": "boolean",
|
|
2289
|
-
"defaultValue": "false",
|
|
2290
2281
|
"required": false,
|
|
2291
2282
|
"description": ""
|
|
2292
2283
|
},
|
|
@@ -3599,7 +3590,7 @@
|
|
|
3599
3590
|
},
|
|
3600
3591
|
"FormField": {
|
|
3601
3592
|
"displayName": "FormField",
|
|
3602
|
-
"description": "FormField — layout wrapper around a form control, or a react-hook-form\nbound field when given `name` + `render` (shadcn-style).",
|
|
3593
|
+
"description": "FormField — layout wrapper around a form control, or a react-hook-form\nbound field when given `name` + `render` (shadcn-style).\n\nWhen an error tip is shown, nested Spiral controls that support `error`\n(Input, Textarea, SelectTrigger, …) inherit the invalid state unless they\nset an explicit `error` prop.",
|
|
3603
3594
|
"props": [
|
|
3604
3595
|
{
|
|
3605
3596
|
"name": "label",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aviala-design/spiral",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.2",
|
|
4
4
|
"description": "Spiral 2 ? Aviala Design React component library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"clsx": "^2.1.1",
|
|
45
45
|
"colord": "^2.9.3",
|
|
46
46
|
"tailwind-merge": "^3.3.1",
|
|
47
|
-
"@aviala-design/icons": "2.
|
|
47
|
+
"@aviala-design/icons": "2.3.0",
|
|
48
48
|
"@aviala-design/tokens": "2.5.2"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|