ods-ant 0.1.1 → 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/dist-lib/index.cjs +1671 -709
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.js +3544 -1946
- 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-BPvhejkq.js → ontadaTheme-DoyP_6uO.js} +361 -1
- package/dist-lib/ontadaTheme-DoyP_6uO.js.map +1 -0
- package/dist-lib/theme.cjs +1 -1
- package/dist-lib/theme.js +1 -1
- 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 +26 -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/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/index.d.ts +1 -0
- package/dist-lib/types/ds/feedback/index.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/Input.d.ts.map +1 -1
- 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/datePickerStyles.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/index.d.ts +1 -0
- package/dist-lib/types/ds/forms/index.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/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/theme/ontadaTheme.d.ts +370 -0
- package/dist-lib/types/theme/ontadaTheme.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist-lib/ontadaTheme-BPvhejkq.js.map +0 -1
- package/dist-lib/ontadaTheme-Dqoqbqk_.cjs +0 -2
- package/dist-lib/ontadaTheme-Dqoqbqk_.cjs.map +0 -1
|
@@ -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;AAMvC,eAAO,MAAM,gBAAgB
|
|
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"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ontadaTheme-BPvhejkq.js","names":[],"sources":["../src/tokens/core.ts","../src/theme/ontadaTheme.ts"],"sourcesContent":["export const CORE_COLORS = {\n brand: {\n primary: '#007CC1',\n primaryHover: '#00669E',\n primaryPressed: '#005483',\n brandTint: '#80BDE0',\n deepBrand: '#163E5E',\n },\n text: {\n primary: '#1E394E',\n secondary: '#3C5C6E',\n disabled: '#BAC5CC',\n strong: '#181818',\n inverse: '#FFFFFF',\n muted: '#627386',\n iconMuted: '#7A8A95',\n },\n status: {\n success: '#36B35B',\n successDark: '#277036',\n successDeep: '#2E8540',\n warning: '#D3722E',\n warningDark: '#B05D23',\n warningDeep: '#975220',\n error: '#DB3A29',\n errorDark: '#C53026',\n errorDeep: '#AE2522',\n },\n surface: {\n layout: '#FBFBFA',\n container: '#FFFFFF',\n subtle: '#F2F6FA',\n canvas: '#F3F2F1',\n neutralSoft: '#E5E8EA',\n divider: '#E5E7EB',\n successSoft: '#E7F4E4',\n warningSoft: '#F9E6CF',\n errorSoft: '#F9E9E8',\n },\n accent: {\n highlight: '#F7C91E',\n highlightBg: '#FAF5E2',\n highlightSoft: '#FAF0C8',\n signal: '#F6BE00',\n },\n semantic: {\n successBg: '#EBF7F0',\n warningBg: '#FDF5EE',\n errorBg: '#FEF1F0',\n infoBg: '#F0F5FD',\n },\n} as const\n\nexport type CoreColors = typeof CORE_COLORS\n","import type { ThemeConfig } from 'antd'\nimport { theme as ontadaTheme } from 'antd'\nimport { CORE_COLORS } from '../tokens/core'\n\nconst { defaultAlgorithm } = ontadaTheme\n\nexport const dsSemanticTokens = {\n button: {\n primary: {\n default: CORE_COLORS.brand.primary,\n hover: CORE_COLORS.brand.primaryHover,\n pressed: CORE_COLORS.brand.primaryPressed,\n text: CORE_COLORS.text.inverse,\n disabledText: CORE_COLORS.brand.brandTint,\n disabledBg: CORE_COLORS.surface.subtle,\n },\n secondary: {\n defaultText: CORE_COLORS.brand.primary,\n defaultBorder: CORE_COLORS.brand.primary,\n defaultBg: CORE_COLORS.text.inverse,\n hoverText: CORE_COLORS.brand.primaryHover,\n hoverBorder: CORE_COLORS.brand.primaryHover,\n hoverBg: CORE_COLORS.surface.subtle,\n pressedText: CORE_COLORS.brand.primaryPressed,\n pressedBorder: CORE_COLORS.brand.primaryPressed,\n pressedBg: CORE_COLORS.surface.neutralSoft,\n disabledText: CORE_COLORS.brand.brandTint,\n disabledBorder: CORE_COLORS.brand.brandTint,\n disabledBg: CORE_COLORS.text.inverse,\n },\n tertiary: {\n defaultText: CORE_COLORS.brand.primary,\n hoverText: CORE_COLORS.brand.primaryHover,\n pressedText: CORE_COLORS.brand.primaryPressed,\n disabledText: CORE_COLORS.brand.brandTint,\n },\n tertiaryAlt: {\n defaultText: CORE_COLORS.text.primary,\n hoverText: CORE_COLORS.text.primary,\n pressedText: CORE_COLORS.text.strong,\n disabledText: CORE_COLORS.text.disabled,\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: CORE_COLORS.text.muted,\n hover: CORE_COLORS.text.primary,\n focus: CORE_COLORS.brand.primary,\n error: CORE_COLORS.status.errorDark,\n success: CORE_COLORS.status.successDark,\n widthDefault: '1px',\n widthFocus: '2px',\n },\n text: {\n default: CORE_COLORS.text.muted,\n focus: CORE_COLORS.text.primary,\n disabled: CORE_COLORS.text.secondary,\n readOnly: CORE_COLORS.text.secondary,\n placeholder: CORE_COLORS.text.muted,\n },\n background: {\n default: CORE_COLORS.text.inverse,\n disabled: CORE_COLORS.surface.subtle,\n readOnly: CORE_COLORS.surface.subtle,\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: CORE_COLORS.text.muted,\n hover: CORE_COLORS.brand.primaryHover,\n checked: CORE_COLORS.brand.primary,\n error: CORE_COLORS.status.errorDark,\n errorHover: CORE_COLORS.status.errorDeep,\n },\n background: {\n default: CORE_COLORS.text.inverse,\n checked: CORE_COLORS.brand.primary,\n disabled: CORE_COLORS.text.disabled,\n errorChecked: CORE_COLORS.status.errorDark,\n },\n mark: {\n checked: CORE_COLORS.text.inverse,\n indeterminate: CORE_COLORS.text.inverse,\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: CORE_COLORS.surface.subtle,\n title: CORE_COLORS.text.strong,\n body: CORE_COLORS.text.primary,\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: CORE_COLORS.accent.highlightBg,\n activeBorder: CORE_COLORS.accent.highlight,\n hoverBg: CORE_COLORS.accent.highlightBg,\n },\n text: {\n default: CORE_COLORS.brand.primary,\n active: CORE_COLORS.text.strong,\n disabled: CORE_COLORS.text.disabled,\n hover: CORE_COLORS.brand.primaryHover,\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: CORE_COLORS.text.primary,\n active: CORE_COLORS.text.strong,\n },\n indicator: {\n active: CORE_COLORS.accent.signal,\n baseline: CORE_COLORS.text.secondary,\n },\n },\n segmented: {\n container: {\n background: CORE_COLORS.surface.canvas,\n border: CORE_COLORS.text.disabled,\n borderWidth: '1px',\n radius: '4px',\n padding: '3px 4px',\n },\n item: {\n selectedBackground: CORE_COLORS.text.inverse,\n selectedBorder: CORE_COLORS.text.muted,\n selectedRadius: '4px',\n unselectedRadius: '48px',\n },\n text: {\n inactive: CORE_COLORS.text.secondary,\n active: CORE_COLORS.text.primary,\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: CORE_COLORS.brand.primaryHover,\n hover: CORE_COLORS.brand.primaryPressed,\n },\n current: {\n text: CORE_COLORS.text.strong,\n },\n separator: {\n color: CORE_COLORS.text.muted,\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: CORE_COLORS.text.inverse,\n header: CORE_COLORS.surface.neutralSoft,\n headerFullScreen: CORE_COLORS.surface.neutralSoft,\n },\n text: {\n title: CORE_COLORS.text.strong,\n body: CORE_COLORS.text.primary,\n required: CORE_COLORS.status.errorDark,\n },\n border: {\n color: CORE_COLORS.text.disabled,\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: CORE_COLORS.text.iconMuted,\n hoverBg: CORE_COLORS.surface.canvas,\n focusOutline: CORE_COLORS.brand.primary,\n },\n },\n table: {\n surface: {\n container: CORE_COLORS.text.inverse,\n layout: CORE_COLORS.surface.layout,\n headerDefault: CORE_COLORS.surface.neutralSoft,\n headerWhite: CORE_COLORS.text.inverse,\n rowHover: CORE_COLORS.surface.canvas,\n rowSelected: CORE_COLORS.accent.highlightBg,\n },\n text: {\n header: CORE_COLORS.brand.primary,\n body: CORE_COLORS.text.primary,\n sorterMuted: CORE_COLORS.text.muted,\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: CORE_COLORS.text.disabled,\n bodyDivider: CORE_COLORS.surface.divider,\n headerDividerWidth: '2px',\n radius: '4px',\n },\n },\n tag: {\n borderWidth: '1px',\n status: {\n neutral: {\n solid: { bg: CORE_COLORS.text.muted, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.subtle, text: CORE_COLORS.text.primary },\n outline: { text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n },\n success: {\n solid: { bg: CORE_COLORS.status.successDeep, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.successSoft, text: CORE_COLORS.status.successDark },\n outline: { text: CORE_COLORS.status.successDark, border: CORE_COLORS.status.successDark },\n },\n warning: {\n solid: { bg: CORE_COLORS.status.warningDark, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.warningSoft, text: CORE_COLORS.status.warningDeep },\n outline: { text: CORE_COLORS.status.warningDeep, border: CORE_COLORS.status.warningDeep },\n },\n error: {\n solid: { bg: CORE_COLORS.status.error, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.errorSoft, text: CORE_COLORS.status.errorDark },\n outline: { text: CORE_COLORS.status.errorDark, border: CORE_COLORS.status.errorDark },\n },\n inactive: {\n solid: { bg: 'transparent', text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n light: { bg: 'transparent', text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n outline: { text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n },\n new: {\n solid: { bg: CORE_COLORS.brand.primaryPressed, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.subtle, text: CORE_COLORS.brand.deepBrand },\n outline: { text: CORE_COLORS.brand.deepBrand, border: CORE_COLORS.brand.deepBrand },\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: CORE_COLORS.accent.highlightSoft,\n border: CORE_COLORS.accent.highlight,\n text: CORE_COLORS.text.strong,\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: CORE_COLORS.status.success,\n colorWarning: CORE_COLORS.status.warning,\n colorError: CORE_COLORS.status.error,\n colorInfo: dsSemanticTokens.button.primary.default,\n colorLink: CORE_COLORS.brand.primaryHover,\n\n borderRadius: 6,\n\n colorText: CORE_COLORS.text.primary,\n colorTextSecondary: CORE_COLORS.text.secondary,\n colorTextDisabled: CORE_COLORS.text.disabled,\n\n colorBgLayout: CORE_COLORS.surface.layout,\n colorBgContainer: CORE_COLORS.text.inverse,\n colorBgElevated: CORE_COLORS.text.inverse,\n\n colorBorder: CORE_COLORS.text.muted,\n colorBorderSecondary: CORE_COLORS.surface.divider,\n },\n}\n"],"mappings":"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"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
require(`./index.cjs`);let e=require(`antd`);var t={brand:{primary:`#007CC1`,primaryHover:`#00669E`,primaryPressed:`#005483`,brandTint:`#80BDE0`,deepBrand:`#163E5E`},text:{primary:`#1E394E`,secondary:`#3C5C6E`,disabled:`#BAC5CC`,strong:`#181818`,inverse:`#FFFFFF`,muted:`#627386`,iconMuted:`#7A8A95`},status:{success:`#36B35B`,successDark:`#277036`,successDeep:`#2E8540`,warning:`#D3722E`,warningDark:`#B05D23`,warningDeep:`#975220`,error:`#DB3A29`,errorDark:`#C53026`,errorDeep:`#AE2522`},surface:{layout:`#FBFBFA`,container:`#FFFFFF`,subtle:`#F2F6FA`,canvas:`#F3F2F1`,neutralSoft:`#E5E8EA`,divider:`#E5E7EB`,successSoft:`#E7F4E4`,warningSoft:`#F9E6CF`,errorSoft:`#F9E9E8`},accent:{highlight:`#F7C91E`,highlightBg:`#FAF5E2`,highlightSoft:`#FAF0C8`,signal:`#F6BE00`},semantic:{successBg:`#EBF7F0`,warningBg:`#FDF5EE`,errorBg:`#FEF1F0`,infoBg:`#F0F5FD`}},{defaultAlgorithm:n}=e.theme,r={button:{primary:{default:t.brand.primary,hover:t.brand.primaryHover,pressed:t.brand.primaryPressed,text:t.text.inverse,disabledText:t.brand.brandTint,disabledBg:t.surface.subtle},secondary:{defaultText:t.brand.primary,defaultBorder:t.brand.primary,defaultBg:t.text.inverse,hoverText:t.brand.primaryHover,hoverBorder:t.brand.primaryHover,hoverBg:t.surface.subtle,pressedText:t.brand.primaryPressed,pressedBorder:t.brand.primaryPressed,pressedBg:t.surface.neutralSoft,disabledText:t.brand.brandTint,disabledBorder:t.brand.brandTint,disabledBg:t.text.inverse},tertiary:{defaultText:t.brand.primary,hoverText:t.brand.primaryHover,pressedText:t.brand.primaryPressed,disabledText:t.brand.brandTint},tertiaryAlt:{defaultText:t.text.primary,hoverText:t.text.primary,pressedText:t.text.strong,disabledText:t.text.disabled},typography:{small:{fontSize:`12px`,lineHeight:`16px`,letterSpacing:`0.48px`},middle:{fontSize:`14px`,lineHeight:`18px`,letterSpacing:`0.49px`},large:{fontSize:`16px`,lineHeight:`20px`,letterSpacing:`0.48px`},fontWeight:600,textTransform:`uppercase`}},input:{height:{small:`26px`,middle:`32px`,large:`38px`},padding:{small:{x:`8px`,y:`5px`},middle:{x:`10px`,y:`7px`},large:{x:`12px`,y:`9px`}},border:{default:t.text.muted,hover:t.text.primary,focus:t.brand.primary,error:t.status.errorDark,success:t.status.successDark,widthDefault:`1px`,widthFocus:`2px`},text:{default:t.text.muted,focus:t.text.primary,disabled:t.text.secondary,readOnly:t.text.secondary,placeholder:t.text.muted},background:{default:t.text.inverse,disabled:t.surface.subtle,readOnly:t.surface.subtle},focusFontWeight:600},checkbox:{size:{sm:16,md:18,lg:20},radius:2,border:{default:t.text.muted,hover:t.brand.primaryHover,checked:t.brand.primary,error:t.status.errorDark,errorHover:t.status.errorDeep},background:{default:t.text.inverse,checked:t.brand.primary,disabled:t.text.disabled,errorChecked:t.status.errorDark},mark:{checked:t.text.inverse,indeterminate:t.text.inverse},borderWidth:{default:1,hover:2},indeterminate:{sm:{width:10,height:3},md:{width:12,height:3},lg:{width:12,height:3}}},tooltip:{width:{normal:{min:`200px`,max:`320px`},mini:{min:`40px`,max:`180px`}},padding:{normal:`16px`,mini:`8px 12px`},radius:`4px`,surface:{background:t.surface.subtle,title:t.text.strong,body:t.text.primary},elevation:`drop-shadow(0px 2px 5px rgba(38, 44, 54, 0.3))`,arrow:{width:`14px`,height:`8px`},typography:{title:{fontSize:`14px`,lineHeight:`18px`,fontWeight:600},body:{fontSize:`14px`,lineHeight:`18px`,fontWeight:400}}},pagination:{surface:{activeBg:t.accent.highlightBg,activeBorder:t.accent.highlight,hoverBg:t.accent.highlightBg},text:{default:t.brand.primary,active:t.text.strong,disabled:t.text.disabled,hover:t.brand.primaryHover},typography:{item:{fontSize:`16px`,lineHeight:`20px`,fontWeight:600,activeWeight:700,letterSpacing:`-0.016px`},jump:{fontSize:`14px`,lineHeight:`18px`,fontWeight:600}},spacing:{gap:`16px`,optionsGap:`12px`,optionsOffset:`16px`},quickJumper:{inputWidth:`56px`},radius:{item:`50%`,jump:`16px`,input:`4px`},iconControl:{width:`20px`,height:`20px`,iconSize:20}},tabs:{text:{inactive:t.text.primary,active:t.text.strong},indicator:{active:t.accent.signal,baseline:t.text.secondary}},segmented:{container:{background:t.surface.canvas,border:t.text.disabled,borderWidth:`1px`,radius:`4px`,padding:`3px 4px`},item:{selectedBackground:t.text.inverse,selectedBorder:t.text.muted,selectedRadius:`4px`,unselectedRadius:`48px`},text:{inactive:t.text.secondary,active:t.text.primary},typography:{fontWeight:600},size:{sm:{controlHeight:`26px`,itemHeight:`18px`,gap:`4px`,paddingX:`8px`,fontSize:`12px`,lineHeight:`16px`,letterSpacing:`0.012px`,iconSize:`12px`},md:{controlHeight:`32px`,itemHeight:`24px`,gap:`6px`,paddingX:`8px`,fontSize:`14px`,lineHeight:`18px`,letterSpacing:`0px`,iconSize:`14px`},lg:{controlHeight:`38px`,itemHeight:`30px`,gap:`8px`,paddingX:`8px`,fontSize:`16px`,lineHeight:`20px`,letterSpacing:`-0.016px`,iconSize:`16px`}}},breadcrumb:{link:{default:t.brand.primaryHover,hover:t.brand.primaryPressed},current:{text:t.text.strong},separator:{color:t.text.muted,glyph:`›`,size:`10px`,gap:{sm:`4px`,md:`6px`,lg:`8px`}},typography:{family:`'Nunito', sans-serif`,weight:600,sm:{fontSize:`12px`,lineHeight:`16px`,letterSpacing:`0.012px`},md:{fontSize:`14px`,lineHeight:`18px`,letterSpacing:`0`},lg:{fontSize:`16px`,lineHeight:`20px`,letterSpacing:`-0.016px`}}},modal:{width:{desktop:{xs:400,sm:672,md:1036,lg:1536,fullScreen:`100vw`},mobile:{xs:288,sm:288,md:288,lg:288,fullScreen:`100vw`}},surface:{background:t.text.inverse,header:t.surface.neutralSoft,headerFullScreen:t.surface.neutralSoft},text:{title:t.text.strong,body:t.text.primary,required:t.status.errorDark},border:{color:t.text.disabled,width:`1px`,radius:`6px`,fullScreenRadius:`0`},backdrop:`rgba(164, 164, 164, 0.6)`,shadow:`0px 4px 8px rgba(38, 44, 54, 0.4)`,spacing:{header:{x:`24px`,y:`16px`},body:{desktop:`24px 40px`,mobile:`16px`},footer:{desktop:`16px 24px`,mobile:`16px`}},closeButton:{size:`26px`,iconSize:`18px`,radius:`5px`,color:t.text.iconMuted,hoverBg:t.surface.canvas,focusOutline:t.brand.primary}},table:{surface:{container:t.text.inverse,layout:t.surface.layout,headerDefault:t.surface.neutralSoft,headerWhite:t.text.inverse,rowHover:t.surface.canvas,rowSelected:t.accent.highlightBg},text:{header:t.brand.primary,body:t.text.primary,sorterMuted:t.text.muted},typography:{header:{fontSize:`16px`,lineHeight:`20px`,letterSpacing:`-0.016px`,fontWeight:600},body:{fontSize:`14px`,lineHeight:`18px`,letterSpacing:`0px`,fontWeight:400},compactHeader:{fontSize:`12px`,lineHeight:`16px`,letterSpacing:`0.02px`,fontWeight:600},compactBody:{fontSize:`10px`,lineHeight:`14px`,letterSpacing:`0.02px`,fontWeight:400}},rowHeight:{normal:{header:`44px`,body:`42px`},compact:{header:`34px`,body:`30px`}},padding:{normal:{header:`0 16px`,body:`0 16px`},compact:{header:`8px 10px`,body:`6px 8px`}},border:{container:t.text.disabled,bodyDivider:t.surface.divider,headerDividerWidth:`2px`,radius:`4px`}},tag:{borderWidth:`1px`,status:{neutral:{solid:{bg:t.text.muted,text:t.text.inverse},light:{bg:t.surface.subtle,text:t.text.primary},outline:{text:t.text.primary,border:t.text.primary}},success:{solid:{bg:t.status.successDeep,text:t.text.inverse},light:{bg:t.surface.successSoft,text:t.status.successDark},outline:{text:t.status.successDark,border:t.status.successDark}},warning:{solid:{bg:t.status.warningDark,text:t.text.inverse},light:{bg:t.surface.warningSoft,text:t.status.warningDeep},outline:{text:t.status.warningDeep,border:t.status.warningDeep}},error:{solid:{bg:t.status.error,text:t.text.inverse},light:{bg:t.surface.errorSoft,text:t.status.errorDark},outline:{text:t.status.errorDark,border:t.status.errorDark}},inactive:{solid:{bg:`transparent`,text:t.text.primary,border:t.text.primary},light:{bg:`transparent`,text:t.text.primary,border:t.text.primary},outline:{text:t.text.primary,border:t.text.primary}},new:{solid:{bg:t.brand.primaryPressed,text:t.text.inverse},light:{bg:t.surface.subtle,text:t.brand.deepBrand},outline:{text:t.brand.deepBrand,border:t.brand.deepBrand}}},typography:{fontWeight:700,textTransform:`uppercase`},size:{sm:{padding:`1px 10px`,radius:3,typography:{fontSize:`12px`,lineHeight:`16px`,letterSpacing:`0.54px`}},md:{padding:`2px 12px`,radius:4,typography:{fontSize:`14px`,lineHeight:`18px`,letterSpacing:`0.56px`}},lg:{padding:`3px 14px`,radius:5,typography:{fontSize:`16px`,lineHeight:`20px`,letterSpacing:`0.56px`}}},closeIcon:{size:{sm:`12px`,md:`14px`,lg:`16px`}}},picker:{selected:{background:t.accent.highlightSoft,border:t.accent.highlight,text:t.text.strong}}},i={algorithm:n,token:{fontFamily:`'Nunito', sans-serif`,fontSize:14,colorPrimary:r.button.primary.default,colorPrimaryHover:r.button.primary.hover,colorPrimaryActive:r.button.primary.pressed,colorSuccess:t.status.success,colorWarning:t.status.warning,colorError:t.status.error,colorInfo:r.button.primary.default,colorLink:t.brand.primaryHover,borderRadius:6,colorText:t.text.primary,colorTextSecondary:t.text.secondary,colorTextDisabled:t.text.disabled,colorBgLayout:t.surface.layout,colorBgContainer:t.text.inverse,colorBgElevated:t.text.inverse,colorBorder:t.text.muted,colorBorderSecondary:t.surface.divider}};Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return r}}),Object.defineProperty(exports,`r`,{enumerable:!0,get:function(){return t}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return i}});
|
|
2
|
-
//# sourceMappingURL=ontadaTheme-Dqoqbqk_.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ontadaTheme-Dqoqbqk_.cjs","names":[],"sources":["../src/tokens/core.ts","../src/theme/ontadaTheme.ts"],"sourcesContent":["export const CORE_COLORS = {\n brand: {\n primary: '#007CC1',\n primaryHover: '#00669E',\n primaryPressed: '#005483',\n brandTint: '#80BDE0',\n deepBrand: '#163E5E',\n },\n text: {\n primary: '#1E394E',\n secondary: '#3C5C6E',\n disabled: '#BAC5CC',\n strong: '#181818',\n inverse: '#FFFFFF',\n muted: '#627386',\n iconMuted: '#7A8A95',\n },\n status: {\n success: '#36B35B',\n successDark: '#277036',\n successDeep: '#2E8540',\n warning: '#D3722E',\n warningDark: '#B05D23',\n warningDeep: '#975220',\n error: '#DB3A29',\n errorDark: '#C53026',\n errorDeep: '#AE2522',\n },\n surface: {\n layout: '#FBFBFA',\n container: '#FFFFFF',\n subtle: '#F2F6FA',\n canvas: '#F3F2F1',\n neutralSoft: '#E5E8EA',\n divider: '#E5E7EB',\n successSoft: '#E7F4E4',\n warningSoft: '#F9E6CF',\n errorSoft: '#F9E9E8',\n },\n accent: {\n highlight: '#F7C91E',\n highlightBg: '#FAF5E2',\n highlightSoft: '#FAF0C8',\n signal: '#F6BE00',\n },\n semantic: {\n successBg: '#EBF7F0',\n warningBg: '#FDF5EE',\n errorBg: '#FEF1F0',\n infoBg: '#F0F5FD',\n },\n} as const\n\nexport type CoreColors = typeof CORE_COLORS\n","import type { ThemeConfig } from 'antd'\nimport { theme as ontadaTheme } from 'antd'\nimport { CORE_COLORS } from '../tokens/core'\n\nconst { defaultAlgorithm } = ontadaTheme\n\nexport const dsSemanticTokens = {\n button: {\n primary: {\n default: CORE_COLORS.brand.primary,\n hover: CORE_COLORS.brand.primaryHover,\n pressed: CORE_COLORS.brand.primaryPressed,\n text: CORE_COLORS.text.inverse,\n disabledText: CORE_COLORS.brand.brandTint,\n disabledBg: CORE_COLORS.surface.subtle,\n },\n secondary: {\n defaultText: CORE_COLORS.brand.primary,\n defaultBorder: CORE_COLORS.brand.primary,\n defaultBg: CORE_COLORS.text.inverse,\n hoverText: CORE_COLORS.brand.primaryHover,\n hoverBorder: CORE_COLORS.brand.primaryHover,\n hoverBg: CORE_COLORS.surface.subtle,\n pressedText: CORE_COLORS.brand.primaryPressed,\n pressedBorder: CORE_COLORS.brand.primaryPressed,\n pressedBg: CORE_COLORS.surface.neutralSoft,\n disabledText: CORE_COLORS.brand.brandTint,\n disabledBorder: CORE_COLORS.brand.brandTint,\n disabledBg: CORE_COLORS.text.inverse,\n },\n tertiary: {\n defaultText: CORE_COLORS.brand.primary,\n hoverText: CORE_COLORS.brand.primaryHover,\n pressedText: CORE_COLORS.brand.primaryPressed,\n disabledText: CORE_COLORS.brand.brandTint,\n },\n tertiaryAlt: {\n defaultText: CORE_COLORS.text.primary,\n hoverText: CORE_COLORS.text.primary,\n pressedText: CORE_COLORS.text.strong,\n disabledText: CORE_COLORS.text.disabled,\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: CORE_COLORS.text.muted,\n hover: CORE_COLORS.text.primary,\n focus: CORE_COLORS.brand.primary,\n error: CORE_COLORS.status.errorDark,\n success: CORE_COLORS.status.successDark,\n widthDefault: '1px',\n widthFocus: '2px',\n },\n text: {\n default: CORE_COLORS.text.muted,\n focus: CORE_COLORS.text.primary,\n disabled: CORE_COLORS.text.secondary,\n readOnly: CORE_COLORS.text.secondary,\n placeholder: CORE_COLORS.text.muted,\n },\n background: {\n default: CORE_COLORS.text.inverse,\n disabled: CORE_COLORS.surface.subtle,\n readOnly: CORE_COLORS.surface.subtle,\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: CORE_COLORS.text.muted,\n hover: CORE_COLORS.brand.primaryHover,\n checked: CORE_COLORS.brand.primary,\n error: CORE_COLORS.status.errorDark,\n errorHover: CORE_COLORS.status.errorDeep,\n },\n background: {\n default: CORE_COLORS.text.inverse,\n checked: CORE_COLORS.brand.primary,\n disabled: CORE_COLORS.text.disabled,\n errorChecked: CORE_COLORS.status.errorDark,\n },\n mark: {\n checked: CORE_COLORS.text.inverse,\n indeterminate: CORE_COLORS.text.inverse,\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: CORE_COLORS.surface.subtle,\n title: CORE_COLORS.text.strong,\n body: CORE_COLORS.text.primary,\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: CORE_COLORS.accent.highlightBg,\n activeBorder: CORE_COLORS.accent.highlight,\n hoverBg: CORE_COLORS.accent.highlightBg,\n },\n text: {\n default: CORE_COLORS.brand.primary,\n active: CORE_COLORS.text.strong,\n disabled: CORE_COLORS.text.disabled,\n hover: CORE_COLORS.brand.primaryHover,\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: CORE_COLORS.text.primary,\n active: CORE_COLORS.text.strong,\n },\n indicator: {\n active: CORE_COLORS.accent.signal,\n baseline: CORE_COLORS.text.secondary,\n },\n },\n segmented: {\n container: {\n background: CORE_COLORS.surface.canvas,\n border: CORE_COLORS.text.disabled,\n borderWidth: '1px',\n radius: '4px',\n padding: '3px 4px',\n },\n item: {\n selectedBackground: CORE_COLORS.text.inverse,\n selectedBorder: CORE_COLORS.text.muted,\n selectedRadius: '4px',\n unselectedRadius: '48px',\n },\n text: {\n inactive: CORE_COLORS.text.secondary,\n active: CORE_COLORS.text.primary,\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: CORE_COLORS.brand.primaryHover,\n hover: CORE_COLORS.brand.primaryPressed,\n },\n current: {\n text: CORE_COLORS.text.strong,\n },\n separator: {\n color: CORE_COLORS.text.muted,\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: CORE_COLORS.text.inverse,\n header: CORE_COLORS.surface.neutralSoft,\n headerFullScreen: CORE_COLORS.surface.neutralSoft,\n },\n text: {\n title: CORE_COLORS.text.strong,\n body: CORE_COLORS.text.primary,\n required: CORE_COLORS.status.errorDark,\n },\n border: {\n color: CORE_COLORS.text.disabled,\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: CORE_COLORS.text.iconMuted,\n hoverBg: CORE_COLORS.surface.canvas,\n focusOutline: CORE_COLORS.brand.primary,\n },\n },\n table: {\n surface: {\n container: CORE_COLORS.text.inverse,\n layout: CORE_COLORS.surface.layout,\n headerDefault: CORE_COLORS.surface.neutralSoft,\n headerWhite: CORE_COLORS.text.inverse,\n rowHover: CORE_COLORS.surface.canvas,\n rowSelected: CORE_COLORS.accent.highlightBg,\n },\n text: {\n header: CORE_COLORS.brand.primary,\n body: CORE_COLORS.text.primary,\n sorterMuted: CORE_COLORS.text.muted,\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: CORE_COLORS.text.disabled,\n bodyDivider: CORE_COLORS.surface.divider,\n headerDividerWidth: '2px',\n radius: '4px',\n },\n },\n tag: {\n borderWidth: '1px',\n status: {\n neutral: {\n solid: { bg: CORE_COLORS.text.muted, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.subtle, text: CORE_COLORS.text.primary },\n outline: { text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n },\n success: {\n solid: { bg: CORE_COLORS.status.successDeep, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.successSoft, text: CORE_COLORS.status.successDark },\n outline: { text: CORE_COLORS.status.successDark, border: CORE_COLORS.status.successDark },\n },\n warning: {\n solid: { bg: CORE_COLORS.status.warningDark, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.warningSoft, text: CORE_COLORS.status.warningDeep },\n outline: { text: CORE_COLORS.status.warningDeep, border: CORE_COLORS.status.warningDeep },\n },\n error: {\n solid: { bg: CORE_COLORS.status.error, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.errorSoft, text: CORE_COLORS.status.errorDark },\n outline: { text: CORE_COLORS.status.errorDark, border: CORE_COLORS.status.errorDark },\n },\n inactive: {\n solid: { bg: 'transparent', text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n light: { bg: 'transparent', text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n outline: { text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n },\n new: {\n solid: { bg: CORE_COLORS.brand.primaryPressed, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.subtle, text: CORE_COLORS.brand.deepBrand },\n outline: { text: CORE_COLORS.brand.deepBrand, border: CORE_COLORS.brand.deepBrand },\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: CORE_COLORS.accent.highlightSoft,\n border: CORE_COLORS.accent.highlight,\n text: CORE_COLORS.text.strong,\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: CORE_COLORS.status.success,\n colorWarning: CORE_COLORS.status.warning,\n colorError: CORE_COLORS.status.error,\n colorInfo: dsSemanticTokens.button.primary.default,\n colorLink: CORE_COLORS.brand.primaryHover,\n\n borderRadius: 6,\n\n colorText: CORE_COLORS.text.primary,\n colorTextSecondary: CORE_COLORS.text.secondary,\n colorTextDisabled: CORE_COLORS.text.disabled,\n\n colorBgLayout: CORE_COLORS.surface.layout,\n colorBgContainer: CORE_COLORS.text.inverse,\n colorBgElevated: CORE_COLORS.text.inverse,\n\n colorBorder: CORE_COLORS.text.muted,\n colorBorderSecondary: CORE_COLORS.surface.divider,\n },\n}\n"],"mappings":"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"}
|