@prioticket/design-system-web 1.4.3 → 1.4.4

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.3
3
+ Version: 1.4.4
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.3",
4
+ "version": "1.4.4",
5
5
  "description": "",
6
6
  "installation": "npm install @prioticket/design-system-web"
7
7
  },
8
- "generatedAt": "2025-12-16T16:14:48.676Z",
8
+ "generatedAt": "2025-12-16T16:42:16.181Z",
9
9
  "components": {
10
10
  "pd-box": {
11
11
  "tagName": "pd-box",
@@ -180,7 +180,7 @@
180
180
  font-family: var(--md-sys-typescale-body-large-font, inherit);
181
181
  /* one source of truth */
182
182
  --pd-select-padding-x: 16px;
183
- --pd-select-padding-y: 16px;
183
+ --pd-select-padding-y: 15px;
184
184
  --pd-select-icon-size: 24px;
185
185
  --pd-select-gap: 8px;
186
186
  --md-filled-select-text-field-container-shape: var(--md-sys-shape-corner-small);
@@ -287,7 +287,7 @@ s.styles = y`
287
287
  font-family: var(--md-sys-typescale-body-large-font, inherit);
288
288
  /* one source of truth */
289
289
  --pd-select-padding-x: 16px;
290
- --pd-select-padding-y: 16px;
290
+ --pd-select-padding-y: 15px;
291
291
  --pd-select-icon-size: 24px;
292
292
  --pd-select-gap: 8px;
293
293
  --md-filled-select-text-field-container-shape: var(--md-sys-shape-corner-small);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prioticket/design-system-web",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "type": "module",
5
5
  "packageManager": "yarn@3.6.4",
6
6
  "main": "./dist/prioticket-design-system-web.cjs.js",