@prioticket/design-system-web 1.4.0 → 1.4.1
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.
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": {
|
|
3
3
|
"name": "@prioticket/design-system-web",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.1",
|
|
5
5
|
"description": "",
|
|
6
6
|
"installation": "npm install @prioticket/design-system-web"
|
|
7
7
|
},
|
|
8
|
-
"generatedAt": "2025-12-
|
|
8
|
+
"generatedAt": "2025-12-16T13:18:03.796Z",
|
|
9
9
|
"components": {
|
|
10
10
|
"pd-box": {
|
|
11
11
|
"tagName": "pd-box",
|
package/custom-elements.json
CHANGED
|
@@ -4479,15 +4479,6 @@
|
|
|
4479
4479
|
"privacy": "private",
|
|
4480
4480
|
"readonly": true
|
|
4481
4481
|
},
|
|
4482
|
-
{
|
|
4483
|
-
"kind": "field",
|
|
4484
|
-
"name": "dropdown",
|
|
4485
|
-
"type": {
|
|
4486
|
-
"text": "HTMLElement | null"
|
|
4487
|
-
},
|
|
4488
|
-
"privacy": "private",
|
|
4489
|
-
"readonly": true
|
|
4490
|
-
},
|
|
4491
4482
|
{
|
|
4492
4483
|
"kind": "field",
|
|
4493
4484
|
"name": "trigger",
|
|
@@ -4505,7 +4496,8 @@
|
|
|
4505
4496
|
},
|
|
4506
4497
|
"default": "'outlined'",
|
|
4507
4498
|
"description": "The variant of the select field.",
|
|
4508
|
-
"attribute": "variant"
|
|
4499
|
+
"attribute": "variant",
|
|
4500
|
+
"reflects": true
|
|
4509
4501
|
},
|
|
4510
4502
|
{
|
|
4511
4503
|
"kind": "field",
|
|
@@ -4567,7 +4559,8 @@
|
|
|
4567
4559
|
},
|
|
4568
4560
|
"default": "false",
|
|
4569
4561
|
"description": "Whether the select has an error state.",
|
|
4570
|
-
"attribute": "error"
|
|
4562
|
+
"attribute": "error",
|
|
4563
|
+
"reflects": true
|
|
4571
4564
|
},
|
|
4572
4565
|
{
|
|
4573
4566
|
"kind": "field",
|
|
@@ -4676,7 +4669,7 @@
|
|
|
4676
4669
|
},
|
|
4677
4670
|
"privacy": "private",
|
|
4678
4671
|
"default": "''",
|
|
4679
|
-
"description": "Internal state for search query"
|
|
4672
|
+
"description": "Internal state for search query (raw, not lowercased)"
|
|
4680
4673
|
},
|
|
4681
4674
|
{
|
|
4682
4675
|
"kind": "field",
|