@mittwald/flow-design-tokens 0.2.0-alpha.349 → 0.2.0-alpha.350

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.
@@ -1041,6 +1041,8 @@
1041
1041
  --badge--disabled-light-scope-content-color: var(--disabled-solid-light-content-color);
1042
1042
  --counter-badge--border-width: var(--border-width--200);
1043
1043
  --counter-badge--border-color: var(--neutral--color--100);
1044
+ --loading-spinner--color-light: var(--light-plain-content-color);
1045
+ --loading-spinner--color-dark: var(--dark-plain-content-color);
1044
1046
  --notification--corner-radius: var(--corner-radius--default);
1045
1047
  --notification--border-x-start-width: var(--border-width--300);
1046
1048
  --notification--box-shadow: var(--shadow--overlay);
@@ -1293,6 +1295,7 @@
1293
1295
  --badge--disabled-scope-content-color: var(--disabled-solid-content-color);
1294
1296
  --counter-badge--background-color: var(--success-solid-background-color--default);
1295
1297
  --counter-badge--content-color: var(--success-solid-content-color);
1298
+ --loading-spinner--color: var(--icon--color);
1296
1299
  --notification--info-border-color: var(--info-outline-border-color);
1297
1300
  --notification--info-heading-color: var(--info-outline-content-color);
1298
1301
  --notification--info-background-color--hover: var(--info-outline-background-color--hover);
@@ -21610,6 +21610,57 @@
21610
21610
  "loading-spinner",
21611
21611
  "transition-duration"
21612
21612
  ]
21613
+ },
21614
+ "color": {
21615
+ "value": "#6D6D6D",
21616
+ "filePath": "src/status/loading-spinner.yml",
21617
+ "isSource": true,
21618
+ "original": {
21619
+ "value": "{icon.color}"
21620
+ },
21621
+ "name": "LoadingSpinnerColor",
21622
+ "attributes": {
21623
+ "category": "loading-spinner",
21624
+ "type": "color"
21625
+ },
21626
+ "path": [
21627
+ "loading-spinner",
21628
+ "color"
21629
+ ]
21630
+ },
21631
+ "color-light": {
21632
+ "value": "rgb(255 255 255 / 100%)",
21633
+ "filePath": "src/status/loading-spinner.yml",
21634
+ "isSource": true,
21635
+ "original": {
21636
+ "value": "{light-plain-content-color}"
21637
+ },
21638
+ "name": "LoadingSpinnerColorLight",
21639
+ "attributes": {
21640
+ "category": "loading-spinner",
21641
+ "type": "color-light"
21642
+ },
21643
+ "path": [
21644
+ "loading-spinner",
21645
+ "color-light"
21646
+ ]
21647
+ },
21648
+ "color-dark": {
21649
+ "value": "rgb(0 0 0 / 100%)",
21650
+ "filePath": "src/status/loading-spinner.yml",
21651
+ "isSource": true,
21652
+ "original": {
21653
+ "value": "{dark-plain-content-color}"
21654
+ },
21655
+ "name": "LoadingSpinnerColorDark",
21656
+ "attributes": {
21657
+ "category": "loading-spinner",
21658
+ "type": "color-dark"
21659
+ },
21660
+ "path": [
21661
+ "loading-spinner",
21662
+ "color-dark"
21663
+ ]
21613
21664
  }
21614
21665
  },
21615
21666
  "notification-provider": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.349",
3
+ "version": "0.2.0-alpha.350",
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.4.0"
26
26
  },
27
- "gitHead": "5da11d008d04cd5c566ced501d59cd3024a109f8"
27
+ "gitHead": "fdfef7fb870001f9f49ab0df0476636bc4abd4f4"
28
28
  }