@mittwald/flow-design-tokens 0.2.0-alpha.123 → 0.2.0-alpha.125

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.
@@ -236,7 +236,7 @@
236
236
  --contextual-help--max-width: 500px;
237
237
  --modal--size--s: 660px;
238
238
  --modal--size--m: 900px;
239
- --modal--size--l: 1300px;
239
+ --modal--size--l: 1400px;
240
240
  --modal--content-min-height: 120px;
241
241
  --popover--min-width: 200px;
242
242
  --tooltip--max-width: 300px;
@@ -692,6 +692,7 @@
692
692
  --layout-card--padding-mobile: var(--size-px--m);
693
693
  --list--spacing: var(--size-px--s);
694
694
  --list--block-to-block-spacing: var(--size-px--m);
695
+ --list--filter-to-search-spacing: var(--size-px--xxl);
695
696
  --list-item--padding: var(--size-px--s);
696
697
  --list-item--border-style: var(--border-style--default);
697
698
  --list-item--spacing: var(--size-px--m);
@@ -703,6 +704,7 @@
703
704
  --section--sub-heading-spacing-s: var(--size-rem--s);
704
705
  --section-header--action-to-action-spacing: var(--size-rem--s);
705
706
  --section-header--heading-to-action-spacing: var(--size-rem--m);
707
+ --separator--border-style: var(--border-style--default);
706
708
  --table--border-style: var(--border-style--default);
707
709
  --table--padding-x: var(--size-px--m);
708
710
  --table--padding-y: var(--size-px--s);
@@ -17599,11 +17599,11 @@
17599
17599
  ]
17600
17600
  },
17601
17601
  "l": {
17602
- "value": "1300px",
17602
+ "value": "1400px",
17603
17603
  "filePath": "src/overlays/modal.yml",
17604
17604
  "isSource": true,
17605
17605
  "original": {
17606
- "value": "1300px"
17606
+ "value": "1400px"
17607
17607
  },
17608
17608
  "name": "ModalSizeL",
17609
17609
  "attributes": {
@@ -22641,6 +22641,23 @@
22641
22641
  "list",
22642
22642
  "block-to-block-spacing"
22643
22643
  ]
22644
+ },
22645
+ "filter-to-search-spacing": {
22646
+ "value": "64px",
22647
+ "filePath": "src/structure/list.yml",
22648
+ "isSource": true,
22649
+ "original": {
22650
+ "value": "{size-px.xxl}"
22651
+ },
22652
+ "name": "ListFilterToSearchSpacing",
22653
+ "attributes": {
22654
+ "category": "list",
22655
+ "type": "filter-to-search-spacing"
22656
+ },
22657
+ "path": [
22658
+ "list",
22659
+ "filter-to-search-spacing"
22660
+ ]
22644
22661
  }
22645
22662
  },
22646
22663
  "list-item": {
@@ -22980,6 +22997,23 @@
22980
22997
  "separator",
22981
22998
  "height"
22982
22999
  ]
23000
+ },
23001
+ "border-style": {
23002
+ "value": "solid",
23003
+ "filePath": "src/structure/separator.yml",
23004
+ "isSource": true,
23005
+ "original": {
23006
+ "value": "{border-style.default}"
23007
+ },
23008
+ "name": "SeparatorBorderStyle",
23009
+ "attributes": {
23010
+ "category": "separator",
23011
+ "type": "border-style"
23012
+ },
23013
+ "path": [
23014
+ "separator",
23015
+ "border-style"
23016
+ ]
22983
23017
  }
22984
23018
  },
22985
23019
  "table": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.123",
3
+ "version": "0.2.0-alpha.125",
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": "47682b9ca3e645788c71321a79b422a8867c382e"
27
+ "gitHead": "8ad3e8d9633050f488e64c64f03ecea089c73786"
28
28
  }