@mittwald/flow-design-tokens 0.2.0-alpha.191 → 0.2.0-alpha.193
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 +1 -1
- package/dist/variables.json +2 -2
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -700,7 +700,7 @@
|
|
|
700
700
|
--layout-card--padding-mobile: var(--size-px--m);
|
|
701
701
|
--list--spacing: var(--size-px--s);
|
|
702
702
|
--list--block-to-block-spacing: var(--size-px--m);
|
|
703
|
-
--list--filter-to-search-spacing: var(--size-px--
|
|
703
|
+
--list--filter-to-search-spacing: var(--size-px--xl);
|
|
704
704
|
--list-item--padding: var(--size-px--s);
|
|
705
705
|
--list-item--border-style: var(--border-style--default);
|
|
706
706
|
--list-item--spacing: var(--size-px--m);
|
package/dist/variables.json
CHANGED
|
@@ -22899,11 +22899,11 @@
|
|
|
22899
22899
|
]
|
|
22900
22900
|
},
|
|
22901
22901
|
"filter-to-search-spacing": {
|
|
22902
|
-
"value": "
|
|
22902
|
+
"value": "32px",
|
|
22903
22903
|
"filePath": "src/structure/list.yml",
|
|
22904
22904
|
"isSource": true,
|
|
22905
22905
|
"original": {
|
|
22906
|
-
"value": "{size-px.
|
|
22906
|
+
"value": "{size-px.xl}"
|
|
22907
22907
|
},
|
|
22908
22908
|
"name": "ListFilterToSearchSpacing",
|
|
22909
22909
|
"attributes": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-design-tokens",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.193",
|
|
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",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"rimraf": "^6.0.1",
|
|
25
25
|
"style-dictionary": "^4.3.3"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "c2079b5ee979c0117980fa2bbdaf0424b321aef1"
|
|
28
28
|
}
|