@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,6 +1,6 @@
1
1
  # @prioticket/design-system-web Components
2
2
 
3
- Version: 1.4.4
3
+ Version: 1.4.5
4
4
 
5
5
  ### <pd-box> (PdBox)
6
6
 
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "package": {
3
3
  "name": "@prioticket/design-system-web",
4
- "version": "1.4.4",
4
+ "version": "1.4.5",
5
5
  "description": "",
6
6
  "installation": "npm install @prioticket/design-system-web"
7
7
  },
8
- "generatedAt": "2025-12-16T16:42:16.181Z",
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-left: -4px; /* keep visual alignment without padding hacks */
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-left: -4px; /* keep visual alignment without padding hacks */
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prioticket/design-system-web",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "type": "module",
5
5
  "packageManager": "yarn@3.6.4",
6
6
  "main": "./dist/prioticket-design-system-web.cjs.js",