@mittwald/flow-design-tokens 0.1.0-alpha.342 → 0.1.0-alpha.344
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 -0
- package/dist/variables.json +17 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -411,6 +411,7 @@
|
|
|
411
411
|
--popover--border-style: var(--border-style--default);
|
|
412
412
|
--popover--padding: var(--size-px--m);
|
|
413
413
|
--popover--corner-radius: var(--size-px--xs);
|
|
414
|
+
--modal--off-canvas-max-width: calc(100vw - var(--size-px--m));
|
|
414
415
|
--modal--off-canvas-padding-y: var(--size-px--s);
|
|
415
416
|
--modal--action-group-border-style: var(--border-style--default);
|
|
416
417
|
--modal--action-group-padding: var(--size-rem--l);
|
package/dist/variables.json
CHANGED
|
@@ -16751,6 +16751,23 @@
|
|
|
16751
16751
|
"modal",
|
|
16752
16752
|
"off-canvas-header-background-color"
|
|
16753
16753
|
]
|
|
16754
|
+
},
|
|
16755
|
+
"off-canvas-max-width": {
|
|
16756
|
+
"value": "calc(100vw - 16px)",
|
|
16757
|
+
"filePath": "src/overlays/modal.yml",
|
|
16758
|
+
"isSource": true,
|
|
16759
|
+
"original": {
|
|
16760
|
+
"value": "calc(100vw - {size-px.m})"
|
|
16761
|
+
},
|
|
16762
|
+
"name": "ModalOffCanvasMaxWidth",
|
|
16763
|
+
"attributes": {
|
|
16764
|
+
"category": "modal",
|
|
16765
|
+
"type": "off-canvas-max-width"
|
|
16766
|
+
},
|
|
16767
|
+
"path": [
|
|
16768
|
+
"modal",
|
|
16769
|
+
"off-canvas-max-width"
|
|
16770
|
+
]
|
|
16754
16771
|
}
|
|
16755
16772
|
},
|
|
16756
16773
|
"overlay": {
|
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.344",
|
|
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",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"nx": "^20.0.0",
|
|
22
22
|
"style-dictionary": "^4.1.3"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "a0f9cbd6dbc658d894a7ae1f45a481f14875cdca"
|
|
25
25
|
}
|