@sumup-oss/design-tokens 10.0.1 → 10.0.2

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.
@@ -26,7 +26,7 @@ export declare const light: ({
26
26
  type: "color";
27
27
  } | {
28
28
  name: "--cui-bg-normal-disabled";
29
- value: "rgba(227, 226, 214, 0.6000)";
29
+ value: "rgba(251, 251, 249, 0.4000)";
30
30
  type: "color";
31
31
  } | {
32
32
  name: "--cui-bg-subtle";
@@ -33,7 +33,7 @@ exports.light = [
33
33
  },
34
34
  {
35
35
  name: '--cui-bg-normal-disabled',
36
- value: 'rgba(227, 226, 214, 0.6000)',
36
+ value: 'rgba(251, 251, 249, 0.4000)',
37
37
  type: 'color',
38
38
  },
39
39
  {
@@ -26,7 +26,7 @@ export declare const light: ({
26
26
  type: "color";
27
27
  } | {
28
28
  name: "--cui-bg-normal-disabled";
29
- value: "rgba(227, 226, 214, 0.6000)";
29
+ value: "rgba(251, 251, 249, 0.4000)";
30
30
  type: "color";
31
31
  } | {
32
32
  name: "--cui-bg-subtle";
@@ -30,7 +30,7 @@ export const light = [
30
30
  },
31
31
  {
32
32
  name: '--cui-bg-normal-disabled',
33
- value: 'rgba(227, 226, 214, 0.6000)',
33
+ value: 'rgba(251, 251, 249, 0.4000)',
34
34
  type: 'color',
35
35
  },
36
36
  {
package/dynamic.css CHANGED
@@ -5,7 +5,7 @@
5
5
  --cui-bg-normal: #fbfbf9;
6
6
  --cui-bg-normal-hovered: #f1f0e9;
7
7
  --cui-bg-normal-pressed: #e3e2d6;
8
- --cui-bg-normal-disabled: rgba(227, 226, 214, .6);
8
+ --cui-bg-normal-disabled: rgba(251, 251, 249, .4);
9
9
  --cui-bg-subtle: #f5f4ed;
10
10
  --cui-bg-subtle-hovered: #f0eee7;
11
11
  --cui-bg-subtle-pressed: #e8e6dc;
@@ -274,7 +274,7 @@
274
274
  --cui-bg-normal: #fbfbf9;
275
275
  --cui-bg-normal-hovered: #f1f0e9;
276
276
  --cui-bg-normal-pressed: #e3e2d6;
277
- --cui-bg-normal-disabled: rgba(227, 226, 214, .6);
277
+ --cui-bg-normal-disabled: rgba(251, 251, 249, .4);
278
278
  --cui-bg-subtle: #f5f4ed;
279
279
  --cui-bg-subtle-hovered: #f0eee7;
280
280
  --cui-bg-subtle-pressed: #e8e6dc;
@@ -891,7 +891,7 @@
891
891
  --cui-bg-normal: #fbfbf9;
892
892
  --cui-bg-normal-hovered: #f1f0e9;
893
893
  --cui-bg-normal-pressed: #e3e2d6;
894
- --cui-bg-normal-disabled: rgba(227, 226, 214, .6);
894
+ --cui-bg-normal-disabled: rgba(251, 251, 249, .4);
895
895
  --cui-bg-subtle: #f5f4ed;
896
896
  --cui-bg-subtle-hovered: #f0eee7;
897
897
  --cui-bg-subtle-pressed: #e8e6dc;
package/light-scoped.css CHANGED
@@ -5,7 +5,7 @@
5
5
  --cui-bg-normal: #fbfbf9;
6
6
  --cui-bg-normal-hovered: #f1f0e9;
7
7
  --cui-bg-normal-pressed: #e3e2d6;
8
- --cui-bg-normal-disabled: rgba(227, 226, 214, .6);
8
+ --cui-bg-normal-disabled: rgba(251, 251, 249, .4);
9
9
  --cui-bg-subtle: #f5f4ed;
10
10
  --cui-bg-subtle-hovered: #f0eee7;
11
11
  --cui-bg-subtle-pressed: #e8e6dc;
package/light.css CHANGED
@@ -5,7 +5,7 @@
5
5
  --cui-bg-normal: #fbfbf9;
6
6
  --cui-bg-normal-hovered: #f1f0e9;
7
7
  --cui-bg-normal-pressed: #e3e2d6;
8
- --cui-bg-normal-disabled: rgba(227, 226, 214, .6);
8
+ --cui-bg-normal-disabled: rgba(251, 251, 249, .4);
9
9
  --cui-bg-subtle: #f5f4ed;
10
10
  --cui-bg-subtle-hovered: #f0eee7;
11
11
  --cui-bg-subtle-pressed: #e8e6dc;
@@ -274,7 +274,7 @@
274
274
  --cui-bg-normal: #fbfbf9;
275
275
  --cui-bg-normal-hovered: #f1f0e9;
276
276
  --cui-bg-normal-pressed: #e3e2d6;
277
- --cui-bg-normal-disabled: rgba(227, 226, 214, .6);
277
+ --cui-bg-normal-disabled: rgba(251, 251, 249, .4);
278
278
  --cui-bg-subtle: #f5f4ed;
279
279
  --cui-bg-subtle-hovered: #f0eee7;
280
280
  --cui-bg-subtle-pressed: #e8e6dc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sumup-oss/design-tokens",
3
- "version": "10.0.1",
3
+ "version": "10.0.2",
4
4
  "description": "Visual primitives such as typography, color, and spacing that are shared across platforms.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",