@carbon/themes 11.42.0-rc.0 → 11.43.0-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 +3 -3
- package/es/index.js +15 -15
- package/lib/index.js +14 -14
- package/package.json +6 -6
- package/scss/generated/_tag-tokens.scss +14 -14
- package/src/component-tokens/tag/tokens.js +14 -14
- package/telemetry.yml +1 -1
- package/umd/index.js +14 -14
package/README.md
CHANGED
|
@@ -114,9 +114,9 @@ Licensed under the [Apache 2.0 License](/LICENSE).
|
|
|
114
114
|
|
|
115
115
|
## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry
|
|
116
116
|
|
|
117
|
-
This package uses IBM Telemetry to collect
|
|
118
|
-
package as a dependency you are agreeing to telemetry
|
|
119
|
-
see
|
|
117
|
+
This package uses IBM Telemetry to collect de-identified and anonymized metrics
|
|
118
|
+
data. By installing this package as a dependency you are agreeing to telemetry
|
|
119
|
+
collection. To opt out, see
|
|
120
120
|
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
|
121
121
|
For more information on the data being collected, please see the
|
|
122
122
|
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
|
package/es/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { white as white$2, gray80, blue60, gray80Hover, gray10, gray30, gray10Hover, gray20, gray20Hover, whiteHover, gray100, gray50, gray40, gray70, gray60, red60, blue70, blue40, purple60, purple40, blue30, green50, yellow30, red50, green40, blue50, orange40, blue20, rgba, blue10, black, blue100, gray90, gray70Hover, gray60Hover, gray50Hover, red30, red40, purple50, gray90Hover, blue80, blue90, green60, red80, red20, red70, red20Hover, red70Hover, magenta20, magenta70,
|
|
1
|
+
import { white as white$2, gray80, blue60, gray80Hover, gray10, gray30, gray10Hover, gray20, gray20Hover, whiteHover, gray100, gray50, gray40, gray70, gray60, red60, blue70, blue40, purple60, purple40, blue30, green50, yellow30, red50, green40, blue50, orange40, blue20, rgba, blue10, black, blue100, gray90, gray70Hover, gray60Hover, gray50Hover, red30, red40, purple50, gray90Hover, blue80, blue90, green60, red80, red20, red70, red20Hover, red70Hover, magenta20, magenta70, magenta20Hover, magenta70Hover, purple20, purple70, purple20Hover, purple70Hover, blue20Hover, blue70Hover, cyan20, cyan70, cyan20Hover, cyan70Hover, teal20, teal70, teal20Hover, teal70Hover, green20, green70, green20Hover, green70Hover, coolGray20, coolGray70, coolGray100, coolGray10, coolGray20Hover, coolGray70Hover, warmGray20, warmGray70, warmGray100, warmGray10, warmGray20Hover, warmGray70Hover, cyan40, cyan50, teal40, teal50, magenta40, magenta50, coolGray40, coolGray50, warmGray40, warmGray50, red10, green10, yellow10, white0 } from '@carbon/colors';
|
|
2
2
|
import Color from 'color';
|
|
3
3
|
import { caption01, caption02, label01, label02, helperText01, helperText02, bodyShort01, bodyLong01, bodyShort02, bodyLong02, code01, code02, heading01, productiveHeading01, heading02, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, quotation01, quotation02, display01, display02, display03, display04, legal01, legal02, bodyCompact01, bodyCompact02, body01, body02, headingCompact01, headingCompact02, heading03, heading04, heading05, heading06, heading07, fluidHeading03, fluidHeading04, fluidHeading05, fluidHeading06, fluidParagraph01, fluidQuotation01, fluidQuotation02, fluidDisplay01, fluidDisplay02, fluidDisplay03, fluidDisplay04, unstable_tokens } from '@carbon/type';
|
|
4
4
|
export { bodyLong01, bodyLong02, bodyShort01, bodyShort02, caption01, caption02, code01, code02, display01, display02, display03, display04, expressiveHeading01, expressiveHeading02, expressiveHeading03, expressiveHeading04, expressiveHeading05, expressiveHeading06, expressiveParagraph01, heading01, heading02, helperText01, helperText02, label01, label02, productiveHeading01, productiveHeading02, productiveHeading03, productiveHeading04, productiveHeading05, productiveHeading06, productiveHeading07, quotation01, quotation02 } from '@carbon/type';
|
|
@@ -4274,8 +4274,8 @@ var tagBackgroundRed = {
|
|
|
4274
4274
|
g100: red70
|
|
4275
4275
|
};
|
|
4276
4276
|
var tagColorRed = {
|
|
4277
|
-
whiteTheme:
|
|
4278
|
-
g10:
|
|
4277
|
+
whiteTheme: red70,
|
|
4278
|
+
g10: red70,
|
|
4279
4279
|
g90: red20,
|
|
4280
4280
|
g100: red20
|
|
4281
4281
|
};
|
|
@@ -4292,8 +4292,8 @@ var tagBackgroundMagenta = {
|
|
|
4292
4292
|
g100: magenta70
|
|
4293
4293
|
};
|
|
4294
4294
|
var tagColorMagenta = {
|
|
4295
|
-
whiteTheme:
|
|
4296
|
-
g10:
|
|
4295
|
+
whiteTheme: magenta70,
|
|
4296
|
+
g10: magenta70,
|
|
4297
4297
|
g90: magenta20,
|
|
4298
4298
|
g100: magenta20
|
|
4299
4299
|
};
|
|
@@ -4310,8 +4310,8 @@ var tagBackgroundPurple = {
|
|
|
4310
4310
|
g100: purple70
|
|
4311
4311
|
};
|
|
4312
4312
|
var tagColorPurple = {
|
|
4313
|
-
whiteTheme:
|
|
4314
|
-
g10:
|
|
4313
|
+
whiteTheme: purple70,
|
|
4314
|
+
g10: purple70,
|
|
4315
4315
|
g90: purple20,
|
|
4316
4316
|
g100: purple20
|
|
4317
4317
|
};
|
|
@@ -4328,8 +4328,8 @@ var tagBackgroundBlue = {
|
|
|
4328
4328
|
g100: blue70
|
|
4329
4329
|
};
|
|
4330
4330
|
var tagColorBlue = {
|
|
4331
|
-
whiteTheme:
|
|
4332
|
-
g10:
|
|
4331
|
+
whiteTheme: blue70,
|
|
4332
|
+
g10: blue70,
|
|
4333
4333
|
g90: blue20,
|
|
4334
4334
|
g100: blue20
|
|
4335
4335
|
};
|
|
@@ -4346,8 +4346,8 @@ var tagBackgroundCyan = {
|
|
|
4346
4346
|
g100: cyan70
|
|
4347
4347
|
};
|
|
4348
4348
|
var tagColorCyan = {
|
|
4349
|
-
whiteTheme:
|
|
4350
|
-
g10:
|
|
4349
|
+
whiteTheme: cyan70,
|
|
4350
|
+
g10: cyan70,
|
|
4351
4351
|
g90: cyan20,
|
|
4352
4352
|
g100: cyan20
|
|
4353
4353
|
};
|
|
@@ -4364,8 +4364,8 @@ var tagBackgroundTeal = {
|
|
|
4364
4364
|
g100: teal70
|
|
4365
4365
|
};
|
|
4366
4366
|
var tagColorTeal = {
|
|
4367
|
-
whiteTheme:
|
|
4368
|
-
g10:
|
|
4367
|
+
whiteTheme: teal70,
|
|
4368
|
+
g10: teal70,
|
|
4369
4369
|
g90: teal20,
|
|
4370
4370
|
g100: teal20
|
|
4371
4371
|
};
|
|
@@ -4382,8 +4382,8 @@ var tagBackgroundGreen = {
|
|
|
4382
4382
|
g100: green70
|
|
4383
4383
|
};
|
|
4384
4384
|
var tagColorGreen = {
|
|
4385
|
-
whiteTheme:
|
|
4386
|
-
g10:
|
|
4385
|
+
whiteTheme: green70,
|
|
4386
|
+
g10: green70,
|
|
4387
4387
|
g90: green20,
|
|
4388
4388
|
g100: green20
|
|
4389
4389
|
};
|
package/lib/index.js
CHANGED
|
@@ -4280,8 +4280,8 @@ var tagBackgroundRed = {
|
|
|
4280
4280
|
g100: colors$1.red70
|
|
4281
4281
|
};
|
|
4282
4282
|
var tagColorRed = {
|
|
4283
|
-
whiteTheme: colors$1.
|
|
4284
|
-
g10: colors$1.
|
|
4283
|
+
whiteTheme: colors$1.red70,
|
|
4284
|
+
g10: colors$1.red70,
|
|
4285
4285
|
g90: colors$1.red20,
|
|
4286
4286
|
g100: colors$1.red20
|
|
4287
4287
|
};
|
|
@@ -4298,8 +4298,8 @@ var tagBackgroundMagenta = {
|
|
|
4298
4298
|
g100: colors$1.magenta70
|
|
4299
4299
|
};
|
|
4300
4300
|
var tagColorMagenta = {
|
|
4301
|
-
whiteTheme: colors$1.
|
|
4302
|
-
g10: colors$1.
|
|
4301
|
+
whiteTheme: colors$1.magenta70,
|
|
4302
|
+
g10: colors$1.magenta70,
|
|
4303
4303
|
g90: colors$1.magenta20,
|
|
4304
4304
|
g100: colors$1.magenta20
|
|
4305
4305
|
};
|
|
@@ -4316,8 +4316,8 @@ var tagBackgroundPurple = {
|
|
|
4316
4316
|
g100: colors$1.purple70
|
|
4317
4317
|
};
|
|
4318
4318
|
var tagColorPurple = {
|
|
4319
|
-
whiteTheme: colors$1.
|
|
4320
|
-
g10: colors$1.
|
|
4319
|
+
whiteTheme: colors$1.purple70,
|
|
4320
|
+
g10: colors$1.purple70,
|
|
4321
4321
|
g90: colors$1.purple20,
|
|
4322
4322
|
g100: colors$1.purple20
|
|
4323
4323
|
};
|
|
@@ -4334,8 +4334,8 @@ var tagBackgroundBlue = {
|
|
|
4334
4334
|
g100: colors$1.blue70
|
|
4335
4335
|
};
|
|
4336
4336
|
var tagColorBlue = {
|
|
4337
|
-
whiteTheme: colors$1.
|
|
4338
|
-
g10: colors$1.
|
|
4337
|
+
whiteTheme: colors$1.blue70,
|
|
4338
|
+
g10: colors$1.blue70,
|
|
4339
4339
|
g90: colors$1.blue20,
|
|
4340
4340
|
g100: colors$1.blue20
|
|
4341
4341
|
};
|
|
@@ -4352,8 +4352,8 @@ var tagBackgroundCyan = {
|
|
|
4352
4352
|
g100: colors$1.cyan70
|
|
4353
4353
|
};
|
|
4354
4354
|
var tagColorCyan = {
|
|
4355
|
-
whiteTheme: colors$1.
|
|
4356
|
-
g10: colors$1.
|
|
4355
|
+
whiteTheme: colors$1.cyan70,
|
|
4356
|
+
g10: colors$1.cyan70,
|
|
4357
4357
|
g90: colors$1.cyan20,
|
|
4358
4358
|
g100: colors$1.cyan20
|
|
4359
4359
|
};
|
|
@@ -4370,8 +4370,8 @@ var tagBackgroundTeal = {
|
|
|
4370
4370
|
g100: colors$1.teal70
|
|
4371
4371
|
};
|
|
4372
4372
|
var tagColorTeal = {
|
|
4373
|
-
whiteTheme: colors$1.
|
|
4374
|
-
g10: colors$1.
|
|
4373
|
+
whiteTheme: colors$1.teal70,
|
|
4374
|
+
g10: colors$1.teal70,
|
|
4375
4375
|
g90: colors$1.teal20,
|
|
4376
4376
|
g100: colors$1.teal20
|
|
4377
4377
|
};
|
|
@@ -4388,8 +4388,8 @@ var tagBackgroundGreen = {
|
|
|
4388
4388
|
g100: colors$1.green70
|
|
4389
4389
|
};
|
|
4390
4390
|
var tagColorGreen = {
|
|
4391
|
-
whiteTheme: colors$1.
|
|
4392
|
-
g10: colors$1.
|
|
4391
|
+
whiteTheme: colors$1.green70,
|
|
4392
|
+
g10: colors$1.green70,
|
|
4393
4393
|
g90: colors$1.green20,
|
|
4394
4394
|
g100: colors$1.green20
|
|
4395
4395
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/themes",
|
|
3
3
|
"description": "Themes for applying color in the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.43.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@carbon/colors": "^11.
|
|
35
|
-
"@carbon/layout": "^11.
|
|
36
|
-
"@carbon/type": "^11.
|
|
34
|
+
"@carbon/colors": "^11.28.0-rc.0",
|
|
35
|
+
"@carbon/layout": "^11.28.0-rc.0",
|
|
36
|
+
"@carbon/type": "^11.33.0-rc.0",
|
|
37
37
|
"@ibm/telemetry-js": "^1.5.0",
|
|
38
38
|
"color": "^4.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@babel/node": "^7.24.7",
|
|
42
42
|
"@babel/preset-env": "^7.24.7",
|
|
43
|
-
"@carbon/cli": "^11.
|
|
43
|
+
"@carbon/cli": "^11.23.0-rc.0",
|
|
44
44
|
"@carbon/cli-reporter": "^10.7.0",
|
|
45
45
|
"@carbon/scss-generator": "^10.18.0",
|
|
46
46
|
"@carbon/test-utils": "^10.33.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"rimraf": "^6.0.0"
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "e48f5e6815bd93e518e8da73c7555590b85cda22"
|
|
55
55
|
}
|
|
@@ -149,8 +149,8 @@ $tag-border-warm-gray: (
|
|
|
149
149
|
) !default;
|
|
150
150
|
|
|
151
151
|
$tag-color-blue: (
|
|
152
|
-
white-theme: #
|
|
153
|
-
g-10: #
|
|
152
|
+
white-theme: #0043ce,
|
|
153
|
+
g-10: #0043ce,
|
|
154
154
|
g-90: #d0e2ff,
|
|
155
155
|
g-100: #d0e2ff,
|
|
156
156
|
) !default;
|
|
@@ -163,8 +163,8 @@ $tag-color-cool-gray: (
|
|
|
163
163
|
) !default;
|
|
164
164
|
|
|
165
165
|
$tag-color-cyan: (
|
|
166
|
-
white-theme: #
|
|
167
|
-
g-10: #
|
|
166
|
+
white-theme: #00539a,
|
|
167
|
+
g-10: #00539a,
|
|
168
168
|
g-90: #bae6ff,
|
|
169
169
|
g-100: #bae6ff,
|
|
170
170
|
) !default;
|
|
@@ -177,36 +177,36 @@ $tag-color-gray: (
|
|
|
177
177
|
) !default;
|
|
178
178
|
|
|
179
179
|
$tag-color-green: (
|
|
180
|
-
white-theme: #
|
|
181
|
-
g-10: #
|
|
180
|
+
white-theme: #0e6027,
|
|
181
|
+
g-10: #0e6027,
|
|
182
182
|
g-90: #a7f0ba,
|
|
183
183
|
g-100: #a7f0ba,
|
|
184
184
|
) !default;
|
|
185
185
|
|
|
186
186
|
$tag-color-magenta: (
|
|
187
|
-
white-theme: #
|
|
188
|
-
g-10: #
|
|
187
|
+
white-theme: #9f1853,
|
|
188
|
+
g-10: #9f1853,
|
|
189
189
|
g-90: #ffd6e8,
|
|
190
190
|
g-100: #ffd6e8,
|
|
191
191
|
) !default;
|
|
192
192
|
|
|
193
193
|
$tag-color-purple: (
|
|
194
|
-
white-theme: #
|
|
195
|
-
g-10: #
|
|
194
|
+
white-theme: #6929c4,
|
|
195
|
+
g-10: #6929c4,
|
|
196
196
|
g-90: #e8daff,
|
|
197
197
|
g-100: #e8daff,
|
|
198
198
|
) !default;
|
|
199
199
|
|
|
200
200
|
$tag-color-red: (
|
|
201
|
-
white-theme: #
|
|
202
|
-
g-10: #
|
|
201
|
+
white-theme: #a2191f,
|
|
202
|
+
g-10: #a2191f,
|
|
203
203
|
g-90: #ffd7d9,
|
|
204
204
|
g-100: #ffd7d9,
|
|
205
205
|
) !default;
|
|
206
206
|
|
|
207
207
|
$tag-color-teal: (
|
|
208
|
-
white-theme: #
|
|
209
|
-
g-10: #
|
|
208
|
+
white-theme: #005d5d,
|
|
209
|
+
g-10: #005d5d,
|
|
210
210
|
g-90: #9ef0f0,
|
|
211
211
|
g-100: #9ef0f0,
|
|
212
212
|
) !default;
|
|
@@ -82,8 +82,8 @@ export const tagBackgroundRed = {
|
|
|
82
82
|
};
|
|
83
83
|
|
|
84
84
|
export const tagColorRed = {
|
|
85
|
-
whiteTheme:
|
|
86
|
-
g10:
|
|
85
|
+
whiteTheme: red70,
|
|
86
|
+
g10: red70,
|
|
87
87
|
g90: red20,
|
|
88
88
|
g100: red20,
|
|
89
89
|
};
|
|
@@ -103,8 +103,8 @@ export const tagBackgroundMagenta = {
|
|
|
103
103
|
};
|
|
104
104
|
|
|
105
105
|
export const tagColorMagenta = {
|
|
106
|
-
whiteTheme:
|
|
107
|
-
g10:
|
|
106
|
+
whiteTheme: magenta70,
|
|
107
|
+
g10: magenta70,
|
|
108
108
|
g90: magenta20,
|
|
109
109
|
g100: magenta20,
|
|
110
110
|
};
|
|
@@ -124,8 +124,8 @@ export const tagBackgroundPurple = {
|
|
|
124
124
|
};
|
|
125
125
|
|
|
126
126
|
export const tagColorPurple = {
|
|
127
|
-
whiteTheme:
|
|
128
|
-
g10:
|
|
127
|
+
whiteTheme: purple70,
|
|
128
|
+
g10: purple70,
|
|
129
129
|
g90: purple20,
|
|
130
130
|
g100: purple20,
|
|
131
131
|
};
|
|
@@ -145,8 +145,8 @@ export const tagBackgroundBlue = {
|
|
|
145
145
|
};
|
|
146
146
|
|
|
147
147
|
export const tagColorBlue = {
|
|
148
|
-
whiteTheme:
|
|
149
|
-
g10:
|
|
148
|
+
whiteTheme: blue70,
|
|
149
|
+
g10: blue70,
|
|
150
150
|
g90: blue20,
|
|
151
151
|
g100: blue20,
|
|
152
152
|
};
|
|
@@ -166,8 +166,8 @@ export const tagBackgroundCyan = {
|
|
|
166
166
|
};
|
|
167
167
|
|
|
168
168
|
export const tagColorCyan = {
|
|
169
|
-
whiteTheme:
|
|
170
|
-
g10:
|
|
169
|
+
whiteTheme: cyan70,
|
|
170
|
+
g10: cyan70,
|
|
171
171
|
g90: cyan20,
|
|
172
172
|
g100: cyan20,
|
|
173
173
|
};
|
|
@@ -185,8 +185,8 @@ export const tagBackgroundTeal = {
|
|
|
185
185
|
g100: teal70,
|
|
186
186
|
};
|
|
187
187
|
export const tagColorTeal = {
|
|
188
|
-
whiteTheme:
|
|
189
|
-
g10:
|
|
188
|
+
whiteTheme: teal70,
|
|
189
|
+
g10: teal70,
|
|
190
190
|
g90: teal20,
|
|
191
191
|
g100: teal20,
|
|
192
192
|
};
|
|
@@ -206,8 +206,8 @@ export const tagBackgroundGreen = {
|
|
|
206
206
|
};
|
|
207
207
|
|
|
208
208
|
export const tagColorGreen = {
|
|
209
|
-
whiteTheme:
|
|
210
|
-
g10:
|
|
209
|
+
whiteTheme: green70,
|
|
210
|
+
g10: green70,
|
|
211
211
|
g90: green20,
|
|
212
212
|
g100: green20,
|
|
213
213
|
};
|
package/telemetry.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
|
|
2
2
|
version: 1
|
|
3
3
|
projectId: a56e8642-350a-4ee1-8e04-711cf16f3508
|
|
4
|
-
endpoint: https://
|
|
4
|
+
endpoint: https://www-api.ibm.com/ibm-telemetry/v1/metrics
|
|
5
5
|
collect:
|
|
6
6
|
npm:
|
|
7
7
|
dependencies: null
|
package/umd/index.js
CHANGED
|
@@ -4277,8 +4277,8 @@
|
|
|
4277
4277
|
g100: colors$1.red70
|
|
4278
4278
|
};
|
|
4279
4279
|
var tagColorRed = {
|
|
4280
|
-
whiteTheme: colors$1.
|
|
4281
|
-
g10: colors$1.
|
|
4280
|
+
whiteTheme: colors$1.red70,
|
|
4281
|
+
g10: colors$1.red70,
|
|
4282
4282
|
g90: colors$1.red20,
|
|
4283
4283
|
g100: colors$1.red20
|
|
4284
4284
|
};
|
|
@@ -4295,8 +4295,8 @@
|
|
|
4295
4295
|
g100: colors$1.magenta70
|
|
4296
4296
|
};
|
|
4297
4297
|
var tagColorMagenta = {
|
|
4298
|
-
whiteTheme: colors$1.
|
|
4299
|
-
g10: colors$1.
|
|
4298
|
+
whiteTheme: colors$1.magenta70,
|
|
4299
|
+
g10: colors$1.magenta70,
|
|
4300
4300
|
g90: colors$1.magenta20,
|
|
4301
4301
|
g100: colors$1.magenta20
|
|
4302
4302
|
};
|
|
@@ -4313,8 +4313,8 @@
|
|
|
4313
4313
|
g100: colors$1.purple70
|
|
4314
4314
|
};
|
|
4315
4315
|
var tagColorPurple = {
|
|
4316
|
-
whiteTheme: colors$1.
|
|
4317
|
-
g10: colors$1.
|
|
4316
|
+
whiteTheme: colors$1.purple70,
|
|
4317
|
+
g10: colors$1.purple70,
|
|
4318
4318
|
g90: colors$1.purple20,
|
|
4319
4319
|
g100: colors$1.purple20
|
|
4320
4320
|
};
|
|
@@ -4331,8 +4331,8 @@
|
|
|
4331
4331
|
g100: colors$1.blue70
|
|
4332
4332
|
};
|
|
4333
4333
|
var tagColorBlue = {
|
|
4334
|
-
whiteTheme: colors$1.
|
|
4335
|
-
g10: colors$1.
|
|
4334
|
+
whiteTheme: colors$1.blue70,
|
|
4335
|
+
g10: colors$1.blue70,
|
|
4336
4336
|
g90: colors$1.blue20,
|
|
4337
4337
|
g100: colors$1.blue20
|
|
4338
4338
|
};
|
|
@@ -4349,8 +4349,8 @@
|
|
|
4349
4349
|
g100: colors$1.cyan70
|
|
4350
4350
|
};
|
|
4351
4351
|
var tagColorCyan = {
|
|
4352
|
-
whiteTheme: colors$1.
|
|
4353
|
-
g10: colors$1.
|
|
4352
|
+
whiteTheme: colors$1.cyan70,
|
|
4353
|
+
g10: colors$1.cyan70,
|
|
4354
4354
|
g90: colors$1.cyan20,
|
|
4355
4355
|
g100: colors$1.cyan20
|
|
4356
4356
|
};
|
|
@@ -4367,8 +4367,8 @@
|
|
|
4367
4367
|
g100: colors$1.teal70
|
|
4368
4368
|
};
|
|
4369
4369
|
var tagColorTeal = {
|
|
4370
|
-
whiteTheme: colors$1.
|
|
4371
|
-
g10: colors$1.
|
|
4370
|
+
whiteTheme: colors$1.teal70,
|
|
4371
|
+
g10: colors$1.teal70,
|
|
4372
4372
|
g90: colors$1.teal20,
|
|
4373
4373
|
g100: colors$1.teal20
|
|
4374
4374
|
};
|
|
@@ -4385,8 +4385,8 @@
|
|
|
4385
4385
|
g100: colors$1.green70
|
|
4386
4386
|
};
|
|
4387
4387
|
var tagColorGreen = {
|
|
4388
|
-
whiteTheme: colors$1.
|
|
4389
|
-
g10: colors$1.
|
|
4388
|
+
whiteTheme: colors$1.green70,
|
|
4389
|
+
g10: colors$1.green70,
|
|
4390
4390
|
g90: colors$1.green20,
|
|
4391
4391
|
g100: colors$1.green20
|
|
4392
4392
|
};
|