@mittwald/flow-design-tokens 0.2.0-alpha.103 → 0.2.0-alpha.105

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.
@@ -261,6 +261,9 @@
261
261
  --loading-spinner--transition-duration: 2000ms;
262
262
  --notification--width: 355px;
263
263
  --progress-bar--height-s: 0.375rem;
264
+ --accent-box--background-color-green: #D8F5D6;
265
+ --accent-box--icon-color-green: #c4e3c1;
266
+ --accent-box--icon-color-gradient: #002b7b14;
264
267
  --transition--duration--default: 200ms;
265
268
  --transition--duration--slow: 300ms;
266
269
  --action-group--spacing--m: var(--size-px--m);
@@ -659,8 +662,8 @@
659
662
  --progress-bar--height: var(--size-rem--s);
660
663
  --progress-bar--corner-radius: var(--size-rem--xs);
661
664
  --accent-box--background-color-blue: var(--color--hosting-blue--100);
662
- --accent-box--icon-color-blue: var(--color--hosting-blue--200);
663
665
  --accent-box--background-color-gradient: var(--color--gradient);
666
+ --accent-box--icon-color-blue: var(--color--hosting-blue--200);
664
667
  --accent-box--padding: var(--size-px--m);
665
668
  --accordion--spacing: var(--size-rem--s);
666
669
  --accordion--border-style: var(--border-style--default);
@@ -21730,21 +21730,21 @@
21730
21730
  "background-color-blue"
21731
21731
  ]
21732
21732
  },
21733
- "icon-color-blue": {
21734
- "value": "#E0EBFF",
21733
+ "background-color-green": {
21734
+ "value": "#D8F5D6",
21735
21735
  "filePath": "src/structure/accent-box.yml",
21736
21736
  "isSource": true,
21737
21737
  "original": {
21738
- "value": "{color.hosting-blue.200}"
21738
+ "value": "#D8F5D6"
21739
21739
  },
21740
- "name": "AccentBoxIconColorBlue",
21740
+ "name": "AccentBoxBackgroundColorGreen",
21741
21741
  "attributes": {
21742
21742
  "category": "accent-box",
21743
- "type": "icon-color-blue"
21743
+ "type": "background-color-green"
21744
21744
  },
21745
21745
  "path": [
21746
21746
  "accent-box",
21747
- "icon-color-blue"
21747
+ "background-color-green"
21748
21748
  ]
21749
21749
  },
21750
21750
  "background-color-gradient": {
@@ -21764,6 +21764,57 @@
21764
21764
  "background-color-gradient"
21765
21765
  ]
21766
21766
  },
21767
+ "icon-color-blue": {
21768
+ "value": "#E0EBFF",
21769
+ "filePath": "src/structure/accent-box.yml",
21770
+ "isSource": true,
21771
+ "original": {
21772
+ "value": "{color.hosting-blue.200}"
21773
+ },
21774
+ "name": "AccentBoxIconColorBlue",
21775
+ "attributes": {
21776
+ "category": "accent-box",
21777
+ "type": "icon-color-blue"
21778
+ },
21779
+ "path": [
21780
+ "accent-box",
21781
+ "icon-color-blue"
21782
+ ]
21783
+ },
21784
+ "icon-color-green": {
21785
+ "value": "#c4e3c1",
21786
+ "filePath": "src/structure/accent-box.yml",
21787
+ "isSource": true,
21788
+ "original": {
21789
+ "value": "#c4e3c1"
21790
+ },
21791
+ "name": "AccentBoxIconColorGreen",
21792
+ "attributes": {
21793
+ "category": "accent-box",
21794
+ "type": "icon-color-green"
21795
+ },
21796
+ "path": [
21797
+ "accent-box",
21798
+ "icon-color-green"
21799
+ ]
21800
+ },
21801
+ "icon-color-gradient": {
21802
+ "value": "#002b7b14",
21803
+ "filePath": "src/structure/accent-box.yml",
21804
+ "isSource": true,
21805
+ "original": {
21806
+ "value": "#002b7b14"
21807
+ },
21808
+ "name": "AccentBoxIconColorGradient",
21809
+ "attributes": {
21810
+ "category": "accent-box",
21811
+ "type": "icon-color-gradient"
21812
+ },
21813
+ "path": [
21814
+ "accent-box",
21815
+ "icon-color-gradient"
21816
+ ]
21817
+ },
21767
21818
  "padding": {
21768
21819
  "value": "16px",
21769
21820
  "filePath": "src/structure/accent-box.yml",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.103",
3
+ "version": "0.2.0-alpha.105",
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": "86cc253434473a6057cd9db5f2fd1a0062e34ff2"
27
+ "gitHead": "18d2eabaa72039190af1557993e5bb02386af5b6"
28
28
  }