@uncinq/component-tokens 1.1.4 → 1.1.6

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.
@@ -28,11 +28,14 @@
28
28
  --item-metas-font-size: var(--font-size-2xs);
29
29
  --item-metas-order: -1;
30
30
  --item-metas-padding-inline: var(--spacing-card);
31
+ --item-metas-padding-block: var(--spacing-card);
31
32
  --item-metas-padding-block-start: var(--spacing-card);
32
33
  --item-metas-padding-block-end: 0;
33
34
  --item-order: none;
34
35
  --item-padding-inline: var(--spacing-card);
35
36
  --item-padding-block: var(--spacing-card);
37
+ --item-padding-block-start: var(--spacing-card);
38
+ --item-padding-block-end: var(--spacing-card);
36
39
  --item-shadow: var(--shadow-sm);
37
40
  --item-shadow-hover: var(--shadow-md);
38
41
  --item-title-color: var(--color-text);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uncinq/component-tokens",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "Framework-agnostic CSS design tokens — component layers.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -27,7 +27,7 @@
27
27
  "$type": "color"
28
28
  },
29
29
  "open": {
30
- "$value": "{color.border.hover}",
30
+ "$value": "{color.border.hover.default}",
31
31
  "$type": "color"
32
32
  }
33
33
  },
@@ -117,6 +117,10 @@
117
117
  "$type": "dimension"
118
118
  },
119
119
  "block": {
120
+ "default": {
121
+ "$value": "{spacing.card}",
122
+ "$type": "dimension"
123
+ },
120
124
  "start": {
121
125
  "$value": "{spacing.card}",
122
126
  "$type": "dimension"
@@ -138,8 +142,18 @@
138
142
  "$type": "dimension"
139
143
  },
140
144
  "block": {
141
- "$value": "{spacing.card}",
142
- "$type": "dimension"
145
+ "default": {
146
+ "$value": "{spacing.card}",
147
+ "$type": "dimension"
148
+ },
149
+ "start": {
150
+ "$value": "{spacing.card}",
151
+ "$type": "dimension"
152
+ },
153
+ "end": {
154
+ "$value": "{spacing.card}",
155
+ "$type": "dimension"
156
+ }
143
157
  }
144
158
  },
145
159
  "shadow": {