@planningcenter/doxy 1.3.0 → 1.3.1-rc.0
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.
- package/README.md +1 -0
- package/dist/build-output/ts/color-tokens.d.ts +208 -18
- package/dist/build-output/ts/color-tokens.d.ts.map +1 -1
- package/dist/build-output/ts/color-tokens.js +85 -9
- package/dist/build-output/ts/color-tokens.js.map +1 -1
- package/dist/build-output/ts/react-native-tokens-dark.d.ts +34 -2
- package/dist/build-output/ts/react-native-tokens-dark.d.ts.map +1 -1
- package/dist/build-output/ts/react-native-tokens-dark.js +25 -3
- package/dist/build-output/ts/react-native-tokens-dark.js.map +1 -1
- package/dist/build-output/ts/react-native-tokens-light.d.ts +34 -2
- package/dist/build-output/ts/react-native-tokens-light.d.ts.map +1 -1
- package/dist/build-output/ts/react-native-tokens-light.js +25 -3
- package/dist/build-output/ts/react-native-tokens-light.js.map +1 -1
- package/dist/build-output/ts/themeable-web-gradient-tokens.d.ts +4 -0
- package/dist/build-output/ts/themeable-web-gradient-tokens.d.ts.map +1 -1
- package/dist/build-output/ts/themeable-web-gradient-tokens.js +4 -0
- package/dist/build-output/ts/themeable-web-gradient-tokens.js.map +1 -1
- package/dist/build-output/ts/tokens-by-theme-set.d.ts +1 -1
- package/dist/build-output/ts/tokens-by-theme-set.js +1 -1
- package/dist/build-output/ts/tokens-by-theme-set.js.map +1 -1
- package/dist/build-output/ts/tokens.d.ts +24 -2
- package/dist/build-output/ts/tokens.d.ts.map +1 -1
- package/dist/build-output/ts/tokens.js +25 -3
- package/dist/build-output/ts/tokens.js.map +1 -1
- package/dist/build-output/ts/types/react-native-types.d.ts +30 -1
- package/dist/build-output/ts/types/react-native-types.d.ts.map +1 -1
- package/dist/index.css +78 -12
- package/dist/index.css.map +1 -1
- package/dist/tokens-dark.css +42 -8
- package/dist/tokens-dark.css.map +1 -1
- package/dist/tokens-deprecated.css +15 -0
- package/dist/tokens-deprecated.css.map +1 -1
- package/dist/tokens.css +66 -12
- package/dist/tokens.css.map +1 -1
- package/package.json +3 -2
|
@@ -17,8 +17,7 @@ export declare const reactNativeTokensDark: {
|
|
|
17
17
|
readonly "--d-border-color-button-delete": "hsl(0, 72%, 45%)";
|
|
18
18
|
readonly "--d-border-color-button-disabled": "hsl(0, 0%, 24%)";
|
|
19
19
|
readonly "--d-border-color-dark": "hsl(0, 0%, 32%)";
|
|
20
|
-
readonly "--d-border-color-dim": "hsl(0, 0%,
|
|
21
|
-
readonly "--d-border-color-status-warning": "hsl(42, 81%, 56%)";
|
|
20
|
+
readonly "--d-border-color-dim": "hsl(0, 0%, 19%)";
|
|
22
21
|
readonly "--d-fill-color-button-delete-outline": "hsl(0, 32%, 8%)";
|
|
23
22
|
readonly "--d-fill-color-button-delete-outline-disabled": "hsl(0, 0%, 7%)";
|
|
24
23
|
readonly "--d-fill-color-button-delete-solid": "hsl(0, 72%, 45%)";
|
|
@@ -48,10 +47,28 @@ export declare const reactNativeTokensDark: {
|
|
|
48
47
|
readonly "--d-fill-color-neutral-080": "hsl(0, 0%, 15%)";
|
|
49
48
|
readonly "--d-fill-color-neutral-090": "hsl(0, 0%, 12%)";
|
|
50
49
|
readonly "--d-fill-color-neutral-100": "hsl(0, 0%, 7%)";
|
|
50
|
+
readonly "--d-fill-color-neutral-inverted": "hsl(0, 0%, 100%)";
|
|
51
|
+
readonly "--d-fill-color-progress-bar-gradient": {
|
|
52
|
+
readonly stops: [{
|
|
53
|
+
readonly color: "#128df3";
|
|
54
|
+
readonly position: 0;
|
|
55
|
+
}, {
|
|
56
|
+
readonly color: "#5dc660";
|
|
57
|
+
readonly position: 1;
|
|
58
|
+
}];
|
|
59
|
+
readonly type: "linear";
|
|
60
|
+
readonly angle: 90;
|
|
61
|
+
};
|
|
62
|
+
readonly "--d-fill-color-progress-bar-track": "hsl(0, 0%, 19%)";
|
|
63
|
+
readonly "--d-fill-color-status-error": "hsl(0, 68%, 54%)";
|
|
51
64
|
readonly "--d-fill-color-status-error-ghost": "hsl(0, 19%, 15%)";
|
|
65
|
+
readonly "--d-fill-color-status-info": "hsl(206, 100%, 42%)";
|
|
52
66
|
readonly "--d-fill-color-status-info-ghost": "hsl(210, 79%, 15%)";
|
|
67
|
+
readonly "--d-fill-color-status-neutral": "hsl(0, 0%, 81%)";
|
|
53
68
|
readonly "--d-fill-color-status-neutral-ghost": "hsl(0, 0%, 13%)";
|
|
69
|
+
readonly "--d-fill-color-status-success": "hsl(124, 50%, 38%)";
|
|
54
70
|
readonly "--d-fill-color-status-success-ghost": "hsl(120, 32%, 15%)";
|
|
71
|
+
readonly "--d-fill-color-status-warning": "hsl(36, 99%, 42%)";
|
|
55
72
|
readonly "--d-fill-color-status-warning-ghost": "hsl(40, 61%, 15%)";
|
|
56
73
|
readonly "--d-fill-color-transparency-dark-010": "hsla(0, 0%, 100%, 0.1)";
|
|
57
74
|
readonly "--d-fill-color-transparency-dark-020": "hsla(0, 0%, 100%, 0.2)";
|
|
@@ -84,17 +101,30 @@ export declare const reactNativeTokensDark: {
|
|
|
84
101
|
readonly "--d-font-weight-medium": "500";
|
|
85
102
|
readonly "--d-font-weight-normal": "400";
|
|
86
103
|
readonly "--d-font-weight-semibold": "600";
|
|
104
|
+
readonly "--d-icon-color": "hsl(0, 0%, 88%)";
|
|
87
105
|
readonly "--d-icon-color-button-disabled": "hsl(0, 0%, 32%)";
|
|
88
106
|
readonly "--d-icon-color-button-error": "hsl(0, 68%, 54%)";
|
|
89
107
|
readonly "--d-icon-color-button-interaction": "hsl(174, 70%, 37%)";
|
|
108
|
+
readonly "--d-icon-color-dim": "hsl(0, 0%, 50%)";
|
|
109
|
+
readonly "--d-icon-color-disabled": "hsl(0, 0%, 32%)";
|
|
90
110
|
readonly "--d-icon-color-interaction": "hsl(174, 70%, 37%)";
|
|
91
111
|
readonly "--d-icon-color-interaction-disabled": "hsl(0, 0%, 32%)";
|
|
92
112
|
readonly "--d-icon-color-interaction-error": "hsl(0, 68%, 57%)";
|
|
113
|
+
readonly "--d-icon-color-inverted": "hsl(0, 0%, 100%)";
|
|
114
|
+
readonly "--d-icon-color-secondary": "hsl(0, 0%, 68%)";
|
|
115
|
+
readonly "--d-icon-color-static-45": "hsl(0, 0%, 45%)";
|
|
93
116
|
readonly "--d-icon-color-status-error": "hsl(0, 68%, 54%)";
|
|
117
|
+
readonly "--d-icon-color-status-featured": "hsl(42, 81%, 56%)";
|
|
94
118
|
readonly "--d-icon-color-status-info": "hsl(206, 100%, 42%)";
|
|
95
119
|
readonly "--d-icon-color-status-neutral": "hsl(0, 0%, 81%)";
|
|
96
120
|
readonly "--d-icon-color-status-success": "hsl(124, 50%, 38%)";
|
|
97
121
|
readonly "--d-icon-color-status-warning": "hsl(36, 99%, 42%)";
|
|
122
|
+
readonly "--d-surface-color-0": "hsl(0, 0%, 7%)";
|
|
123
|
+
readonly "--d-surface-color-1": "hsl(0, 0%, 12%)";
|
|
124
|
+
readonly "--d-surface-color-2": "hsl(0, 0%, 15%)";
|
|
125
|
+
readonly "--d-surface-color-3": "hsl(0, 0%, 17%)";
|
|
126
|
+
readonly "--d-surface-color-4": "hsl(0, 0%, 19%)";
|
|
127
|
+
readonly "--d-surface-color-5": "hsl(0, 0%, 24%)";
|
|
98
128
|
readonly "--d-surface-color-canvas": "hsl(0, 0%, 7%)";
|
|
99
129
|
readonly "--d-surface-color-card": "hsl(0, 0%, 12%)";
|
|
100
130
|
readonly "--d-text-color": "hsl(0, 0%, 88%)";
|
|
@@ -114,6 +144,8 @@ export declare const reactNativeTokensDark: {
|
|
|
114
144
|
readonly "--d-text-color-status-neutral": "hsl(0, 0%, 81%)";
|
|
115
145
|
readonly "--d-text-color-status-success": "hsl(124, 55%, 45%)";
|
|
116
146
|
readonly "--d-text-color-status-warning": "hsl(36, 99%, 47%)";
|
|
147
|
+
readonly "--d-focus-ring-color": "hsl(207, 90%, 51%)";
|
|
148
|
+
readonly "--d-form-border-color-focus": "hsl(207, 90%, 51%)";
|
|
117
149
|
};
|
|
118
150
|
export type ReactNativeTokensDark = typeof reactNativeTokensDark;
|
|
119
151
|
//# sourceMappingURL=react-native-tokens-dark.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-native-tokens-dark.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/react-native-tokens-dark.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"react-native-tokens-dark.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/react-native-tokens-dark.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmHU,CAAA;AAE5C,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAA"}
|
|
@@ -7,8 +7,7 @@ const reactNativeTokensDark = {
|
|
|
7
7
|
"--d-border-color-button-delete": "hsl(0, 72%, 45%)",
|
|
8
8
|
"--d-border-color-button-disabled": "hsl(0, 0%, 24%)",
|
|
9
9
|
"--d-border-color-dark": "hsl(0, 0%, 32%)",
|
|
10
|
-
"--d-border-color-dim": "hsl(0, 0%,
|
|
11
|
-
"--d-border-color-status-warning": "hsl(42, 81%, 56%)",
|
|
10
|
+
"--d-border-color-dim": "hsl(0, 0%, 19%)",
|
|
12
11
|
"--d-fill-color-button-delete-outline": "hsl(0, 32%, 8%)",
|
|
13
12
|
"--d-fill-color-button-delete-outline-disabled": "hsl(0, 0%, 7%)",
|
|
14
13
|
"--d-fill-color-button-delete-solid": "hsl(0, 72%, 45%)",
|
|
@@ -28,10 +27,18 @@ const reactNativeTokensDark = {
|
|
|
28
27
|
"--d-fill-color-neutral-080": "hsl(0, 0%, 15%)",
|
|
29
28
|
"--d-fill-color-neutral-090": "hsl(0, 0%, 12%)",
|
|
30
29
|
"--d-fill-color-neutral-100": "hsl(0, 0%, 7%)",
|
|
30
|
+
"--d-fill-color-neutral-inverted": "hsl(0, 0%, 100%)",
|
|
31
|
+
"--d-fill-color-progress-bar-gradient": { "stops": [{ "color": "#128df3", "position": 0 }, { "color": "#5dc660", "position": 1 }], "type": "linear", "angle": 90 },
|
|
32
|
+
"--d-fill-color-progress-bar-track": "hsl(0, 0%, 19%)",
|
|
33
|
+
"--d-fill-color-status-error": "hsl(0, 68%, 54%)",
|
|
31
34
|
"--d-fill-color-status-error-ghost": "hsl(0, 19%, 15%)",
|
|
35
|
+
"--d-fill-color-status-info": "hsl(206, 100%, 42%)",
|
|
32
36
|
"--d-fill-color-status-info-ghost": "hsl(210, 79%, 15%)",
|
|
37
|
+
"--d-fill-color-status-neutral": "hsl(0, 0%, 81%)",
|
|
33
38
|
"--d-fill-color-status-neutral-ghost": "hsl(0, 0%, 13%)",
|
|
39
|
+
"--d-fill-color-status-success": "hsl(124, 50%, 38%)",
|
|
34
40
|
"--d-fill-color-status-success-ghost": "hsl(120, 32%, 15%)",
|
|
41
|
+
"--d-fill-color-status-warning": "hsl(36, 99%, 42%)",
|
|
35
42
|
"--d-fill-color-status-warning-ghost": "hsl(40, 61%, 15%)",
|
|
36
43
|
"--d-fill-color-transparency-dark-010": "hsla(0, 0%, 100%, 0.1)",
|
|
37
44
|
"--d-fill-color-transparency-dark-020": "hsla(0, 0%, 100%, 0.2)",
|
|
@@ -64,17 +71,30 @@ const reactNativeTokensDark = {
|
|
|
64
71
|
"--d-font-weight-medium": "500",
|
|
65
72
|
"--d-font-weight-normal": "400",
|
|
66
73
|
"--d-font-weight-semibold": "600",
|
|
74
|
+
"--d-icon-color": "hsl(0, 0%, 88%)",
|
|
67
75
|
"--d-icon-color-button-disabled": "hsl(0, 0%, 32%)",
|
|
68
76
|
"--d-icon-color-button-error": "hsl(0, 68%, 54%)",
|
|
69
77
|
"--d-icon-color-button-interaction": "hsl(174, 70%, 37%)",
|
|
78
|
+
"--d-icon-color-dim": "hsl(0, 0%, 50%)",
|
|
79
|
+
"--d-icon-color-disabled": "hsl(0, 0%, 32%)",
|
|
70
80
|
"--d-icon-color-interaction": "hsl(174, 70%, 37%)",
|
|
71
81
|
"--d-icon-color-interaction-disabled": "hsl(0, 0%, 32%)",
|
|
72
82
|
"--d-icon-color-interaction-error": "hsl(0, 68%, 57%)",
|
|
83
|
+
"--d-icon-color-inverted": "hsl(0, 0%, 100%)",
|
|
84
|
+
"--d-icon-color-secondary": "hsl(0, 0%, 68%)",
|
|
85
|
+
"--d-icon-color-static-45": "hsl(0, 0%, 45%)",
|
|
73
86
|
"--d-icon-color-status-error": "hsl(0, 68%, 54%)",
|
|
87
|
+
"--d-icon-color-status-featured": "hsl(42, 81%, 56%)",
|
|
74
88
|
"--d-icon-color-status-info": "hsl(206, 100%, 42%)",
|
|
75
89
|
"--d-icon-color-status-neutral": "hsl(0, 0%, 81%)",
|
|
76
90
|
"--d-icon-color-status-success": "hsl(124, 50%, 38%)",
|
|
77
91
|
"--d-icon-color-status-warning": "hsl(36, 99%, 42%)",
|
|
92
|
+
"--d-surface-color-0": "hsl(0, 0%, 7%)",
|
|
93
|
+
"--d-surface-color-1": "hsl(0, 0%, 12%)",
|
|
94
|
+
"--d-surface-color-2": "hsl(0, 0%, 15%)",
|
|
95
|
+
"--d-surface-color-3": "hsl(0, 0%, 17%)",
|
|
96
|
+
"--d-surface-color-4": "hsl(0, 0%, 19%)",
|
|
97
|
+
"--d-surface-color-5": "hsl(0, 0%, 24%)",
|
|
78
98
|
"--d-surface-color-canvas": "hsl(0, 0%, 7%)",
|
|
79
99
|
"--d-surface-color-card": "hsl(0, 0%, 12%)",
|
|
80
100
|
"--d-text-color": "hsl(0, 0%, 88%)",
|
|
@@ -93,7 +113,9 @@ const reactNativeTokensDark = {
|
|
|
93
113
|
"--d-text-color-status-info": "hsl(206, 100%, 56%)",
|
|
94
114
|
"--d-text-color-status-neutral": "hsl(0, 0%, 81%)",
|
|
95
115
|
"--d-text-color-status-success": "hsl(124, 55%, 45%)",
|
|
96
|
-
"--d-text-color-status-warning": "hsl(36, 99%, 47%)"
|
|
116
|
+
"--d-text-color-status-warning": "hsl(36, 99%, 47%)",
|
|
117
|
+
"--d-focus-ring-color": "hsl(207, 90%, 51%)",
|
|
118
|
+
"--d-form-border-color-focus": "hsl(207, 90%, 51%)"
|
|
97
119
|
};
|
|
98
120
|
|
|
99
121
|
export { reactNativeTokensDark };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-native-tokens-dark.js","sources":["../../../src/build-output/ts/react-native-tokens-dark.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nimport type { ReactNativeTokensSchema } from \"./types/react-native-types\"\n\nexport const reactNativeTokensDark = {\n \"--d-app-fill-color-gradient-header\": {\"stops\":[{\"color\":\"#1f1f1f\",\"position\":0},{\"color\":\"#1f1f1f\",\"position\":1}],\"type\":\"linear\",\"angle\":117.90481785563077},\n \"--d-border-color\": \"hsl(0, 0%, 24%)\",\n \"--d-border-color-button-delete\": \"hsl(0, 72%, 45%)\",\n \"--d-border-color-button-disabled\": \"hsl(0, 0%, 24%)\",\n \"--d-border-color-dark\": \"hsl(0, 0%, 32%)\",\n \"--d-border-color-dim\": \"hsl(0, 0%, 17%)\",\n \"--d-border-color-status-warning\": \"hsl(42, 81%, 56%)\",\n \"--d-fill-color-button-delete-outline\": \"hsl(0, 32%, 8%)\",\n \"--d-fill-color-button-delete-outline-disabled\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-button-delete-solid\": \"hsl(0, 72%, 45%)\",\n \"--d-fill-color-button-delete-solid-disabled\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-button-interaction-outline\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-button-interaction-outline-disabled\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-button-interaction-solid-disabled\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-button-interaction-solid-gradient-default\": {\"stops\":[{\"color\":\"#128df3\",\"position\":0},{\"color\":\"#5dc660\",\"position\":1}],\"type\":\"linear\",\"angle\":117.90481785563077},\n \"--d-fill-color-neutral-000\": \"hsl(0, 0%, 98%)\",\n \"--d-fill-color-neutral-010\": \"hsl(0, 0%, 88%)\",\n \"--d-fill-color-neutral-020\": \"hsl(0, 0%, 68%)\",\n \"--d-fill-color-neutral-030\": \"hsl(0, 0%, 50%)\",\n \"--d-fill-color-neutral-040\": \"hsl(0, 0%, 32%)\",\n \"--d-fill-color-neutral-050\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-neutral-060\": \"hsl(0, 0%, 19%)\",\n \"--d-fill-color-neutral-070\": \"hsl(0, 0%, 17%)\",\n \"--d-fill-color-neutral-080\": \"hsl(0, 0%, 15%)\",\n \"--d-fill-color-neutral-090\": \"hsl(0, 0%, 12%)\",\n \"--d-fill-color-neutral-100\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-status-error-ghost\": \"hsl(0, 19%, 15%)\",\n \"--d-fill-color-status-info-ghost\": \"hsl(210, 79%, 15%)\",\n \"--d-fill-color-status-neutral-ghost\": \"hsl(0, 0%, 13%)\",\n \"--d-fill-color-status-success-ghost\": \"hsl(120, 32%, 15%)\",\n \"--d-fill-color-status-warning-ghost\": \"hsl(40, 61%, 15%)\",\n \"--d-fill-color-transparency-dark-010\": \"hsla(0, 0%, 100%, 0.1)\",\n \"--d-fill-color-transparency-dark-020\": \"hsla(0, 0%, 100%, 0.2)\",\n \"--d-fill-color-transparency-dark-030\": \"hsla(0, 0%, 100%, 0.3)\",\n \"--d-fill-color-transparency-dark-040\": \"hsla(0, 0%, 100%, 0.4)\",\n \"--d-fill-color-transparency-dark-050\": \"hsla(0, 0%, 100%, 0.5)\",\n \"--d-fill-color-transparency-dark-060\": \"hsla(0, 0%, 100%, 0.6)\",\n \"--d-fill-color-transparency-dark-070\": \"hsla(0, 0%, 100%, 0.7)\",\n \"--d-fill-color-transparency-dark-080\": \"hsla(0, 0%, 100%, 0.8)\",\n \"--d-fill-color-transparency-dark-090\": \"hsla(0, 0%, 100%, 0.9)\",\n \"--d-fill-color-transparency-light-010\": \"hsla(0, 0%, 0%, 0.1)\",\n \"--d-fill-color-transparency-light-020\": \"hsla(0, 0%, 0%, 0.2)\",\n \"--d-fill-color-transparency-light-030\": \"hsla(0, 0%, 0%, 0.3)\",\n \"--d-fill-color-transparency-light-040\": \"hsla(0, 0%, 0%, 0.4)\",\n \"--d-fill-color-transparency-light-050\": \"hsla(0, 0%, 0%, 0.5)\",\n \"--d-fill-color-transparency-light-060\": \"hsla(0, 0%, 0%, 0.6)\",\n \"--d-fill-color-transparency-light-070\": \"hsla(0, 0%, 0%, 0.7)\",\n \"--d-fill-color-transparency-light-080\": \"hsla(0, 0%, 0%, 0.8)\",\n \"--d-fill-color-transparency-light-090\": \"hsla(0, 0%, 0%, 0.9)\",\n \"--d-font-size-2xl\": 24,\n \"--d-font-size-2xs\": 10,\n \"--d-font-size-3xl\": 28,\n \"--d-font-size-4xl\": 34,\n \"--d-font-size-lg\": 18,\n \"--d-font-size-md\": 16,\n \"--d-font-size-sm\": 14,\n \"--d-font-size-xl\": 20,\n \"--d-font-size-xs\": 12,\n \"--d-font-weight-bold\": \"700\",\n \"--d-font-weight-medium\": \"500\",\n \"--d-font-weight-normal\": \"400\",\n \"--d-font-weight-semibold\": \"600\",\n \"--d-icon-color-button-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-icon-color-button-error\": \"hsl(0, 68%, 54%)\",\n \"--d-icon-color-button-interaction\": \"hsl(174, 70%, 37%)\",\n \"--d-icon-color-interaction\": \"hsl(174, 70%, 37%)\",\n \"--d-icon-color-interaction-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-icon-color-interaction-error\": \"hsl(0, 68%, 57%)\",\n \"--d-icon-color-status-error\": \"hsl(0, 68%, 54%)\",\n \"--d-icon-color-status-info\": \"hsl(206, 100%, 42%)\",\n \"--d-icon-color-status-neutral\": \"hsl(0, 0%, 81%)\",\n \"--d-icon-color-status-success\": \"hsl(124, 50%, 38%)\",\n \"--d-icon-color-status-warning\": \"hsl(36, 99%, 42%)\",\n \"--d-surface-color-canvas\": \"hsl(0, 0%, 7%)\",\n \"--d-surface-color-card\": \"hsl(0, 0%, 12%)\",\n \"--d-text-color\": \"hsl(0, 0%, 88%)\",\n \"--d-text-color-button-interaction\": \"hsl(174, 70%, 37%)\",\n \"--d-text-color-button-interaction-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-text-color-button-interaction-error\": \"hsl(0, 68%, 57%)\",\n \"--d-text-color-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-text-color-headline\": \"hsl(0, 0%, 98%)\",\n \"--d-text-color-interaction\": \"hsl(174, 70%, 37%)\",\n \"--d-text-color-interaction-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-text-color-interaction-error\": \"hsl(0, 68%, 57%)\",\n \"--d-text-color-inverted\": \"hsl(0, 0%, 100%)\",\n \"--d-text-color-placeholder\": \"hsl(0, 0%, 24%)\",\n \"--d-text-color-secondary\": \"hsl(0, 0%, 68%)\",\n \"--d-text-color-status-error\": \"hsl(0, 95%, 64%)\",\n \"--d-text-color-status-info\": \"hsl(206, 100%, 56%)\",\n \"--d-text-color-status-neutral\": \"hsl(0, 0%, 81%)\",\n \"--d-text-color-status-success\": \"hsl(124, 55%, 45%)\",\n \"--d-text-color-status-warning\": \"hsl(36, 99%, 47%)\"\n} as const satisfies ReactNativeTokensSchema\n\nexport type ReactNativeTokensDark = typeof reactNativeTokensDark\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"react-native-tokens-dark.js","sources":["../../../src/build-output/ts/react-native-tokens-dark.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nimport type { ReactNativeTokensSchema } from \"./types/react-native-types\"\n\nexport const reactNativeTokensDark = {\n \"--d-app-fill-color-gradient-header\": {\"stops\":[{\"color\":\"#1f1f1f\",\"position\":0},{\"color\":\"#1f1f1f\",\"position\":1}],\"type\":\"linear\",\"angle\":117.90481785563077},\n \"--d-border-color\": \"hsl(0, 0%, 24%)\",\n \"--d-border-color-button-delete\": \"hsl(0, 72%, 45%)\",\n \"--d-border-color-button-disabled\": \"hsl(0, 0%, 24%)\",\n \"--d-border-color-dark\": \"hsl(0, 0%, 32%)\",\n \"--d-border-color-dim\": \"hsl(0, 0%, 19%)\",\n \"--d-fill-color-button-delete-outline\": \"hsl(0, 32%, 8%)\",\n \"--d-fill-color-button-delete-outline-disabled\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-button-delete-solid\": \"hsl(0, 72%, 45%)\",\n \"--d-fill-color-button-delete-solid-disabled\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-button-interaction-outline\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-button-interaction-outline-disabled\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-button-interaction-solid-disabled\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-button-interaction-solid-gradient-default\": {\"stops\":[{\"color\":\"#128df3\",\"position\":0},{\"color\":\"#5dc660\",\"position\":1}],\"type\":\"linear\",\"angle\":117.90481785563077},\n \"--d-fill-color-neutral-000\": \"hsl(0, 0%, 98%)\",\n \"--d-fill-color-neutral-010\": \"hsl(0, 0%, 88%)\",\n \"--d-fill-color-neutral-020\": \"hsl(0, 0%, 68%)\",\n \"--d-fill-color-neutral-030\": \"hsl(0, 0%, 50%)\",\n \"--d-fill-color-neutral-040\": \"hsl(0, 0%, 32%)\",\n \"--d-fill-color-neutral-050\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-neutral-060\": \"hsl(0, 0%, 19%)\",\n \"--d-fill-color-neutral-070\": \"hsl(0, 0%, 17%)\",\n \"--d-fill-color-neutral-080\": \"hsl(0, 0%, 15%)\",\n \"--d-fill-color-neutral-090\": \"hsl(0, 0%, 12%)\",\n \"--d-fill-color-neutral-100\": \"hsl(0, 0%, 7%)\",\n \"--d-fill-color-neutral-inverted\": \"hsl(0, 0%, 100%)\",\n \"--d-fill-color-progress-bar-gradient\": {\"stops\":[{\"color\":\"#128df3\",\"position\":0},{\"color\":\"#5dc660\",\"position\":1}],\"type\":\"linear\",\"angle\":90},\n \"--d-fill-color-progress-bar-track\": \"hsl(0, 0%, 19%)\",\n \"--d-fill-color-status-error\": \"hsl(0, 68%, 54%)\",\n \"--d-fill-color-status-error-ghost\": \"hsl(0, 19%, 15%)\",\n \"--d-fill-color-status-info\": \"hsl(206, 100%, 42%)\",\n \"--d-fill-color-status-info-ghost\": \"hsl(210, 79%, 15%)\",\n \"--d-fill-color-status-neutral\": \"hsl(0, 0%, 81%)\",\n \"--d-fill-color-status-neutral-ghost\": \"hsl(0, 0%, 13%)\",\n \"--d-fill-color-status-success\": \"hsl(124, 50%, 38%)\",\n \"--d-fill-color-status-success-ghost\": \"hsl(120, 32%, 15%)\",\n \"--d-fill-color-status-warning\": \"hsl(36, 99%, 42%)\",\n \"--d-fill-color-status-warning-ghost\": \"hsl(40, 61%, 15%)\",\n \"--d-fill-color-transparency-dark-010\": \"hsla(0, 0%, 100%, 0.1)\",\n \"--d-fill-color-transparency-dark-020\": \"hsla(0, 0%, 100%, 0.2)\",\n \"--d-fill-color-transparency-dark-030\": \"hsla(0, 0%, 100%, 0.3)\",\n \"--d-fill-color-transparency-dark-040\": \"hsla(0, 0%, 100%, 0.4)\",\n \"--d-fill-color-transparency-dark-050\": \"hsla(0, 0%, 100%, 0.5)\",\n \"--d-fill-color-transparency-dark-060\": \"hsla(0, 0%, 100%, 0.6)\",\n \"--d-fill-color-transparency-dark-070\": \"hsla(0, 0%, 100%, 0.7)\",\n \"--d-fill-color-transparency-dark-080\": \"hsla(0, 0%, 100%, 0.8)\",\n \"--d-fill-color-transparency-dark-090\": \"hsla(0, 0%, 100%, 0.9)\",\n \"--d-fill-color-transparency-light-010\": \"hsla(0, 0%, 0%, 0.1)\",\n \"--d-fill-color-transparency-light-020\": \"hsla(0, 0%, 0%, 0.2)\",\n \"--d-fill-color-transparency-light-030\": \"hsla(0, 0%, 0%, 0.3)\",\n \"--d-fill-color-transparency-light-040\": \"hsla(0, 0%, 0%, 0.4)\",\n \"--d-fill-color-transparency-light-050\": \"hsla(0, 0%, 0%, 0.5)\",\n \"--d-fill-color-transparency-light-060\": \"hsla(0, 0%, 0%, 0.6)\",\n \"--d-fill-color-transparency-light-070\": \"hsla(0, 0%, 0%, 0.7)\",\n \"--d-fill-color-transparency-light-080\": \"hsla(0, 0%, 0%, 0.8)\",\n \"--d-fill-color-transparency-light-090\": \"hsla(0, 0%, 0%, 0.9)\",\n \"--d-font-size-2xl\": 24,\n \"--d-font-size-2xs\": 10,\n \"--d-font-size-3xl\": 28,\n \"--d-font-size-4xl\": 34,\n \"--d-font-size-lg\": 18,\n \"--d-font-size-md\": 16,\n \"--d-font-size-sm\": 14,\n \"--d-font-size-xl\": 20,\n \"--d-font-size-xs\": 12,\n \"--d-font-weight-bold\": \"700\",\n \"--d-font-weight-medium\": \"500\",\n \"--d-font-weight-normal\": \"400\",\n \"--d-font-weight-semibold\": \"600\",\n \"--d-icon-color\": \"hsl(0, 0%, 88%)\",\n \"--d-icon-color-button-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-icon-color-button-error\": \"hsl(0, 68%, 54%)\",\n \"--d-icon-color-button-interaction\": \"hsl(174, 70%, 37%)\",\n \"--d-icon-color-dim\": \"hsl(0, 0%, 50%)\",\n \"--d-icon-color-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-icon-color-interaction\": \"hsl(174, 70%, 37%)\",\n \"--d-icon-color-interaction-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-icon-color-interaction-error\": \"hsl(0, 68%, 57%)\",\n \"--d-icon-color-inverted\": \"hsl(0, 0%, 100%)\",\n \"--d-icon-color-secondary\": \"hsl(0, 0%, 68%)\",\n \"--d-icon-color-static-45\": \"hsl(0, 0%, 45%)\",\n \"--d-icon-color-status-error\": \"hsl(0, 68%, 54%)\",\n \"--d-icon-color-status-featured\": \"hsl(42, 81%, 56%)\",\n \"--d-icon-color-status-info\": \"hsl(206, 100%, 42%)\",\n \"--d-icon-color-status-neutral\": \"hsl(0, 0%, 81%)\",\n \"--d-icon-color-status-success\": \"hsl(124, 50%, 38%)\",\n \"--d-icon-color-status-warning\": \"hsl(36, 99%, 42%)\",\n \"--d-surface-color-0\": \"hsl(0, 0%, 7%)\",\n \"--d-surface-color-1\": \"hsl(0, 0%, 12%)\",\n \"--d-surface-color-2\": \"hsl(0, 0%, 15%)\",\n \"--d-surface-color-3\": \"hsl(0, 0%, 17%)\",\n \"--d-surface-color-4\": \"hsl(0, 0%, 19%)\",\n \"--d-surface-color-5\": \"hsl(0, 0%, 24%)\",\n \"--d-surface-color-canvas\": \"hsl(0, 0%, 7%)\",\n \"--d-surface-color-card\": \"hsl(0, 0%, 12%)\",\n \"--d-text-color\": \"hsl(0, 0%, 88%)\",\n \"--d-text-color-button-interaction\": \"hsl(174, 70%, 37%)\",\n \"--d-text-color-button-interaction-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-text-color-button-interaction-error\": \"hsl(0, 68%, 57%)\",\n \"--d-text-color-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-text-color-headline\": \"hsl(0, 0%, 98%)\",\n \"--d-text-color-interaction\": \"hsl(174, 70%, 37%)\",\n \"--d-text-color-interaction-disabled\": \"hsl(0, 0%, 32%)\",\n \"--d-text-color-interaction-error\": \"hsl(0, 68%, 57%)\",\n \"--d-text-color-inverted\": \"hsl(0, 0%, 100%)\",\n \"--d-text-color-placeholder\": \"hsl(0, 0%, 24%)\",\n \"--d-text-color-secondary\": \"hsl(0, 0%, 68%)\",\n \"--d-text-color-status-error\": \"hsl(0, 95%, 64%)\",\n \"--d-text-color-status-info\": \"hsl(206, 100%, 56%)\",\n \"--d-text-color-status-neutral\": \"hsl(0, 0%, 81%)\",\n \"--d-text-color-status-success\": \"hsl(124, 55%, 45%)\",\n \"--d-text-color-status-warning\": \"hsl(36, 99%, 47%)\",\n \"--d-focus-ring-color\": \"hsl(207, 90%, 51%)\",\n \"--d-form-border-color-focus\": \"hsl(207, 90%, 51%)\"\n} as const satisfies ReactNativeTokensSchema\n\nexport type ReactNativeTokensDark = typeof reactNativeTokensDark\n"],"names":[],"mappings":"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"}
|
|
@@ -17,8 +17,7 @@ export declare const reactNativeTokensLight: {
|
|
|
17
17
|
readonly "--d-border-color-button-delete": "hsl(0, 72%, 45%)";
|
|
18
18
|
readonly "--d-border-color-button-disabled": "hsl(0, 0%, 88%)";
|
|
19
19
|
readonly "--d-border-color-dark": "hsl(0, 0%, 81%)";
|
|
20
|
-
readonly "--d-border-color-dim": "hsl(0, 0%,
|
|
21
|
-
readonly "--d-border-color-status-warning": "hsl(42, 90%, 60%)";
|
|
20
|
+
readonly "--d-border-color-dim": "hsl(0, 0%, 93%)";
|
|
22
21
|
readonly "--d-fill-color-button-delete-outline": "hsl(0, 0%, 100%)";
|
|
23
22
|
readonly "--d-fill-color-button-delete-outline-disabled": "hsl(0, 0%, 100%)";
|
|
24
23
|
readonly "--d-fill-color-button-delete-solid": "hsl(0, 72%, 45%)";
|
|
@@ -48,10 +47,28 @@ export declare const reactNativeTokensLight: {
|
|
|
48
47
|
readonly "--d-fill-color-neutral-080": "hsl(0, 0%, 97%)";
|
|
49
48
|
readonly "--d-fill-color-neutral-090": "hsl(0, 0%, 98%)";
|
|
50
49
|
readonly "--d-fill-color-neutral-100": "hsl(0, 0%, 100%)";
|
|
50
|
+
readonly "--d-fill-color-neutral-inverted": "hsl(0, 0%, 100%)";
|
|
51
|
+
readonly "--d-fill-color-progress-bar-gradient": {
|
|
52
|
+
readonly stops: [{
|
|
53
|
+
readonly color: "#42a5f5";
|
|
54
|
+
readonly position: 0;
|
|
55
|
+
}, {
|
|
56
|
+
readonly color: "#68bb6a";
|
|
57
|
+
readonly position: 1;
|
|
58
|
+
}];
|
|
59
|
+
readonly type: "linear";
|
|
60
|
+
readonly angle: 90;
|
|
61
|
+
};
|
|
62
|
+
readonly "--d-fill-color-progress-bar-track": "hsl(0, 0%, 93%)";
|
|
63
|
+
readonly "--d-fill-color-status-error": "hsl(0, 72%, 45%)";
|
|
51
64
|
readonly "--d-fill-color-status-error-ghost": "hsl(0, 80%, 96%)";
|
|
65
|
+
readonly "--d-fill-color-status-info": "hsl(206, 100%, 31%)";
|
|
52
66
|
readonly "--d-fill-color-status-info-ghost": "hsl(210, 100%, 96%)";
|
|
67
|
+
readonly "--d-fill-color-status-neutral": "hsl(0, 0%, 32%)";
|
|
53
68
|
readonly "--d-fill-color-status-neutral-ghost": "hsl(0, 0%, 95%)";
|
|
69
|
+
readonly "--d-fill-color-status-success": "hsl(124, 55%, 33%)";
|
|
54
70
|
readonly "--d-fill-color-status-success-ghost": "hsl(120, 33%, 96%)";
|
|
71
|
+
readonly "--d-fill-color-status-warning": "hsl(36, 99%, 41%)";
|
|
55
72
|
readonly "--d-fill-color-status-warning-ghost": "hsl(40, 90%, 96%)";
|
|
56
73
|
readonly "--d-fill-color-transparency-dark-010": "hsla(0, 0%, 0%, 0.1)";
|
|
57
74
|
readonly "--d-fill-color-transparency-dark-020": "hsla(0, 0%, 0%, 0.2)";
|
|
@@ -84,17 +101,30 @@ export declare const reactNativeTokensLight: {
|
|
|
84
101
|
readonly "--d-font-weight-medium": "500";
|
|
85
102
|
readonly "--d-font-weight-normal": "400";
|
|
86
103
|
readonly "--d-font-weight-semibold": "600";
|
|
104
|
+
readonly "--d-icon-color": "hsl(0, 0%, 24%)";
|
|
87
105
|
readonly "--d-icon-color-button-disabled": "hsl(0, 0%, 81%)";
|
|
88
106
|
readonly "--d-icon-color-button-error": "hsl(0, 72%, 45%)";
|
|
89
107
|
readonly "--d-icon-color-button-interaction": "hsl(174, 73%, 28%)";
|
|
108
|
+
readonly "--d-icon-color-dim": "hsl(0, 0%, 58%)";
|
|
109
|
+
readonly "--d-icon-color-disabled": "hsl(0, 0%, 81%)";
|
|
90
110
|
readonly "--d-icon-color-interaction": "hsl(174, 73%, 28%)";
|
|
91
111
|
readonly "--d-icon-color-interaction-disabled": "hsl(0, 0%, 81%)";
|
|
92
112
|
readonly "--d-icon-color-interaction-error": "hsl(0, 72%, 45%)";
|
|
113
|
+
readonly "--d-icon-color-inverted": "hsl(0, 0%, 100%)";
|
|
114
|
+
readonly "--d-icon-color-secondary": "hsl(0, 0%, 45%)";
|
|
115
|
+
readonly "--d-icon-color-static-45": "hsl(0, 0%, 45%)";
|
|
93
116
|
readonly "--d-icon-color-status-error": "hsl(0, 72%, 45%)";
|
|
117
|
+
readonly "--d-icon-color-status-featured": "hsl(42, 90%, 60%)";
|
|
94
118
|
readonly "--d-icon-color-status-info": "hsl(206, 100%, 31%)";
|
|
95
119
|
readonly "--d-icon-color-status-neutral": "hsl(0, 0%, 32%)";
|
|
96
120
|
readonly "--d-icon-color-status-success": "hsl(124, 55%, 33%)";
|
|
97
121
|
readonly "--d-icon-color-status-warning": "hsl(36, 99%, 41%)";
|
|
122
|
+
readonly "--d-surface-color-0": "hsl(0, 0%, 100%)";
|
|
123
|
+
readonly "--d-surface-color-1": "hsl(0, 0%, 98%)";
|
|
124
|
+
readonly "--d-surface-color-2": "hsl(0, 0%, 97%)";
|
|
125
|
+
readonly "--d-surface-color-3": "hsl(0, 0%, 95%)";
|
|
126
|
+
readonly "--d-surface-color-4": "hsl(0, 0%, 93%)";
|
|
127
|
+
readonly "--d-surface-color-5": "hsl(0, 0%, 88%)";
|
|
98
128
|
readonly "--d-surface-color-canvas": "hsl(0, 0%, 100%)";
|
|
99
129
|
readonly "--d-surface-color-card": "hsl(0, 0%, 100%)";
|
|
100
130
|
readonly "--d-text-color": "hsl(0, 0%, 24%)";
|
|
@@ -114,6 +144,8 @@ export declare const reactNativeTokensLight: {
|
|
|
114
144
|
readonly "--d-text-color-status-neutral": "hsl(0, 0%, 32%)";
|
|
115
145
|
readonly "--d-text-color-status-success": "hsl(124, 55%, 33%)";
|
|
116
146
|
readonly "--d-text-color-status-warning": "hsl(36, 99%, 32%)";
|
|
147
|
+
readonly "--d-focus-ring-color": "hsl(207, 90%, 61%)";
|
|
148
|
+
readonly "--d-form-border-color-focus": "hsl(207, 90%, 61%)";
|
|
117
149
|
};
|
|
118
150
|
export type ReactNativeTokensLight = typeof reactNativeTokensLight;
|
|
119
151
|
//# sourceMappingURL=react-native-tokens-light.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-native-tokens-light.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/react-native-tokens-light.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"react-native-tokens-light.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/react-native-tokens-light.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmHS,CAAA;AAE5C,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAA"}
|
|
@@ -7,8 +7,7 @@ const reactNativeTokensLight = {
|
|
|
7
7
|
"--d-border-color-button-delete": "hsl(0, 72%, 45%)",
|
|
8
8
|
"--d-border-color-button-disabled": "hsl(0, 0%, 88%)",
|
|
9
9
|
"--d-border-color-dark": "hsl(0, 0%, 81%)",
|
|
10
|
-
"--d-border-color-dim": "hsl(0, 0%,
|
|
11
|
-
"--d-border-color-status-warning": "hsl(42, 90%, 60%)",
|
|
10
|
+
"--d-border-color-dim": "hsl(0, 0%, 93%)",
|
|
12
11
|
"--d-fill-color-button-delete-outline": "hsl(0, 0%, 100%)",
|
|
13
12
|
"--d-fill-color-button-delete-outline-disabled": "hsl(0, 0%, 100%)",
|
|
14
13
|
"--d-fill-color-button-delete-solid": "hsl(0, 72%, 45%)",
|
|
@@ -28,10 +27,18 @@ const reactNativeTokensLight = {
|
|
|
28
27
|
"--d-fill-color-neutral-080": "hsl(0, 0%, 97%)",
|
|
29
28
|
"--d-fill-color-neutral-090": "hsl(0, 0%, 98%)",
|
|
30
29
|
"--d-fill-color-neutral-100": "hsl(0, 0%, 100%)",
|
|
30
|
+
"--d-fill-color-neutral-inverted": "hsl(0, 0%, 100%)",
|
|
31
|
+
"--d-fill-color-progress-bar-gradient": { "stops": [{ "color": "#42a5f5", "position": 0 }, { "color": "#68bb6a", "position": 1 }], "type": "linear", "angle": 90 },
|
|
32
|
+
"--d-fill-color-progress-bar-track": "hsl(0, 0%, 93%)",
|
|
33
|
+
"--d-fill-color-status-error": "hsl(0, 72%, 45%)",
|
|
31
34
|
"--d-fill-color-status-error-ghost": "hsl(0, 80%, 96%)",
|
|
35
|
+
"--d-fill-color-status-info": "hsl(206, 100%, 31%)",
|
|
32
36
|
"--d-fill-color-status-info-ghost": "hsl(210, 100%, 96%)",
|
|
37
|
+
"--d-fill-color-status-neutral": "hsl(0, 0%, 32%)",
|
|
33
38
|
"--d-fill-color-status-neutral-ghost": "hsl(0, 0%, 95%)",
|
|
39
|
+
"--d-fill-color-status-success": "hsl(124, 55%, 33%)",
|
|
34
40
|
"--d-fill-color-status-success-ghost": "hsl(120, 33%, 96%)",
|
|
41
|
+
"--d-fill-color-status-warning": "hsl(36, 99%, 41%)",
|
|
35
42
|
"--d-fill-color-status-warning-ghost": "hsl(40, 90%, 96%)",
|
|
36
43
|
"--d-fill-color-transparency-dark-010": "hsla(0, 0%, 0%, 0.1)",
|
|
37
44
|
"--d-fill-color-transparency-dark-020": "hsla(0, 0%, 0%, 0.2)",
|
|
@@ -64,17 +71,30 @@ const reactNativeTokensLight = {
|
|
|
64
71
|
"--d-font-weight-medium": "500",
|
|
65
72
|
"--d-font-weight-normal": "400",
|
|
66
73
|
"--d-font-weight-semibold": "600",
|
|
74
|
+
"--d-icon-color": "hsl(0, 0%, 24%)",
|
|
67
75
|
"--d-icon-color-button-disabled": "hsl(0, 0%, 81%)",
|
|
68
76
|
"--d-icon-color-button-error": "hsl(0, 72%, 45%)",
|
|
69
77
|
"--d-icon-color-button-interaction": "hsl(174, 73%, 28%)",
|
|
78
|
+
"--d-icon-color-dim": "hsl(0, 0%, 58%)",
|
|
79
|
+
"--d-icon-color-disabled": "hsl(0, 0%, 81%)",
|
|
70
80
|
"--d-icon-color-interaction": "hsl(174, 73%, 28%)",
|
|
71
81
|
"--d-icon-color-interaction-disabled": "hsl(0, 0%, 81%)",
|
|
72
82
|
"--d-icon-color-interaction-error": "hsl(0, 72%, 45%)",
|
|
83
|
+
"--d-icon-color-inverted": "hsl(0, 0%, 100%)",
|
|
84
|
+
"--d-icon-color-secondary": "hsl(0, 0%, 45%)",
|
|
85
|
+
"--d-icon-color-static-45": "hsl(0, 0%, 45%)",
|
|
73
86
|
"--d-icon-color-status-error": "hsl(0, 72%, 45%)",
|
|
87
|
+
"--d-icon-color-status-featured": "hsl(42, 90%, 60%)",
|
|
74
88
|
"--d-icon-color-status-info": "hsl(206, 100%, 31%)",
|
|
75
89
|
"--d-icon-color-status-neutral": "hsl(0, 0%, 32%)",
|
|
76
90
|
"--d-icon-color-status-success": "hsl(124, 55%, 33%)",
|
|
77
91
|
"--d-icon-color-status-warning": "hsl(36, 99%, 41%)",
|
|
92
|
+
"--d-surface-color-0": "hsl(0, 0%, 100%)",
|
|
93
|
+
"--d-surface-color-1": "hsl(0, 0%, 98%)",
|
|
94
|
+
"--d-surface-color-2": "hsl(0, 0%, 97%)",
|
|
95
|
+
"--d-surface-color-3": "hsl(0, 0%, 95%)",
|
|
96
|
+
"--d-surface-color-4": "hsl(0, 0%, 93%)",
|
|
97
|
+
"--d-surface-color-5": "hsl(0, 0%, 88%)",
|
|
78
98
|
"--d-surface-color-canvas": "hsl(0, 0%, 100%)",
|
|
79
99
|
"--d-surface-color-card": "hsl(0, 0%, 100%)",
|
|
80
100
|
"--d-text-color": "hsl(0, 0%, 24%)",
|
|
@@ -93,7 +113,9 @@ const reactNativeTokensLight = {
|
|
|
93
113
|
"--d-text-color-status-info": "hsl(206, 100%, 31%)",
|
|
94
114
|
"--d-text-color-status-neutral": "hsl(0, 0%, 32%)",
|
|
95
115
|
"--d-text-color-status-success": "hsl(124, 55%, 33%)",
|
|
96
|
-
"--d-text-color-status-warning": "hsl(36, 99%, 32%)"
|
|
116
|
+
"--d-text-color-status-warning": "hsl(36, 99%, 32%)",
|
|
117
|
+
"--d-focus-ring-color": "hsl(207, 90%, 61%)",
|
|
118
|
+
"--d-form-border-color-focus": "hsl(207, 90%, 61%)"
|
|
97
119
|
};
|
|
98
120
|
|
|
99
121
|
export { reactNativeTokensLight };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-native-tokens-light.js","sources":["../../../src/build-output/ts/react-native-tokens-light.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nimport type { ReactNativeTokensSchema } from \"./types/react-native-types\"\n\nexport const reactNativeTokensLight = {\n \"--d-app-fill-color-gradient-header\": {\"stops\":[{\"color\":\"#42a5f5\",\"position\":0},{\"color\":\"#54b0aa\",\"position\":1}],\"type\":\"linear\",\"angle\":117.90481785563077},\n \"--d-border-color\": \"hsl(0, 0%, 88%)\",\n \"--d-border-color-button-delete\": \"hsl(0, 72%, 45%)\",\n \"--d-border-color-button-disabled\": \"hsl(0, 0%, 88%)\",\n \"--d-border-color-dark\": \"hsl(0, 0%, 81%)\",\n \"--d-border-color-dim\": \"hsl(0, 0%, 95%)\",\n \"--d-border-color-status-warning\": \"hsl(42, 90%, 60%)\",\n \"--d-fill-color-button-delete-outline\": \"hsl(0, 0%, 100%)\",\n \"--d-fill-color-button-delete-outline-disabled\": \"hsl(0, 0%, 100%)\",\n \"--d-fill-color-button-delete-solid\": \"hsl(0, 72%, 45%)\",\n \"--d-fill-color-button-delete-solid-disabled\": \"hsl(0, 0%, 93%)\",\n \"--d-fill-color-button-interaction-outline\": \"hsl(0, 0%, 100%)\",\n \"--d-fill-color-button-interaction-outline-disabled\": \"hsl(0, 0%, 100%)\",\n \"--d-fill-color-button-interaction-solid-disabled\": \"hsl(0, 0%, 95%)\",\n \"--d-fill-color-button-interaction-solid-gradient-default\": {\"stops\":[{\"color\":\"#42a5f5\",\"position\":0},{\"color\":\"#68bb6a\",\"position\":1}],\"type\":\"linear\",\"angle\":117.90481785563077},\n \"--d-fill-color-neutral-000\": \"hsl(0, 0%, 12%)\",\n \"--d-fill-color-neutral-010\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-neutral-020\": \"hsl(0, 0%, 45%)\",\n \"--d-fill-color-neutral-030\": \"hsl(0, 0%, 58%)\",\n \"--d-fill-color-neutral-040\": \"hsl(0, 0%, 81%)\",\n \"--d-fill-color-neutral-050\": \"hsl(0, 0%, 88%)\",\n \"--d-fill-color-neutral-060\": \"hsl(0, 0%, 93%)\",\n \"--d-fill-color-neutral-070\": \"hsl(0, 0%, 95%)\",\n \"--d-fill-color-neutral-080\": \"hsl(0, 0%, 97%)\",\n \"--d-fill-color-neutral-090\": \"hsl(0, 0%, 98%)\",\n \"--d-fill-color-neutral-100\": \"hsl(0, 0%, 100%)\",\n \"--d-fill-color-status-error-ghost\": \"hsl(0, 80%, 96%)\",\n \"--d-fill-color-status-info-ghost\": \"hsl(210, 100%, 96%)\",\n \"--d-fill-color-status-neutral-ghost\": \"hsl(0, 0%, 95%)\",\n \"--d-fill-color-status-success-ghost\": \"hsl(120, 33%, 96%)\",\n \"--d-fill-color-status-warning-ghost\": \"hsl(40, 90%, 96%)\",\n \"--d-fill-color-transparency-dark-010\": \"hsla(0, 0%, 0%, 0.1)\",\n \"--d-fill-color-transparency-dark-020\": \"hsla(0, 0%, 0%, 0.2)\",\n \"--d-fill-color-transparency-dark-030\": \"hsla(0, 0%, 0%, 0.3)\",\n \"--d-fill-color-transparency-dark-040\": \"hsla(0, 0%, 0%, 0.4)\",\n \"--d-fill-color-transparency-dark-050\": \"hsla(0, 0%, 0%, 0.5)\",\n \"--d-fill-color-transparency-dark-060\": \"hsla(0, 0%, 0%, 0.6)\",\n \"--d-fill-color-transparency-dark-070\": \"hsla(0, 0%, 0%, 0.7)\",\n \"--d-fill-color-transparency-dark-080\": \"hsla(0, 0%, 0%, 0.8)\",\n \"--d-fill-color-transparency-dark-090\": \"hsla(0, 0%, 0%, 0.9)\",\n \"--d-fill-color-transparency-light-010\": \"hsla(0, 0%, 100%, 0.1)\",\n \"--d-fill-color-transparency-light-020\": \"hsla(0, 0%, 100%, 0.2)\",\n \"--d-fill-color-transparency-light-030\": \"hsla(0, 0%, 100%, 0.3)\",\n \"--d-fill-color-transparency-light-040\": \"hsla(0, 0%, 100%, 0.4)\",\n \"--d-fill-color-transparency-light-050\": \"hsla(0, 0%, 100%, 0.5)\",\n \"--d-fill-color-transparency-light-060\": \"hsla(0, 0%, 100%, 0.6)\",\n \"--d-fill-color-transparency-light-070\": \"hsla(0, 0%, 100%, 0.7)\",\n \"--d-fill-color-transparency-light-080\": \"hsla(0, 0%, 100%, 0.8)\",\n \"--d-fill-color-transparency-light-090\": \"hsla(0, 0%, 100%, 0.9)\",\n \"--d-font-size-2xl\": 24,\n \"--d-font-size-2xs\": 10,\n \"--d-font-size-3xl\": 28,\n \"--d-font-size-4xl\": 34,\n \"--d-font-size-lg\": 18,\n \"--d-font-size-md\": 16,\n \"--d-font-size-sm\": 14,\n \"--d-font-size-xl\": 20,\n \"--d-font-size-xs\": 12,\n \"--d-font-weight-bold\": \"700\",\n \"--d-font-weight-medium\": \"500\",\n \"--d-font-weight-normal\": \"400\",\n \"--d-font-weight-semibold\": \"600\",\n \"--d-icon-color-button-disabled\": \"hsl(0, 0%, 81%)\",\n \"--d-icon-color-button-error\": \"hsl(0, 72%, 45%)\",\n \"--d-icon-color-button-interaction\": \"hsl(174, 73%, 28%)\",\n \"--d-icon-color-interaction\": \"hsl(174, 73%, 28%)\",\n \"--d-icon-color-interaction-disabled\": \"hsl(0, 0%, 81%)\",\n \"--d-icon-color-interaction-error\": \"hsl(0, 72%, 45%)\",\n \"--d-icon-color-status-error\": \"hsl(0, 72%, 45%)\",\n \"--d-icon-color-status-info\": \"hsl(206, 100%, 31%)\",\n \"--d-icon-color-status-neutral\": \"hsl(0, 0%, 32%)\",\n \"--d-icon-color-status-success\": \"hsl(124, 55%, 33%)\",\n \"--d-icon-color-status-warning\": \"hsl(36, 99%, 41%)\",\n \"--d-surface-color-canvas\": \"hsl(0, 0%, 100%)\",\n \"--d-surface-color-card\": \"hsl(0, 0%, 100%)\",\n \"--d-text-color\": \"hsl(0, 0%, 24%)\",\n \"--d-text-color-button-interaction\": \"hsl(174, 73%, 28%)\",\n \"--d-text-color-button-interaction-disabled\": \"hsl(0, 0%, 81%)\",\n \"--d-text-color-button-interaction-error\": \"hsl(0, 72%, 45%)\",\n \"--d-text-color-disabled\": \"hsl(0, 0%, 81%)\",\n \"--d-text-color-headline\": \"hsl(0, 0%, 12%)\",\n \"--d-text-color-interaction\": \"hsl(174, 73%, 28%)\",\n \"--d-text-color-interaction-disabled\": \"hsl(0, 0%, 81%)\",\n \"--d-text-color-interaction-error\": \"hsl(0, 72%, 45%)\",\n \"--d-text-color-inverted\": \"hsl(0, 0%, 100%)\",\n \"--d-text-color-placeholder\": \"hsl(0, 0%, 58%)\",\n \"--d-text-color-secondary\": \"hsl(0, 0%, 45%)\",\n \"--d-text-color-status-error\": \"hsl(0, 72%, 45%)\",\n \"--d-text-color-status-info\": \"hsl(206, 100%, 31%)\",\n \"--d-text-color-status-neutral\": \"hsl(0, 0%, 32%)\",\n \"--d-text-color-status-success\": \"hsl(124, 55%, 33%)\",\n \"--d-text-color-status-warning\": \"hsl(36, 99%, 32%)\"\n} as const satisfies ReactNativeTokensSchema\n\nexport type ReactNativeTokensLight = typeof reactNativeTokensLight\n"],"names":[],"mappings":"AAAA;;AAEG;AAKI,MAAM,sBAAsB,GAAG;AACpC,IAAA,oCAAoC,EAAE,EAAC,OAAO,EAAC,CAAC,EAAC,OAAO,EAAC,SAAS,EAAC,UAAU,EAAC,CAAC,EAAC,EAAC,EAAC,OAAO,EAAC,SAAS,EAAC,UAAU,EAAC,CAAC,EAAC,CAAC,EAAC,MAAM,EAAC,QAAQ,EAAC,OAAO,EAAC,kBAAkB,EAAC;AAC9J,IAAA,kBAAkB,EAAE,iBAAiB;AACrC,IAAA,gCAAgC,EAAE,kBAAkB;AACpD,IAAA,kCAAkC,EAAE,iBAAiB;AACrD,IAAA,uBAAuB,EAAE,iBAAiB;AAC1C,IAAA,sBAAsB,EAAE,iBAAiB;AACzC,IAAA,iCAAiC,EAAE,mBAAmB;AACtD,IAAA,sCAAsC,EAAE,kBAAkB;AAC1D,IAAA,+CAA+C,EAAE,kBAAkB;AACnE,IAAA,oCAAoC,EAAE,kBAAkB;AACxD,IAAA,6CAA6C,EAAE,iBAAiB;AAChE,IAAA,2CAA2C,EAAE,kBAAkB;AAC/D,IAAA,oDAAoD,EAAE,kBAAkB;AACxE,IAAA,kDAAkD,EAAE,iBAAiB;AACrE,IAAA,0DAA0D,EAAE,EAAC,OAAO,EAAC,CAAC,EAAC,OAAO,EAAC,SAAS,EAAC,UAAU,EAAC,CAAC,EAAC,EAAC,EAAC,OAAO,EAAC,SAAS,EAAC,UAAU,EAAC,CAAC,EAAC,CAAC,EAAC,MAAM,EAAC,QAAQ,EAAC,OAAO,EAAC,kBAAkB,EAAC;AACpL,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,4BAA4B,EAAE,kBAAkB;AAChD,IAAA,mCAAmC,EAAE,kBAAkB;AACvD,IAAA,kCAAkC,EAAE,qBAAqB;AACzD,IAAA,qCAAqC,EAAE,iBAAiB;AACxD,IAAA,qCAAqC,EAAE,oBAAoB;AAC3D,IAAA,qCAAqC,EAAE,mBAAmB;AAC1D,IAAA,sCAAsC,EAAE,sBAAsB;AAC9D,IAAA,sCAAsC,EAAE,sBAAsB;AAC9D,IAAA,sCAAsC,EAAE,sBAAsB;AAC9D,IAAA,sCAAsC,EAAE,sBAAsB;AAC9D,IAAA,sCAAsC,EAAE,sBAAsB;AAC9D,IAAA,sCAAsC,EAAE,sBAAsB;AAC9D,IAAA,sCAAsC,EAAE,sBAAsB;AAC9D,IAAA,sCAAsC,EAAE,sBAAsB;AAC9D,IAAA,sCAAsC,EAAE,sBAAsB;AAC9D,IAAA,uCAAuC,EAAE,wBAAwB;AACjE,IAAA,uCAAuC,EAAE,wBAAwB;AACjE,IAAA,uCAAuC,EAAE,wBAAwB;AACjE,IAAA,uCAAuC,EAAE,wBAAwB;AACjE,IAAA,uCAAuC,EAAE,wBAAwB;AACjE,IAAA,uCAAuC,EAAE,wBAAwB;AACjE,IAAA,uCAAuC,EAAE,wBAAwB;AACjE,IAAA,uCAAuC,EAAE,wBAAwB;AACjE,IAAA,uCAAuC,EAAE,wBAAwB;AACjE,IAAA,mBAAmB,EAAE,EAAE;AACvB,IAAA,mBAAmB,EAAE,EAAE;AACvB,IAAA,mBAAmB,EAAE,EAAE;AACvB,IAAA,mBAAmB,EAAE,EAAE;AACvB,IAAA,kBAAkB,EAAE,EAAE;AACtB,IAAA,kBAAkB,EAAE,EAAE;AACtB,IAAA,kBAAkB,EAAE,EAAE;AACtB,IAAA,kBAAkB,EAAE,EAAE;AACtB,IAAA,kBAAkB,EAAE,EAAE;AACtB,IAAA,sBAAsB,EAAE,KAAK;AAC7B,IAAA,wBAAwB,EAAE,KAAK;AAC/B,IAAA,wBAAwB,EAAE,KAAK;AAC/B,IAAA,0BAA0B,EAAE,KAAK;AACjC,IAAA,gCAAgC,EAAE,iBAAiB;AACnD,IAAA,6BAA6B,EAAE,kBAAkB;AACjD,IAAA,mCAAmC,EAAE,oBAAoB;AACzD,IAAA,4BAA4B,EAAE,oBAAoB;AAClD,IAAA,qCAAqC,EAAE,iBAAiB;AACxD,IAAA,kCAAkC,EAAE,kBAAkB;AACtD,IAAA,6BAA6B,EAAE,kBAAkB;AACjD,IAAA,4BAA4B,EAAE,qBAAqB;AACnD,IAAA,+BAA+B,EAAE,iBAAiB;AAClD,IAAA,+BAA+B,EAAE,oBAAoB;AACrD,IAAA,+BAA+B,EAAE,mBAAmB;AACpD,IAAA,0BAA0B,EAAE,kBAAkB;AAC9C,IAAA,wBAAwB,EAAE,kBAAkB;AAC5C,IAAA,gBAAgB,EAAE,iBAAiB;AACnC,IAAA,mCAAmC,EAAE,oBAAoB;AACzD,IAAA,4CAA4C,EAAE,iBAAiB;AAC/D,IAAA,yCAAyC,EAAE,kBAAkB;AAC7D,IAAA,yBAAyB,EAAE,iBAAiB;AAC5C,IAAA,yBAAyB,EAAE,iBAAiB;AAC5C,IAAA,4BAA4B,EAAE,oBAAoB;AAClD,IAAA,qCAAqC,EAAE,iBAAiB;AACxD,IAAA,kCAAkC,EAAE,kBAAkB;AACtD,IAAA,yBAAyB,EAAE,kBAAkB;AAC7C,IAAA,4BAA4B,EAAE,iBAAiB;AAC/C,IAAA,0BAA0B,EAAE,iBAAiB;AAC7C,IAAA,6BAA6B,EAAE,kBAAkB;AACjD,IAAA,4BAA4B,EAAE,qBAAqB;AACnD,IAAA,+BAA+B,EAAE,iBAAiB;AAClD,IAAA,+BAA+B,EAAE,oBAAoB;AACrD,IAAA,+BAA+B,EAAE;;;;;"}
|
|
1
|
+
{"version":3,"file":"react-native-tokens-light.js","sources":["../../../src/build-output/ts/react-native-tokens-light.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nimport type { ReactNativeTokensSchema } from \"./types/react-native-types\"\n\nexport const reactNativeTokensLight = {\n \"--d-app-fill-color-gradient-header\": {\"stops\":[{\"color\":\"#42a5f5\",\"position\":0},{\"color\":\"#54b0aa\",\"position\":1}],\"type\":\"linear\",\"angle\":117.90481785563077},\n \"--d-border-color\": \"hsl(0, 0%, 88%)\",\n \"--d-border-color-button-delete\": \"hsl(0, 72%, 45%)\",\n \"--d-border-color-button-disabled\": \"hsl(0, 0%, 88%)\",\n \"--d-border-color-dark\": \"hsl(0, 0%, 81%)\",\n \"--d-border-color-dim\": \"hsl(0, 0%, 93%)\",\n \"--d-fill-color-button-delete-outline\": \"hsl(0, 0%, 100%)\",\n \"--d-fill-color-button-delete-outline-disabled\": \"hsl(0, 0%, 100%)\",\n \"--d-fill-color-button-delete-solid\": \"hsl(0, 72%, 45%)\",\n \"--d-fill-color-button-delete-solid-disabled\": \"hsl(0, 0%, 93%)\",\n \"--d-fill-color-button-interaction-outline\": \"hsl(0, 0%, 100%)\",\n \"--d-fill-color-button-interaction-outline-disabled\": \"hsl(0, 0%, 100%)\",\n \"--d-fill-color-button-interaction-solid-disabled\": \"hsl(0, 0%, 95%)\",\n \"--d-fill-color-button-interaction-solid-gradient-default\": {\"stops\":[{\"color\":\"#42a5f5\",\"position\":0},{\"color\":\"#68bb6a\",\"position\":1}],\"type\":\"linear\",\"angle\":117.90481785563077},\n \"--d-fill-color-neutral-000\": \"hsl(0, 0%, 12%)\",\n \"--d-fill-color-neutral-010\": \"hsl(0, 0%, 24%)\",\n \"--d-fill-color-neutral-020\": \"hsl(0, 0%, 45%)\",\n \"--d-fill-color-neutral-030\": \"hsl(0, 0%, 58%)\",\n \"--d-fill-color-neutral-040\": \"hsl(0, 0%, 81%)\",\n \"--d-fill-color-neutral-050\": \"hsl(0, 0%, 88%)\",\n \"--d-fill-color-neutral-060\": \"hsl(0, 0%, 93%)\",\n \"--d-fill-color-neutral-070\": \"hsl(0, 0%, 95%)\",\n \"--d-fill-color-neutral-080\": \"hsl(0, 0%, 97%)\",\n \"--d-fill-color-neutral-090\": \"hsl(0, 0%, 98%)\",\n \"--d-fill-color-neutral-100\": \"hsl(0, 0%, 100%)\",\n \"--d-fill-color-neutral-inverted\": \"hsl(0, 0%, 100%)\",\n \"--d-fill-color-progress-bar-gradient\": {\"stops\":[{\"color\":\"#42a5f5\",\"position\":0},{\"color\":\"#68bb6a\",\"position\":1}],\"type\":\"linear\",\"angle\":90},\n \"--d-fill-color-progress-bar-track\": \"hsl(0, 0%, 93%)\",\n \"--d-fill-color-status-error\": \"hsl(0, 72%, 45%)\",\n \"--d-fill-color-status-error-ghost\": \"hsl(0, 80%, 96%)\",\n \"--d-fill-color-status-info\": \"hsl(206, 100%, 31%)\",\n \"--d-fill-color-status-info-ghost\": \"hsl(210, 100%, 96%)\",\n \"--d-fill-color-status-neutral\": \"hsl(0, 0%, 32%)\",\n \"--d-fill-color-status-neutral-ghost\": \"hsl(0, 0%, 95%)\",\n \"--d-fill-color-status-success\": \"hsl(124, 55%, 33%)\",\n \"--d-fill-color-status-success-ghost\": \"hsl(120, 33%, 96%)\",\n \"--d-fill-color-status-warning\": \"hsl(36, 99%, 41%)\",\n \"--d-fill-color-status-warning-ghost\": \"hsl(40, 90%, 96%)\",\n \"--d-fill-color-transparency-dark-010\": \"hsla(0, 0%, 0%, 0.1)\",\n \"--d-fill-color-transparency-dark-020\": \"hsla(0, 0%, 0%, 0.2)\",\n \"--d-fill-color-transparency-dark-030\": \"hsla(0, 0%, 0%, 0.3)\",\n \"--d-fill-color-transparency-dark-040\": \"hsla(0, 0%, 0%, 0.4)\",\n \"--d-fill-color-transparency-dark-050\": \"hsla(0, 0%, 0%, 0.5)\",\n \"--d-fill-color-transparency-dark-060\": \"hsla(0, 0%, 0%, 0.6)\",\n \"--d-fill-color-transparency-dark-070\": \"hsla(0, 0%, 0%, 0.7)\",\n \"--d-fill-color-transparency-dark-080\": \"hsla(0, 0%, 0%, 0.8)\",\n \"--d-fill-color-transparency-dark-090\": \"hsla(0, 0%, 0%, 0.9)\",\n \"--d-fill-color-transparency-light-010\": \"hsla(0, 0%, 100%, 0.1)\",\n \"--d-fill-color-transparency-light-020\": \"hsla(0, 0%, 100%, 0.2)\",\n \"--d-fill-color-transparency-light-030\": \"hsla(0, 0%, 100%, 0.3)\",\n \"--d-fill-color-transparency-light-040\": \"hsla(0, 0%, 100%, 0.4)\",\n \"--d-fill-color-transparency-light-050\": \"hsla(0, 0%, 100%, 0.5)\",\n \"--d-fill-color-transparency-light-060\": \"hsla(0, 0%, 100%, 0.6)\",\n \"--d-fill-color-transparency-light-070\": \"hsla(0, 0%, 100%, 0.7)\",\n \"--d-fill-color-transparency-light-080\": \"hsla(0, 0%, 100%, 0.8)\",\n \"--d-fill-color-transparency-light-090\": \"hsla(0, 0%, 100%, 0.9)\",\n \"--d-font-size-2xl\": 24,\n \"--d-font-size-2xs\": 10,\n \"--d-font-size-3xl\": 28,\n \"--d-font-size-4xl\": 34,\n \"--d-font-size-lg\": 18,\n \"--d-font-size-md\": 16,\n \"--d-font-size-sm\": 14,\n \"--d-font-size-xl\": 20,\n \"--d-font-size-xs\": 12,\n \"--d-font-weight-bold\": \"700\",\n \"--d-font-weight-medium\": \"500\",\n \"--d-font-weight-normal\": \"400\",\n \"--d-font-weight-semibold\": \"600\",\n \"--d-icon-color\": \"hsl(0, 0%, 24%)\",\n \"--d-icon-color-button-disabled\": \"hsl(0, 0%, 81%)\",\n \"--d-icon-color-button-error\": \"hsl(0, 72%, 45%)\",\n \"--d-icon-color-button-interaction\": \"hsl(174, 73%, 28%)\",\n \"--d-icon-color-dim\": \"hsl(0, 0%, 58%)\",\n \"--d-icon-color-disabled\": \"hsl(0, 0%, 81%)\",\n \"--d-icon-color-interaction\": \"hsl(174, 73%, 28%)\",\n \"--d-icon-color-interaction-disabled\": \"hsl(0, 0%, 81%)\",\n \"--d-icon-color-interaction-error\": \"hsl(0, 72%, 45%)\",\n \"--d-icon-color-inverted\": \"hsl(0, 0%, 100%)\",\n \"--d-icon-color-secondary\": \"hsl(0, 0%, 45%)\",\n \"--d-icon-color-static-45\": \"hsl(0, 0%, 45%)\",\n \"--d-icon-color-status-error\": \"hsl(0, 72%, 45%)\",\n \"--d-icon-color-status-featured\": \"hsl(42, 90%, 60%)\",\n \"--d-icon-color-status-info\": \"hsl(206, 100%, 31%)\",\n \"--d-icon-color-status-neutral\": \"hsl(0, 0%, 32%)\",\n \"--d-icon-color-status-success\": \"hsl(124, 55%, 33%)\",\n \"--d-icon-color-status-warning\": \"hsl(36, 99%, 41%)\",\n \"--d-surface-color-0\": \"hsl(0, 0%, 100%)\",\n \"--d-surface-color-1\": \"hsl(0, 0%, 98%)\",\n \"--d-surface-color-2\": \"hsl(0, 0%, 97%)\",\n \"--d-surface-color-3\": \"hsl(0, 0%, 95%)\",\n \"--d-surface-color-4\": \"hsl(0, 0%, 93%)\",\n \"--d-surface-color-5\": \"hsl(0, 0%, 88%)\",\n \"--d-surface-color-canvas\": \"hsl(0, 0%, 100%)\",\n \"--d-surface-color-card\": \"hsl(0, 0%, 100%)\",\n \"--d-text-color\": \"hsl(0, 0%, 24%)\",\n \"--d-text-color-button-interaction\": \"hsl(174, 73%, 28%)\",\n \"--d-text-color-button-interaction-disabled\": \"hsl(0, 0%, 81%)\",\n \"--d-text-color-button-interaction-error\": \"hsl(0, 72%, 45%)\",\n \"--d-text-color-disabled\": \"hsl(0, 0%, 81%)\",\n \"--d-text-color-headline\": \"hsl(0, 0%, 12%)\",\n \"--d-text-color-interaction\": \"hsl(174, 73%, 28%)\",\n \"--d-text-color-interaction-disabled\": \"hsl(0, 0%, 81%)\",\n \"--d-text-color-interaction-error\": \"hsl(0, 72%, 45%)\",\n \"--d-text-color-inverted\": \"hsl(0, 0%, 100%)\",\n \"--d-text-color-placeholder\": \"hsl(0, 0%, 58%)\",\n \"--d-text-color-secondary\": \"hsl(0, 0%, 45%)\",\n \"--d-text-color-status-error\": \"hsl(0, 72%, 45%)\",\n \"--d-text-color-status-info\": \"hsl(206, 100%, 31%)\",\n \"--d-text-color-status-neutral\": \"hsl(0, 0%, 32%)\",\n \"--d-text-color-status-success\": \"hsl(124, 55%, 33%)\",\n \"--d-text-color-status-warning\": \"hsl(36, 99%, 32%)\",\n \"--d-focus-ring-color\": \"hsl(207, 90%, 61%)\",\n \"--d-form-border-color-focus\": \"hsl(207, 90%, 61%)\"\n} as const satisfies ReactNativeTokensSchema\n\nexport type ReactNativeTokensLight = typeof reactNativeTokensLight\n"],"names":[],"mappings":"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"}
|
|
@@ -10,6 +10,10 @@ export declare const themeableWebGradientTokens: {
|
|
|
10
10
|
readonly light: "linear-gradient(117.9deg, hsl(207, 90%, 61%), hsl(121, 38%, 57%))";
|
|
11
11
|
readonly dark: "linear-gradient(117.9deg, hsl(207, 90%, 51%), hsl(122, 48%, 57%))";
|
|
12
12
|
};
|
|
13
|
+
readonly "--d-fill-color-progress-bar-gradient": {
|
|
14
|
+
readonly light: "linear-gradient(90deg, hsl(207, 90%, 61%), hsl(121, 38%, 57%))";
|
|
15
|
+
readonly dark: "linear-gradient(90deg, hsl(207, 90%, 51%), hsl(122, 48%, 57%))";
|
|
16
|
+
};
|
|
13
17
|
};
|
|
14
18
|
export type ThemeableWebGradientTokenUnion = keyof typeof themeableWebGradientTokens;
|
|
15
19
|
//# sourceMappingURL=themeable-web-gradient-tokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"themeable-web-gradient-tokens.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/themeable-web-gradient-tokens.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"themeable-web-gradient-tokens.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/themeable-web-gradient-tokens.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;CAa7B,CAAA;AAEV,MAAM,MAAM,8BAA8B,GAAG,MAAM,OAAO,0BAA0B,CAAA"}
|
|
@@ -9,6 +9,10 @@ const themeableWebGradientTokens = {
|
|
|
9
9
|
"--d-fill-color-button-interaction-solid-gradient-default": {
|
|
10
10
|
light: "linear-gradient(117.9deg, hsl(207, 90%, 61%), hsl(121, 38%, 57%))",
|
|
11
11
|
dark: "linear-gradient(117.9deg, hsl(207, 90%, 51%), hsl(122, 48%, 57%))",
|
|
12
|
+
},
|
|
13
|
+
"--d-fill-color-progress-bar-gradient": {
|
|
14
|
+
light: "linear-gradient(90deg, hsl(207, 90%, 61%), hsl(121, 38%, 57%))",
|
|
15
|
+
dark: "linear-gradient(90deg, hsl(207, 90%, 51%), hsl(122, 48%, 57%))",
|
|
12
16
|
}
|
|
13
17
|
};
|
|
14
18
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"themeable-web-gradient-tokens.js","sources":["../../../src/build-output/ts/themeable-web-gradient-tokens.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nexport const themeableWebGradientTokens = {\n \"--d-app-fill-color-gradient-header\": {\n light: \"linear-gradient(117.9deg, hsl(207, 90%, 61%), hsl(176, 37%, 51%))\",\n dark: \"linear-gradient(117.9deg, hsl(0, 0%, 12%), hsl(0, 0%, 12%))\",\n },\n \"--d-fill-color-button-interaction-solid-gradient-default\": {\n light: \"linear-gradient(117.9deg, hsl(207, 90%, 61%), hsl(121, 38%, 57%))\",\n dark: \"linear-gradient(117.9deg, hsl(207, 90%, 51%), hsl(122, 48%, 57%))\",\n }\n} as const\n\nexport type ThemeableWebGradientTokenUnion = keyof typeof themeableWebGradientTokens\n"],"names":[],"mappings":"AAAA;;AAEG;AAGI,MAAM,0BAA0B,GAAG;AACxC,IAAA,oCAAoC,EAAE;AACpC,QAAA,KAAK,EAAE,mEAAmE;AAC1E,QAAA,IAAI,EAAE,6DAA6D;AACpE,KAAA;AACD,IAAA,0DAA0D,EAAE;AAC1D,QAAA,KAAK,EAAE,mEAAmE;AAC1E,QAAA,IAAI,EAAE,mEAAmE;AAC1E;;;;;"}
|
|
1
|
+
{"version":3,"file":"themeable-web-gradient-tokens.js","sources":["../../../src/build-output/ts/themeable-web-gradient-tokens.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nexport const themeableWebGradientTokens = {\n \"--d-app-fill-color-gradient-header\": {\n light: \"linear-gradient(117.9deg, hsl(207, 90%, 61%), hsl(176, 37%, 51%))\",\n dark: \"linear-gradient(117.9deg, hsl(0, 0%, 12%), hsl(0, 0%, 12%))\",\n },\n \"--d-fill-color-button-interaction-solid-gradient-default\": {\n light: \"linear-gradient(117.9deg, hsl(207, 90%, 61%), hsl(121, 38%, 57%))\",\n dark: \"linear-gradient(117.9deg, hsl(207, 90%, 51%), hsl(122, 48%, 57%))\",\n },\n \"--d-fill-color-progress-bar-gradient\": {\n light: \"linear-gradient(90deg, hsl(207, 90%, 61%), hsl(121, 38%, 57%))\",\n dark: \"linear-gradient(90deg, hsl(207, 90%, 51%), hsl(122, 48%, 57%))\",\n }\n} as const\n\nexport type ThemeableWebGradientTokenUnion = keyof typeof themeableWebGradientTokens\n"],"names":[],"mappings":"AAAA;;AAEG;AAGI,MAAM,0BAA0B,GAAG;AACxC,IAAA,oCAAoC,EAAE;AACpC,QAAA,KAAK,EAAE,mEAAmE;AAC1E,QAAA,IAAI,EAAE,6DAA6D;AACpE,KAAA;AACD,IAAA,0DAA0D,EAAE;AAC1D,QAAA,KAAK,EAAE,mEAAmE;AAC1E,QAAA,IAAI,EAAE,mEAAmE;AAC1E,KAAA;AACD,IAAA,sCAAsC,EAAE;AACtC,QAAA,KAAK,EAAE,gEAAgE;AACvE,QAAA,IAAI,EAAE,gEAAgE;AACvE;;;;;"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
export declare const tokensByThemeSet: {
|
|
5
|
-
readonly brand: readonly ["--d-app-fill-color-gradient-header", "--d-fill-color-button-interaction-solid-gradient-default", "--d-icon-color-button-interaction", "--d-icon-color-interaction", "--d-text-color-button-interaction", "--d-text-color-interaction"];
|
|
5
|
+
readonly brand: readonly ["--d-app-fill-color-gradient-header", "--d-fill-color-button-interaction-solid-gradient-default", "--d-fill-color-progress-bar-gradient", "--d-icon-color-button-interaction", "--d-icon-color-interaction", "--d-text-color-button-interaction", "--d-text-color-interaction"];
|
|
6
6
|
};
|
|
7
7
|
export type ThemeableTokenNamesUnion = (typeof tokensByThemeSet)[keyof typeof tokensByThemeSet][number];
|
|
8
8
|
//# sourceMappingURL=tokens-by-theme-set.d.ts.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
const tokensByThemeSet = {
|
|
5
|
-
brand: ["--d-app-fill-color-gradient-header", "--d-fill-color-button-interaction-solid-gradient-default", "--d-icon-color-button-interaction", "--d-icon-color-interaction", "--d-text-color-button-interaction", "--d-text-color-interaction"]
|
|
5
|
+
brand: ["--d-app-fill-color-gradient-header", "--d-fill-color-button-interaction-solid-gradient-default", "--d-fill-color-progress-bar-gradient", "--d-icon-color-button-interaction", "--d-icon-color-interaction", "--d-text-color-button-interaction", "--d-text-color-interaction"]
|
|
6
6
|
};
|
|
7
7
|
|
|
8
8
|
export { tokensByThemeSet };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokens-by-theme-set.js","sources":["../../../src/build-output/ts/tokens-by-theme-set.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nexport const tokensByThemeSet = {\n brand: [\"--d-app-fill-color-gradient-header\", \"--d-fill-color-button-interaction-solid-gradient-default\", \"--d-icon-color-button-interaction\", \"--d-icon-color-interaction\", \"--d-text-color-button-interaction\", \"--d-text-color-interaction\"]\n} as const\n\nexport type ThemeableTokenNamesUnion = (typeof tokensByThemeSet)[keyof typeof tokensByThemeSet][number]\n"],"names":[],"mappings":"AAAA;;AAEG;AAGI,MAAM,gBAAgB,GAAG;AAC9B,IAAA,KAAK,EAAE,CAAC,oCAAoC,EAAE,0DAA0D,EAAE,mCAAmC,EAAE,4BAA4B,EAAE,mCAAmC,EAAE,4BAA4B;;;;;"}
|
|
1
|
+
{"version":3,"file":"tokens-by-theme-set.js","sources":["../../../src/build-output/ts/tokens-by-theme-set.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nexport const tokensByThemeSet = {\n brand: [\"--d-app-fill-color-gradient-header\", \"--d-fill-color-button-interaction-solid-gradient-default\", \"--d-fill-color-progress-bar-gradient\", \"--d-icon-color-button-interaction\", \"--d-icon-color-interaction\", \"--d-text-color-button-interaction\", \"--d-text-color-interaction\"]\n} as const\n\nexport type ThemeableTokenNamesUnion = (typeof tokensByThemeSet)[keyof typeof tokensByThemeSet][number]\n"],"names":[],"mappings":"AAAA;;AAEG;AAGI,MAAM,gBAAgB,GAAG;AAC9B,IAAA,KAAK,EAAE,CAAC,oCAAoC,EAAE,0DAA0D,EAAE,sCAAsC,EAAE,mCAAmC,EAAE,4BAA4B,EAAE,mCAAmC,EAAE,4BAA4B;;;;;"}
|
|
@@ -7,8 +7,7 @@ export declare const tokens: {
|
|
|
7
7
|
"--d-border-color-button-delete": "hsl(0, 72%, 45%)";
|
|
8
8
|
"--d-border-color-button-disabled": "hsl(0, 0%, 88%)";
|
|
9
9
|
"--d-border-color-dark": "hsl(0, 0%, 81%)";
|
|
10
|
-
"--d-border-color-dim": "hsl(0, 0%,
|
|
11
|
-
"--d-border-color-status-warning": "hsl(42, 90%, 60%)";
|
|
10
|
+
"--d-border-color-dim": "hsl(0, 0%, 93%)";
|
|
12
11
|
"--d-fill-color-button-delete-outline": "hsl(0, 0%, 100%)";
|
|
13
12
|
"--d-fill-color-button-delete-outline-disabled": "hsl(0, 0%, 100%)";
|
|
14
13
|
"--d-fill-color-button-delete-solid": "hsl(0, 72%, 45%)";
|
|
@@ -28,10 +27,18 @@ export declare const tokens: {
|
|
|
28
27
|
"--d-fill-color-neutral-080": "hsl(0, 0%, 97%)";
|
|
29
28
|
"--d-fill-color-neutral-090": "hsl(0, 0%, 98%)";
|
|
30
29
|
"--d-fill-color-neutral-100": "hsl(0, 0%, 100%)";
|
|
30
|
+
"--d-fill-color-neutral-inverted": "hsl(0, 0%, 100%)";
|
|
31
|
+
"--d-fill-color-progress-bar-gradient": "linear-gradient(90deg, hsl(207, 90%, 61%), hsl(121, 38%, 57%))";
|
|
32
|
+
"--d-fill-color-progress-bar-track": "hsl(0, 0%, 93%)";
|
|
33
|
+
"--d-fill-color-status-error": "hsl(0, 72%, 45%)";
|
|
31
34
|
"--d-fill-color-status-error-ghost": "hsl(0, 80%, 96%)";
|
|
35
|
+
"--d-fill-color-status-info": "hsl(206, 100%, 31%)";
|
|
32
36
|
"--d-fill-color-status-info-ghost": "hsl(210, 100%, 96%)";
|
|
37
|
+
"--d-fill-color-status-neutral": "hsl(0, 0%, 32%)";
|
|
33
38
|
"--d-fill-color-status-neutral-ghost": "hsl(0, 0%, 95%)";
|
|
39
|
+
"--d-fill-color-status-success": "hsl(124, 55%, 33%)";
|
|
34
40
|
"--d-fill-color-status-success-ghost": "hsl(120, 33%, 96%)";
|
|
41
|
+
"--d-fill-color-status-warning": "hsl(36, 99%, 41%)";
|
|
35
42
|
"--d-fill-color-status-warning-ghost": "hsl(40, 90%, 96%)";
|
|
36
43
|
"--d-fill-color-transparency-dark-010": "hsla(0, 0%, 0%, 0.1)";
|
|
37
44
|
"--d-fill-color-transparency-dark-020": "hsla(0, 0%, 0%, 0.2)";
|
|
@@ -64,17 +71,30 @@ export declare const tokens: {
|
|
|
64
71
|
"--d-font-weight-medium": "500";
|
|
65
72
|
"--d-font-weight-normal": "400";
|
|
66
73
|
"--d-font-weight-semibold": "600";
|
|
74
|
+
"--d-icon-color": "hsl(0, 0%, 24%)";
|
|
67
75
|
"--d-icon-color-button-disabled": "hsl(0, 0%, 81%)";
|
|
68
76
|
"--d-icon-color-button-error": "hsl(0, 72%, 45%)";
|
|
69
77
|
"--d-icon-color-button-interaction": "hsl(174, 73%, 28%)";
|
|
78
|
+
"--d-icon-color-dim": "hsl(0, 0%, 58%)";
|
|
79
|
+
"--d-icon-color-disabled": "hsl(0, 0%, 81%)";
|
|
70
80
|
"--d-icon-color-interaction": "hsl(174, 73%, 28%)";
|
|
71
81
|
"--d-icon-color-interaction-disabled": "hsl(0, 0%, 81%)";
|
|
72
82
|
"--d-icon-color-interaction-error": "hsl(0, 72%, 45%)";
|
|
83
|
+
"--d-icon-color-inverted": "hsl(0, 0%, 100%)";
|
|
84
|
+
"--d-icon-color-secondary": "hsl(0, 0%, 45%)";
|
|
85
|
+
"--d-icon-color-static-45": "hsl(0, 0%, 45%)";
|
|
73
86
|
"--d-icon-color-status-error": "hsl(0, 72%, 45%)";
|
|
87
|
+
"--d-icon-color-status-featured": "hsl(42, 90%, 60%)";
|
|
74
88
|
"--d-icon-color-status-info": "hsl(206, 100%, 31%)";
|
|
75
89
|
"--d-icon-color-status-neutral": "hsl(0, 0%, 32%)";
|
|
76
90
|
"--d-icon-color-status-success": "hsl(124, 55%, 33%)";
|
|
77
91
|
"--d-icon-color-status-warning": "hsl(36, 99%, 41%)";
|
|
92
|
+
"--d-surface-color-0": "hsl(0, 0%, 100%)";
|
|
93
|
+
"--d-surface-color-1": "hsl(0, 0%, 98%)";
|
|
94
|
+
"--d-surface-color-2": "hsl(0, 0%, 97%)";
|
|
95
|
+
"--d-surface-color-3": "hsl(0, 0%, 95%)";
|
|
96
|
+
"--d-surface-color-4": "hsl(0, 0%, 93%)";
|
|
97
|
+
"--d-surface-color-5": "hsl(0, 0%, 88%)";
|
|
78
98
|
"--d-surface-color-canvas": "hsl(0, 0%, 100%)";
|
|
79
99
|
"--d-surface-color-card": "hsl(0, 0%, 100%)";
|
|
80
100
|
"--d-text-color": "hsl(0, 0%, 24%)";
|
|
@@ -94,5 +114,7 @@ export declare const tokens: {
|
|
|
94
114
|
"--d-text-color-status-neutral": "hsl(0, 0%, 32%)";
|
|
95
115
|
"--d-text-color-status-success": "hsl(124, 55%, 33%)";
|
|
96
116
|
"--d-text-color-status-warning": "hsl(36, 99%, 32%)";
|
|
117
|
+
"--d-focus-ring-color": "hsl(207, 90%, 61%)";
|
|
118
|
+
"--d-form-border-color-focus": "hsl(207, 90%, 61%)";
|
|
97
119
|
};
|
|
98
120
|
//# sourceMappingURL=tokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/tokens.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/build-output/ts/tokens.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmHlB,CAAA"}
|