@carbon/ibm-products 2.43.2-canary.55 → 2.43.2-canary.56
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/index-full-carbon.css +95 -0
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +95 -0
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +95 -0
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +95 -0
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +204 -200
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +116 -112
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +110 -106
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +204 -200
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +116 -112
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +110 -106
- package/package.json +3 -3
- package/scss/components/HTTPErrors/_http-errors.scss +77 -0
@@ -4353,6 +4353,101 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
4353
4353
|
}
|
4354
4354
|
}
|
4355
4355
|
|
4356
|
+
/* stylelint-disable carbon/theme-token-use */
|
4357
|
+
.c4p--http-errors-404__prefix-cls-1 {
|
4358
|
+
fill: none;
|
4359
|
+
}
|
4360
|
+
|
4361
|
+
.c4p--http-errors-404__prefix-cls-67 {
|
4362
|
+
fill: #697077;
|
4363
|
+
}
|
4364
|
+
|
4365
|
+
.c4p--http-errors-404__prefix-cls-68 {
|
4366
|
+
fill: #282828;
|
4367
|
+
}
|
4368
|
+
|
4369
|
+
.c4p--http-errors-404__prefix-cls-69 {
|
4370
|
+
fill: #51565c;
|
4371
|
+
}
|
4372
|
+
|
4373
|
+
.c4p--http-errors-404__prefix-cls-70 {
|
4374
|
+
fill: #002b50;
|
4375
|
+
}
|
4376
|
+
|
4377
|
+
.c4p--http-errors-404__prefix-cls-71 {
|
4378
|
+
fill: #413d3d;
|
4379
|
+
}
|
4380
|
+
|
4381
|
+
.c4p--http-errors-404__prefix-cls-72 {
|
4382
|
+
fill: #908b8b;
|
4383
|
+
}
|
4384
|
+
|
4385
|
+
.c4p--http-errors-404__prefix-cls-75 {
|
4386
|
+
fill: #a4a4a5;
|
4387
|
+
}
|
4388
|
+
|
4389
|
+
.c4p--http-errors-404__prefix-cls-76 {
|
4390
|
+
opacity: 0.15;
|
4391
|
+
}
|
4392
|
+
|
4393
|
+
.c4p--http-errors-403__prefix-cls-1 {
|
4394
|
+
fill: none;
|
4395
|
+
}
|
4396
|
+
|
4397
|
+
.c4p--http-errors-403__prefix-cls-80 {
|
4398
|
+
mix-blend-mode: multiply;
|
4399
|
+
opacity: 0.25;
|
4400
|
+
}
|
4401
|
+
|
4402
|
+
.c4p--http-errors-403__prefix-cls-75 {
|
4403
|
+
fill: #595655;
|
4404
|
+
}
|
4405
|
+
|
4406
|
+
.c4p--http-errors-403__prefix-cls-76 {
|
4407
|
+
opacity: 0.15;
|
4408
|
+
}
|
4409
|
+
|
4410
|
+
.c4p--http-errors-403__prefix-cls-77 {
|
4411
|
+
fill: #373d42;
|
4412
|
+
}
|
4413
|
+
|
4414
|
+
.c4p--http-errors-403__prefix-cls-78 {
|
4415
|
+
fill: #002b50;
|
4416
|
+
}
|
4417
|
+
|
4418
|
+
.c4p--http-errors-403__prefix-cls-81 {
|
4419
|
+
fill: #2b2828;
|
4420
|
+
}
|
4421
|
+
|
4422
|
+
.c4p--http-errors-other__prefix-cls-1 {
|
4423
|
+
fill: none;
|
4424
|
+
}
|
4425
|
+
|
4426
|
+
.c4p--http-errors-other__prefix-cls-69 {
|
4427
|
+
fill: #697077;
|
4428
|
+
}
|
4429
|
+
|
4430
|
+
.c4p--http-errors-other__prefix-cls-70 {
|
4431
|
+
fill: #282828;
|
4432
|
+
}
|
4433
|
+
|
4434
|
+
.c4p--http-errors-other__prefix-cls-71 {
|
4435
|
+
fill: #51565c;
|
4436
|
+
}
|
4437
|
+
|
4438
|
+
.c4p--http-errors-other__prefix-cls-72 {
|
4439
|
+
fill: #e0dbda;
|
4440
|
+
}
|
4441
|
+
|
4442
|
+
.c4p--http-errors-other__prefix-cls-73 {
|
4443
|
+
fill: #003d73;
|
4444
|
+
}
|
4445
|
+
|
4446
|
+
.c4p--http-errors-other__prefix-cls-75 {
|
4447
|
+
opacity: 0.15;
|
4448
|
+
}
|
4449
|
+
|
4450
|
+
/* stylelint-enable */
|
4356
4451
|
.c4p--import-modal .cds--modal-close {
|
4357
4452
|
display: none;
|
4358
4453
|
}
|