@teamturing/token-studio 1.2.2 → 1.4.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.
@@ -102,50 +102,50 @@ declare const skyBlue: {
102
102
  readonly skyBlue900: "#2A5362";
103
103
  };
104
104
  declare const indianRed: {
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";
105
+ readonly indianRed50: "#FDF0F0";
106
+ readonly indianRed100: "#F9CFCF";
107
+ readonly indianRed200: "#F6B8B8";
108
+ readonly indianRed300: "#F29898";
109
+ readonly indianRed400: "#F08484";
110
+ readonly indianRed500: "#EC6565";
111
+ readonly indianRed600: "#D75C5C";
112
+ readonly indianRed700: "#A84848";
113
+ readonly indianRed800: "#823838";
114
+ readonly indianRed900: "#632A2A";
115
115
  };
116
116
  declare const mustardYellow: {
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";
117
+ readonly mustardYellow50: "#FEF9EE";
118
+ readonly mustardYellow100: "#FCEBCC";
119
+ readonly mustardYellow200: "#FAE2B3";
120
+ readonly mustardYellow300: "#F8D490";
121
+ readonly mustardYellow400: "#F7CC7A";
122
+ readonly mustardYellow500: "#F5BF59";
123
+ readonly mustardYellow600: "#DFAE51";
124
+ readonly mustardYellow700: "#AE883F";
125
+ readonly mustardYellow800: "#876931";
126
+ readonly mustardYellow900: "#675025";
127
127
  };
128
128
  declare const palette: {
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";
129
+ mustardYellow50: "#FEF9EE";
130
+ mustardYellow100: "#FCEBCC";
131
+ mustardYellow200: "#FAE2B3";
132
+ mustardYellow300: "#F8D490";
133
+ mustardYellow400: "#F7CC7A";
134
+ mustardYellow500: "#F5BF59";
135
+ mustardYellow600: "#DFAE51";
136
+ mustardYellow700: "#AE883F";
137
+ mustardYellow800: "#876931";
138
+ mustardYellow900: "#675025";
139
+ indianRed50: "#FDF0F0";
140
+ indianRed100: "#F9CFCF";
141
+ indianRed200: "#F6B8B8";
142
+ indianRed300: "#F29898";
143
+ indianRed400: "#F08484";
144
+ indianRed500: "#EC6565";
145
+ indianRed600: "#D75C5C";
146
+ indianRed700: "#A84848";
147
+ indianRed800: "#823838";
148
+ indianRed900: "#632A2A";
149
149
  skyBlue50: "#EFF9FD";
150
150
  skyBlue100: "#CFEDF8";
151
151
  skyBlue200: "#B7E4F5";
package/dist/index.js CHANGED
@@ -113,28 +113,28 @@ const skyBlue = {
113
113
  skyBlue900: '#2A5362'
114
114
  };
115
115
  const indianRed = {
116
- indianRed50: '#632A2A',
117
- indianRed100: '#823838',
118
- indianRed200: '#A84848',
119
- indianRed300: '#D75C5C',
120
- indianRed400: '#EC6565',
121
- indianRed500: '#F08484',
122
- indianRed600: '#F29898',
123
- indianRed700: '#F6B8B8',
124
- indianRed800: '#F9CFCF',
125
- indianRed900: '#FDF0F0'
116
+ indianRed50: '#FDF0F0',
117
+ indianRed100: '#F9CFCF',
118
+ indianRed200: '#F6B8B8',
119
+ indianRed300: '#F29898',
120
+ indianRed400: '#F08484',
121
+ indianRed500: '#EC6565',
122
+ indianRed600: '#D75C5C',
123
+ indianRed700: '#A84848',
124
+ indianRed800: '#823838',
125
+ indianRed900: '#632A2A'
126
126
  };
127
127
  const mustardYellow = {
128
- mustardYellow50: '#675025',
129
- mustardYellow100: '#876931',
130
- mustardYellow200: '#AE883F',
131
- mustardYellow300: '#DFAE51',
132
- mustardYellow400: '#F5BF59',
133
- mustardYellow500: '#F7CC7A',
134
- mustardYellow600: '#F8D490',
135
- mustardYellow700: '#FAE2B3',
136
- mustardYellow800: '#FCEBCC',
137
- mustardYellow900: '#FEF9EE'
128
+ mustardYellow50: '#FEF9EE',
129
+ mustardYellow100: '#FCEBCC',
130
+ mustardYellow200: '#FAE2B3',
131
+ mustardYellow300: '#F8D490',
132
+ mustardYellow400: '#F7CC7A',
133
+ mustardYellow500: '#F5BF59',
134
+ mustardYellow600: '#DFAE51',
135
+ mustardYellow700: '#AE883F',
136
+ mustardYellow800: '#876931',
137
+ mustardYellow900: '#675025'
138
138
  };
139
139
  const palette = {
140
140
  ...gray,
@@ -237,6 +237,7 @@ const iconColor = {
237
237
  'icon/neutral/bold': palette.gray400,
238
238
  'icon/neutral/bolder': palette.gray700,
239
239
  'icon/accent/gray': palette.gray900,
240
+ 'icon/accent/blue/subtle': palette.blue200,
240
241
  'icon/accent/blue': palette.blue500,
241
242
  'icon/accent/blue/bold': palette.blue700,
242
243
  'icon/accent/green': palette.green500,
@@ -85,6 +85,7 @@ declare const iconColor: {
85
85
  readonly 'icon/neutral/bold': "#8D94A0";
86
86
  readonly 'icon/neutral/bolder': "#575C64";
87
87
  readonly 'icon/accent/gray': "#33373B";
88
+ readonly 'icon/accent/blue/subtle': "#abc5f7";
88
89
  readonly 'icon/accent/blue': "#4880ee";
89
90
  readonly 'icon/accent/blue/bold': "#335ba9";
90
91
  readonly 'icon/accent/green': "#1FCCA1";
@@ -178,26 +179,26 @@ declare const scaleColor: {
178
179
  'scale/skyblue/7': "#468CA6";
179
180
  'scale/skyblue/8': "#366C81";
180
181
  '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";
182
+ 'scale/red/0': "#FDF0F0";
183
+ 'scale/red/1': "#F9CFCF";
184
+ 'scale/red/2': "#F6B8B8";
185
+ 'scale/red/3': "#F29898";
186
+ 'scale/red/4': "#F08484";
187
+ 'scale/red/5': "#EC6565";
188
+ 'scale/red/6': "#D75C5C";
189
+ 'scale/red/7': "#A84848";
190
+ 'scale/red/8': "#823838";
191
+ 'scale/red/9': "#632A2A";
192
+ 'scale/yellow/0': "#FEF9EE";
193
+ 'scale/yellow/1': "#FCEBCC";
194
+ 'scale/yellow/2': "#FAE2B3";
195
+ 'scale/yellow/3': "#F8D490";
196
+ 'scale/yellow/4': "#F7CC7A";
197
+ 'scale/yellow/5': "#F5BF59";
198
+ 'scale/yellow/6': "#DFAE51";
199
+ 'scale/yellow/7': "#AE883F";
200
+ 'scale/yellow/8': "#876931";
201
+ 'scale/yellow/9': "#675025";
201
202
  };
202
203
  declare const color: {
203
204
  readonly 'scale/violet/0': "#F3EFFD";
@@ -260,26 +261,26 @@ declare const color: {
260
261
  readonly 'scale/skyblue/7': "#468CA6";
261
262
  readonly 'scale/skyblue/8': "#366C81";
262
263
  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";
264
+ readonly 'scale/red/0': "#FDF0F0";
265
+ readonly 'scale/red/1': "#F9CFCF";
266
+ readonly 'scale/red/2': "#F6B8B8";
267
+ readonly 'scale/red/3': "#F29898";
268
+ readonly 'scale/red/4': "#F08484";
269
+ readonly 'scale/red/5': "#EC6565";
270
+ readonly 'scale/red/6': "#D75C5C";
271
+ readonly 'scale/red/7': "#A84848";
272
+ readonly 'scale/red/8': "#823838";
273
+ readonly 'scale/red/9': "#632A2A";
274
+ readonly 'scale/yellow/0': "#FEF9EE";
275
+ readonly 'scale/yellow/1': "#FCEBCC";
276
+ readonly 'scale/yellow/2': "#FAE2B3";
277
+ readonly 'scale/yellow/3': "#F8D490";
278
+ readonly 'scale/yellow/4': "#F7CC7A";
279
+ readonly 'scale/yellow/5': "#F5BF59";
280
+ readonly 'scale/yellow/6': "#DFAE51";
281
+ readonly 'scale/yellow/7': "#AE883F";
282
+ readonly 'scale/yellow/8': "#876931";
283
+ readonly 'scale/yellow/9': "#675025";
283
284
  readonly dim: "#00000099";
284
285
  readonly link: "#4880ee";
285
286
  readonly 'link/hovered': "#335ba9";
@@ -295,6 +296,7 @@ declare const color: {
295
296
  readonly 'icon/neutral/bold': "#8D94A0";
296
297
  readonly 'icon/neutral/bolder': "#575C64";
297
298
  readonly 'icon/accent/gray': "#33373B";
299
+ readonly 'icon/accent/blue/subtle': "#abc5f7";
298
300
  readonly 'icon/accent/blue': "#4880ee";
299
301
  readonly 'icon/accent/blue/bold': "#335ba9";
300
302
  readonly 'icon/accent/green': "#1FCCA1";
@@ -102,28 +102,28 @@ const skyBlue = {
102
102
  skyBlue900: '#2A5362'
103
103
  };
104
104
  const indianRed = {
105
- indianRed50: '#632A2A',
106
- indianRed100: '#823838',
107
- indianRed200: '#A84848',
108
- indianRed300: '#D75C5C',
109
- indianRed400: '#EC6565',
110
- indianRed500: '#F08484',
111
- indianRed600: '#F29898',
112
- indianRed700: '#F6B8B8',
113
- indianRed800: '#F9CFCF',
114
- indianRed900: '#FDF0F0'
105
+ indianRed50: '#FDF0F0',
106
+ indianRed100: '#F9CFCF',
107
+ indianRed200: '#F6B8B8',
108
+ indianRed300: '#F29898',
109
+ indianRed400: '#F08484',
110
+ indianRed500: '#EC6565',
111
+ indianRed600: '#D75C5C',
112
+ indianRed700: '#A84848',
113
+ indianRed800: '#823838',
114
+ indianRed900: '#632A2A'
115
115
  };
116
116
  const mustardYellow = {
117
- mustardYellow50: '#675025',
118
- mustardYellow100: '#876931',
119
- mustardYellow200: '#AE883F',
120
- mustardYellow300: '#DFAE51',
121
- mustardYellow400: '#F5BF59',
122
- mustardYellow500: '#F7CC7A',
123
- mustardYellow600: '#F8D490',
124
- mustardYellow700: '#FAE2B3',
125
- mustardYellow800: '#FCEBCC',
126
- mustardYellow900: '#FEF9EE'
117
+ mustardYellow50: '#FEF9EE',
118
+ mustardYellow100: '#FCEBCC',
119
+ mustardYellow200: '#FAE2B3',
120
+ mustardYellow300: '#F8D490',
121
+ mustardYellow400: '#F7CC7A',
122
+ mustardYellow500: '#F5BF59',
123
+ mustardYellow600: '#DFAE51',
124
+ mustardYellow700: '#AE883F',
125
+ mustardYellow800: '#876931',
126
+ mustardYellow900: '#675025'
127
127
  };
128
128
  const palette = {
129
129
  ...gray,
@@ -87,6 +87,7 @@ const iconColor = {
87
87
  'icon/neutral/bold': palette.gray400,
88
88
  'icon/neutral/bolder': palette.gray700,
89
89
  'icon/accent/gray': palette.gray900,
90
+ 'icon/accent/blue/subtle': palette.blue200,
90
91
  'icon/accent/blue': palette.blue500,
91
92
  'icon/accent/blue/bold': palette.blue700,
92
93
  'icon/accent/green': palette.green500,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/token-studio",
3
- "version": "1.2.2",
3
+ "version": "1.4.0",
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": "85b8dc92348ee4732cd4671e9683826c57ccbb90"
30
+ "gitHead": "85541d2a7a6d648d8ea5e8f157efa0a1d112b54a"
31
31
  }