@mittwald/flow-design-tokens 0.2.0-alpha.34 → 0.2.0-alpha.35

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.
@@ -435,6 +435,7 @@
435
435
  --heading--font-weight: var(--font-weight--bold);
436
436
  --illustrated-message--padding: var(--size-px--m);
437
437
  --illustrated-message--spacing: var(--size-rem--m);
438
+ --image--border-style: var(--border-style--default);
438
439
  --initials--font-weight: var(--font-weight--bold);
439
440
  --label--font-size: var(--font-size-text--s);
440
441
  --label--font-weight: var(--font-weight--bold);
@@ -649,6 +650,7 @@
649
650
  --align--input-button--spacing: var(--size-px--m);
650
651
  --align--text-copyButton--spacing: var(--size-rem--xs);
651
652
  --align--icon-text--spacing: var(--size-rem--s);
653
+ --align--text-contextualHelp--spacing: var(--size-rem--xs);
652
654
  --column-layout--gap--s: var(--size-px--s);
653
655
  --column-layout--gap--m: var(--size-px--m);
654
656
  --column-layout--gap--l: var(--size-px--l);
@@ -663,7 +665,8 @@
663
665
  --list-item--subtitle-font-size: var(--font-size-text--s);
664
666
  --section--section-to-section-spacing: var(--size-rem--xl);
665
667
  --section--spacing: var(--size-rem--m);
666
- --section--sub-heading-spacing: var(--size-rem--m);
668
+ --section--sub-heading-spacing-m: var(--size-rem--l);
669
+ --section--sub-heading-spacing-s: var(--size-rem--s);
667
670
  --section-header--action-to-action-spacing: var(--size-rem--s);
668
671
  --section-header--heading-to-action-spacing: var(--size-rem--m);
669
672
  --table--border-style: var(--border-style--default);
@@ -889,6 +892,8 @@
889
892
  --illustrated-message--danger-heading-color: var(--danger--color--1000);
890
893
  --illustrated-message--dark-icon-color: var(--dark-plain-content-color);
891
894
  --illustrated-message--light-icon-color: var(--light-plain-content-color);
895
+ --image--corner-radius: var(--corner-radius--default);
896
+ --image--border-width: var(--border-width--100);
892
897
  --label--line-height: var(--line-height--m);
893
898
  --label--color--default: var(--neutral--color--800);
894
899
  --message--corner-radius: var(--corner-radius--default);
@@ -1133,6 +1138,7 @@
1133
1138
  --illustrated-message--primary-heading-color: var(--heading--color);
1134
1139
  --illustrated-message--dark-heading-color: var(--heading--color-dark);
1135
1140
  --illustrated-message--light-heading-color: var(--heading--color-light);
1141
+ --image--border-color: var(--neutral-outline-border-color);
1136
1142
  --label--color--disabled: var(--disabled-plain-content-color);
1137
1143
  --text--color--disabled: var(--disabled-plain-content-color);
1138
1144
  --text--blockquote-border-color: var(--info-outline-border-color);
@@ -13345,6 +13345,76 @@
13345
13345
  ]
13346
13346
  }
13347
13347
  },
13348
+ "image": {
13349
+ "corner-radius": {
13350
+ "value": "4px",
13351
+ "filePath": "src/content/image.yml",
13352
+ "isSource": true,
13353
+ "original": {
13354
+ "value": "{corner-radius.default}"
13355
+ },
13356
+ "name": "ImageCornerRadius",
13357
+ "attributes": {
13358
+ "category": "image",
13359
+ "type": "corner-radius"
13360
+ },
13361
+ "path": [
13362
+ "image",
13363
+ "corner-radius"
13364
+ ]
13365
+ },
13366
+ "border-width": {
13367
+ "value": "1px",
13368
+ "filePath": "src/content/image.yml",
13369
+ "isSource": true,
13370
+ "original": {
13371
+ "value": "{border-width.100}"
13372
+ },
13373
+ "name": "ImageBorderWidth",
13374
+ "attributes": {
13375
+ "category": "image",
13376
+ "type": "border-width"
13377
+ },
13378
+ "path": [
13379
+ "image",
13380
+ "border-width"
13381
+ ]
13382
+ },
13383
+ "border-style": {
13384
+ "value": "solid",
13385
+ "filePath": "src/content/image.yml",
13386
+ "isSource": true,
13387
+ "original": {
13388
+ "value": "{border-style.default}"
13389
+ },
13390
+ "name": "ImageBorderStyle",
13391
+ "attributes": {
13392
+ "category": "image",
13393
+ "type": "border-style"
13394
+ },
13395
+ "path": [
13396
+ "image",
13397
+ "border-style"
13398
+ ]
13399
+ },
13400
+ "border-color": {
13401
+ "value": "#909090",
13402
+ "filePath": "src/content/image.yml",
13403
+ "isSource": true,
13404
+ "original": {
13405
+ "value": "{neutral-outline-border-color}"
13406
+ },
13407
+ "name": "ImageBorderColor",
13408
+ "attributes": {
13409
+ "category": "image",
13410
+ "type": "border-color"
13411
+ },
13412
+ "path": [
13413
+ "image",
13414
+ "border-color"
13415
+ ]
13416
+ }
13417
+ },
13348
13418
  "initials": {
13349
13419
  "font-weight": {
13350
13420
  "value": "bold",
@@ -21660,6 +21730,27 @@
21660
21730
  "spacing"
21661
21731
  ]
21662
21732
  }
21733
+ },
21734
+ "text-contextualHelp": {
21735
+ "spacing": {
21736
+ "value": "0.25rem",
21737
+ "filePath": "src/structure/align.yml",
21738
+ "isSource": true,
21739
+ "original": {
21740
+ "value": "{size-rem.xs}"
21741
+ },
21742
+ "name": "AlignTextContextualHelpSpacing",
21743
+ "attributes": {
21744
+ "category": "align",
21745
+ "type": "text-contextualHelp",
21746
+ "item": "spacing"
21747
+ },
21748
+ "path": [
21749
+ "align",
21750
+ "text-contextualHelp",
21751
+ "spacing"
21752
+ ]
21753
+ }
21663
21754
  }
21664
21755
  },
21665
21756
  "column-layout": {
@@ -22080,21 +22171,38 @@
22080
22171
  "spacing"
22081
22172
  ]
22082
22173
  },
22083
- "sub-heading-spacing": {
22084
- "value": "1rem",
22174
+ "sub-heading-spacing-m": {
22175
+ "value": "1.5rem",
22085
22176
  "filePath": "src/structure/section.yml",
22086
22177
  "isSource": true,
22087
22178
  "original": {
22088
- "value": "{size-rem.m}"
22179
+ "value": "{size-rem.l}"
22180
+ },
22181
+ "name": "SectionSubHeadingSpacingM",
22182
+ "attributes": {
22183
+ "category": "section",
22184
+ "type": "sub-heading-spacing-m"
22185
+ },
22186
+ "path": [
22187
+ "section",
22188
+ "sub-heading-spacing-m"
22189
+ ]
22190
+ },
22191
+ "sub-heading-spacing-s": {
22192
+ "value": "0.5rem",
22193
+ "filePath": "src/structure/section.yml",
22194
+ "isSource": true,
22195
+ "original": {
22196
+ "value": "{size-rem.s}"
22089
22197
  },
22090
- "name": "SectionSubHeadingSpacing",
22198
+ "name": "SectionSubHeadingSpacingS",
22091
22199
  "attributes": {
22092
22200
  "category": "section",
22093
- "type": "sub-heading-spacing"
22201
+ "type": "sub-heading-spacing-s"
22094
22202
  },
22095
22203
  "path": [
22096
22204
  "section",
22097
- "sub-heading-spacing"
22205
+ "sub-heading-spacing-s"
22098
22206
  ]
22099
22207
  }
22100
22208
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.34",
3
+ "version": "0.2.0-alpha.35",
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",
@@ -19,10 +19,10 @@
19
19
  "devDependencies": {
20
20
  "@types/js-yaml": "^4.0.9",
21
21
  "js-yaml": "^4.1.0",
22
- "nx": "^20.4.2",
23
- "prettier": "^3.5.0",
22
+ "nx": "^20.4.4",
23
+ "prettier": "^3.5.1",
24
24
  "rimraf": "^6.0.1",
25
- "style-dictionary": "^4.3.2"
25
+ "style-dictionary": "^4.3.3"
26
26
  },
27
- "gitHead": "606c8af9d722a9a3e8a0464f1c53c55ccaabcdd9"
27
+ "gitHead": "20bb00e126bf30f39e7dc3fc08336be4a9103604"
28
28
  }