@mittwald/flow-design-tokens 0.2.0-alpha.69 → 0.2.0-alpha.70
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 -2
- package/dist/variables.json +19 -21
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -524,7 +524,6 @@
|
|
|
524
524
|
--tabs--padding: var(--size-px--m);
|
|
525
525
|
--tabs--font-weight--selected: var(--font-weight--bold);
|
|
526
526
|
--tabs--spacing: var(--size-rem--s);
|
|
527
|
-
--tab-panel--padding: var(--size-px--xl);
|
|
528
527
|
--light-box--overlay-background-color: var(--dark--color--600);
|
|
529
528
|
--light-box--max-width: calc(100dvw - var(--size-px--l));
|
|
530
529
|
--light-box--max-height: calc(100dvh - var(--size-px--l));
|
|
@@ -668,7 +667,8 @@
|
|
|
668
667
|
--column-layout--gap--m: var(--size-px--m);
|
|
669
668
|
--column-layout--gap--l: var(--size-px--l);
|
|
670
669
|
--column-layout--gap--xl: var(--size-px--xl);
|
|
671
|
-
--layout-card--padding: var(--size-px--
|
|
670
|
+
--layout-card--padding: var(--size-px--l);
|
|
671
|
+
--layout-card--padding-mobile: var(--size-px--m);
|
|
672
672
|
--list--spacing: var(--size-px--s);
|
|
673
673
|
--list--block-to-block-spacing: var(--size-px--m);
|
|
674
674
|
--list-item--padding: var(--size-px--s);
|
package/dist/variables.json
CHANGED
|
@@ -16992,25 +16992,6 @@
|
|
|
16992
16992
|
]
|
|
16993
16993
|
}
|
|
16994
16994
|
},
|
|
16995
|
-
"tab-panel": {
|
|
16996
|
-
"padding": {
|
|
16997
|
-
"value": "32px",
|
|
16998
|
-
"filePath": "src/navigation/tabs.yml",
|
|
16999
|
-
"isSource": true,
|
|
17000
|
-
"original": {
|
|
17001
|
-
"value": "{size-px.xl}"
|
|
17002
|
-
},
|
|
17003
|
-
"name": "TabPanelPadding",
|
|
17004
|
-
"attributes": {
|
|
17005
|
-
"category": "tab-panel",
|
|
17006
|
-
"type": "padding"
|
|
17007
|
-
},
|
|
17008
|
-
"path": [
|
|
17009
|
-
"tab-panel",
|
|
17010
|
-
"padding"
|
|
17011
|
-
]
|
|
17012
|
-
}
|
|
17013
|
-
},
|
|
17014
16995
|
"contextual-help": {
|
|
17015
16996
|
"max-width": {
|
|
17016
16997
|
"value": "500px",
|
|
@@ -22049,11 +22030,11 @@
|
|
|
22049
22030
|
]
|
|
22050
22031
|
},
|
|
22051
22032
|
"padding": {
|
|
22052
|
-
"value": "
|
|
22033
|
+
"value": "24px",
|
|
22053
22034
|
"filePath": "src/structure/layout-card.yml",
|
|
22054
22035
|
"isSource": true,
|
|
22055
22036
|
"original": {
|
|
22056
|
-
"value": "{size-px.
|
|
22037
|
+
"value": "{size-px.l}"
|
|
22057
22038
|
},
|
|
22058
22039
|
"name": "LayoutCardPadding",
|
|
22059
22040
|
"attributes": {
|
|
@@ -22065,6 +22046,23 @@
|
|
|
22065
22046
|
"padding"
|
|
22066
22047
|
]
|
|
22067
22048
|
},
|
|
22049
|
+
"padding-mobile": {
|
|
22050
|
+
"value": "16px",
|
|
22051
|
+
"filePath": "src/structure/layout-card.yml",
|
|
22052
|
+
"isSource": true,
|
|
22053
|
+
"original": {
|
|
22054
|
+
"value": "{size-px.m}"
|
|
22055
|
+
},
|
|
22056
|
+
"name": "LayoutCardPaddingMobile",
|
|
22057
|
+
"attributes": {
|
|
22058
|
+
"category": "layout-card",
|
|
22059
|
+
"type": "padding-mobile"
|
|
22060
|
+
},
|
|
22061
|
+
"path": [
|
|
22062
|
+
"layout-card",
|
|
22063
|
+
"padding-mobile"
|
|
22064
|
+
]
|
|
22065
|
+
},
|
|
22068
22066
|
"box-shadow": {
|
|
22069
22067
|
"value": "rgba(0, 0, 0, 0.1) 0 4px 8px",
|
|
22070
22068
|
"filePath": "src/structure/layout-card.yml",
|
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.70",
|
|
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": "7f3dcecf0820391fb4da2d126a02bca00bff0784"
|
|
28
28
|
}
|