@ncds/ui-admin 0.0.28 → 0.0.30
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.
|
@@ -16,7 +16,6 @@ export declare const COLOR: {
|
|
|
16
16
|
pink100: string;
|
|
17
17
|
pink600: string;
|
|
18
18
|
yellow600: string;
|
|
19
|
-
violet600: string;
|
|
20
19
|
white: string;
|
|
21
20
|
currentColor: string;
|
|
22
21
|
black: string;
|
|
@@ -31,5 +30,5 @@ export declare const COLOR: {
|
|
|
31
30
|
'secondary-gray-blue-700': string;
|
|
32
31
|
};
|
|
33
32
|
export type ColorKeyType = keyof typeof COLOR;
|
|
34
|
-
export type ColorTone = 'neutral' | 'error' | 'warning' | 'success' | 'blue' | 'pink' | '
|
|
33
|
+
export type ColorTone = 'neutral' | 'error' | 'warning' | 'success' | 'blue' | 'pink' | 'disabled';
|
|
35
34
|
//# sourceMappingURL=color.d.ts.map
|
|
@@ -51,14 +51,6 @@
|
|
|
51
51
|
--orange-500: #e4501e;
|
|
52
52
|
--orange-600: #b93815;
|
|
53
53
|
--orange-700: #772917;
|
|
54
|
-
--violet-50: #fbfaff;
|
|
55
|
-
--violet-100: #ece9fe;
|
|
56
|
-
--violet-200: #ddd6fe;
|
|
57
|
-
--violet-300: #c3b5fd;
|
|
58
|
-
--violet-400: #a48afb;
|
|
59
|
-
--violet-500: #6927da;
|
|
60
|
-
--violet-600: #5720b7;
|
|
61
|
-
--violet-700: #3e1486;
|
|
62
54
|
--focus-ring-4px-primary-100: 0px 0px 0px 3px #ffeaee;
|
|
63
55
|
--focus-ring-4px-gray-100: 0px 0px 0px 3px #f2f4f7;
|
|
64
56
|
--focus-ring-4px-error-100: 0px 0px 0px 3px #fee4e2;
|
|
@@ -540,8 +532,8 @@ button {
|
|
|
540
532
|
color: var(--gray-600);
|
|
541
533
|
}
|
|
542
534
|
:where(.ncua-button-group.has-border) {
|
|
543
|
-
outline: 1px solid var(--gray-200);
|
|
544
535
|
box-shadow: var(--shadow-xs);
|
|
536
|
+
border: 1px solid var(--gray-200);
|
|
545
537
|
}
|
|
546
538
|
:where(.ncua-button-group.has-border) .ncua-button-group__item:hover {
|
|
547
539
|
background-color: var(--gray-50);
|
|
@@ -575,7 +567,7 @@ button {
|
|
|
575
567
|
background-color: var(--gray-200);
|
|
576
568
|
}
|
|
577
569
|
.ncua-button-group--xs .ncua-button-group__item {
|
|
578
|
-
padding:
|
|
570
|
+
padding: 4px 12px;
|
|
579
571
|
font-size: var(--font-size-xxxs);
|
|
580
572
|
line-height: var(--line-heights-xxxs);
|
|
581
573
|
font-weight: var(--font-weights-commerce-sans-1);
|
|
@@ -588,7 +580,7 @@ button {
|
|
|
588
580
|
}
|
|
589
581
|
|
|
590
582
|
.ncua-button-group--sm .ncua-button-group__item {
|
|
591
|
-
padding:
|
|
583
|
+
padding: 4px 16px;
|
|
592
584
|
font-size: var(--font-size-xs);
|
|
593
585
|
line-height: var(--line-heights-xs);
|
|
594
586
|
font-weight: var(--font-weights-commerce-sans-1);
|
|
@@ -614,7 +606,7 @@ button {
|
|
|
614
606
|
}
|
|
615
607
|
|
|
616
608
|
.ncua-button-group--lg .ncua-button-group__item {
|
|
617
|
-
padding:
|
|
609
|
+
padding: 8px 16px;
|
|
618
610
|
font-size: var(--font-size-sm);
|
|
619
611
|
line-height: var(--line-heights-sm);
|
|
620
612
|
font-weight: var(--font-weights-commerce-sans-2);
|
|
@@ -972,9 +964,6 @@ button {
|
|
|
972
964
|
.ncua-dot--pink {
|
|
973
965
|
background-color: var(--pink-500);
|
|
974
966
|
}
|
|
975
|
-
.ncua-dot--violet {
|
|
976
|
-
background-color: var(--violet-500);
|
|
977
|
-
}
|
|
978
967
|
.ncua-dot--disabled {
|
|
979
968
|
background-color: var(--gray-300);
|
|
980
969
|
}
|
|
@@ -2795,7 +2784,7 @@ button {
|
|
|
2795
2784
|
display: inline-flex;
|
|
2796
2785
|
}
|
|
2797
2786
|
.ncua-date-picker .flatpickr-wrapper {
|
|
2798
|
-
|
|
2787
|
+
border: 1px solid var(--gray-200);
|
|
2799
2788
|
border-radius: 6px;
|
|
2800
2789
|
font-weight: 400;
|
|
2801
2790
|
background: var(--base-white);
|