ods-ant 0.1.0 → 0.2.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/README.md +24 -0
- package/dist-lib/index.cjs +2609 -967
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.js +4835 -2461
- package/dist-lib/index.js.map +1 -1
- package/dist-lib/ontadaTheme-DEEJ31G9.cjs +2 -0
- package/dist-lib/ontadaTheme-DEEJ31G9.cjs.map +1 -0
- package/dist-lib/ontadaTheme-DoyP_6uO.js +1022 -0
- package/dist-lib/ontadaTheme-DoyP_6uO.js.map +1 -0
- package/dist-lib/theme.cjs +1 -2
- package/dist-lib/theme.js +2 -611
- package/dist-lib/types/ds/display/Badge.d.ts +41 -0
- package/dist-lib/types/ds/display/Badge.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Empty.d.ts +24 -0
- package/dist-lib/types/ds/display/Empty.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Segmented.d.ts +3 -1
- package/dist-lib/types/ds/display/Segmented.d.ts.map +1 -1
- package/dist-lib/types/ds/display/Table.d.ts +30 -1
- package/dist-lib/types/ds/display/Table.d.ts.map +1 -1
- package/dist-lib/types/ds/display/Tag.d.ts +11 -2
- package/dist-lib/types/ds/display/Tag.d.ts.map +1 -1
- package/dist-lib/types/ds/display/Tooltip.d.ts +1 -0
- package/dist-lib/types/ds/display/Tooltip.d.ts.map +1 -1
- package/dist-lib/types/ds/display/index.d.ts +2 -0
- package/dist-lib/types/ds/display/index.d.ts.map +1 -1
- package/dist-lib/types/ds/feedback/Drawer.d.ts +33 -0
- package/dist-lib/types/ds/feedback/Drawer.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Modal.d.ts.map +1 -1
- package/dist-lib/types/ds/feedback/Spin.d.ts.map +1 -1
- package/dist-lib/types/ds/feedback/feedbackIcons.d.ts.map +1 -1
- package/dist-lib/types/ds/feedback/index.d.ts +1 -0
- package/dist-lib/types/ds/feedback/index.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleCheckboxGroup.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleDatePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleRadioGroup.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleSelect.d.ts +2 -2
- package/dist-lib/types/ds/forms/AccessibleSelect.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleSwitch.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AutoComplete.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Cascader.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Checkbox.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableAutoComplete.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableInputNumber.d.ts +1 -1
- package/dist-lib/types/ds/forms/ClearableInputNumber.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableSelect.d.ts +2 -2
- package/dist-lib/types/ds/forms/ClearableSelect.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/DatePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Form.d.ts +35 -0
- package/dist-lib/types/ds/forms/Form.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/FormError.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/FormSuccess.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/FormWarning.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Input.d.ts +17 -0
- package/dist-lib/types/ds/forms/Input.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/InputNumber.d.ts +8 -0
- package/dist-lib/types/ds/forms/InputNumber.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/TimePicker.d.ts +1 -1
- package/dist-lib/types/ds/forms/TimePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/autoCompleteStyles.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/datePickerStyles.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/index.d.ts +2 -0
- package/dist-lib/types/ds/forms/index.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/inputNumberStyles.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/selectStyles.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/timePickerStyles.d.ts.map +1 -1
- package/dist-lib/types/ds/navigation/Dropdown.d.ts +7 -0
- package/dist-lib/types/ds/navigation/Dropdown.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Pagination.d.ts +25 -0
- package/dist-lib/types/ds/navigation/Pagination.d.ts.map +1 -1
- package/dist-lib/types/ds/navigation/Tabs.d.ts +4 -1
- package/dist-lib/types/ds/navigation/Tabs.d.ts.map +1 -1
- package/dist-lib/types/ds/navigation/dropdownStyles.d.ts +4 -0
- package/dist-lib/types/ds/navigation/dropdownStyles.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/index.d.ts +1 -0
- package/dist-lib/types/ds/navigation/index.d.ts.map +1 -1
- package/dist-lib/types/ds/navigation/stepsStyles.d.ts.map +1 -1
- package/dist-lib/types/theme/ontadaTheme.d.ts +370 -0
- package/dist-lib/types/theme/ontadaTheme.d.ts.map +1 -1
- package/dist-lib/types/tokens/core.d.ts +54 -0
- package/dist-lib/types/tokens/core.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist-lib/theme.cjs.map +0 -1
- package/dist-lib/theme.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ds/navigation/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ds/navigation/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepsStyles.d.ts","sourceRoot":"","sources":["../../../../src/ds/navigation/stepsStyles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stepsStyles.d.ts","sourceRoot":"","sources":["../../../../src/ds/navigation/stepsStyles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,aAAa,CAAC;AAEzC,eAAO,MAAM,oBAAoB,GAAI,GAAG,YAAY,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,KAAG,MACnC,CAAC;AAE9C,eAAO,MAAM,iBAAiB,YAuM7B,CAAC"}
|
|
@@ -81,6 +81,7 @@ export declare const dsSemanticTokens: {
|
|
|
81
81
|
readonly focus: "#007CC1";
|
|
82
82
|
readonly error: "#C53026";
|
|
83
83
|
readonly success: "#277036";
|
|
84
|
+
readonly radius: "4px";
|
|
84
85
|
readonly widthDefault: "1px";
|
|
85
86
|
readonly widthFocus: "2px";
|
|
86
87
|
};
|
|
@@ -98,6 +99,89 @@ export declare const dsSemanticTokens: {
|
|
|
98
99
|
};
|
|
99
100
|
readonly focusFontWeight: 600;
|
|
100
101
|
};
|
|
102
|
+
readonly form: {
|
|
103
|
+
readonly text: {
|
|
104
|
+
readonly label: "#1E394E";
|
|
105
|
+
readonly description: "#3C5C6E";
|
|
106
|
+
readonly sectionTitle: "#181818";
|
|
107
|
+
readonly summaryTitle: "#181818";
|
|
108
|
+
readonly optional: "#627386";
|
|
109
|
+
readonly required: "#C53026";
|
|
110
|
+
readonly help: "#3C5C6E";
|
|
111
|
+
readonly error: "#C53026";
|
|
112
|
+
readonly warning: "#B05D23";
|
|
113
|
+
readonly success: "#277036";
|
|
114
|
+
};
|
|
115
|
+
readonly surface: {
|
|
116
|
+
readonly background: "#FFFFFF";
|
|
117
|
+
readonly subtle: "#F2F6FA";
|
|
118
|
+
readonly clinical: "#F0F5FD";
|
|
119
|
+
readonly review: "#FBFBFA";
|
|
120
|
+
readonly warning: "#FDF5EE";
|
|
121
|
+
readonly error: "#FEF1F0";
|
|
122
|
+
};
|
|
123
|
+
readonly border: {
|
|
124
|
+
readonly color: "#BAC5CC";
|
|
125
|
+
readonly strong: "#627386";
|
|
126
|
+
readonly focus: "#007CC1";
|
|
127
|
+
readonly radius: "6px";
|
|
128
|
+
readonly width: "1px";
|
|
129
|
+
};
|
|
130
|
+
readonly typography: {
|
|
131
|
+
readonly label: {
|
|
132
|
+
readonly fontSize: "14px";
|
|
133
|
+
readonly lineHeight: "18px";
|
|
134
|
+
readonly fontWeight: 600;
|
|
135
|
+
};
|
|
136
|
+
readonly help: {
|
|
137
|
+
readonly fontSize: "12px";
|
|
138
|
+
readonly lineHeight: "16px";
|
|
139
|
+
readonly fontWeight: 600;
|
|
140
|
+
};
|
|
141
|
+
readonly sectionTitle: {
|
|
142
|
+
readonly fontSize: "16px";
|
|
143
|
+
readonly lineHeight: "22px";
|
|
144
|
+
readonly fontWeight: 700;
|
|
145
|
+
};
|
|
146
|
+
readonly sectionDescription: {
|
|
147
|
+
readonly fontSize: "14px";
|
|
148
|
+
readonly lineHeight: "20px";
|
|
149
|
+
readonly fontWeight: 400;
|
|
150
|
+
};
|
|
151
|
+
readonly summaryTitle: {
|
|
152
|
+
readonly fontSize: "14px";
|
|
153
|
+
readonly lineHeight: "18px";
|
|
154
|
+
readonly fontWeight: 700;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
readonly spacing: {
|
|
158
|
+
readonly standard: {
|
|
159
|
+
readonly itemGap: "20px";
|
|
160
|
+
readonly sectionGap: "20px";
|
|
161
|
+
readonly shellPadding: "0";
|
|
162
|
+
};
|
|
163
|
+
readonly compact: {
|
|
164
|
+
readonly itemGap: "12px";
|
|
165
|
+
readonly sectionGap: "12px";
|
|
166
|
+
readonly shellPadding: "0";
|
|
167
|
+
};
|
|
168
|
+
readonly clinical: {
|
|
169
|
+
readonly itemGap: "18px";
|
|
170
|
+
readonly sectionGap: "16px";
|
|
171
|
+
readonly shellPadding: "16px";
|
|
172
|
+
};
|
|
173
|
+
readonly review: {
|
|
174
|
+
readonly itemGap: "14px";
|
|
175
|
+
readonly sectionGap: "12px";
|
|
176
|
+
readonly shellPadding: "16px";
|
|
177
|
+
};
|
|
178
|
+
readonly wizardSection: {
|
|
179
|
+
readonly itemGap: "20px";
|
|
180
|
+
readonly sectionGap: "20px";
|
|
181
|
+
readonly shellPadding: "24px";
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
};
|
|
101
185
|
readonly checkbox: {
|
|
102
186
|
readonly size: {
|
|
103
187
|
readonly sm: 16;
|
|
@@ -385,6 +469,48 @@ export declare const dsSemanticTokens: {
|
|
|
385
469
|
readonly focusOutline: "#007CC1";
|
|
386
470
|
};
|
|
387
471
|
};
|
|
472
|
+
readonly drawer: {
|
|
473
|
+
readonly width: {
|
|
474
|
+
readonly narrow: 378;
|
|
475
|
+
readonly standard: 480;
|
|
476
|
+
readonly wide: 640;
|
|
477
|
+
readonly full: 736;
|
|
478
|
+
};
|
|
479
|
+
readonly surface: {
|
|
480
|
+
readonly background: "#FFFFFF";
|
|
481
|
+
readonly header: "#E5E8EA";
|
|
482
|
+
readonly footer: "#FFFFFF";
|
|
483
|
+
readonly details: "#FFFFFF";
|
|
484
|
+
readonly edit: "#FFFFFF";
|
|
485
|
+
readonly filter: "#FFFFFF";
|
|
486
|
+
readonly confirmation: "#FFFFFF";
|
|
487
|
+
readonly workflowPanel: "#FFFFFF";
|
|
488
|
+
};
|
|
489
|
+
readonly text: {
|
|
490
|
+
readonly title: "#181818";
|
|
491
|
+
readonly body: "#1E394E";
|
|
492
|
+
readonly description: "#3C5C6E";
|
|
493
|
+
};
|
|
494
|
+
readonly border: {
|
|
495
|
+
readonly color: "#BAC5CC";
|
|
496
|
+
readonly width: "1px";
|
|
497
|
+
readonly radius: "0";
|
|
498
|
+
};
|
|
499
|
+
readonly backdrop: "rgba(164, 164, 164, 0.6)";
|
|
500
|
+
readonly shadow: "-4px 0 8px rgba(38, 44, 54, 0.18)";
|
|
501
|
+
readonly spacing: {
|
|
502
|
+
readonly header: "16px 24px";
|
|
503
|
+
readonly body: "24px";
|
|
504
|
+
readonly bodyCompact: "16px 24px";
|
|
505
|
+
readonly footer: "16px 24px";
|
|
506
|
+
};
|
|
507
|
+
readonly closeButton: {
|
|
508
|
+
readonly size: "26px";
|
|
509
|
+
readonly iconSize: "18px";
|
|
510
|
+
readonly color: "#1E394E";
|
|
511
|
+
readonly radius: "4px";
|
|
512
|
+
};
|
|
513
|
+
};
|
|
388
514
|
readonly table: {
|
|
389
515
|
readonly surface: {
|
|
390
516
|
readonly container: "#FFFFFF";
|
|
@@ -583,6 +709,250 @@ export declare const dsSemanticTokens: {
|
|
|
583
709
|
};
|
|
584
710
|
};
|
|
585
711
|
};
|
|
712
|
+
readonly badge: {
|
|
713
|
+
readonly borderWidth: "1px";
|
|
714
|
+
readonly status: {
|
|
715
|
+
readonly neutral: {
|
|
716
|
+
readonly solid: {
|
|
717
|
+
readonly bg: "#627386";
|
|
718
|
+
readonly text: "#FFFFFF";
|
|
719
|
+
};
|
|
720
|
+
readonly light: {
|
|
721
|
+
readonly bg: "#F2F6FA";
|
|
722
|
+
readonly text: "#1E394E";
|
|
723
|
+
readonly border: "#BAC5CC";
|
|
724
|
+
};
|
|
725
|
+
readonly outline: {
|
|
726
|
+
readonly text: "#1E394E";
|
|
727
|
+
readonly border: "#1E394E";
|
|
728
|
+
};
|
|
729
|
+
};
|
|
730
|
+
readonly success: {
|
|
731
|
+
readonly solid: {
|
|
732
|
+
readonly bg: "#2E8540";
|
|
733
|
+
readonly text: "#FFFFFF";
|
|
734
|
+
};
|
|
735
|
+
readonly light: {
|
|
736
|
+
readonly bg: "#E7F4E4";
|
|
737
|
+
readonly text: "#277036";
|
|
738
|
+
readonly border: "#277036";
|
|
739
|
+
};
|
|
740
|
+
readonly outline: {
|
|
741
|
+
readonly text: "#277036";
|
|
742
|
+
readonly border: "#277036";
|
|
743
|
+
};
|
|
744
|
+
};
|
|
745
|
+
readonly warning: {
|
|
746
|
+
readonly solid: {
|
|
747
|
+
readonly bg: "#B05D23";
|
|
748
|
+
readonly text: "#FFFFFF";
|
|
749
|
+
};
|
|
750
|
+
readonly light: {
|
|
751
|
+
readonly bg: "#F9E6CF";
|
|
752
|
+
readonly text: "#975220";
|
|
753
|
+
readonly border: "#975220";
|
|
754
|
+
};
|
|
755
|
+
readonly outline: {
|
|
756
|
+
readonly text: "#975220";
|
|
757
|
+
readonly border: "#975220";
|
|
758
|
+
};
|
|
759
|
+
};
|
|
760
|
+
readonly error: {
|
|
761
|
+
readonly solid: {
|
|
762
|
+
readonly bg: "#DB3A29";
|
|
763
|
+
readonly text: "#FFFFFF";
|
|
764
|
+
};
|
|
765
|
+
readonly light: {
|
|
766
|
+
readonly bg: "#F9E9E8";
|
|
767
|
+
readonly text: "#C53026";
|
|
768
|
+
readonly border: "#C53026";
|
|
769
|
+
};
|
|
770
|
+
readonly outline: {
|
|
771
|
+
readonly text: "#C53026";
|
|
772
|
+
readonly border: "#C53026";
|
|
773
|
+
};
|
|
774
|
+
};
|
|
775
|
+
readonly processing: {
|
|
776
|
+
readonly solid: {
|
|
777
|
+
readonly bg: "#007CC1";
|
|
778
|
+
readonly text: "#FFFFFF";
|
|
779
|
+
};
|
|
780
|
+
readonly light: {
|
|
781
|
+
readonly bg: "#F0F5FD";
|
|
782
|
+
readonly text: "#007CC1";
|
|
783
|
+
readonly border: "#007CC1";
|
|
784
|
+
};
|
|
785
|
+
readonly outline: {
|
|
786
|
+
readonly text: "#007CC1";
|
|
787
|
+
readonly border: "#007CC1";
|
|
788
|
+
};
|
|
789
|
+
};
|
|
790
|
+
readonly inactive: {
|
|
791
|
+
readonly solid: {
|
|
792
|
+
readonly bg: "#E5E8EA";
|
|
793
|
+
readonly text: "#1E394E";
|
|
794
|
+
readonly border: "#BAC5CC";
|
|
795
|
+
};
|
|
796
|
+
readonly light: {
|
|
797
|
+
readonly bg: "#F2F6FA";
|
|
798
|
+
readonly text: "#3C5C6E";
|
|
799
|
+
readonly border: "#BAC5CC";
|
|
800
|
+
};
|
|
801
|
+
readonly outline: {
|
|
802
|
+
readonly text: "#3C5C6E";
|
|
803
|
+
readonly border: "#BAC5CC";
|
|
804
|
+
};
|
|
805
|
+
};
|
|
806
|
+
readonly new: {
|
|
807
|
+
readonly solid: {
|
|
808
|
+
readonly bg: "#005483";
|
|
809
|
+
readonly text: "#FFFFFF";
|
|
810
|
+
};
|
|
811
|
+
readonly light: {
|
|
812
|
+
readonly bg: "#F2F6FA";
|
|
813
|
+
readonly text: "#163E5E";
|
|
814
|
+
readonly border: "#163E5E";
|
|
815
|
+
};
|
|
816
|
+
readonly outline: {
|
|
817
|
+
readonly text: "#163E5E";
|
|
818
|
+
readonly border: "#163E5E";
|
|
819
|
+
};
|
|
820
|
+
};
|
|
821
|
+
};
|
|
822
|
+
readonly typography: {
|
|
823
|
+
readonly fontWeight: 700;
|
|
824
|
+
};
|
|
825
|
+
readonly count: {
|
|
826
|
+
readonly radius: "999px";
|
|
827
|
+
};
|
|
828
|
+
readonly dot: {
|
|
829
|
+
readonly border: "#FFFFFF";
|
|
830
|
+
readonly borderWidth: "2px";
|
|
831
|
+
};
|
|
832
|
+
readonly statusText: {
|
|
833
|
+
readonly color: "#1E394E";
|
|
834
|
+
readonly gap: "8px";
|
|
835
|
+
readonly fontWeight: 600;
|
|
836
|
+
};
|
|
837
|
+
readonly size: {
|
|
838
|
+
readonly sm: {
|
|
839
|
+
readonly countSize: "16px";
|
|
840
|
+
readonly countPadding: "0 5px";
|
|
841
|
+
readonly dotSize: "6px";
|
|
842
|
+
readonly statusDotSize: "6px";
|
|
843
|
+
readonly typography: {
|
|
844
|
+
readonly fontSize: "11px";
|
|
845
|
+
readonly lineHeight: "16px";
|
|
846
|
+
readonly letterSpacing: "0";
|
|
847
|
+
};
|
|
848
|
+
readonly statusTypography: {
|
|
849
|
+
readonly fontSize: "12px";
|
|
850
|
+
readonly lineHeight: "16px";
|
|
851
|
+
};
|
|
852
|
+
};
|
|
853
|
+
readonly md: {
|
|
854
|
+
readonly countSize: "20px";
|
|
855
|
+
readonly countPadding: "0 6px";
|
|
856
|
+
readonly dotSize: "8px";
|
|
857
|
+
readonly statusDotSize: "8px";
|
|
858
|
+
readonly typography: {
|
|
859
|
+
readonly fontSize: "12px";
|
|
860
|
+
readonly lineHeight: "18px";
|
|
861
|
+
readonly letterSpacing: "0";
|
|
862
|
+
};
|
|
863
|
+
readonly statusTypography: {
|
|
864
|
+
readonly fontSize: "14px";
|
|
865
|
+
readonly lineHeight: "18px";
|
|
866
|
+
};
|
|
867
|
+
};
|
|
868
|
+
readonly lg: {
|
|
869
|
+
readonly countSize: "24px";
|
|
870
|
+
readonly countPadding: "0 8px";
|
|
871
|
+
readonly dotSize: "10px";
|
|
872
|
+
readonly statusDotSize: "10px";
|
|
873
|
+
readonly typography: {
|
|
874
|
+
readonly fontSize: "14px";
|
|
875
|
+
readonly lineHeight: "20px";
|
|
876
|
+
readonly letterSpacing: "0";
|
|
877
|
+
};
|
|
878
|
+
readonly statusTypography: {
|
|
879
|
+
readonly fontSize: "16px";
|
|
880
|
+
readonly lineHeight: "20px";
|
|
881
|
+
};
|
|
882
|
+
};
|
|
883
|
+
};
|
|
884
|
+
readonly ribbon: {
|
|
885
|
+
readonly radius: "3px 3px 0 0";
|
|
886
|
+
readonly fontSize: "12px";
|
|
887
|
+
readonly lineHeight: "18px";
|
|
888
|
+
readonly letterSpacing: "0";
|
|
889
|
+
};
|
|
890
|
+
};
|
|
891
|
+
readonly empty: {
|
|
892
|
+
readonly text: {
|
|
893
|
+
readonly title: "#3C5C6E";
|
|
894
|
+
readonly description: "#3C5C6E";
|
|
895
|
+
};
|
|
896
|
+
readonly title: {
|
|
897
|
+
readonly fontWeight: 700;
|
|
898
|
+
};
|
|
899
|
+
readonly description: {
|
|
900
|
+
readonly fontWeight: 400;
|
|
901
|
+
};
|
|
902
|
+
readonly illustration: {
|
|
903
|
+
readonly color: "#3C5C6E";
|
|
904
|
+
readonly strokeWidth: "2px";
|
|
905
|
+
};
|
|
906
|
+
readonly table: {
|
|
907
|
+
readonly messageFontWeight: 700;
|
|
908
|
+
};
|
|
909
|
+
readonly size: {
|
|
910
|
+
readonly desktop: {
|
|
911
|
+
readonly illustrationSize: "96px";
|
|
912
|
+
readonly illustrationGap: "20px";
|
|
913
|
+
readonly copyGap: "12px";
|
|
914
|
+
readonly copyWidth: "426px";
|
|
915
|
+
readonly actionGap: "24px";
|
|
916
|
+
readonly tableMinHeight: "210px";
|
|
917
|
+
readonly tablePadding: "48px 24px";
|
|
918
|
+
readonly tableActionGap: "22px";
|
|
919
|
+
readonly title: {
|
|
920
|
+
readonly fontSize: "20px";
|
|
921
|
+
readonly lineHeight: "28px";
|
|
922
|
+
};
|
|
923
|
+
readonly description: {
|
|
924
|
+
readonly fontSize: "14px";
|
|
925
|
+
readonly lineHeight: "20px";
|
|
926
|
+
};
|
|
927
|
+
readonly tableMessage: {
|
|
928
|
+
readonly fontSize: "20px";
|
|
929
|
+
readonly lineHeight: "28px";
|
|
930
|
+
};
|
|
931
|
+
};
|
|
932
|
+
readonly mobile: {
|
|
933
|
+
readonly illustrationSize: "80px";
|
|
934
|
+
readonly illustrationGap: "20px";
|
|
935
|
+
readonly copyGap: "12px";
|
|
936
|
+
readonly copyWidth: "197px";
|
|
937
|
+
readonly actionGap: "20px";
|
|
938
|
+
readonly tableMinHeight: "168px";
|
|
939
|
+
readonly tablePadding: "32px 16px";
|
|
940
|
+
readonly tableActionGap: "18px";
|
|
941
|
+
readonly title: {
|
|
942
|
+
readonly fontSize: "16px";
|
|
943
|
+
readonly lineHeight: "22px";
|
|
944
|
+
};
|
|
945
|
+
readonly description: {
|
|
946
|
+
readonly fontSize: "14px";
|
|
947
|
+
readonly lineHeight: "18px";
|
|
948
|
+
};
|
|
949
|
+
readonly tableMessage: {
|
|
950
|
+
readonly fontSize: "16px";
|
|
951
|
+
readonly lineHeight: "22px";
|
|
952
|
+
};
|
|
953
|
+
};
|
|
954
|
+
};
|
|
955
|
+
};
|
|
586
956
|
readonly picker: {
|
|
587
957
|
readonly selected: {
|
|
588
958
|
readonly background: "#FAF0C8";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ontadaTheme.d.ts","sourceRoot":"","sources":["../../../src/theme/ontadaTheme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"ontadaTheme.d.ts","sourceRoot":"","sources":["../../../src/theme/ontadaTheme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,MAAM,CAAA;AAMvC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAk0BnB,CAAA;AAEV,eAAO,MAAM,QAAQ,EAAE,WA6BtB,CAAA"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
export declare const CORE_COLORS: {
|
|
2
|
+
readonly brand: {
|
|
3
|
+
readonly primary: "#007CC1";
|
|
4
|
+
readonly primaryHover: "#00669E";
|
|
5
|
+
readonly primaryPressed: "#005483";
|
|
6
|
+
readonly brandTint: "#80BDE0";
|
|
7
|
+
readonly deepBrand: "#163E5E";
|
|
8
|
+
};
|
|
9
|
+
readonly text: {
|
|
10
|
+
readonly primary: "#1E394E";
|
|
11
|
+
readonly secondary: "#3C5C6E";
|
|
12
|
+
readonly disabled: "#BAC5CC";
|
|
13
|
+
readonly strong: "#181818";
|
|
14
|
+
readonly inverse: "#FFFFFF";
|
|
15
|
+
readonly muted: "#627386";
|
|
16
|
+
readonly iconMuted: "#7A8A95";
|
|
17
|
+
};
|
|
18
|
+
readonly status: {
|
|
19
|
+
readonly success: "#36B35B";
|
|
20
|
+
readonly successDark: "#277036";
|
|
21
|
+
readonly successDeep: "#2E8540";
|
|
22
|
+
readonly warning: "#D3722E";
|
|
23
|
+
readonly warningDark: "#B05D23";
|
|
24
|
+
readonly warningDeep: "#975220";
|
|
25
|
+
readonly error: "#DB3A29";
|
|
26
|
+
readonly errorDark: "#C53026";
|
|
27
|
+
readonly errorDeep: "#AE2522";
|
|
28
|
+
};
|
|
29
|
+
readonly surface: {
|
|
30
|
+
readonly layout: "#FBFBFA";
|
|
31
|
+
readonly container: "#FFFFFF";
|
|
32
|
+
readonly subtle: "#F2F6FA";
|
|
33
|
+
readonly canvas: "#F3F2F1";
|
|
34
|
+
readonly neutralSoft: "#E5E8EA";
|
|
35
|
+
readonly divider: "#E5E7EB";
|
|
36
|
+
readonly successSoft: "#E7F4E4";
|
|
37
|
+
readonly warningSoft: "#F9E6CF";
|
|
38
|
+
readonly errorSoft: "#F9E9E8";
|
|
39
|
+
};
|
|
40
|
+
readonly accent: {
|
|
41
|
+
readonly highlight: "#F7C91E";
|
|
42
|
+
readonly highlightBg: "#FAF5E2";
|
|
43
|
+
readonly highlightSoft: "#FAF0C8";
|
|
44
|
+
readonly signal: "#F6BE00";
|
|
45
|
+
};
|
|
46
|
+
readonly semantic: {
|
|
47
|
+
readonly successBg: "#EBF7F0";
|
|
48
|
+
readonly warningBg: "#FDF5EE";
|
|
49
|
+
readonly errorBg: "#FEF1F0";
|
|
50
|
+
readonly infoBg: "#F0F5FD";
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
export type CoreColors = typeof CORE_COLORS;
|
|
54
|
+
//# sourceMappingURL=core.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core.d.ts","sourceRoot":"","sources":["../../../src/tokens/core.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDd,CAAA;AAEV,MAAM,MAAM,UAAU,GAAG,OAAO,WAAW,CAAA"}
|
package/package.json
CHANGED
package/dist-lib/theme.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"theme.cjs","names":[],"sources":["../src/theme/ontadaTheme.ts"],"sourcesContent":["import type { ThemeConfig } from 'antd'\nimport { theme as ontadaTheme } from 'antd'\n\nconst { defaultAlgorithm } = ontadaTheme\n\nexport const dsSemanticTokens = {\n button: {\n primary: {\n default: '#007CC1',\n hover: '#00669E',\n pressed: '#005483',\n text: '#FFFFFF',\n disabledText: '#80BDE0',\n disabledBg: '#F2F6FA',\n },\n secondary: {\n defaultText: '#007CC1',\n defaultBorder: '#007CC1',\n defaultBg: '#FFFFFF',\n hoverText: '#00669E',\n hoverBorder: '#00669E',\n hoverBg: '#F2F6FA',\n pressedText: '#005483',\n pressedBorder: '#005483',\n pressedBg: '#E5E8EA',\n disabledText: '#80BDE0',\n disabledBorder: '#80BDE0',\n disabledBg: '#FFFFFF',\n },\n tertiary: {\n defaultText: '#007CC1',\n hoverText: '#00669E',\n pressedText: '#005483',\n disabledText: '#80BDE0',\n },\n tertiaryAlt: {\n defaultText: '#1E394E',\n hoverText: '#1E394E',\n pressedText: '#181818',\n disabledText: '#BAC5CC',\n },\n typography: {\n small: {\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.48px',\n },\n middle: {\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0.49px',\n },\n large: {\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '0.48px',\n },\n fontWeight: 600,\n textTransform: 'uppercase',\n },\n },\n input: {\n height: {\n small: '26px',\n middle: '32px',\n large: '38px',\n },\n padding: {\n small: {\n x: '8px',\n y: '5px',\n },\n middle: {\n x: '10px',\n y: '7px',\n },\n large: {\n x: '12px',\n y: '9px',\n },\n },\n border: {\n default: '#627386',\n hover: '#1E394E',\n focus: '#007CC1',\n error: '#C53026',\n success: '#277036',\n widthDefault: '1px',\n widthFocus: '2px',\n },\n text: {\n default: '#627386',\n focus: '#1E394E',\n disabled: '#3C5C6E',\n readOnly: '#3C5C6E',\n placeholder: '#627386',\n },\n background: {\n default: '#FFFFFF',\n disabled: '#F2F6FA',\n readOnly: '#F2F6FA',\n },\n focusFontWeight: 600,\n },\n checkbox: {\n size: {\n sm: 16,\n md: 18,\n lg: 20,\n },\n radius: 2,\n border: {\n default: '#627386',\n hover: '#00669E',\n checked: '#007CC1',\n error: '#C53026',\n errorHover: '#AE2522',\n },\n background: {\n default: '#FFFFFF',\n checked: '#007CC1',\n disabled: '#BAC5CC',\n errorChecked: '#C53026',\n },\n mark: {\n checked: '#FFFFFF',\n indeterminate: '#FFFFFF',\n },\n borderWidth: {\n default: 1,\n hover: 2,\n },\n indeterminate: {\n sm: {\n width: 10,\n height: 3,\n },\n md: {\n width: 12,\n height: 3,\n },\n lg: {\n width: 12,\n height: 3,\n },\n },\n },\n tooltip: {\n width: {\n normal: {\n min: '200px',\n max: '320px',\n },\n mini: {\n min: '40px',\n max: '180px',\n },\n },\n padding: {\n normal: '16px',\n mini: '8px 12px',\n },\n radius: '4px',\n surface: {\n background: '#F2F6FA',\n title: '#181818',\n body: '#1E394E',\n },\n elevation: 'drop-shadow(0px 2px 5px rgba(38, 44, 54, 0.3))',\n arrow: {\n width: '14px',\n height: '8px',\n },\n typography: {\n title: {\n fontSize: '14px',\n lineHeight: '18px',\n fontWeight: 600,\n },\n body: {\n fontSize: '14px',\n lineHeight: '18px',\n fontWeight: 400,\n },\n },\n },\n pagination: {\n surface: {\n activeBg: '#FAF5E2',\n activeBorder: '#F7C91E',\n hoverBg: '#FAF5E2',\n },\n text: {\n default: '#007CC1',\n active: '#181818',\n disabled: '#BAC5CC',\n hover: '#00669E',\n },\n typography: {\n item: {\n fontSize: '16px',\n lineHeight: '20px',\n fontWeight: 600,\n activeWeight: 700,\n letterSpacing: '-0.016px',\n },\n jump: {\n fontSize: '14px',\n lineHeight: '18px',\n fontWeight: 600,\n },\n },\n spacing: {\n gap: '16px',\n optionsGap: '12px',\n optionsOffset: '16px',\n },\n quickJumper: {\n inputWidth: '56px',\n },\n radius: {\n item: '50%',\n jump: '16px',\n input: '4px',\n },\n iconControl: {\n width: '20px',\n height: '20px',\n iconSize: 20,\n },\n },\n tabs: {\n text: {\n inactive: '#1E394E',\n active: '#181818',\n },\n indicator: {\n active: '#F6BE00',\n baseline: '#3C5C6E',\n },\n },\n segmented: {\n container: {\n background: '#F3F2F1',\n border: '#BAC5CC',\n borderWidth: '1px',\n radius: '4px',\n padding: '3px 4px',\n },\n item: {\n selectedBackground: '#FFFFFF',\n selectedBorder: '#627386',\n selectedRadius: '4px',\n unselectedRadius: '48px',\n },\n text: {\n inactive: '#3C5C6E',\n active: '#1E394E',\n },\n typography: {\n fontWeight: 600,\n },\n size: {\n sm: {\n controlHeight: '26px',\n itemHeight: '18px',\n gap: '4px',\n paddingX: '8px',\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.012px',\n iconSize: '12px',\n },\n md: {\n controlHeight: '32px',\n itemHeight: '24px',\n gap: '6px',\n paddingX: '8px',\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0px',\n iconSize: '14px',\n },\n lg: {\n controlHeight: '38px',\n itemHeight: '30px',\n gap: '8px',\n paddingX: '8px',\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '-0.016px',\n iconSize: '16px',\n },\n },\n },\n breadcrumb: {\n link: {\n default: '#00669E',\n hover: '#005483',\n },\n current: {\n text: '#181818',\n },\n separator: {\n color: '#627386',\n glyph: '›',\n size: '10px',\n gap: {\n sm: '4px',\n md: '6px',\n lg: '8px',\n },\n },\n typography: {\n family: \"'Nunito', sans-serif\",\n weight: 600,\n sm: {\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.012px',\n },\n md: {\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0',\n },\n lg: {\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '-0.016px',\n },\n },\n },\n modal: {\n width: {\n desktop: {\n xs: 400,\n sm: 672,\n md: 1036,\n lg: 1536,\n fullScreen: '100vw',\n },\n mobile: {\n xs: 288,\n sm: 288,\n md: 288,\n lg: 288,\n fullScreen: '100vw',\n },\n },\n surface: {\n background: '#FFFFFF',\n header: '#E5E8EA',\n headerFullScreen: '#E5E8EA',\n },\n text: {\n title: '#181818',\n body: '#1E394E',\n required: '#C53026',\n },\n border: {\n color: '#BAC5CC',\n width: '1px',\n radius: '6px',\n fullScreenRadius: '0',\n },\n backdrop: 'rgba(164, 164, 164, 0.6)',\n shadow: '0px 4px 8px rgba(38, 44, 54, 0.4)',\n spacing: {\n header: {\n x: '24px',\n y: '16px',\n },\n body: {\n desktop: '24px 40px',\n mobile: '16px',\n },\n footer: {\n desktop: '16px 24px',\n mobile: '16px',\n },\n },\n closeButton: {\n size: '26px',\n iconSize: '18px',\n radius: '5px',\n color: '#7A8A95',\n hoverBg: '#F3F2F1',\n focusOutline: '#007CC1',\n },\n },\n table: {\n surface: {\n container: '#FFFFFF',\n layout: '#FBFBFA',\n headerDefault: '#E5E8EA',\n headerWhite: '#FFFFFF',\n rowHover: '#F3F2F1',\n rowSelected: '#FAF5E2',\n },\n text: {\n header: '#007CC1',\n body: '#1E394E',\n sorterMuted: '#627386',\n },\n typography: {\n header: {\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '-0.016px',\n fontWeight: 600,\n },\n body: {\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0px',\n fontWeight: 400,\n },\n compactHeader: {\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.02px',\n fontWeight: 600,\n },\n compactBody: {\n fontSize: '10px',\n lineHeight: '14px',\n letterSpacing: '0.02px',\n fontWeight: 400,\n },\n },\n rowHeight: {\n normal: {\n header: '44px',\n body: '42px',\n },\n compact: {\n header: '34px',\n body: '30px',\n },\n },\n padding: {\n normal: {\n header: '0 16px',\n body: '0 16px',\n },\n compact: {\n header: '8px 10px',\n body: '6px 8px',\n },\n },\n border: {\n container: '#BAC5CC',\n bodyDivider: '#E5E7EB',\n headerDividerWidth: '2px',\n radius: '4px',\n },\n },\n tag: {\n borderWidth: '1px',\n status: {\n neutral: {\n solid: { bg: '#627386', text: '#FFFFFF' },\n light: { bg: '#F2F6FA', text: '#1E394E' },\n outline: { text: '#1E394E', border: '#1E394E' },\n },\n success: {\n solid: { bg: '#2E8540', text: '#FFFFFF' },\n light: { bg: '#E7F4E4', text: '#277036' },\n outline: { text: '#277036', border: '#277036' },\n },\n warning: {\n solid: { bg: '#B05D23', text: '#FFFFFF' },\n light: { bg: '#F9E6CF', text: '#975220' },\n outline: { text: '#975220', border: '#975220' },\n },\n error: {\n solid: { bg: '#DB3A29', text: '#FFFFFF' },\n light: { bg: '#F9E9E8', text: '#C53026' },\n outline: { text: '#C53026', border: '#C53026' },\n },\n inactive: {\n solid: { bg: 'transparent', text: '#1E394E', border: '#1E394E' },\n light: { bg: 'transparent', text: '#1E394E', border: '#1E394E' },\n outline: { text: '#1E394E', border: '#1E394E' },\n },\n new: {\n solid: { bg: '#005483', text: '#FFFFFF' },\n light: { bg: '#F2F6FA', text: '#163E5E' },\n outline: { text: '#163E5E', border: '#163E5E' },\n },\n },\n typography: {\n fontWeight: 700,\n textTransform: 'uppercase',\n },\n size: {\n sm: {\n padding: '1px 10px',\n radius: 3,\n typography: {\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.54px',\n },\n },\n md: {\n padding: '2px 12px',\n radius: 4,\n typography: {\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0.56px',\n },\n },\n lg: {\n padding: '3px 14px',\n radius: 5,\n typography: {\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '0.56px',\n },\n },\n },\n closeIcon: {\n size: {\n sm: '12px',\n md: '14px',\n lg: '16px',\n },\n },\n },\n picker: {\n selected: {\n background: '#FAF0C8',\n border: '#F7C91E',\n text: '#181818',\n },\n },\n} as const\n\nexport const appTheme: ThemeConfig = {\n algorithm: defaultAlgorithm,\n token: {\n fontFamily: \"'Nunito', sans-serif\",\n fontSize: 14,\n\n colorPrimary: dsSemanticTokens.button.primary.default,\n colorPrimaryHover: dsSemanticTokens.button.primary.hover,\n colorPrimaryActive: dsSemanticTokens.button.primary.pressed,\n\n colorSuccess: '#36B35B',\n colorWarning: '#D3722E',\n colorError: '#DB3A29',\n colorInfo: dsSemanticTokens.button.primary.default,\n colorLink: '#00669E',\n\n borderRadius: 6,\n\n colorText: '#1E394E',\n colorTextSecondary: '#3C5C6E',\n colorTextDisabled: '#BAC5CC',\n\n colorBgLayout: '#FBFBFA',\n colorBgContainer: '#ffffff',\n colorBgElevated: '#ffffff',\n\n colorBorder: '#627386',\n colorBorderSecondary: '#e5e7eb',\n },\n}\n"],"mappings":"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"}
|
package/dist-lib/theme.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"theme.js","names":[],"sources":["../src/theme/ontadaTheme.ts"],"sourcesContent":["import type { ThemeConfig } from 'antd'\nimport { theme as ontadaTheme } from 'antd'\n\nconst { defaultAlgorithm } = ontadaTheme\n\nexport const dsSemanticTokens = {\n button: {\n primary: {\n default: '#007CC1',\n hover: '#00669E',\n pressed: '#005483',\n text: '#FFFFFF',\n disabledText: '#80BDE0',\n disabledBg: '#F2F6FA',\n },\n secondary: {\n defaultText: '#007CC1',\n defaultBorder: '#007CC1',\n defaultBg: '#FFFFFF',\n hoverText: '#00669E',\n hoverBorder: '#00669E',\n hoverBg: '#F2F6FA',\n pressedText: '#005483',\n pressedBorder: '#005483',\n pressedBg: '#E5E8EA',\n disabledText: '#80BDE0',\n disabledBorder: '#80BDE0',\n disabledBg: '#FFFFFF',\n },\n tertiary: {\n defaultText: '#007CC1',\n hoverText: '#00669E',\n pressedText: '#005483',\n disabledText: '#80BDE0',\n },\n tertiaryAlt: {\n defaultText: '#1E394E',\n hoverText: '#1E394E',\n pressedText: '#181818',\n disabledText: '#BAC5CC',\n },\n typography: {\n small: {\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.48px',\n },\n middle: {\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0.49px',\n },\n large: {\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '0.48px',\n },\n fontWeight: 600,\n textTransform: 'uppercase',\n },\n },\n input: {\n height: {\n small: '26px',\n middle: '32px',\n large: '38px',\n },\n padding: {\n small: {\n x: '8px',\n y: '5px',\n },\n middle: {\n x: '10px',\n y: '7px',\n },\n large: {\n x: '12px',\n y: '9px',\n },\n },\n border: {\n default: '#627386',\n hover: '#1E394E',\n focus: '#007CC1',\n error: '#C53026',\n success: '#277036',\n widthDefault: '1px',\n widthFocus: '2px',\n },\n text: {\n default: '#627386',\n focus: '#1E394E',\n disabled: '#3C5C6E',\n readOnly: '#3C5C6E',\n placeholder: '#627386',\n },\n background: {\n default: '#FFFFFF',\n disabled: '#F2F6FA',\n readOnly: '#F2F6FA',\n },\n focusFontWeight: 600,\n },\n checkbox: {\n size: {\n sm: 16,\n md: 18,\n lg: 20,\n },\n radius: 2,\n border: {\n default: '#627386',\n hover: '#00669E',\n checked: '#007CC1',\n error: '#C53026',\n errorHover: '#AE2522',\n },\n background: {\n default: '#FFFFFF',\n checked: '#007CC1',\n disabled: '#BAC5CC',\n errorChecked: '#C53026',\n },\n mark: {\n checked: '#FFFFFF',\n indeterminate: '#FFFFFF',\n },\n borderWidth: {\n default: 1,\n hover: 2,\n },\n indeterminate: {\n sm: {\n width: 10,\n height: 3,\n },\n md: {\n width: 12,\n height: 3,\n },\n lg: {\n width: 12,\n height: 3,\n },\n },\n },\n tooltip: {\n width: {\n normal: {\n min: '200px',\n max: '320px',\n },\n mini: {\n min: '40px',\n max: '180px',\n },\n },\n padding: {\n normal: '16px',\n mini: '8px 12px',\n },\n radius: '4px',\n surface: {\n background: '#F2F6FA',\n title: '#181818',\n body: '#1E394E',\n },\n elevation: 'drop-shadow(0px 2px 5px rgba(38, 44, 54, 0.3))',\n arrow: {\n width: '14px',\n height: '8px',\n },\n typography: {\n title: {\n fontSize: '14px',\n lineHeight: '18px',\n fontWeight: 600,\n },\n body: {\n fontSize: '14px',\n lineHeight: '18px',\n fontWeight: 400,\n },\n },\n },\n pagination: {\n surface: {\n activeBg: '#FAF5E2',\n activeBorder: '#F7C91E',\n hoverBg: '#FAF5E2',\n },\n text: {\n default: '#007CC1',\n active: '#181818',\n disabled: '#BAC5CC',\n hover: '#00669E',\n },\n typography: {\n item: {\n fontSize: '16px',\n lineHeight: '20px',\n fontWeight: 600,\n activeWeight: 700,\n letterSpacing: '-0.016px',\n },\n jump: {\n fontSize: '14px',\n lineHeight: '18px',\n fontWeight: 600,\n },\n },\n spacing: {\n gap: '16px',\n optionsGap: '12px',\n optionsOffset: '16px',\n },\n quickJumper: {\n inputWidth: '56px',\n },\n radius: {\n item: '50%',\n jump: '16px',\n input: '4px',\n },\n iconControl: {\n width: '20px',\n height: '20px',\n iconSize: 20,\n },\n },\n tabs: {\n text: {\n inactive: '#1E394E',\n active: '#181818',\n },\n indicator: {\n active: '#F6BE00',\n baseline: '#3C5C6E',\n },\n },\n segmented: {\n container: {\n background: '#F3F2F1',\n border: '#BAC5CC',\n borderWidth: '1px',\n radius: '4px',\n padding: '3px 4px',\n },\n item: {\n selectedBackground: '#FFFFFF',\n selectedBorder: '#627386',\n selectedRadius: '4px',\n unselectedRadius: '48px',\n },\n text: {\n inactive: '#3C5C6E',\n active: '#1E394E',\n },\n typography: {\n fontWeight: 600,\n },\n size: {\n sm: {\n controlHeight: '26px',\n itemHeight: '18px',\n gap: '4px',\n paddingX: '8px',\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.012px',\n iconSize: '12px',\n },\n md: {\n controlHeight: '32px',\n itemHeight: '24px',\n gap: '6px',\n paddingX: '8px',\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0px',\n iconSize: '14px',\n },\n lg: {\n controlHeight: '38px',\n itemHeight: '30px',\n gap: '8px',\n paddingX: '8px',\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '-0.016px',\n iconSize: '16px',\n },\n },\n },\n breadcrumb: {\n link: {\n default: '#00669E',\n hover: '#005483',\n },\n current: {\n text: '#181818',\n },\n separator: {\n color: '#627386',\n glyph: '›',\n size: '10px',\n gap: {\n sm: '4px',\n md: '6px',\n lg: '8px',\n },\n },\n typography: {\n family: \"'Nunito', sans-serif\",\n weight: 600,\n sm: {\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.012px',\n },\n md: {\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0',\n },\n lg: {\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '-0.016px',\n },\n },\n },\n modal: {\n width: {\n desktop: {\n xs: 400,\n sm: 672,\n md: 1036,\n lg: 1536,\n fullScreen: '100vw',\n },\n mobile: {\n xs: 288,\n sm: 288,\n md: 288,\n lg: 288,\n fullScreen: '100vw',\n },\n },\n surface: {\n background: '#FFFFFF',\n header: '#E5E8EA',\n headerFullScreen: '#E5E8EA',\n },\n text: {\n title: '#181818',\n body: '#1E394E',\n required: '#C53026',\n },\n border: {\n color: '#BAC5CC',\n width: '1px',\n radius: '6px',\n fullScreenRadius: '0',\n },\n backdrop: 'rgba(164, 164, 164, 0.6)',\n shadow: '0px 4px 8px rgba(38, 44, 54, 0.4)',\n spacing: {\n header: {\n x: '24px',\n y: '16px',\n },\n body: {\n desktop: '24px 40px',\n mobile: '16px',\n },\n footer: {\n desktop: '16px 24px',\n mobile: '16px',\n },\n },\n closeButton: {\n size: '26px',\n iconSize: '18px',\n radius: '5px',\n color: '#7A8A95',\n hoverBg: '#F3F2F1',\n focusOutline: '#007CC1',\n },\n },\n table: {\n surface: {\n container: '#FFFFFF',\n layout: '#FBFBFA',\n headerDefault: '#E5E8EA',\n headerWhite: '#FFFFFF',\n rowHover: '#F3F2F1',\n rowSelected: '#FAF5E2',\n },\n text: {\n header: '#007CC1',\n body: '#1E394E',\n sorterMuted: '#627386',\n },\n typography: {\n header: {\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '-0.016px',\n fontWeight: 600,\n },\n body: {\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0px',\n fontWeight: 400,\n },\n compactHeader: {\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.02px',\n fontWeight: 600,\n },\n compactBody: {\n fontSize: '10px',\n lineHeight: '14px',\n letterSpacing: '0.02px',\n fontWeight: 400,\n },\n },\n rowHeight: {\n normal: {\n header: '44px',\n body: '42px',\n },\n compact: {\n header: '34px',\n body: '30px',\n },\n },\n padding: {\n normal: {\n header: '0 16px',\n body: '0 16px',\n },\n compact: {\n header: '8px 10px',\n body: '6px 8px',\n },\n },\n border: {\n container: '#BAC5CC',\n bodyDivider: '#E5E7EB',\n headerDividerWidth: '2px',\n radius: '4px',\n },\n },\n tag: {\n borderWidth: '1px',\n status: {\n neutral: {\n solid: { bg: '#627386', text: '#FFFFFF' },\n light: { bg: '#F2F6FA', text: '#1E394E' },\n outline: { text: '#1E394E', border: '#1E394E' },\n },\n success: {\n solid: { bg: '#2E8540', text: '#FFFFFF' },\n light: { bg: '#E7F4E4', text: '#277036' },\n outline: { text: '#277036', border: '#277036' },\n },\n warning: {\n solid: { bg: '#B05D23', text: '#FFFFFF' },\n light: { bg: '#F9E6CF', text: '#975220' },\n outline: { text: '#975220', border: '#975220' },\n },\n error: {\n solid: { bg: '#DB3A29', text: '#FFFFFF' },\n light: { bg: '#F9E9E8', text: '#C53026' },\n outline: { text: '#C53026', border: '#C53026' },\n },\n inactive: {\n solid: { bg: 'transparent', text: '#1E394E', border: '#1E394E' },\n light: { bg: 'transparent', text: '#1E394E', border: '#1E394E' },\n outline: { text: '#1E394E', border: '#1E394E' },\n },\n new: {\n solid: { bg: '#005483', text: '#FFFFFF' },\n light: { bg: '#F2F6FA', text: '#163E5E' },\n outline: { text: '#163E5E', border: '#163E5E' },\n },\n },\n typography: {\n fontWeight: 700,\n textTransform: 'uppercase',\n },\n size: {\n sm: {\n padding: '1px 10px',\n radius: 3,\n typography: {\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.54px',\n },\n },\n md: {\n padding: '2px 12px',\n radius: 4,\n typography: {\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0.56px',\n },\n },\n lg: {\n padding: '3px 14px',\n radius: 5,\n typography: {\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '0.56px',\n },\n },\n },\n closeIcon: {\n size: {\n sm: '12px',\n md: '14px',\n lg: '16px',\n },\n },\n },\n picker: {\n selected: {\n background: '#FAF0C8',\n border: '#F7C91E',\n text: '#181818',\n },\n },\n} as const\n\nexport const appTheme: ThemeConfig = {\n algorithm: defaultAlgorithm,\n token: {\n fontFamily: \"'Nunito', sans-serif\",\n fontSize: 14,\n\n colorPrimary: dsSemanticTokens.button.primary.default,\n colorPrimaryHover: dsSemanticTokens.button.primary.hover,\n colorPrimaryActive: dsSemanticTokens.button.primary.pressed,\n\n colorSuccess: '#36B35B',\n colorWarning: '#D3722E',\n colorError: '#DB3A29',\n colorInfo: dsSemanticTokens.button.primary.default,\n colorLink: '#00669E',\n\n borderRadius: 6,\n\n colorText: '#1E394E',\n colorTextSecondary: '#3C5C6E',\n colorTextDisabled: '#BAC5CC',\n\n colorBgLayout: '#FBFBFA',\n colorBgContainer: '#ffffff',\n colorBgElevated: '#ffffff',\n\n colorBorder: '#627386',\n colorBorderSecondary: '#e5e7eb',\n },\n}\n"],"mappings":"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"}
|