@teamturing/token-studio 1.2.0 → 1.2.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.
@@ -78,94 +78,94 @@ declare const shade: {
78
78
  readonly black60A: "#00000099";
79
79
  };
80
80
  declare const fuchsiaPink: {
81
- fuchsiaPink50: string;
82
- fuchsiaPink100: string;
83
- fuchsiaPink200: string;
84
- fuchsiaPink300: string;
85
- fuchsiaPink400: string;
86
- fuchsiaPink500: string;
87
- fuchsiaPink600: string;
88
- fuchsiaPink700: string;
89
- fuchsiaPink800: string;
90
- fuchsiaPink900: string;
81
+ readonly fuchsiaPink50: "#FCF2FD";
82
+ readonly fuchsiaPink100: "#F5D6F8";
83
+ readonly fuchsiaPink200: "#F0C2F4";
84
+ readonly fuchsiaPink300: "#E9A7EF";
85
+ readonly fuchsiaPink400: "#E595EC";
86
+ readonly fuchsiaPink500: "#DE7BE7";
87
+ readonly fuchsiaPink600: "#CA70D2";
88
+ readonly fuchsiaPink700: "#9E57A4";
89
+ readonly fuchsiaPink800: "#7A447F";
90
+ readonly fuchsiaPink900: "#5D3461";
91
91
  };
92
92
  declare const skyBlue: {
93
- skyBlue50: string;
94
- skyBlue100: string;
95
- skyBlue200: string;
96
- skyBlue300: string;
97
- skyBlue400: string;
98
- skyBlue500: string;
99
- skyBlue600: string;
100
- skyBlue700: string;
101
- skyBlue800: string;
102
- skyBlue900: string;
93
+ readonly skyBlue50: "#EFF9FD";
94
+ readonly skyBlue100: "#CFEDF8";
95
+ readonly skyBlue200: "#B7E4F5";
96
+ readonly skyBlue300: "#96D8F1";
97
+ readonly skyBlue400: "#82D1EE";
98
+ readonly skyBlue500: "#63C5EA";
99
+ readonly skyBlue600: "#5AB3D5";
100
+ readonly skyBlue700: "#468CA6";
101
+ readonly skyBlue800: "#366C81";
102
+ readonly skyBlue900: "#2A5362";
103
103
  };
104
104
  declare const indianRed: {
105
- indianRed50: string;
106
- indianRed100: string;
107
- indianRed200: string;
108
- indianRed300: string;
109
- indianRed400: string;
110
- indianRed500: string;
111
- indianRed600: string;
112
- indianRed700: string;
113
- indianRed800: string;
114
- indianRed900: string;
105
+ readonly indianRed50: "#632A2A";
106
+ readonly indianRed100: "#823838";
107
+ readonly indianRed200: "#A84848";
108
+ readonly indianRed300: "#D75C5C";
109
+ readonly indianRed400: "#EC6565";
110
+ readonly indianRed500: "#F08484";
111
+ readonly indianRed600: "#F29898";
112
+ readonly indianRed700: "#F6B8B8";
113
+ readonly indianRed800: "#F9CFCF";
114
+ readonly indianRed900: "#FDF0F0";
115
115
  };
116
116
  declare const mustardYellow: {
117
- mustardYellow50: string;
118
- mustardYellow100: string;
119
- mustardYellow200: string;
120
- mustardYellow300: string;
121
- mustardYellow400: string;
122
- mustardYellow500: string;
123
- mustardYellow600: string;
124
- mustardYellow700: string;
125
- mustardYellow800: string;
126
- mustardYellow900: string;
117
+ readonly mustardYellow50: "#675025";
118
+ readonly mustardYellow100: "#876931";
119
+ readonly mustardYellow200: "#AE883F";
120
+ readonly mustardYellow300: "#DFAE51";
121
+ readonly mustardYellow400: "#F5BF59";
122
+ readonly mustardYellow500: "#F7CC7A";
123
+ readonly mustardYellow600: "#F8D490";
124
+ readonly mustardYellow700: "#FAE2B3";
125
+ readonly mustardYellow800: "#FCEBCC";
126
+ readonly mustardYellow900: "#FEF9EE";
127
127
  };
128
128
  declare const palette: {
129
- mustardYellow50: string;
130
- mustardYellow100: string;
131
- mustardYellow200: string;
132
- mustardYellow300: string;
133
- mustardYellow400: string;
134
- mustardYellow500: string;
135
- mustardYellow600: string;
136
- mustardYellow700: string;
137
- mustardYellow800: string;
138
- mustardYellow900: string;
139
- indianRed50: string;
140
- indianRed100: string;
141
- indianRed200: string;
142
- indianRed300: string;
143
- indianRed400: string;
144
- indianRed500: string;
145
- indianRed600: string;
146
- indianRed700: string;
147
- indianRed800: string;
148
- indianRed900: string;
149
- skyBlue50: string;
150
- skyBlue100: string;
151
- skyBlue200: string;
152
- skyBlue300: string;
153
- skyBlue400: string;
154
- skyBlue500: string;
155
- skyBlue600: string;
156
- skyBlue700: string;
157
- skyBlue800: string;
158
- skyBlue900: string;
159
- fuchsiaPink50: string;
160
- fuchsiaPink100: string;
161
- fuchsiaPink200: string;
162
- fuchsiaPink300: string;
163
- fuchsiaPink400: string;
164
- fuchsiaPink500: string;
165
- fuchsiaPink600: string;
166
- fuchsiaPink700: string;
167
- fuchsiaPink800: string;
168
- fuchsiaPink900: string;
129
+ mustardYellow50: "#675025";
130
+ mustardYellow100: "#876931";
131
+ mustardYellow200: "#AE883F";
132
+ mustardYellow300: "#DFAE51";
133
+ mustardYellow400: "#F5BF59";
134
+ mustardYellow500: "#F7CC7A";
135
+ mustardYellow600: "#F8D490";
136
+ mustardYellow700: "#FAE2B3";
137
+ mustardYellow800: "#FCEBCC";
138
+ mustardYellow900: "#FEF9EE";
139
+ indianRed50: "#632A2A";
140
+ indianRed100: "#823838";
141
+ indianRed200: "#A84848";
142
+ indianRed300: "#D75C5C";
143
+ indianRed400: "#EC6565";
144
+ indianRed500: "#F08484";
145
+ indianRed600: "#F29898";
146
+ indianRed700: "#F6B8B8";
147
+ indianRed800: "#F9CFCF";
148
+ indianRed900: "#FDF0F0";
149
+ skyBlue50: "#EFF9FD";
150
+ skyBlue100: "#CFEDF8";
151
+ skyBlue200: "#B7E4F5";
152
+ skyBlue300: "#96D8F1";
153
+ skyBlue400: "#82D1EE";
154
+ skyBlue500: "#63C5EA";
155
+ skyBlue600: "#5AB3D5";
156
+ skyBlue700: "#468CA6";
157
+ skyBlue800: "#366C81";
158
+ skyBlue900: "#2A5362";
159
+ fuchsiaPink50: "#FCF2FD";
160
+ fuchsiaPink100: "#F5D6F8";
161
+ fuchsiaPink200: "#F0C2F4";
162
+ fuchsiaPink300: "#E9A7EF";
163
+ fuchsiaPink400: "#E595EC";
164
+ fuchsiaPink500: "#DE7BE7";
165
+ fuchsiaPink600: "#CA70D2";
166
+ fuchsiaPink700: "#9E57A4";
167
+ fuchsiaPink800: "#7A447F";
168
+ fuchsiaPink900: "#5D3461";
169
169
  transparent: "#FFFFFF00";
170
170
  white: "#FFFFFF";
171
171
  white10A: "#FFFFFF1A";
package/dist/index.js CHANGED
@@ -176,6 +176,9 @@ const bgColor = {
176
176
  'bg/primary': palette.violet500,
177
177
  'bg/primary/hovered': palette.violet700,
178
178
  'bg/primary/pressed': palette.violet700,
179
+ 'bg/neutral/subtlest': palette.transparent,
180
+ 'bg/neutral/subtlest/hovered': palette.gray50,
181
+ 'bg/neutral/subtlest/pressed': palette.gray50,
179
182
  'bg/neutral/subtler': palette.transparent,
180
183
  'bg/neutral/subtler/hovered': palette.gray100,
181
184
  'bg/neutral/subtler/pressed': palette.gray100,
@@ -24,6 +24,9 @@ declare const bgColor: {
24
24
  readonly 'bg/primary': "#835EEB";
25
25
  readonly 'bg/primary/hovered': "#5D43A7";
26
26
  readonly 'bg/primary/pressed': "#5D43A7";
27
+ readonly 'bg/neutral/subtlest': "#FFFFFF00";
28
+ readonly 'bg/neutral/subtlest/hovered': "#F9FAFB";
29
+ readonly 'bg/neutral/subtlest/pressed': "#F9FAFB";
27
30
  readonly 'bg/neutral/subtler': "#FFFFFF00";
28
31
  readonly 'bg/neutral/subtler/hovered': "#F3F4F6";
29
32
  readonly 'bg/neutral/subtler/pressed': "#F3F4F6";
@@ -155,46 +158,46 @@ declare const scaleColor: {
155
158
  'scale/green/7': "#169172";
156
159
  'scale/green/8': "#117059";
157
160
  'scale/green/9': "#0D5644";
158
- 'scale/pink/0': string;
159
- 'scale/pink/1': string;
160
- 'scale/pink/2': string;
161
- 'scale/pink/3': string;
162
- 'scale/pink/4': string;
163
- 'scale/pink/5': string;
164
- 'scale/pink/6': string;
165
- 'scale/pink/7': string;
166
- 'scale/pink/8': string;
167
- 'scale/pink/9': string;
168
- 'scale/skyblue/0': string;
169
- 'scale/skyblue/1': string;
170
- 'scale/skyblue/2': string;
171
- 'scale/skyblue/3': string;
172
- 'scale/skyblue/4': string;
173
- 'scale/skyblue/5': string;
174
- 'scale/skyblue/6': string;
175
- 'scale/skyblue/7': string;
176
- 'scale/skyblue/8': string;
177
- 'scale/skyblue/9': string;
178
- 'scale/red/0': string;
179
- 'scale/red/1': string;
180
- 'scale/red/2': string;
181
- 'scale/red/3': string;
182
- 'scale/red/4': string;
183
- 'scale/red/5': string;
184
- 'scale/red/6': string;
185
- 'scale/red/7': string;
186
- 'scale/red/8': string;
187
- 'scale/red/9': string;
188
- 'scale/yellow/0': string;
189
- 'scale/yellow/1': string;
190
- 'scale/yellow/2': string;
191
- 'scale/yellow/3': string;
192
- 'scale/yellow/4': string;
193
- 'scale/yellow/5': string;
194
- 'scale/yellow/6': string;
195
- 'scale/yellow/7': string;
196
- 'scale/yellow/8': string;
197
- 'scale/yellow/9': string;
161
+ 'scale/pink/0': "#FCF2FD";
162
+ 'scale/pink/1': "#F5D6F8";
163
+ 'scale/pink/2': "#F0C2F4";
164
+ 'scale/pink/3': "#E9A7EF";
165
+ 'scale/pink/4': "#E595EC";
166
+ 'scale/pink/5': "#DE7BE7";
167
+ 'scale/pink/6': "#CA70D2";
168
+ 'scale/pink/7': "#9E57A4";
169
+ 'scale/pink/8': "#7A447F";
170
+ 'scale/pink/9': "#5D3461";
171
+ 'scale/skyblue/0': "#EFF9FD";
172
+ 'scale/skyblue/1': "#CFEDF8";
173
+ 'scale/skyblue/2': "#B7E4F5";
174
+ 'scale/skyblue/3': "#96D8F1";
175
+ 'scale/skyblue/4': "#82D1EE";
176
+ 'scale/skyblue/5': "#63C5EA";
177
+ 'scale/skyblue/6': "#5AB3D5";
178
+ 'scale/skyblue/7': "#468CA6";
179
+ 'scale/skyblue/8': "#366C81";
180
+ 'scale/skyblue/9': "#2A5362";
181
+ 'scale/red/0': "#632A2A";
182
+ 'scale/red/1': "#823838";
183
+ 'scale/red/2': "#A84848";
184
+ 'scale/red/3': "#D75C5C";
185
+ 'scale/red/4': "#EC6565";
186
+ 'scale/red/5': "#F08484";
187
+ 'scale/red/6': "#F29898";
188
+ 'scale/red/7': "#F6B8B8";
189
+ 'scale/red/8': "#F9CFCF";
190
+ 'scale/red/9': "#FDF0F0";
191
+ 'scale/yellow/0': "#675025";
192
+ 'scale/yellow/1': "#876931";
193
+ 'scale/yellow/2': "#AE883F";
194
+ 'scale/yellow/3': "#DFAE51";
195
+ 'scale/yellow/4': "#F5BF59";
196
+ 'scale/yellow/5': "#F7CC7A";
197
+ 'scale/yellow/6': "#F8D490";
198
+ 'scale/yellow/7': "#FAE2B3";
199
+ 'scale/yellow/8': "#FCEBCC";
200
+ 'scale/yellow/9': "#FEF9EE";
198
201
  };
199
202
  declare const color: {
200
203
  readonly 'scale/violet/0': "#F3EFFD";
@@ -237,46 +240,46 @@ declare const color: {
237
240
  readonly 'scale/green/7': "#169172";
238
241
  readonly 'scale/green/8': "#117059";
239
242
  readonly 'scale/green/9': "#0D5644";
240
- readonly 'scale/pink/0': string;
241
- readonly 'scale/pink/1': string;
242
- readonly 'scale/pink/2': string;
243
- readonly 'scale/pink/3': string;
244
- readonly 'scale/pink/4': string;
245
- readonly 'scale/pink/5': string;
246
- readonly 'scale/pink/6': string;
247
- readonly 'scale/pink/7': string;
248
- readonly 'scale/pink/8': string;
249
- readonly 'scale/pink/9': string;
250
- readonly 'scale/skyblue/0': string;
251
- readonly 'scale/skyblue/1': string;
252
- readonly 'scale/skyblue/2': string;
253
- readonly 'scale/skyblue/3': string;
254
- readonly 'scale/skyblue/4': string;
255
- readonly 'scale/skyblue/5': string;
256
- readonly 'scale/skyblue/6': string;
257
- readonly 'scale/skyblue/7': string;
258
- readonly 'scale/skyblue/8': string;
259
- readonly 'scale/skyblue/9': string;
260
- readonly 'scale/red/0': string;
261
- readonly 'scale/red/1': string;
262
- readonly 'scale/red/2': string;
263
- readonly 'scale/red/3': string;
264
- readonly 'scale/red/4': string;
265
- readonly 'scale/red/5': string;
266
- readonly 'scale/red/6': string;
267
- readonly 'scale/red/7': string;
268
- readonly 'scale/red/8': string;
269
- readonly 'scale/red/9': string;
270
- readonly 'scale/yellow/0': string;
271
- readonly 'scale/yellow/1': string;
272
- readonly 'scale/yellow/2': string;
273
- readonly 'scale/yellow/3': string;
274
- readonly 'scale/yellow/4': string;
275
- readonly 'scale/yellow/5': string;
276
- readonly 'scale/yellow/6': string;
277
- readonly 'scale/yellow/7': string;
278
- readonly 'scale/yellow/8': string;
279
- readonly 'scale/yellow/9': string;
243
+ readonly 'scale/pink/0': "#FCF2FD";
244
+ readonly 'scale/pink/1': "#F5D6F8";
245
+ readonly 'scale/pink/2': "#F0C2F4";
246
+ readonly 'scale/pink/3': "#E9A7EF";
247
+ readonly 'scale/pink/4': "#E595EC";
248
+ readonly 'scale/pink/5': "#DE7BE7";
249
+ readonly 'scale/pink/6': "#CA70D2";
250
+ readonly 'scale/pink/7': "#9E57A4";
251
+ readonly 'scale/pink/8': "#7A447F";
252
+ readonly 'scale/pink/9': "#5D3461";
253
+ readonly 'scale/skyblue/0': "#EFF9FD";
254
+ readonly 'scale/skyblue/1': "#CFEDF8";
255
+ readonly 'scale/skyblue/2': "#B7E4F5";
256
+ readonly 'scale/skyblue/3': "#96D8F1";
257
+ readonly 'scale/skyblue/4': "#82D1EE";
258
+ readonly 'scale/skyblue/5': "#63C5EA";
259
+ readonly 'scale/skyblue/6': "#5AB3D5";
260
+ readonly 'scale/skyblue/7': "#468CA6";
261
+ readonly 'scale/skyblue/8': "#366C81";
262
+ readonly 'scale/skyblue/9': "#2A5362";
263
+ readonly 'scale/red/0': "#632A2A";
264
+ readonly 'scale/red/1': "#823838";
265
+ readonly 'scale/red/2': "#A84848";
266
+ readonly 'scale/red/3': "#D75C5C";
267
+ readonly 'scale/red/4': "#EC6565";
268
+ readonly 'scale/red/5': "#F08484";
269
+ readonly 'scale/red/6': "#F29898";
270
+ readonly 'scale/red/7': "#F6B8B8";
271
+ readonly 'scale/red/8': "#F9CFCF";
272
+ readonly 'scale/red/9': "#FDF0F0";
273
+ readonly 'scale/yellow/0': "#675025";
274
+ readonly 'scale/yellow/1': "#876931";
275
+ readonly 'scale/yellow/2': "#AE883F";
276
+ readonly 'scale/yellow/3': "#DFAE51";
277
+ readonly 'scale/yellow/4': "#F5BF59";
278
+ readonly 'scale/yellow/5': "#F7CC7A";
279
+ readonly 'scale/yellow/6': "#F8D490";
280
+ readonly 'scale/yellow/7': "#FAE2B3";
281
+ readonly 'scale/yellow/8': "#FCEBCC";
282
+ readonly 'scale/yellow/9': "#FEF9EE";
280
283
  readonly dim: "#00000099";
281
284
  readonly link: "#4880ee";
282
285
  readonly 'link/hovered': "#335ba9";
@@ -326,6 +329,9 @@ declare const color: {
326
329
  readonly 'bg/primary': "#835EEB";
327
330
  readonly 'bg/primary/hovered': "#5D43A7";
328
331
  readonly 'bg/primary/pressed': "#5D43A7";
332
+ readonly 'bg/neutral/subtlest': "#FFFFFF00";
333
+ readonly 'bg/neutral/subtlest/hovered': "#F9FAFB";
334
+ readonly 'bg/neutral/subtlest/pressed': "#F9FAFB";
329
335
  readonly 'bg/neutral/subtler': "#FFFFFF00";
330
336
  readonly 'bg/neutral/subtler/hovered': "#F3F4F6";
331
337
  readonly 'bg/neutral/subtler/pressed': "#F3F4F6";
@@ -26,6 +26,9 @@ const bgColor = {
26
26
  'bg/primary': palette.violet500,
27
27
  'bg/primary/hovered': palette.violet700,
28
28
  'bg/primary/pressed': palette.violet700,
29
+ 'bg/neutral/subtlest': palette.transparent,
30
+ 'bg/neutral/subtlest/hovered': palette.gray50,
31
+ 'bg/neutral/subtlest/pressed': palette.gray50,
29
32
  'bg/neutral/subtler': palette.transparent,
30
33
  'bg/neutral/subtler/hovered': palette.gray100,
31
34
  'bg/neutral/subtler/pressed': palette.gray100,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/token-studio",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Foundations, tokens for Mathking design system",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -27,5 +27,5 @@
27
27
  "bugs": {
28
28
  "url": "https://github.com/weareteamturing/bombe/issues"
29
29
  },
30
- "gitHead": "9f4613197191aaf0b7525e4835d7aaea05ce90d7"
30
+ "gitHead": "85b8dc92348ee4732cd4671e9683826c57ccbb90"
31
31
  }