@seed-design/css 0.0.7 → 0.0.9
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/all.css +106 -15
- package/all.min.css +1 -1
- package/base.css +3 -3
- package/base.min.css +1 -1
- package/package.json +1 -1
- package/recipes/help-bubble.css +3 -1
- package/recipes/manner-temp.css +29 -0
- package/recipes/manner-temp.d.ts +22 -0
- package/recipes/manner-temp.mjs +32 -0
- package/recipes/notification-badge-positioner.css +33 -0
- package/recipes/notification-badge-positioner.d.ts +26 -0
- package/recipes/notification-badge-positioner.mjs +50 -0
- package/recipes/notification-badge.css +27 -0
- package/recipes/notification-badge.d.ts +22 -0
- package/recipes/notification-badge.mjs +28 -0
- package/recipes/tabs.css +0 -10
- package/recipes/tabs.d.ts +1 -1
- package/recipes/tabs.mjs +0 -4
- package/vars/component/divider.d.ts +9 -0
- package/vars/component/divider.mjs +9 -0
- package/vars/component/help-bubble.d.ts +5 -3
- package/vars/component/help-bubble.mjs +5 -3
- package/vars/component/index.d.ts +2 -0
- package/vars/component/index.mjs +2 -0
- package/vars/component/notification-badge.d.ts +41 -0
- package/vars/component/notification-badge.mjs +41 -0
- package/vars/component/tab.d.ts +0 -6
- package/vars/component/tab.mjs +0 -6
- package/vars/component/text-button.d.ts +0 -1
- package/vars/component/text-button.mjs +0 -1
package/all.css
CHANGED
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
--seed-color-palette-carrot-400: #ffb999;
|
|
267
267
|
--seed-color-palette-carrot-500: #ff9364;
|
|
268
268
|
--seed-color-palette-carrot-600: #f60;
|
|
269
|
-
--seed-color-palette-carrot-700: #
|
|
269
|
+
--seed-color-palette-carrot-700: #e04f00;
|
|
270
270
|
--seed-color-palette-carrot-800: #b93901;
|
|
271
271
|
--seed-color-palette-carrot-900: #862b00;
|
|
272
272
|
--seed-color-palette-carrot-1000: #471601;
|
|
@@ -429,8 +429,8 @@
|
|
|
429
429
|
--seed-color-palette-carrot-1000: #f4eeea;
|
|
430
430
|
--seed-color-palette-gray-00: #000;
|
|
431
431
|
--seed-color-palette-gray-100: #16171b;
|
|
432
|
-
--seed-color-palette-gray-200: #
|
|
433
|
-
--seed-color-palette-gray-300: #
|
|
432
|
+
--seed-color-palette-gray-200: #22252b;
|
|
433
|
+
--seed-color-palette-gray-300: #2b2e35;
|
|
434
434
|
--seed-color-palette-gray-400: #393d46;
|
|
435
435
|
--seed-color-palette-gray-500: #5b606a;
|
|
436
436
|
--seed-color-palette-gray-600: #868b94;
|
|
@@ -2648,6 +2648,42 @@
|
|
|
2648
2648
|
color: var(--seed-color-fg-magic-contrast);
|
|
2649
2649
|
}
|
|
2650
2650
|
|
|
2651
|
+
.seed-manner-temp {
|
|
2652
|
+
box-sizing: border-box;
|
|
2653
|
+
justify-content: flex-start;
|
|
2654
|
+
align-items: center;
|
|
2655
|
+
gap: var(--seed-dimension-x1);
|
|
2656
|
+
font-size: var(--seed-font-size-t5);
|
|
2657
|
+
line-height: var(--seed-line-height-t5);
|
|
2658
|
+
font-weight: var(--seed-font-weight-bold);
|
|
2659
|
+
--seed-suffix-icon-size: var(--seed-dimension-x6);
|
|
2660
|
+
display: inline-flex;
|
|
2661
|
+
}
|
|
2662
|
+
|
|
2663
|
+
.seed-manner-temp--level_l1 {
|
|
2664
|
+
color: var(--seed-color-manner-temp-l1-text);
|
|
2665
|
+
}
|
|
2666
|
+
|
|
2667
|
+
.seed-manner-temp--level_l2 {
|
|
2668
|
+
color: var(--seed-color-manner-temp-l2-text);
|
|
2669
|
+
}
|
|
2670
|
+
|
|
2671
|
+
.seed-manner-temp--level_l3 {
|
|
2672
|
+
color: var(--seed-color-manner-temp-l3-text);
|
|
2673
|
+
}
|
|
2674
|
+
|
|
2675
|
+
.seed-manner-temp--level_l4 {
|
|
2676
|
+
color: var(--seed-color-manner-temp-l4-text);
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
.seed-manner-temp--level_l5 {
|
|
2680
|
+
color: var(--seed-color-manner-temp-l5-text);
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2683
|
+
.seed-manner-temp--level_l6 {
|
|
2684
|
+
color: var(--seed-color-manner-temp-l6-text);
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2651
2687
|
.seed-manner-temp-badge {
|
|
2652
2688
|
box-sizing: border-box;
|
|
2653
2689
|
text-transform: none;
|
|
@@ -2990,7 +3026,7 @@
|
|
|
2990
3026
|
.seed-help-bubble__content {
|
|
2991
3027
|
background: var(--seed-color-bg-neutral-solid);
|
|
2992
3028
|
padding-inline: var(--seed-dimension-x3);
|
|
2993
|
-
padding-block: var(--seed-dimension-
|
|
3029
|
+
padding-block: var(--seed-dimension-x2_5);
|
|
2994
3030
|
border-radius: var(--seed-radius-r3);
|
|
2995
3031
|
word-break: keep-all;
|
|
2996
3032
|
--seed-box-max-width: initial;
|
|
@@ -3013,12 +3049,14 @@
|
|
|
3013
3049
|
color: var(--seed-color-palette-static-white);
|
|
3014
3050
|
font-size: var(--seed-font-size-t3);
|
|
3015
3051
|
font-weight: var(--seed-font-weight-bold);
|
|
3052
|
+
line-height: var(--seed-line-height-t3);
|
|
3016
3053
|
}
|
|
3017
3054
|
|
|
3018
3055
|
.seed-help-bubble__description {
|
|
3019
3056
|
color: var(--seed-color-palette-static-white);
|
|
3020
3057
|
font-size: var(--seed-font-size-t3);
|
|
3021
3058
|
font-weight: var(--seed-font-weight-regular);
|
|
3059
|
+
line-height: var(--seed-line-height-t3);
|
|
3022
3060
|
}
|
|
3023
3061
|
|
|
3024
3062
|
.seed-help-bubble__closeButton {
|
|
@@ -3362,17 +3400,6 @@
|
|
|
3362
3400
|
right: 0;
|
|
3363
3401
|
}
|
|
3364
3402
|
|
|
3365
|
-
.seed-tabs__triggerNotification {
|
|
3366
|
-
top: 0;
|
|
3367
|
-
right: calc(-1 * var(--seed-dimension-x1) - var(--seed-dimension-x0_5));
|
|
3368
|
-
background-color: var(--seed-color-bg-brand-solid);
|
|
3369
|
-
width: var(--seed-dimension-x1);
|
|
3370
|
-
height: var(--seed-dimension-x1);
|
|
3371
|
-
border-radius: var(--seed-radius-full);
|
|
3372
|
-
align-self: flex-start;
|
|
3373
|
-
position: absolute;
|
|
3374
|
-
}
|
|
3375
|
-
|
|
3376
3403
|
.seed-tabs__list--triggerLayout_fill {
|
|
3377
3404
|
justify-content: space-around;
|
|
3378
3405
|
padding-inline: 0;
|
|
@@ -4354,6 +4381,70 @@
|
|
|
4354
4381
|
line-height: var(--seed-line-height-t2);
|
|
4355
4382
|
}
|
|
4356
4383
|
|
|
4384
|
+
.seed-notification-badge {
|
|
4385
|
+
box-sizing: border-box;
|
|
4386
|
+
text-transform: none;
|
|
4387
|
+
text-align: start;
|
|
4388
|
+
-webkit-font-smoothing: antialiased;
|
|
4389
|
+
-moz-osx-font-smoothing: grayscale;
|
|
4390
|
+
background-color: var(--seed-color-bg-brand-solid);
|
|
4391
|
+
color: var(--seed-color-palette-static-white);
|
|
4392
|
+
justify-content: center;
|
|
4393
|
+
align-items: center;
|
|
4394
|
+
text-decoration: none;
|
|
4395
|
+
display: inline-flex;
|
|
4396
|
+
}
|
|
4397
|
+
|
|
4398
|
+
.seed-notification-badge--size_small {
|
|
4399
|
+
border-radius: var(--seed-radius-full);
|
|
4400
|
+
width: 6px;
|
|
4401
|
+
height: 6px;
|
|
4402
|
+
}
|
|
4403
|
+
|
|
4404
|
+
.seed-notification-badge--size_large {
|
|
4405
|
+
border-radius: var(--seed-radius-full);
|
|
4406
|
+
min-height: 18px;
|
|
4407
|
+
padding-inline: var(--seed-dimension-x1);
|
|
4408
|
+
font-size: var(--seed-font-size-t1);
|
|
4409
|
+
line-height: var(--seed-line-height-t1);
|
|
4410
|
+
font-weight: var(--seed-font-weight-bold);
|
|
4411
|
+
padding-block: 0;
|
|
4412
|
+
}
|
|
4413
|
+
|
|
4414
|
+
.seed-notification-badge-positioner {
|
|
4415
|
+
box-sizing: border-box;
|
|
4416
|
+
justify-content: center;
|
|
4417
|
+
align-items: center;
|
|
4418
|
+
display: inline-flex;
|
|
4419
|
+
position: absolute;
|
|
4420
|
+
}
|
|
4421
|
+
|
|
4422
|
+
.seed-notification-badge-positioner--attach_icon {
|
|
4423
|
+
inset-block-end: auto;
|
|
4424
|
+
inset-inline-start: auto;
|
|
4425
|
+
translate: 100% -100%;
|
|
4426
|
+
}
|
|
4427
|
+
|
|
4428
|
+
.seed-notification-badge-positioner--attach_text {
|
|
4429
|
+
inset-block-end: auto;
|
|
4430
|
+
inset-inline-start: auto;
|
|
4431
|
+
translate: 100%;
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4434
|
+
.seed-notification-badge-positioner--size_large-attach_icon {
|
|
4435
|
+
inset-block-start: 14px;
|
|
4436
|
+
inset-inline-end: 8px;
|
|
4437
|
+
}
|
|
4438
|
+
|
|
4439
|
+
.seed-notification-badge-positioner--size_small-attach_icon {
|
|
4440
|
+
inset-block-start: 7px;
|
|
4441
|
+
inset-inline-end: 7px;
|
|
4442
|
+
}
|
|
4443
|
+
|
|
4444
|
+
.seed-notification-badge-positioner--size_large-attach_text, .seed-notification-badge-positioner--size_small-attach_text {
|
|
4445
|
+
inset-inline-end: -2px;
|
|
4446
|
+
}
|
|
4447
|
+
|
|
4357
4448
|
.seed-app-screen__root {
|
|
4358
4449
|
--app-bar-offset: calc(var(--app-bar-height) + var(--seed-safe-area-top));
|
|
4359
4450
|
width: 100%;
|