@carbon/styles 1.5.0-rc.0 → 1.5.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/css/styles.css +90 -100
- package/css/styles.min.css +1 -1
- package/package.json +11 -10
- package/scss/__tests__/zone-test.js +76 -0
- package/scss/_zone.scss +2 -2
package/css/styles.css
CHANGED
|
@@ -3193,61 +3193,56 @@ em {
|
|
|
3193
3193
|
--cds-border-subtle: var(--cds-border-subtle-01, #e0e0e0);
|
|
3194
3194
|
--cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
|
|
3195
3195
|
--cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
|
|
3196
|
-
--cds-button-separator: #
|
|
3196
|
+
--cds-button-separator: #161616;
|
|
3197
3197
|
--cds-button-primary: #0f62fe;
|
|
3198
|
-
--cds-button-secondary: #
|
|
3199
|
-
--cds-button-tertiary: #
|
|
3198
|
+
--cds-button-secondary: #6f6f6f;
|
|
3199
|
+
--cds-button-tertiary: #ffffff;
|
|
3200
3200
|
--cds-button-danger-primary: #da1e28;
|
|
3201
|
-
--cds-button-danger-secondary: #
|
|
3201
|
+
--cds-button-danger-secondary: #ff8389;
|
|
3202
3202
|
--cds-button-danger-active: #750e13;
|
|
3203
3203
|
--cds-button-primary-active: #002d9c;
|
|
3204
|
-
--cds-button-secondary-active: #
|
|
3205
|
-
--cds-button-tertiary-active: #
|
|
3206
|
-
--cds-button-danger-hover: #
|
|
3204
|
+
--cds-button-secondary-active: #393939;
|
|
3205
|
+
--cds-button-tertiary-active: #c6c6c6;
|
|
3206
|
+
--cds-button-danger-hover: #b81921;
|
|
3207
3207
|
--cds-button-primary-hover: #0050e6;
|
|
3208
|
-
--cds-button-secondary-hover: #
|
|
3209
|
-
--cds-button-tertiary-hover: #
|
|
3210
|
-
--cds-button-disabled:
|
|
3211
|
-
--cds-notification-
|
|
3212
|
-
--cds-notification-
|
|
3213
|
-
--cds-notification-
|
|
3214
|
-
--cds-notification-
|
|
3215
|
-
--cds-notification-action-
|
|
3216
|
-
--cds-
|
|
3217
|
-
--cds-
|
|
3218
|
-
--cds-
|
|
3219
|
-
--cds-
|
|
3220
|
-
--cds-
|
|
3221
|
-
--cds-tag-
|
|
3222
|
-
--cds-tag-
|
|
3223
|
-
--cds-tag-
|
|
3224
|
-
--cds-tag-
|
|
3225
|
-
--cds-tag-
|
|
3226
|
-
--cds-tag-
|
|
3227
|
-
--cds-tag-
|
|
3228
|
-
--cds-tag-
|
|
3229
|
-
--cds-tag-
|
|
3230
|
-
--cds-tag-
|
|
3231
|
-
--cds-tag-
|
|
3232
|
-
--cds-tag-
|
|
3233
|
-
--cds-tag-
|
|
3234
|
-
--cds-tag-
|
|
3235
|
-
--cds-tag-
|
|
3236
|
-
--cds-tag-
|
|
3237
|
-
--cds-tag-
|
|
3238
|
-
--cds-tag-
|
|
3239
|
-
--cds-tag-
|
|
3240
|
-
--cds-tag-
|
|
3241
|
-
--cds-tag-
|
|
3242
|
-
--cds-tag-
|
|
3243
|
-
--cds-tag-
|
|
3244
|
-
--cds-tag-
|
|
3245
|
-
--cds-tag-
|
|
3246
|
-
--cds-tag-color-cool-gray: #343a3f;
|
|
3247
|
-
--cds-tag-hover-cool-gray: #c1c7cd;
|
|
3248
|
-
--cds-tag-background-warm-gray: #e5e0df;
|
|
3249
|
-
--cds-tag-color-warm-gray: #3c3838;
|
|
3250
|
-
--cds-tag-hover-warm-gray: #cac5c4;
|
|
3208
|
+
--cds-button-secondary-hover: #5e5e5e;
|
|
3209
|
+
--cds-button-tertiary-hover: #f4f4f4;
|
|
3210
|
+
--cds-button-disabled: rgba(141, 141, 141, 0.3);
|
|
3211
|
+
--cds-notification-action-tertiary-inverse: #0f62fe;
|
|
3212
|
+
--cds-notification-action-tertiary-inverse-active: #002d9c;
|
|
3213
|
+
--cds-notification-action-tertiary-inverse-hover: #0050e6;
|
|
3214
|
+
--cds-notification-action-tertiary-inverse-text: #ffffff;
|
|
3215
|
+
--cds-notification-action-tertiary-inverse-text-on-color-disabled: #8d8d8d;
|
|
3216
|
+
--cds-tag-background-red: #a2191f;
|
|
3217
|
+
--cds-tag-color-red: #ffd7d9;
|
|
3218
|
+
--cds-tag-hover-red: #c21e25;
|
|
3219
|
+
--cds-tag-background-magenta: #9f1853;
|
|
3220
|
+
--cds-tag-color-magenta: #ffd6e8;
|
|
3221
|
+
--cds-tag-hover-magenta: #bf1d63;
|
|
3222
|
+
--cds-tag-background-purple: #6929c4;
|
|
3223
|
+
--cds-tag-color-purple: #e8daff;
|
|
3224
|
+
--cds-tag-hover-purple: #7c3dd6;
|
|
3225
|
+
--cds-tag-background-blue: #0043ce;
|
|
3226
|
+
--cds-tag-color-blue: #d0e2ff;
|
|
3227
|
+
--cds-tag-hover-blue: #0053ff;
|
|
3228
|
+
--cds-tag-background-cyan: #00539a;
|
|
3229
|
+
--cds-tag-color-cyan: #bae6ff;
|
|
3230
|
+
--cds-tag-hover-cyan: #0066bd;
|
|
3231
|
+
--cds-tag-background-teal: #005d5d;
|
|
3232
|
+
--cds-tag-color-teal: #9ef0f0;
|
|
3233
|
+
--cds-tag-hover-teal: #007070;
|
|
3234
|
+
--cds-tag-background-green: #0e6027;
|
|
3235
|
+
--cds-tag-color-green: #a7f0ba;
|
|
3236
|
+
--cds-tag-hover-green: #11742f;
|
|
3237
|
+
--cds-tag-background-gray: #525252;
|
|
3238
|
+
--cds-tag-color-gray: #e0e0e0;
|
|
3239
|
+
--cds-tag-hover-gray: #636363;
|
|
3240
|
+
--cds-tag-background-cool-gray: #4d5358;
|
|
3241
|
+
--cds-tag-color-cool-gray: #dde1e6;
|
|
3242
|
+
--cds-tag-hover-cool-gray: #5d646a;
|
|
3243
|
+
--cds-tag-background-warm-gray: #565151;
|
|
3244
|
+
--cds-tag-color-warm-gray: #e5e0df;
|
|
3245
|
+
--cds-tag-hover-warm-gray: #696363;
|
|
3251
3246
|
}
|
|
3252
3247
|
|
|
3253
3248
|
.cds--g100 {
|
|
@@ -3360,61 +3355,56 @@ em {
|
|
|
3360
3355
|
--cds-border-subtle: var(--cds-border-subtle-01, #e0e0e0);
|
|
3361
3356
|
--cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);
|
|
3362
3357
|
--cds-border-strong: var(--cds-border-strong-01, #8d8d8d);
|
|
3363
|
-
--cds-button-separator: #
|
|
3358
|
+
--cds-button-separator: #161616;
|
|
3364
3359
|
--cds-button-primary: #0f62fe;
|
|
3365
|
-
--cds-button-secondary: #
|
|
3366
|
-
--cds-button-tertiary: #
|
|
3360
|
+
--cds-button-secondary: #6f6f6f;
|
|
3361
|
+
--cds-button-tertiary: #ffffff;
|
|
3367
3362
|
--cds-button-danger-primary: #da1e28;
|
|
3368
|
-
--cds-button-danger-secondary: #
|
|
3363
|
+
--cds-button-danger-secondary: #fa4d56;
|
|
3369
3364
|
--cds-button-danger-active: #750e13;
|
|
3370
3365
|
--cds-button-primary-active: #002d9c;
|
|
3371
|
-
--cds-button-secondary-active: #
|
|
3372
|
-
--cds-button-tertiary-active: #
|
|
3373
|
-
--cds-button-danger-hover: #
|
|
3366
|
+
--cds-button-secondary-active: #393939;
|
|
3367
|
+
--cds-button-tertiary-active: #c6c6c6;
|
|
3368
|
+
--cds-button-danger-hover: #b81921;
|
|
3374
3369
|
--cds-button-primary-hover: #0050e6;
|
|
3375
|
-
--cds-button-secondary-hover: #
|
|
3376
|
-
--cds-button-tertiary-hover: #
|
|
3377
|
-
--cds-button-disabled:
|
|
3378
|
-
--cds-notification-
|
|
3379
|
-
--cds-notification-
|
|
3380
|
-
--cds-notification-
|
|
3381
|
-
--cds-notification-
|
|
3382
|
-
--cds-notification-action-
|
|
3383
|
-
--cds-
|
|
3384
|
-
--cds-
|
|
3385
|
-
--cds-
|
|
3386
|
-
--cds-
|
|
3387
|
-
--cds-
|
|
3388
|
-
--cds-tag-
|
|
3389
|
-
--cds-tag-
|
|
3390
|
-
--cds-tag-
|
|
3391
|
-
--cds-tag-
|
|
3392
|
-
--cds-tag-
|
|
3393
|
-
--cds-tag-
|
|
3394
|
-
--cds-tag-
|
|
3395
|
-
--cds-tag-
|
|
3396
|
-
--cds-tag-
|
|
3397
|
-
--cds-tag-
|
|
3398
|
-
--cds-tag-
|
|
3399
|
-
--cds-tag-
|
|
3400
|
-
--cds-tag-
|
|
3401
|
-
--cds-tag-
|
|
3402
|
-
--cds-tag-
|
|
3403
|
-
--cds-tag-
|
|
3404
|
-
--cds-tag-
|
|
3405
|
-
--cds-tag-
|
|
3406
|
-
--cds-tag-
|
|
3407
|
-
--cds-tag-
|
|
3408
|
-
--cds-tag-
|
|
3409
|
-
--cds-tag-
|
|
3410
|
-
--cds-tag-
|
|
3411
|
-
--cds-tag-
|
|
3412
|
-
--cds-tag-
|
|
3413
|
-
--cds-tag-color-cool-gray: #343a3f;
|
|
3414
|
-
--cds-tag-hover-cool-gray: #c1c7cd;
|
|
3415
|
-
--cds-tag-background-warm-gray: #e5e0df;
|
|
3416
|
-
--cds-tag-color-warm-gray: #3c3838;
|
|
3417
|
-
--cds-tag-hover-warm-gray: #cac5c4;
|
|
3370
|
+
--cds-button-secondary-hover: #5e5e5e;
|
|
3371
|
+
--cds-button-tertiary-hover: #f4f4f4;
|
|
3372
|
+
--cds-button-disabled: rgba(141, 141, 141, 0.3);
|
|
3373
|
+
--cds-notification-action-tertiary-inverse: #0f62fe;
|
|
3374
|
+
--cds-notification-action-tertiary-inverse-active: #002d9c;
|
|
3375
|
+
--cds-notification-action-tertiary-inverse-hover: #0050e6;
|
|
3376
|
+
--cds-notification-action-tertiary-inverse-text: #ffffff;
|
|
3377
|
+
--cds-notification-action-tertiary-inverse-text-on-color-disabled: #8d8d8d;
|
|
3378
|
+
--cds-tag-background-red: #a2191f;
|
|
3379
|
+
--cds-tag-color-red: #ffd7d9;
|
|
3380
|
+
--cds-tag-hover-red: #c21e25;
|
|
3381
|
+
--cds-tag-background-magenta: #9f1853;
|
|
3382
|
+
--cds-tag-color-magenta: #ffd6e8;
|
|
3383
|
+
--cds-tag-hover-magenta: #bf1d63;
|
|
3384
|
+
--cds-tag-background-purple: #6929c4;
|
|
3385
|
+
--cds-tag-color-purple: #e8daff;
|
|
3386
|
+
--cds-tag-hover-purple: #7c3dd6;
|
|
3387
|
+
--cds-tag-background-blue: #0043ce;
|
|
3388
|
+
--cds-tag-color-blue: #d0e2ff;
|
|
3389
|
+
--cds-tag-hover-blue: #0053ff;
|
|
3390
|
+
--cds-tag-background-cyan: #00539a;
|
|
3391
|
+
--cds-tag-color-cyan: #bae6ff;
|
|
3392
|
+
--cds-tag-hover-cyan: #0066bd;
|
|
3393
|
+
--cds-tag-background-teal: #005d5d;
|
|
3394
|
+
--cds-tag-color-teal: #9ef0f0;
|
|
3395
|
+
--cds-tag-hover-teal: #007070;
|
|
3396
|
+
--cds-tag-background-green: #0e6027;
|
|
3397
|
+
--cds-tag-color-green: #a7f0ba;
|
|
3398
|
+
--cds-tag-hover-green: #11742f;
|
|
3399
|
+
--cds-tag-background-gray: #525252;
|
|
3400
|
+
--cds-tag-color-gray: #e0e0e0;
|
|
3401
|
+
--cds-tag-hover-gray: #636363;
|
|
3402
|
+
--cds-tag-background-cool-gray: #4d5358;
|
|
3403
|
+
--cds-tag-color-cool-gray: #dde1e6;
|
|
3404
|
+
--cds-tag-hover-cool-gray: #5d646a;
|
|
3405
|
+
--cds-tag-background-warm-gray: #565151;
|
|
3406
|
+
--cds-tag-color-warm-gray: #e5e0df;
|
|
3407
|
+
--cds-tag-hover-warm-gray: #696363;
|
|
3418
3408
|
}
|
|
3419
3409
|
|
|
3420
3410
|
.cds--accordion {
|