@mittwald/flow-design-tokens 0.1.0-alpha.425 → 0.1.0-alpha.427
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.
- package/dist/variables.css +2 -1
- package/dist/variables.json +23 -6
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -665,7 +665,8 @@
|
|
|
665
665
|
--list-item--subtitle-font-size: var(--font-size-text--s);
|
|
666
666
|
--section--section-to-section-spacing: var(--size-rem--xl);
|
|
667
667
|
--section--spacing: var(--size-rem--m);
|
|
668
|
-
--section--sub-heading-spacing: var(--size-rem--
|
|
668
|
+
--section--sub-heading-spacing-m: var(--size-rem--l);
|
|
669
|
+
--section--sub-heading-spacing-s: var(--size-rem--s);
|
|
669
670
|
--section-header--action-to-action-spacing: var(--size-rem--s);
|
|
670
671
|
--section-header--heading-to-action-spacing: var(--size-rem--m);
|
|
671
672
|
--table--border-style: var(--border-style--default);
|
package/dist/variables.json
CHANGED
|
@@ -22171,21 +22171,38 @@
|
|
|
22171
22171
|
"spacing"
|
|
22172
22172
|
]
|
|
22173
22173
|
},
|
|
22174
|
-
"sub-heading-spacing": {
|
|
22175
|
-
"value": "
|
|
22174
|
+
"sub-heading-spacing-m": {
|
|
22175
|
+
"value": "1.5rem",
|
|
22176
22176
|
"filePath": "src/structure/section.yml",
|
|
22177
22177
|
"isSource": true,
|
|
22178
22178
|
"original": {
|
|
22179
|
-
"value": "{size-rem.
|
|
22179
|
+
"value": "{size-rem.l}"
|
|
22180
|
+
},
|
|
22181
|
+
"name": "SectionSubHeadingSpacingM",
|
|
22182
|
+
"attributes": {
|
|
22183
|
+
"category": "section",
|
|
22184
|
+
"type": "sub-heading-spacing-m"
|
|
22185
|
+
},
|
|
22186
|
+
"path": [
|
|
22187
|
+
"section",
|
|
22188
|
+
"sub-heading-spacing-m"
|
|
22189
|
+
]
|
|
22190
|
+
},
|
|
22191
|
+
"sub-heading-spacing-s": {
|
|
22192
|
+
"value": "0.5rem",
|
|
22193
|
+
"filePath": "src/structure/section.yml",
|
|
22194
|
+
"isSource": true,
|
|
22195
|
+
"original": {
|
|
22196
|
+
"value": "{size-rem.s}"
|
|
22180
22197
|
},
|
|
22181
|
-
"name": "
|
|
22198
|
+
"name": "SectionSubHeadingSpacingS",
|
|
22182
22199
|
"attributes": {
|
|
22183
22200
|
"category": "section",
|
|
22184
|
-
"type": "sub-heading-spacing"
|
|
22201
|
+
"type": "sub-heading-spacing-s"
|
|
22185
22202
|
},
|
|
22186
22203
|
"path": [
|
|
22187
22204
|
"section",
|
|
22188
|
-
"sub-heading-spacing"
|
|
22205
|
+
"sub-heading-spacing-s"
|
|
22189
22206
|
]
|
|
22190
22207
|
}
|
|
22191
22208
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-design-tokens",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.427",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The design tokens used in Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://github.com/mittwald/flow/tree/main/packages/design-tokens",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"prettier": "^3.4.1",
|
|
23
23
|
"style-dictionary": "^4.2.0"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "38099bf4c5370fbb8b52c325d54c2b28324161eb"
|
|
26
26
|
}
|