@mittwald/flow-design-tokens 0.2.0-alpha.455 → 0.2.0-alpha.457

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.
@@ -264,8 +264,8 @@
264
264
  --accent-box--background-color-green: #D8F5D6;
265
265
  --accent-box--icon-color-green: #c4e3c1;
266
266
  --accent-box--icon-color-gradient: #002b7b14;
267
- --transition--duration--default: 200ms;
268
- --transition--duration--slow: 300ms;
267
+ --transition--duration--default: 300ms;
268
+ --transition--duration--slow: 400ms;
269
269
  --action-group--spacing--m: var(--size-px--m);
270
270
  --action-group--spacing--s: var(--size-px--s);
271
271
  --button--padding-x: var(--size-px--m);
@@ -23765,11 +23765,11 @@
23765
23765
  "transition": {
23766
23766
  "duration": {
23767
23767
  "default": {
23768
- "value": "200ms",
23768
+ "value": "300ms",
23769
23769
  "filePath": "src/transition.yml",
23770
23770
  "isSource": true,
23771
23771
  "original": {
23772
- "value": "200ms"
23772
+ "value": "300ms"
23773
23773
  },
23774
23774
  "name": "TransitionDurationDefault",
23775
23775
  "attributes": {
@@ -23784,11 +23784,11 @@
23784
23784
  ]
23785
23785
  },
23786
23786
  "slow": {
23787
- "value": "300ms",
23787
+ "value": "400ms",
23788
23788
  "filePath": "src/transition.yml",
23789
23789
  "isSource": true,
23790
23790
  "original": {
23791
- "value": "300ms"
23791
+ "value": "400ms"
23792
23792
  },
23793
23793
  "name": "TransitionDurationSlow",
23794
23794
  "attributes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.455",
3
+ "version": "0.2.0-alpha.457",
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": "df224a703bca74a170b33a656c7372324d6152e4"
27
+ "gitHead": "36e1d2879e322faf05d1c04e2ec11a94ac650108"
28
28
  }