@mittwald/flow-design-tokens 0.1.0-alpha.382 → 0.1.0-alpha.383

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.
@@ -222,6 +222,7 @@
222
222
  --contextual-help--max-width: 500px;
223
223
  --modal--size--s: 660px;
224
224
  --modal--size--m: 900px;
225
+ --modal--content-min-height: 120px;
225
226
  --popover--min-width: 200px;
226
227
  --tooltip--max-width: 300px;
227
228
  --size-rem--xxxs: 0.0625rem;
@@ -668,7 +669,7 @@
668
669
  --section--border-style: var(--border-style--default);
669
670
  --section--section-to-section-spacing: var(--size-rem--xl);
670
671
  --section--content-to-content-spacing: var(--size-rem--m);
671
- --section--sub-heading-spacing: var(--size-rem--s);
672
+ --section--sub-heading-spacing: var(--size-rem--m);
672
673
  --section-header--action-to-action-spacing: var(--size-rem--s);
673
674
  --section-header--heading-to-actions-spacing: var(--size-rem--m);
674
675
  --table--border-style: var(--border-style--default);
@@ -16922,6 +16922,23 @@
16922
16922
  "modal",
16923
16923
  "off-canvas-max-width"
16924
16924
  ]
16925
+ },
16926
+ "content-min-height": {
16927
+ "value": "120px",
16928
+ "filePath": "src/overlays/modal.yml",
16929
+ "isSource": true,
16930
+ "original": {
16931
+ "value": "120px"
16932
+ },
16933
+ "name": "ModalContentMinHeight",
16934
+ "attributes": {
16935
+ "category": "modal",
16936
+ "type": "content-min-height"
16937
+ },
16938
+ "path": [
16939
+ "modal",
16940
+ "content-min-height"
16941
+ ]
16925
16942
  }
16926
16943
  },
16927
16944
  "overlay": {
@@ -22129,11 +22146,11 @@
22129
22146
  ]
22130
22147
  },
22131
22148
  "sub-heading-spacing": {
22132
- "value": "0.5rem",
22149
+ "value": "1rem",
22133
22150
  "filePath": "src/structure/section.yml",
22134
22151
  "isSource": true,
22135
22152
  "original": {
22136
- "value": "{size-rem.s}"
22153
+ "value": "{size-rem.m}"
22137
22154
  },
22138
22155
  "name": "SectionSubHeadingSpacing",
22139
22156
  "attributes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.382",
3
+ "version": "0.1.0-alpha.383",
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": "30b1e1fde6995d99d8824361257cec75eda0950d"
25
+ "gitHead": "7e1e321f53b65cb3c631e5792f43b35690d41d29"
26
26
  }