@prioticket/design-system-web 1.4.4 → 1.4.5
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.5",
|
|
5
5
|
"description": "",
|
|
6
6
|
"installation": "npm install @prioticket/design-system-web"
|
|
7
7
|
},
|
|
8
|
-
"generatedAt": "2025-12-
|
|
8
|
+
"generatedAt": "2025-12-16T18:03:20.011Z",
|
|
9
9
|
"components": {
|
|
10
10
|
"pd-box": {
|
|
11
11
|
"tagName": "pd-box",
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
display: flex;
|
|
324
324
|
flex-wrap: wrap;
|
|
325
325
|
gap: 8px;
|
|
326
|
-
margin
|
|
326
|
+
margin: -2px 0 -2px -4px; /* compensate for chip height and keep visual alignment */
|
|
327
327
|
}
|
|
328
328
|
.chips pd-chip {
|
|
329
329
|
--md-sys-chip-container-height: 28px;
|
|
@@ -430,7 +430,7 @@ s.styles = y`
|
|
|
430
430
|
display: flex;
|
|
431
431
|
flex-wrap: wrap;
|
|
432
432
|
gap: 8px;
|
|
433
|
-
margin
|
|
433
|
+
margin: -2px 0 -2px -4px; /* compensate for chip height and keep visual alignment */
|
|
434
434
|
}
|
|
435
435
|
.chips pd-chip {
|
|
436
436
|
--md-sys-chip-container-height: 28px;
|