@nova-design-system/nova-base 3.0.0-beta.31 → 3.0.0-beta.33
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/dist/css/mccs.css +0 -178809
- package/dist/css/nova-utils.css +313 -243
- package/dist/css/ocean.css +450 -208721
- package/dist/css/spark.css +431 -208702
- package/dist/lib/cjs/generated/nova-tailwind-components.js +292 -0
- package/dist/lib/cjs/{nova-tailwind-tokens.js → generated/nova-tailwind-tokens.js} +0 -123
- package/dist/lib/cjs/{nova-plugin.js → lib/nova-plugin.js} +3 -11
- package/dist/lib/cjs/{nova-safelist.js → lib/nova-safelist.js} +6 -3
- package/dist/lib/generated/nova-tailwind-components.d.ts +288 -0
- package/dist/lib/generated/nova-tailwind-components.js +289 -0
- package/dist/lib/{nova-tailwind-tokens.d.ts → generated/nova-tailwind-tokens.d.ts} +0 -123
- package/dist/lib/{nova-tailwind-tokens.js → generated/nova-tailwind-tokens.js} +0 -123
- package/dist/lib/{nova-plugin.js → lib/nova-plugin.js} +3 -9
- package/dist/lib/{nova-safelist.js → lib/nova-safelist.js} +6 -3
- package/package.json +7 -2
- /package/dist/lib/cjs/{index.js → lib/index.js} +0 -0
- /package/dist/lib/cjs/{nova-theme.js → lib/nova-theme.js} +0 -0
- /package/dist/lib/{index.d.ts → lib/index.d.ts} +0 -0
- /package/dist/lib/{index.js → lib/index.js} +0 -0
- /package/dist/lib/{nova-plugin.d.ts → lib/nova-plugin.d.ts} +0 -0
- /package/dist/lib/{nova-safelist.d.ts → lib/nova-safelist.d.ts} +0 -0
- /package/dist/lib/{nova-theme.d.ts → lib/nova-theme.d.ts} +0 -0
- /package/dist/lib/{nova-theme.js → lib/nova-theme.js} +0 -0
package/dist/css/nova-utils.css
CHANGED
|
@@ -6740,26 +6740,6 @@ h6 {
|
|
|
6740
6740
|
color: var(--color-yellow-900);
|
|
6741
6741
|
}
|
|
6742
6742
|
|
|
6743
|
-
.border-base-focus {
|
|
6744
|
-
border-color: var(--color-base-border-focus);
|
|
6745
|
-
}
|
|
6746
|
-
|
|
6747
|
-
.border-base-focus-high {
|
|
6748
|
-
border-color: var(--color-base-border-focus-high);
|
|
6749
|
-
}
|
|
6750
|
-
|
|
6751
|
-
.border-base-high-emphasis {
|
|
6752
|
-
border-color: var(--color-base-border-high-emphasis);
|
|
6753
|
-
}
|
|
6754
|
-
|
|
6755
|
-
.border-base-low-emphasis {
|
|
6756
|
-
border-color: var(--color-base-border-low-emphasis);
|
|
6757
|
-
}
|
|
6758
|
-
|
|
6759
|
-
.border-base-medium-emphasis {
|
|
6760
|
-
border-color: var(--color-base-border-medium-emphasis);
|
|
6761
|
-
}
|
|
6762
|
-
|
|
6763
6743
|
.border-high {
|
|
6764
6744
|
border-color: var(--color-content-high-border);
|
|
6765
6745
|
}
|
|
@@ -6992,70 +6972,6 @@ h6 {
|
|
|
6992
6972
|
color: var(--color-feedback-warning-low-text);
|
|
6993
6973
|
}
|
|
6994
6974
|
|
|
6995
|
-
.bg-interaction-brand-high {
|
|
6996
|
-
background-color: var(--color-interaction-brand-high-background);
|
|
6997
|
-
}
|
|
6998
|
-
|
|
6999
|
-
.bg-interaction-brand-high-hover {
|
|
7000
|
-
background-color: var(--color-interaction-brand-high-background-hover);
|
|
7001
|
-
}
|
|
7002
|
-
|
|
7003
|
-
.border-interaction-brand-high {
|
|
7004
|
-
border-color: var(--color-interaction-brand-high-border);
|
|
7005
|
-
}
|
|
7006
|
-
|
|
7007
|
-
.border-interaction-brand-high-hover {
|
|
7008
|
-
border-color: var(--color-interaction-brand-high-border-hover);
|
|
7009
|
-
}
|
|
7010
|
-
|
|
7011
|
-
.icon-interaction-brand-high {
|
|
7012
|
-
color: var(--color-interaction-brand-high-icon);
|
|
7013
|
-
}
|
|
7014
|
-
|
|
7015
|
-
.icon-interaction-brand-high-hover {
|
|
7016
|
-
color: var(--color-interaction-brand-high-icon-hover);
|
|
7017
|
-
}
|
|
7018
|
-
|
|
7019
|
-
.text-interaction-brand-high {
|
|
7020
|
-
color: var(--color-interaction-brand-high-text);
|
|
7021
|
-
}
|
|
7022
|
-
|
|
7023
|
-
.text-interaction-brand-high-hover {
|
|
7024
|
-
color: var(--color-interaction-brand-high-text-hover);
|
|
7025
|
-
}
|
|
7026
|
-
|
|
7027
|
-
.bg-interaction-brand-low {
|
|
7028
|
-
background-color: var(--color-interaction-brand-low-background);
|
|
7029
|
-
}
|
|
7030
|
-
|
|
7031
|
-
.bg-interaction-brand-low-hover {
|
|
7032
|
-
background-color: var(--color-interaction-brand-low-background-hover);
|
|
7033
|
-
}
|
|
7034
|
-
|
|
7035
|
-
.border-interaction-brand-low {
|
|
7036
|
-
border-color: var(--color-interaction-brand-low-border);
|
|
7037
|
-
}
|
|
7038
|
-
|
|
7039
|
-
.border-interaction-brand-low-hover {
|
|
7040
|
-
border-color: var(--color-interaction-brand-low-border-hover);
|
|
7041
|
-
}
|
|
7042
|
-
|
|
7043
|
-
.icon-interaction-brand-low {
|
|
7044
|
-
color: var(--color-interaction-brand-low-icon);
|
|
7045
|
-
}
|
|
7046
|
-
|
|
7047
|
-
.icon-interaction-brand-low-hover {
|
|
7048
|
-
color: var(--color-interaction-brand-low-icon-hover);
|
|
7049
|
-
}
|
|
7050
|
-
|
|
7051
|
-
.text-interaction-brand-low {
|
|
7052
|
-
color: var(--color-interaction-brand-low-text);
|
|
7053
|
-
}
|
|
7054
|
-
|
|
7055
|
-
.text-interaction-brand-low-hover {
|
|
7056
|
-
color: var(--color-interaction-brand-low-text-hover);
|
|
7057
|
-
}
|
|
7058
|
-
|
|
7059
6975
|
.bg-interaction-container-branded-high {
|
|
7060
6976
|
background-color: var(--color-interaction-container-branded-high-background);
|
|
7061
6977
|
}
|
|
@@ -7168,22 +7084,6 @@ h6 {
|
|
|
7168
7084
|
color: var(--color-interaction-link-high-text-hover);
|
|
7169
7085
|
}
|
|
7170
7086
|
|
|
7171
|
-
.icon-interaction-link-inline {
|
|
7172
|
-
color: var(--color-interaction-link-inline-icon);
|
|
7173
|
-
}
|
|
7174
|
-
|
|
7175
|
-
.icon-interaction-link-inline-hover {
|
|
7176
|
-
color: var(--color-interaction-link-inline-icon-hover);
|
|
7177
|
-
}
|
|
7178
|
-
|
|
7179
|
-
.text-interaction-link-inline {
|
|
7180
|
-
color: var(--color-interaction-link-inline-text);
|
|
7181
|
-
}
|
|
7182
|
-
|
|
7183
|
-
.text-interaction-link-inline-hover {
|
|
7184
|
-
color: var(--color-interaction-link-inline-text-hover);
|
|
7185
|
-
}
|
|
7186
|
-
|
|
7187
7087
|
.icon-interaction-link-low {
|
|
7188
7088
|
color: var(--color-interaction-link-low-icon);
|
|
7189
7089
|
}
|
|
@@ -7200,70 +7100,6 @@ h6 {
|
|
|
7200
7100
|
color: var(--color-interaction-link-low-text-hover);
|
|
7201
7101
|
}
|
|
7202
7102
|
|
|
7203
|
-
.icon-interaction-link-standalone {
|
|
7204
|
-
color: var(--color-interaction-link-standalone-icon);
|
|
7205
|
-
}
|
|
7206
|
-
|
|
7207
|
-
.icon-interaction-link-standalone-hover {
|
|
7208
|
-
color: var(--color-interaction-link-standalone-icon-hover);
|
|
7209
|
-
}
|
|
7210
|
-
|
|
7211
|
-
.text-interaction-link-standalone {
|
|
7212
|
-
color: var(--color-interaction-link-standalone-text);
|
|
7213
|
-
}
|
|
7214
|
-
|
|
7215
|
-
.text-interaction-link-standalone-hover {
|
|
7216
|
-
color: var(--color-interaction-link-standalone-text-hover);
|
|
7217
|
-
}
|
|
7218
|
-
|
|
7219
|
-
.icon-interaction-link-table {
|
|
7220
|
-
color: var(--color-interaction-link-table-icon);
|
|
7221
|
-
}
|
|
7222
|
-
|
|
7223
|
-
.icon-interaction-link-table-hover {
|
|
7224
|
-
color: var(--color-interaction-link-table-icon-hover);
|
|
7225
|
-
}
|
|
7226
|
-
|
|
7227
|
-
.text-interaction-link-table {
|
|
7228
|
-
color: var(--color-interaction-link-table-text);
|
|
7229
|
-
}
|
|
7230
|
-
|
|
7231
|
-
.text-interaction-link-table-hover {
|
|
7232
|
-
color: var(--color-interaction-link-table-text-hover);
|
|
7233
|
-
}
|
|
7234
|
-
|
|
7235
|
-
.bg-interaction-neutral {
|
|
7236
|
-
background-color: var(--color-interaction-neutral-background);
|
|
7237
|
-
}
|
|
7238
|
-
|
|
7239
|
-
.bg-interaction-neutral-hover {
|
|
7240
|
-
background-color: var(--color-interaction-neutral-background-hover);
|
|
7241
|
-
}
|
|
7242
|
-
|
|
7243
|
-
.border-interaction-neutral {
|
|
7244
|
-
border-color: var(--color-interaction-neutral-border);
|
|
7245
|
-
}
|
|
7246
|
-
|
|
7247
|
-
.border-interaction-neutral-hover {
|
|
7248
|
-
border-color: var(--color-interaction-neutral-border-hover);
|
|
7249
|
-
}
|
|
7250
|
-
|
|
7251
|
-
.icon-interaction-neutral {
|
|
7252
|
-
color: var(--color-interaction-neutral-icon);
|
|
7253
|
-
}
|
|
7254
|
-
|
|
7255
|
-
.icon-interaction-neutral-hover {
|
|
7256
|
-
color: var(--color-interaction-neutral-icon-hover);
|
|
7257
|
-
}
|
|
7258
|
-
|
|
7259
|
-
.text-interaction-neutral {
|
|
7260
|
-
color: var(--color-interaction-neutral-text);
|
|
7261
|
-
}
|
|
7262
|
-
|
|
7263
|
-
.text-interaction-neutral-hover {
|
|
7264
|
-
color: var(--color-interaction-neutral-text-hover);
|
|
7265
|
-
}
|
|
7266
|
-
|
|
7267
7103
|
.bg-level-00 {
|
|
7268
7104
|
background-color: var(--color-level-00-background);
|
|
7269
7105
|
}
|
|
@@ -7486,76 +7322,350 @@ h6 {
|
|
|
7486
7322
|
width: unset;
|
|
7487
7323
|
}
|
|
7488
7324
|
|
|
7489
|
-
.
|
|
7490
|
-
color: var(--color-interaction-link-high-text);
|
|
7491
|
-
font-weight: 500;
|
|
7325
|
+
.nv-button {
|
|
7492
7326
|
text-decoration: none;
|
|
7327
|
+
display: inline-flex;
|
|
7328
|
+
justify-content: center;
|
|
7329
|
+
align-items: center;
|
|
7330
|
+
font-style: normal;
|
|
7331
|
+
font-weight: var(--font-weight-medium-emphasis);
|
|
7332
|
+
font-family: 'TT Norms Pro', sans-serif;
|
|
7333
|
+
transition: background-color 150ms ease-out;
|
|
7334
|
+
-webkit-user-select: none;
|
|
7335
|
+
-moz-user-select: none;
|
|
7336
|
+
user-select: none;
|
|
7337
|
+
cursor: pointer;
|
|
7338
|
+
height: -moz-fit-content;
|
|
7339
|
+
height: fit-content;
|
|
7340
|
+
width: -moz-fit-content;
|
|
7341
|
+
width: fit-content;
|
|
7342
|
+
padding: var(--button-md-padding-y) var(--button-md-padding-x);
|
|
7343
|
+
gap: var(--button-md-gap);
|
|
7344
|
+
border-radius: var(--button-md-border-radius);
|
|
7345
|
+
line-height: var(--button-md-line-height);
|
|
7346
|
+
font-size: var(--button-md-font-size);
|
|
7347
|
+
background: var(--components-button-medium-background);
|
|
7348
|
+
border: 1px solid var(--components-button-medium-border);
|
|
7349
|
+
color: var(--components-button-medium-text);
|
|
7350
|
+
}
|
|
7351
|
+
|
|
7352
|
+
.nv-button nv-icon > svg {
|
|
7353
|
+
width: var(--spacing-5);
|
|
7354
|
+
height: var(--spacing-5);
|
|
7355
|
+
stroke-width: 1.6px;
|
|
7493
7356
|
}
|
|
7494
7357
|
|
|
7495
|
-
.
|
|
7496
|
-
|
|
7358
|
+
.nv-button:hover {
|
|
7359
|
+
background: var(--components-button-medium-background-hover);
|
|
7360
|
+
border: 1px solid var(--components-button-medium-border);
|
|
7361
|
+
color: var(--components-button-medium-text-hover);
|
|
7497
7362
|
}
|
|
7498
7363
|
|
|
7499
|
-
.
|
|
7500
|
-
|
|
7501
|
-
font-weight: 500;
|
|
7502
|
-
text-decoration: none;
|
|
7364
|
+
.nv-button:focus, .nv-button:focus-within {
|
|
7365
|
+
outline: none;
|
|
7503
7366
|
}
|
|
7504
7367
|
|
|
7505
|
-
.
|
|
7506
|
-
|
|
7368
|
+
.nv-button:focus-visible, .nv-button:has(:focus-visible) {
|
|
7369
|
+
outline: var(--focus-outline-stroke) solid var(--color-focus-brand);
|
|
7370
|
+
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7507
7371
|
}
|
|
7508
7372
|
|
|
7509
|
-
.
|
|
7510
|
-
|
|
7511
|
-
|
|
7512
|
-
|
|
7373
|
+
.nv-button:disabled:not([disabled=false]) {
|
|
7374
|
+
opacity: 0.5;
|
|
7375
|
+
cursor: not-allowed;
|
|
7376
|
+
box-shadow: none;
|
|
7513
7377
|
}
|
|
7514
7378
|
|
|
7515
|
-
.
|
|
7516
|
-
|
|
7379
|
+
.nv-button.danger {
|
|
7380
|
+
background: var(--components-button-destructive-high-background);
|
|
7381
|
+
border: 1px solid unset;
|
|
7382
|
+
color: var(--components-button-destructive-high-text);
|
|
7517
7383
|
}
|
|
7518
7384
|
|
|
7519
|
-
.
|
|
7520
|
-
|
|
7521
|
-
|
|
7522
|
-
text-
|
|
7385
|
+
.nv-button.danger:hover {
|
|
7386
|
+
background: var(--components-button-destructive-high-background-hover);
|
|
7387
|
+
border: 1px solid unset;
|
|
7388
|
+
color: var(--components-button-destructive-high-text-hover);
|
|
7523
7389
|
}
|
|
7524
7390
|
|
|
7525
|
-
.
|
|
7526
|
-
|
|
7391
|
+
.nv-button.danger:focus, .nv-button.danger:focus-within {
|
|
7392
|
+
outline: none;
|
|
7527
7393
|
}
|
|
7528
7394
|
|
|
7529
|
-
.
|
|
7530
|
-
|
|
7395
|
+
.nv-button.danger:focus-visible, .nv-button.danger:has(:focus-visible) {
|
|
7396
|
+
outline: var(--focus-outline-stroke) solid var(--color-focus-destructive);
|
|
7397
|
+
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7531
7398
|
}
|
|
7532
7399
|
|
|
7533
|
-
.
|
|
7534
|
-
|
|
7400
|
+
.nv-button.size-xs {
|
|
7401
|
+
padding: var(--button-xs-padding-y) var(--button-xs-padding-x);
|
|
7402
|
+
gap: var(--button-xs-gap);
|
|
7403
|
+
border-radius: var(--button-xs-border-radius);
|
|
7404
|
+
line-height: var(--button-xs-line-height);
|
|
7405
|
+
font-size: var(--button-xs-font-size);
|
|
7535
7406
|
}
|
|
7536
7407
|
|
|
7537
|
-
.
|
|
7538
|
-
|
|
7408
|
+
.nv-button.size-xs nv-icon > svg {
|
|
7409
|
+
width: var(--spacing-3);
|
|
7410
|
+
height: var(--spacing-3);
|
|
7411
|
+
stroke-width: 1.2px;
|
|
7539
7412
|
}
|
|
7540
7413
|
|
|
7541
|
-
.
|
|
7542
|
-
|
|
7414
|
+
.nv-button.size-sm {
|
|
7415
|
+
padding: var(--button-sm-padding-y) var(--button-sm-padding-x);
|
|
7416
|
+
gap: var(--button-sm-gap);
|
|
7417
|
+
border-radius: var(--button-sm-border-radius);
|
|
7418
|
+
line-height: var(--button-sm-line-height);
|
|
7419
|
+
font-size: var(--button-sm-font-size);
|
|
7543
7420
|
}
|
|
7544
7421
|
|
|
7545
|
-
.
|
|
7546
|
-
|
|
7422
|
+
.nv-button.size-sm nv-icon > svg {
|
|
7423
|
+
width: var(--spacing-4);
|
|
7424
|
+
height: var(--spacing-4);
|
|
7425
|
+
stroke-width: 1.5px;
|
|
7547
7426
|
}
|
|
7548
7427
|
|
|
7549
|
-
.
|
|
7550
|
-
|
|
7428
|
+
.nv-button.size-md {
|
|
7429
|
+
padding: var(--button-md-padding-y) var(--button-md-padding-x);
|
|
7430
|
+
gap: var(--button-md-gap);
|
|
7431
|
+
border-radius: var(--button-md-border-radius);
|
|
7432
|
+
line-height: var(--button-md-line-height);
|
|
7433
|
+
font-size: var(--button-md-font-size);
|
|
7551
7434
|
}
|
|
7552
7435
|
|
|
7553
|
-
.
|
|
7554
|
-
|
|
7436
|
+
.nv-button.size-md nv-icon > svg {
|
|
7437
|
+
width: var(--spacing-5);
|
|
7438
|
+
height: var(--spacing-5);
|
|
7439
|
+
stroke-width: 1.6px;
|
|
7555
7440
|
}
|
|
7556
7441
|
|
|
7557
|
-
.
|
|
7558
|
-
|
|
7442
|
+
.nv-button.size-lg {
|
|
7443
|
+
padding: var(--button-lg-padding-y) var(--button-lg-padding-x);
|
|
7444
|
+
gap: var(--button-lg-gap);
|
|
7445
|
+
border-radius: var(--button-lg-border-radius);
|
|
7446
|
+
line-height: var(--button-lg-line-height);
|
|
7447
|
+
font-size: var(--button-lg-font-size);
|
|
7448
|
+
}
|
|
7449
|
+
|
|
7450
|
+
.nv-button.size-lg nv-icon > svg {
|
|
7451
|
+
width: var(--spacing-6);
|
|
7452
|
+
height: var(--spacing-6);
|
|
7453
|
+
stroke-width: 1.8px;
|
|
7454
|
+
}
|
|
7455
|
+
|
|
7456
|
+
.nv-button.emphasis-high {
|
|
7457
|
+
background: var(--components-button-high-background);
|
|
7458
|
+
border: 1px solid var(--components-button-high-border);
|
|
7459
|
+
color: var(--components-button-high-text);
|
|
7460
|
+
}
|
|
7461
|
+
|
|
7462
|
+
.nv-button.emphasis-high:hover {
|
|
7463
|
+
background: var(--components-button-high-background-hover);
|
|
7464
|
+
border: 1px solid var(--components-button-high-border);
|
|
7465
|
+
color: var(--components-button-high-text-hover);
|
|
7466
|
+
}
|
|
7467
|
+
|
|
7468
|
+
.nv-button.emphasis-high:focus, .nv-button.emphasis-high:focus-within {
|
|
7469
|
+
outline: none;
|
|
7470
|
+
}
|
|
7471
|
+
|
|
7472
|
+
.nv-button.emphasis-high:focus-visible, .nv-button.emphasis-high:has(:focus-visible) {
|
|
7473
|
+
outline: var(--focus-outline-stroke) solid var(--color-focus-brand);
|
|
7474
|
+
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7475
|
+
}
|
|
7476
|
+
|
|
7477
|
+
.nv-button.emphasis-high:disabled:not([disabled=false]) {
|
|
7478
|
+
opacity: 0.5;
|
|
7479
|
+
cursor: not-allowed;
|
|
7480
|
+
box-shadow: none;
|
|
7481
|
+
}
|
|
7482
|
+
|
|
7483
|
+
.nv-button.emphasis-high.danger {
|
|
7484
|
+
background: var(--components-button-destructive-high-background);
|
|
7485
|
+
border: 1px solid unset;
|
|
7486
|
+
color: var(--components-button-destructive-high-text);
|
|
7487
|
+
}
|
|
7488
|
+
|
|
7489
|
+
.nv-button.emphasis-high.danger:hover {
|
|
7490
|
+
background: var(--components-button-destructive-high-background-hover);
|
|
7491
|
+
border: 1px solid unset;
|
|
7492
|
+
color: var(--components-button-destructive-high-text-hover);
|
|
7493
|
+
}
|
|
7494
|
+
|
|
7495
|
+
.nv-button.emphasis-high.danger:focus, .nv-button.emphasis-high.danger:focus-within {
|
|
7496
|
+
outline: none;
|
|
7497
|
+
}
|
|
7498
|
+
|
|
7499
|
+
.nv-button.emphasis-high.danger:focus-visible, .nv-button.emphasis-high.danger:has(:focus-visible) {
|
|
7500
|
+
outline: var(--focus-outline-stroke) solid var(--color-focus-destructive);
|
|
7501
|
+
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7502
|
+
}
|
|
7503
|
+
|
|
7504
|
+
.nv-button.emphasis-medium {
|
|
7505
|
+
background: var(--components-button-medium-background);
|
|
7506
|
+
border: 1px solid var(--components-button-medium-border);
|
|
7507
|
+
color: var(--components-button-medium-text);
|
|
7508
|
+
}
|
|
7509
|
+
|
|
7510
|
+
.nv-button.emphasis-medium:hover {
|
|
7511
|
+
background: var(--components-button-medium-background-hover);
|
|
7512
|
+
border: 1px solid var(--components-button-medium-border);
|
|
7513
|
+
color: var(--components-button-medium-text-hover);
|
|
7514
|
+
}
|
|
7515
|
+
|
|
7516
|
+
.nv-button.emphasis-medium:focus, .nv-button.emphasis-medium:focus-within {
|
|
7517
|
+
outline: none;
|
|
7518
|
+
}
|
|
7519
|
+
|
|
7520
|
+
.nv-button.emphasis-medium:focus-visible, .nv-button.emphasis-medium:has(:focus-visible) {
|
|
7521
|
+
outline: var(--focus-outline-stroke) solid var(--color-focus-brand);
|
|
7522
|
+
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7523
|
+
}
|
|
7524
|
+
|
|
7525
|
+
.nv-button.emphasis-medium:disabled:not([disabled=false]) {
|
|
7526
|
+
opacity: 0.5;
|
|
7527
|
+
cursor: not-allowed;
|
|
7528
|
+
box-shadow: none;
|
|
7529
|
+
}
|
|
7530
|
+
|
|
7531
|
+
.nv-button.emphasis-medium.danger {
|
|
7532
|
+
background: var(--components-button-destructive-medium-background);
|
|
7533
|
+
border: 1px solid var(--components-button-destructive-medium-border);
|
|
7534
|
+
color: var(--components-button-destructive-medium-text);
|
|
7535
|
+
}
|
|
7536
|
+
|
|
7537
|
+
.nv-button.emphasis-medium.danger:hover {
|
|
7538
|
+
background: var(--components-button-destructive-medium-background-hover);
|
|
7539
|
+
border: 1px solid var(--components-button-destructive-medium-border);
|
|
7540
|
+
color: var(--components-button-destructive-medium-text-hover);
|
|
7541
|
+
}
|
|
7542
|
+
|
|
7543
|
+
.nv-button.emphasis-medium.danger:focus, .nv-button.emphasis-medium.danger:focus-within {
|
|
7544
|
+
outline: none;
|
|
7545
|
+
}
|
|
7546
|
+
|
|
7547
|
+
.nv-button.emphasis-medium.danger:focus-visible, .nv-button.emphasis-medium.danger:has(:focus-visible) {
|
|
7548
|
+
outline: var(--focus-outline-stroke) solid var(--color-focus-destructive);
|
|
7549
|
+
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7550
|
+
}
|
|
7551
|
+
|
|
7552
|
+
.nv-button.emphasis-low {
|
|
7553
|
+
background: var(--components-button-low-background);
|
|
7554
|
+
border: 1px solid var(--components-button-low-border);
|
|
7555
|
+
color: var(--components-button-low-text);
|
|
7556
|
+
}
|
|
7557
|
+
|
|
7558
|
+
.nv-button.emphasis-low:hover {
|
|
7559
|
+
background: var(--components-button-low-background-hover);
|
|
7560
|
+
border: 1px solid var(--components-button-low-border);
|
|
7561
|
+
color: var(--components-button-low-text-hover);
|
|
7562
|
+
}
|
|
7563
|
+
|
|
7564
|
+
.nv-button.emphasis-low:focus, .nv-button.emphasis-low:focus-within {
|
|
7565
|
+
outline: none;
|
|
7566
|
+
}
|
|
7567
|
+
|
|
7568
|
+
.nv-button.emphasis-low:focus-visible, .nv-button.emphasis-low:has(:focus-visible) {
|
|
7569
|
+
outline: var(--focus-outline-stroke) solid var(--color-focus-brand);
|
|
7570
|
+
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7571
|
+
}
|
|
7572
|
+
|
|
7573
|
+
.nv-button.emphasis-low:disabled:not([disabled=false]) {
|
|
7574
|
+
opacity: 0.5;
|
|
7575
|
+
cursor: not-allowed;
|
|
7576
|
+
box-shadow: none;
|
|
7577
|
+
}
|
|
7578
|
+
|
|
7579
|
+
.nv-button.emphasis-low.danger {
|
|
7580
|
+
background: var(--components-button-destructive-low-background);
|
|
7581
|
+
border: 1px solid var(--components-button-destructive-low-border);
|
|
7582
|
+
color: var(--components-button-destructive-low-text);
|
|
7583
|
+
}
|
|
7584
|
+
|
|
7585
|
+
.nv-button.emphasis-low.danger:hover {
|
|
7586
|
+
background: var(--components-button-destructive-low-background-hover);
|
|
7587
|
+
border: 1px solid var(--components-button-destructive-low-border);
|
|
7588
|
+
color: var(--components-button-destructive-low-text-hover);
|
|
7589
|
+
}
|
|
7590
|
+
|
|
7591
|
+
.nv-button.emphasis-low.danger:focus, .nv-button.emphasis-low.danger:focus-within {
|
|
7592
|
+
outline: none;
|
|
7593
|
+
}
|
|
7594
|
+
|
|
7595
|
+
.nv-button.emphasis-low.danger:focus-visible, .nv-button.emphasis-low.danger:has(:focus-visible) {
|
|
7596
|
+
outline: var(--focus-outline-stroke) solid var(--color-focus-destructive);
|
|
7597
|
+
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7598
|
+
}
|
|
7599
|
+
|
|
7600
|
+
.nv-button.emphasis-lower {
|
|
7601
|
+
background: var(--components-button-lower-background);
|
|
7602
|
+
border: 1px solid var(--components-button-lower-border);
|
|
7603
|
+
color: var(--components-button-lower-text);
|
|
7604
|
+
}
|
|
7605
|
+
|
|
7606
|
+
.nv-button.emphasis-lower:hover {
|
|
7607
|
+
background: var(--components-button-lower-background-hover);
|
|
7608
|
+
border: 1px solid var(--components-button-lower-border);
|
|
7609
|
+
color: var(--components-button-lower-text-hover);
|
|
7610
|
+
}
|
|
7611
|
+
|
|
7612
|
+
.nv-button.emphasis-lower:focus, .nv-button.emphasis-lower:focus-within {
|
|
7613
|
+
outline: none;
|
|
7614
|
+
}
|
|
7615
|
+
|
|
7616
|
+
.nv-button.emphasis-lower:focus-visible, .nv-button.emphasis-lower:has(:focus-visible) {
|
|
7617
|
+
outline: var(--focus-outline-stroke) solid var(--color-focus-brand);
|
|
7618
|
+
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7619
|
+
}
|
|
7620
|
+
|
|
7621
|
+
.nv-button.emphasis-lower:disabled:not([disabled=false]) {
|
|
7622
|
+
opacity: 0.5;
|
|
7623
|
+
cursor: not-allowed;
|
|
7624
|
+
box-shadow: none;
|
|
7625
|
+
}
|
|
7626
|
+
|
|
7627
|
+
.nv-button.emphasis-lower.danger {
|
|
7628
|
+
background: var(--components-button-destructive-lower-background);
|
|
7629
|
+
border: 1px solid var(--components-button-destructive-lower-border);
|
|
7630
|
+
color: var(--components-button-destructive-lower-text);
|
|
7631
|
+
}
|
|
7632
|
+
|
|
7633
|
+
.nv-button.emphasis-lower.danger:hover {
|
|
7634
|
+
background: var(--components-button-destructive-lower-background-hover);
|
|
7635
|
+
border: 1px solid var(--components-button-destructive-lower-border);
|
|
7636
|
+
color: var(--components-button-destructive-lower-text-hover);
|
|
7637
|
+
}
|
|
7638
|
+
|
|
7639
|
+
.nv-button.emphasis-lower.danger:focus, .nv-button.emphasis-lower.danger:focus-within {
|
|
7640
|
+
outline: none;
|
|
7641
|
+
}
|
|
7642
|
+
|
|
7643
|
+
.nv-button.emphasis-lower.danger:focus-visible, .nv-button.emphasis-lower.danger:has(:focus-visible) {
|
|
7644
|
+
outline: var(--focus-outline-stroke) solid var(--color-focus-destructive);
|
|
7645
|
+
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7646
|
+
}
|
|
7647
|
+
|
|
7648
|
+
.nv-button.fluid {
|
|
7649
|
+
width: 100%;
|
|
7650
|
+
}
|
|
7651
|
+
|
|
7652
|
+
.nv-link {
|
|
7653
|
+
color: var(--color-interaction-link-high-text);
|
|
7654
|
+
font-weight: 500;
|
|
7655
|
+
text-decoration: none;
|
|
7656
|
+
}
|
|
7657
|
+
|
|
7658
|
+
.nv-link:hover {
|
|
7659
|
+
color: var(--color-interaction-link-high-text-hover);
|
|
7660
|
+
}
|
|
7661
|
+
|
|
7662
|
+
.nv-tabs .nv-link {
|
|
7663
|
+
border-color: transparent;
|
|
7664
|
+
}
|
|
7665
|
+
|
|
7666
|
+
.nv-tabs .nv-link:hover,
|
|
7667
|
+
.nv-tabs .selected {
|
|
7668
|
+
border-color: var(--color-interaction-container-branded-high-border);
|
|
7559
7669
|
}
|
|
7560
7670
|
|
|
7561
7671
|
.hover\:bg-interaction-container-branded-high-hover:hover {
|
|
@@ -7614,14 +7724,6 @@ h6 {
|
|
|
7614
7724
|
color: var(--color-interaction-link-high-text-hover);
|
|
7615
7725
|
}
|
|
7616
7726
|
|
|
7617
|
-
.hover\:icon-interaction-link-inline-hover:hover {
|
|
7618
|
-
color: var(--color-interaction-link-inline-icon-hover);
|
|
7619
|
-
}
|
|
7620
|
-
|
|
7621
|
-
.hover\:text-interaction-link-inline-hover:hover {
|
|
7622
|
-
color: var(--color-interaction-link-inline-text-hover);
|
|
7623
|
-
}
|
|
7624
|
-
|
|
7625
7727
|
.hover\:icon-interaction-link-low-hover:hover {
|
|
7626
7728
|
color: var(--color-interaction-link-low-icon-hover);
|
|
7627
7729
|
}
|
|
@@ -7630,38 +7732,6 @@ h6 {
|
|
|
7630
7732
|
color: var(--color-interaction-link-low-text-hover);
|
|
7631
7733
|
}
|
|
7632
7734
|
|
|
7633
|
-
.hover\:icon-interaction-link-standalone-hover:hover {
|
|
7634
|
-
color: var(--color-interaction-link-standalone-icon-hover);
|
|
7635
|
-
}
|
|
7636
|
-
|
|
7637
|
-
.hover\:text-interaction-link-standalone-hover:hover {
|
|
7638
|
-
color: var(--color-interaction-link-standalone-text-hover);
|
|
7639
|
-
}
|
|
7640
|
-
|
|
7641
|
-
.hover\:icon-interaction-link-table-hover:hover {
|
|
7642
|
-
color: var(--color-interaction-link-table-icon-hover);
|
|
7643
|
-
}
|
|
7644
|
-
|
|
7645
|
-
.hover\:text-interaction-link-table-hover:hover {
|
|
7646
|
-
color: var(--color-interaction-link-table-text-hover);
|
|
7647
|
-
}
|
|
7648
|
-
|
|
7649
|
-
.hover\:bg-interaction-neutral-hover:hover {
|
|
7650
|
-
background-color: var(--color-interaction-neutral-background-hover);
|
|
7651
|
-
}
|
|
7652
|
-
|
|
7653
|
-
.hover\:border-interaction-neutral-hover:hover {
|
|
7654
|
-
border-color: var(--color-interaction-neutral-border-hover);
|
|
7655
|
-
}
|
|
7656
|
-
|
|
7657
|
-
.hover\:icon-interaction-neutral-hover:hover {
|
|
7658
|
-
color: var(--color-interaction-neutral-icon-hover);
|
|
7659
|
-
}
|
|
7660
|
-
|
|
7661
|
-
.hover\:text-interaction-neutral-hover:hover {
|
|
7662
|
-
color: var(--color-interaction-neutral-text-hover);
|
|
7663
|
-
}
|
|
7664
|
-
|
|
7665
7735
|
@media (min-width: 640px) {
|
|
7666
7736
|
.sm\:static {
|
|
7667
7737
|
position: static;
|