@nulogy/components 14.1.3 → 14.1.4

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/main.js CHANGED
@@ -54713,75 +54713,485 @@
54713
54713
  }, theme);
54714
54714
  };
54715
54715
 
54716
+ /*
54717
+ Nulogy Design System Tokens
54718
+ THIS FILE IS AUTO-GENERATED. DO NOT EDIT MANUALLY.
54719
+ */
54720
+
54721
+ /*
54722
+ |-----------------------------------------------------------------------------
54723
+ | Border radius
54724
+ |-----------------------------------------------------------------------------
54725
+ */
54726
+ const DESKTOP_BORDER_RADIUS_SMALL = '2px';
54727
+ const DESKTOP_BORDER_RADIUS_MEDIUM = '4px';
54728
+ const DESKTOP_BORDER_RADIUS_LARGE = '8px';
54729
+ const DESKTOP_BORDER_RADIUS_CIRCLE = '50%';
54730
+ const DESKTOP_BORDER_RADIUS_ROUNDED = '9999px';
54731
+ const TABLET_BORDER_RADIUS_SMALL = '2.8px';
54732
+ const TABLET_BORDER_RADIUS_MEDIUM = '5.6px';
54733
+ const TABLET_BORDER_RADIUS_LARGE = '11.2px';
54734
+ const TABLET_BORDER_RADIUS_CIRCLE = '50%';
54735
+ const TABLET_BORDER_RADIUS_ROUNDED = '9999px';
54736
+ const PHONE_BORDER_RADIUS_SMALL = '1.8px';
54737
+ const PHONE_BORDER_RADIUS_MEDIUM = '3.6px';
54738
+ const PHONE_BORDER_RADIUS_LARGE = '7.2px';
54739
+ const PHONE_BORDER_RADIUS_CIRCLE = '50%';
54740
+ const PHONE_BORDER_RADIUS_ROUNDED = '9999px';
54741
+
54742
+ /*
54743
+ |-----------------------------------------------------------------------------
54744
+ | Font size
54745
+ |-----------------------------------------------------------------------------
54746
+ */
54747
+ const DESKTOP_FONT_SIZE_STANDARD_SMALLER = '12px';
54748
+ const DESKTOP_FONT_SIZE_STANDARD_SMALL = '15px';
54749
+ const DESKTOP_FONT_SIZE_STANDARD_MEDIUM = '15px';
54750
+ const DESKTOP_FONT_SIZE_STANDARD_LARGE = '21px';
54751
+ const DESKTOP_FONT_SIZE_STANDARD_LARGER = '24px';
54752
+ const DESKTOP_FONT_SIZE_STANDARD_LARGEST = '30px';
54753
+ const DESKTOP_FONT_SIZE_EXPERIMENTAL_XXS = '9px';
54754
+ const DESKTOP_FONT_SIZE_EXPERIMENTAL_XS = '12px';
54755
+ const DESKTOP_FONT_SIZE_EXPERIMENTAL_SM = '15px';
54756
+ const DESKTOP_FONT_SIZE_EXPERIMENTAL_MD = '18px';
54757
+ const DESKTOP_FONT_SIZE_EXPERIMENTAL_LG = '21px';
54758
+ const DESKTOP_FONT_SIZE_EXPERIMENTAL_XL = '24px';
54759
+ const DESKTOP_FONT_SIZE_EXPERIMENTAL_XXL = '30px';
54760
+ const DESKTOP_FONT_SIZE_SEMANTIC_HEADING_1 = '24px';
54761
+ const DESKTOP_FONT_SIZE_SEMANTIC_HEADING_2 = '21px';
54762
+ const DESKTOP_FONT_SIZE_SEMANTIC_HEADING_3 = '15px';
54763
+ const DESKTOP_FONT_SIZE_SEMANTIC_HEADING_4 = '15px';
54764
+ const DESKTOP_FONT_SIZE_SEMANTIC_BASE = '15px';
54765
+ const TABLET_FONT_SIZE_STANDARD_SMALLER = '16.8px';
54766
+ const TABLET_FONT_SIZE_STANDARD_SMALL = '21px';
54767
+ const TABLET_FONT_SIZE_STANDARD_MEDIUM = '21px';
54768
+ const TABLET_FONT_SIZE_STANDARD_LARGE = '29.4px';
54769
+ const TABLET_FONT_SIZE_STANDARD_LARGER = '33.6px';
54770
+ const TABLET_FONT_SIZE_STANDARD_LARGEST = '42px';
54771
+ const TABLET_FONT_SIZE_EXPERIMENTAL_XXS = '12.6px';
54772
+ const TABLET_FONT_SIZE_EXPERIMENTAL_XS = '16.8px';
54773
+ const TABLET_FONT_SIZE_EXPERIMENTAL_SM = '21px';
54774
+ const TABLET_FONT_SIZE_EXPERIMENTAL_MD = '25.2px';
54775
+ const TABLET_FONT_SIZE_EXPERIMENTAL_LG = '29.4px';
54776
+ const TABLET_FONT_SIZE_EXPERIMENTAL_XL = '33.6px';
54777
+ const TABLET_FONT_SIZE_EXPERIMENTAL_XXL = '42px';
54778
+ const TABLET_FONT_SIZE_SEMANTIC_HEADING_1 = '33.6px';
54779
+ const TABLET_FONT_SIZE_SEMANTIC_HEADING_2 = '29.4px';
54780
+ const TABLET_FONT_SIZE_SEMANTIC_HEADING_3 = '21px';
54781
+ const TABLET_FONT_SIZE_SEMANTIC_HEADING_4 = '21px';
54782
+ const TABLET_FONT_SIZE_SEMANTIC_BASE = '21px';
54783
+ const PHONE_FONT_SIZE_STANDARD_SMALLER = '10.8px';
54784
+ const PHONE_FONT_SIZE_STANDARD_SMALL = '13.5px';
54785
+ const PHONE_FONT_SIZE_STANDARD_MEDIUM = '13.5px';
54786
+ const PHONE_FONT_SIZE_STANDARD_LARGE = '18.9px';
54787
+ const PHONE_FONT_SIZE_STANDARD_LARGER = '21.6px';
54788
+ const PHONE_FONT_SIZE_STANDARD_LARGEST = '27px';
54789
+ const PHONE_FONT_SIZE_EXPERIMENTAL_XXS = '8.1px';
54790
+ const PHONE_FONT_SIZE_EXPERIMENTAL_XS = '10.8px';
54791
+ const PHONE_FONT_SIZE_EXPERIMENTAL_SM = '13.5px';
54792
+ const PHONE_FONT_SIZE_EXPERIMENTAL_MD = '16.2px';
54793
+ const PHONE_FONT_SIZE_EXPERIMENTAL_LG = '18.9px';
54794
+ const PHONE_FONT_SIZE_EXPERIMENTAL_XL = '21.6px';
54795
+ const PHONE_FONT_SIZE_EXPERIMENTAL_XXL = '27px';
54796
+ const PHONE_FONT_SIZE_SEMANTIC_HEADING_1 = '21.6px';
54797
+ const PHONE_FONT_SIZE_SEMANTIC_HEADING_2 = '18.9px';
54798
+ const PHONE_FONT_SIZE_SEMANTIC_HEADING_3 = '13.5px';
54799
+ const PHONE_FONT_SIZE_SEMANTIC_HEADING_4 = '13.5px';
54800
+ const PHONE_FONT_SIZE_SEMANTIC_BASE = '13.5px';
54801
+
54802
+ /*
54803
+ |-----------------------------------------------------------------------------
54804
+ | Breakpoints
54805
+ |-----------------------------------------------------------------------------
54806
+ */
54807
+ const DESKTOP_BREAKPOINTS_BASE_EXTRA_SMALL = '0px';
54808
+ const DESKTOP_BREAKPOINTS_BASE_SMALL = '768px';
54809
+ const DESKTOP_BREAKPOINTS_BASE_MEDIUM = '1024px';
54810
+ const DESKTOP_BREAKPOINTS_BASE_LARGE = '1360px';
54811
+ const DESKTOP_BREAKPOINTS_BASE_EXTRA_LARGE = '1920px';
54812
+ const DESKTOP_BREAKPOINTS_SEMANTIC_PHONE_PORTRAIT = '320px';
54813
+ const DESKTOP_BREAKPOINTS_SEMANTIC_PHONE_LANDSCAPE = '640px';
54814
+ const DESKTOP_BREAKPOINTS_SEMANTIC_TABLET_PORTRAIT = '768px';
54815
+ const DESKTOP_BREAKPOINTS_SEMANTIC_TABLET_LANDSCAPE = '1024px';
54816
+ const DESKTOP_BREAKPOINTS_SEMANTIC_LAPTOP = '1280px';
54817
+ const DESKTOP_BREAKPOINTS_SEMANTIC_DESKTOP = '1440px';
54818
+ const TABLET_BREAKPOINTS_BASE_EXTRA_SMALL = '0px';
54819
+ const TABLET_BREAKPOINTS_BASE_SMALL = '768px';
54820
+ const TABLET_BREAKPOINTS_BASE_MEDIUM = '1024px';
54821
+ const TABLET_BREAKPOINTS_BASE_LARGE = '1360px';
54822
+ const TABLET_BREAKPOINTS_BASE_EXTRA_LARGE = '1920px';
54823
+ const TABLET_BREAKPOINTS_SEMANTIC_PHONE_PORTRAIT = '320px';
54824
+ const TABLET_BREAKPOINTS_SEMANTIC_PHONE_LANDSCAPE = '640px';
54825
+ const TABLET_BREAKPOINTS_SEMANTIC_TABLET_PORTRAIT = '768px';
54826
+ const TABLET_BREAKPOINTS_SEMANTIC_TABLET_LANDSCAPE = '1024px';
54827
+ const TABLET_BREAKPOINTS_SEMANTIC_LAPTOP = '1280px';
54828
+ const TABLET_BREAKPOINTS_SEMANTIC_DESKTOP = '1440px';
54829
+ const PHONE_BREAKPOINTS_BASE_EXTRA_SMALL = '0px';
54830
+ const PHONE_BREAKPOINTS_BASE_SMALL = '768px';
54831
+ const PHONE_BREAKPOINTS_BASE_MEDIUM = '1024px';
54832
+ const PHONE_BREAKPOINTS_BASE_LARGE = '1360px';
54833
+ const PHONE_BREAKPOINTS_BASE_EXTRA_LARGE = '1920px';
54834
+ const PHONE_BREAKPOINTS_SEMANTIC_PHONE_PORTRAIT = '320px';
54835
+ const PHONE_BREAKPOINTS_SEMANTIC_PHONE_LANDSCAPE = '640px';
54836
+ const PHONE_BREAKPOINTS_SEMANTIC_TABLET_PORTRAIT = '768px';
54837
+ const PHONE_BREAKPOINTS_SEMANTIC_TABLET_LANDSCAPE = '1024px';
54838
+ const PHONE_BREAKPOINTS_SEMANTIC_LAPTOP = '1280px';
54839
+ const PHONE_BREAKPOINTS_SEMANTIC_DESKTOP = '1440px';
54840
+
54841
+ /*
54842
+ |-----------------------------------------------------------------------------
54843
+ | Color
54844
+ |-----------------------------------------------------------------------------
54845
+ */
54846
+ const DESKTOP_COLOR_BASE_BLACK = '#011E38';
54847
+ const DESKTOP_COLOR_BASE_BLACK_BLUE = '#122B47';
54848
+ const DESKTOP_COLOR_BASE_DARK_BLUE = '#00438F';
54849
+ const DESKTOP_COLOR_BASE_BLUE = '#216BEB';
54850
+ const DESKTOP_COLOR_BASE_LIGHT_BLUE = '#E1EBFA';
54851
+ const DESKTOP_COLOR_BASE_DARK_GREY = '#434D59';
54852
+ const DESKTOP_COLOR_BASE_MID_GREY = '#6C7784';
54853
+ const DESKTOP_COLOR_BASE_GREY = '#C0C8D1';
54854
+ const DESKTOP_COLOR_BASE_LIGHT_GREY = '#E4E7EB';
54855
+ const DESKTOP_COLOR_BASE_WHITE_GREY = '#F0F2F5';
54856
+ const DESKTOP_COLOR_BASE_WHITE = '#FFFFFF';
54857
+ const DESKTOP_COLOR_BASE_GREEN = '#008059';
54858
+ const DESKTOP_COLOR_BASE_LIGHT_GREEN = '#E9F7F2';
54859
+ const DESKTOP_COLOR_BASE_RED = '#CC1439';
54860
+ const DESKTOP_COLOR_BASE_LIGHT_RED = '#FAE6EA';
54861
+ const DESKTOP_COLOR_BASE_YELLOW = '#FFBB00';
54862
+ const DESKTOP_COLOR_BASE_LIGHT_YELLOW = '#FCF5E3';
54863
+ const DESKTOP_COLOR_CATEGORICAL_1 = '#19C4E6';
54864
+ const DESKTOP_COLOR_CATEGORICAL_2 = '#8033CC';
54865
+ const DESKTOP_COLOR_CATEGORICAL_3 = '#E372D0';
54866
+ const DESKTOP_COLOR_CATEGORICAL_4 = '#55DDB0';
54867
+ const DESKTOP_COLOR_CATEGORICAL_5 = '#EE5513';
54868
+ const DESKTOP_COLOR_CATEGORICAL_6 = '#D3D322';
54869
+ const TABLET_COLOR_BASE_BLACK = '#011E38';
54870
+ const TABLET_COLOR_BASE_BLACK_BLUE = '#122B47';
54871
+ const TABLET_COLOR_BASE_DARK_BLUE = '#00438F';
54872
+ const TABLET_COLOR_BASE_BLUE = '#216BEB';
54873
+ const TABLET_COLOR_BASE_LIGHT_BLUE = '#E1EBFA';
54874
+ const TABLET_COLOR_BASE_DARK_GREY = '#434D59';
54875
+ const TABLET_COLOR_BASE_MID_GREY = '#6C7784';
54876
+ const TABLET_COLOR_BASE_GREY = '#C0C8D1';
54877
+ const TABLET_COLOR_BASE_LIGHT_GREY = '#E4E7EB';
54878
+ const TABLET_COLOR_BASE_WHITE_GREY = '#F0F2F5';
54879
+ const TABLET_COLOR_BASE_WHITE = '#FFFFFF';
54880
+ const TABLET_COLOR_BASE_GREEN = '#008059';
54881
+ const TABLET_COLOR_BASE_LIGHT_GREEN = '#E9F7F2';
54882
+ const TABLET_COLOR_BASE_RED = '#CC1439';
54883
+ const TABLET_COLOR_BASE_LIGHT_RED = '#FAE6EA';
54884
+ const TABLET_COLOR_BASE_YELLOW = '#FFBB00';
54885
+ const TABLET_COLOR_BASE_LIGHT_YELLOW = '#FCF5E3';
54886
+ const TABLET_COLOR_CATEGORICAL_1 = '#19C4E6';
54887
+ const TABLET_COLOR_CATEGORICAL_2 = '#8033CC';
54888
+ const TABLET_COLOR_CATEGORICAL_3 = '#E372D0';
54889
+ const TABLET_COLOR_CATEGORICAL_4 = '#55DDB0';
54890
+ const TABLET_COLOR_CATEGORICAL_5 = '#EE5513';
54891
+ const TABLET_COLOR_CATEGORICAL_6 = '#D3D322';
54892
+ const PHONE_COLOR_BASE_BLACK = '#011E38';
54893
+ const PHONE_COLOR_BASE_BLACK_BLUE = '#122B47';
54894
+ const PHONE_COLOR_BASE_DARK_BLUE = '#00438F';
54895
+ const PHONE_COLOR_BASE_BLUE = '#216BEB';
54896
+ const PHONE_COLOR_BASE_LIGHT_BLUE = '#E1EBFA';
54897
+ const PHONE_COLOR_BASE_DARK_GREY = '#434D59';
54898
+ const PHONE_COLOR_BASE_MID_GREY = '#6C7784';
54899
+ const PHONE_COLOR_BASE_GREY = '#C0C8D1';
54900
+ const PHONE_COLOR_BASE_LIGHT_GREY = '#E4E7EB';
54901
+ const PHONE_COLOR_BASE_WHITE_GREY = '#F0F2F5';
54902
+ const PHONE_COLOR_BASE_WHITE = '#FFFFFF';
54903
+ const PHONE_COLOR_BASE_GREEN = '#008059';
54904
+ const PHONE_COLOR_BASE_LIGHT_GREEN = '#E9F7F2';
54905
+ const PHONE_COLOR_BASE_RED = '#CC1439';
54906
+ const PHONE_COLOR_BASE_LIGHT_RED = '#FAE6EA';
54907
+ const PHONE_COLOR_BASE_YELLOW = '#FFBB00';
54908
+ const PHONE_COLOR_BASE_LIGHT_YELLOW = '#FCF5E3';
54909
+ const PHONE_COLOR_CATEGORICAL_1 = '#19C4E6';
54910
+ const PHONE_COLOR_CATEGORICAL_2 = '#8033CC';
54911
+ const PHONE_COLOR_CATEGORICAL_3 = '#E372D0';
54912
+ const PHONE_COLOR_CATEGORICAL_4 = '#55DDB0';
54913
+ const PHONE_COLOR_CATEGORICAL_5 = '#EE5513';
54914
+ const PHONE_COLOR_CATEGORICAL_6 = '#D3D322';
54915
+
54916
+ /*
54917
+ |-----------------------------------------------------------------------------
54918
+ | Font family
54919
+ |-----------------------------------------------------------------------------
54920
+ */
54921
+ const DESKTOP_FONT_FAMILY_BASE = "'IBM Plex Sans', sans-serif";
54922
+ const DESKTOP_FONT_FAMILY_MONO = "'IBM Plex Mono', monospace";
54923
+ const DESKTOP_FONT_FAMILY_SC = "'Noto Sans SC', sans-serif";
54924
+ const TABLET_FONT_FAMILY_BASE = "'IBM Plex Sans', sans-serif";
54925
+ const TABLET_FONT_FAMILY_MONO = "'IBM Plex Mono', monospace";
54926
+ const TABLET_FONT_FAMILY_SC = "'Noto Sans SC', sans-serif";
54927
+ const PHONE_FONT_FAMILY_BASE = "'IBM Plex Sans', sans-serif";
54928
+ const PHONE_FONT_FAMILY_MONO = "'IBM Plex Mono', monospace";
54929
+ const PHONE_FONT_FAMILY_SC = "'Noto Sans SC', sans-serif";
54930
+
54931
+ /*
54932
+ |-----------------------------------------------------------------------------
54933
+ | Font weight
54934
+ |-----------------------------------------------------------------------------
54935
+ */
54936
+ const DESKTOP_FONT_WEIGHT_LIGHT = 300;
54937
+ const DESKTOP_FONT_WEIGHT_NORMAL = 400;
54938
+ const DESKTOP_FONT_WEIGHT_MEDIUM = 500;
54939
+ const DESKTOP_FONT_WEIGHT_BOLD = 600;
54940
+ const TABLET_FONT_WEIGHT_LIGHT = 300;
54941
+ const TABLET_FONT_WEIGHT_NORMAL = 400;
54942
+ const TABLET_FONT_WEIGHT_MEDIUM = 500;
54943
+ const TABLET_FONT_WEIGHT_BOLD = 600;
54944
+ const PHONE_FONT_WEIGHT_LIGHT = 300;
54945
+ const PHONE_FONT_WEIGHT_NORMAL = 400;
54946
+ const PHONE_FONT_WEIGHT_MEDIUM = 500;
54947
+ const PHONE_FONT_WEIGHT_BOLD = 600;
54948
+
54949
+ /*
54950
+ |-----------------------------------------------------------------------------
54951
+ | Line height
54952
+ |-----------------------------------------------------------------------------
54953
+ */
54954
+ const DESKTOP_LINE_HEIGHT_BASE = '1.3333';
54955
+ const DESKTOP_LINE_HEIGHT_BASE_RELAXED = '1.6';
54956
+ const DESKTOP_LINE_HEIGHT_SMALL_TEXT_BASE = '1.3333';
54957
+ const DESKTOP_LINE_HEIGHT_SMALL_TEXT_COMPRESSED = '1.3333';
54958
+ const DESKTOP_LINE_HEIGHT_SMALL_RELAXED = '1.6';
54959
+ const DESKTOP_LINE_HEIGHT_SMALLER_TEXT = '1.3333';
54960
+ const DESKTOP_LINE_HEIGHT_SMALLER_RELAXED = '1.6667';
54961
+ const DESKTOP_LINE_HEIGHT_HEADING_1 = '1.3333';
54962
+ const DESKTOP_LINE_HEIGHT_HEADING_2 = '1.3333';
54963
+ const DESKTOP_LINE_HEIGHT_HEADING_3 = '1.6';
54964
+ const DESKTOP_LINE_HEIGHT_HEADING_4 = '1.3333';
54965
+ const DESKTOP_LINE_HEIGHT_TITLE = '1.3333';
54966
+ const DESKTOP_LINE_HEIGHT_SECTION_TITLE = '1.3333';
54967
+ const DESKTOP_LINE_HEIGHT_SUBSECTION_TITLE = '1.6';
54968
+ const TABLET_LINE_HEIGHT_BASE = '1.3333';
54969
+ const TABLET_LINE_HEIGHT_BASE_RELAXED = '1.6';
54970
+ const TABLET_LINE_HEIGHT_SMALL_TEXT_BASE = '1.3333';
54971
+ const TABLET_LINE_HEIGHT_SMALL_TEXT_COMPRESSED = '1.3333';
54972
+ const TABLET_LINE_HEIGHT_SMALL_RELAXED = '1.6';
54973
+ const TABLET_LINE_HEIGHT_SMALLER_TEXT = '1.3333';
54974
+ const TABLET_LINE_HEIGHT_SMALLER_RELAXED = '1.6667';
54975
+ const TABLET_LINE_HEIGHT_HEADING_1 = '1.3333';
54976
+ const TABLET_LINE_HEIGHT_HEADING_2 = '1.3333';
54977
+ const TABLET_LINE_HEIGHT_HEADING_3 = '1.6';
54978
+ const TABLET_LINE_HEIGHT_HEADING_4 = '1.3333';
54979
+ const TABLET_LINE_HEIGHT_TITLE = '1.3333';
54980
+ const TABLET_LINE_HEIGHT_SECTION_TITLE = '1.3333';
54981
+ const TABLET_LINE_HEIGHT_SUBSECTION_TITLE = '1.6';
54982
+ const PHONE_LINE_HEIGHT_BASE = '1.3333';
54983
+ const PHONE_LINE_HEIGHT_BASE_RELAXED = '1.6';
54984
+ const PHONE_LINE_HEIGHT_SMALL_TEXT_BASE = '1.3333';
54985
+ const PHONE_LINE_HEIGHT_SMALL_TEXT_COMPRESSED = '1.3333';
54986
+ const PHONE_LINE_HEIGHT_SMALL_RELAXED = '1.6';
54987
+ const PHONE_LINE_HEIGHT_SMALLER_TEXT = '1.3333';
54988
+ const PHONE_LINE_HEIGHT_SMALLER_RELAXED = '1.6667';
54989
+ const PHONE_LINE_HEIGHT_HEADING_1 = '1.3333';
54990
+ const PHONE_LINE_HEIGHT_HEADING_2 = '1.3333';
54991
+ const PHONE_LINE_HEIGHT_HEADING_3 = '1.6';
54992
+ const PHONE_LINE_HEIGHT_HEADING_4 = '1.3333';
54993
+ const PHONE_LINE_HEIGHT_TITLE = '1.3333';
54994
+ const PHONE_LINE_HEIGHT_SECTION_TITLE = '1.3333';
54995
+ const PHONE_LINE_HEIGHT_SUBSECTION_TITLE = '1.6';
54996
+
54997
+ /*
54998
+ |-----------------------------------------------------------------------------
54999
+ | Shadow
55000
+ |-----------------------------------------------------------------------------
55001
+ */
55002
+ const DESKTOP_SHADOW_SMALL = '0px 1px 2px 0px rgba(1, 30, 56, 0.25)';
55003
+ const DESKTOP_SHADOW_MEDIUM = '0px 3px 8px 0px rgba(1, 30, 56, 0.18)';
55004
+ const DESKTOP_SHADOW_LARGE = '0px 6px 12px 2px rgba(1, 30, 56, 0.15)';
55005
+ const DESKTOP_SHADOW_FOCUS = '0px 0px 5px 0px rgba(33, 107, 235, .9)';
55006
+ const DESKTOP_SHADOW_ERROR = '0px 0px 5px 0px rgba(204, 20, 57, .9)';
55007
+ const TABLET_SHADOW_SMALL = '0px 1px 2px 0px rgba(1, 30, 56, 0.25)';
55008
+ const TABLET_SHADOW_MEDIUM = '0px 3px 8px 0px rgba(1, 30, 56, 0.18)';
55009
+ const TABLET_SHADOW_LARGE = '0px 6px 12px 2px rgba(1, 30, 56, 0.15)';
55010
+ const TABLET_SHADOW_FOCUS = '0px 0px 5px 0px rgba(33, 107, 235, .9)';
55011
+ const TABLET_SHADOW_ERROR = '0px 0px 5px 0px rgba(204, 20, 57, .9)';
55012
+ const PHONE_SHADOW_SMALL = '0px 1px 2px 0px rgba(1, 30, 56, 0.25)';
55013
+ const PHONE_SHADOW_MEDIUM = '0px 3px 8px 0px rgba(1, 30, 56, 0.18)';
55014
+ const PHONE_SHADOW_LARGE = '0px 6px 12px 2px rgba(1, 30, 56, 0.15)';
55015
+ const PHONE_SHADOW_FOCUS = '0px 0px 5px 0px rgba(33, 107, 235, .9)';
55016
+ const PHONE_SHADOW_ERROR = '0px 0px 5px 0px rgba(204, 20, 57, .9)';
55017
+
55018
+ /*
55019
+ |-----------------------------------------------------------------------------
55020
+ | Space
55021
+ |-----------------------------------------------------------------------------
55022
+ */
55023
+ const DESKTOP_SPACE_NONE = '0px';
55024
+ const DESKTOP_SPACE_X_0 = '0px';
55025
+ const DESKTOP_SPACE_X_0_25 = '2px';
55026
+ const DESKTOP_SPACE_HALF = '4px';
55027
+ const DESKTOP_SPACE_X_0_5 = '4px';
55028
+ const DESKTOP_SPACE_X_0_75 = '6px';
55029
+ const DESKTOP_SPACE_X_1 = '8px';
55030
+ const DESKTOP_SPACE_X_1_25 = '10px';
55031
+ const DESKTOP_SPACE_X_1_5 = '12px';
55032
+ const DESKTOP_SPACE_X_1_75 = '14px';
55033
+ const DESKTOP_SPACE_X_2 = '16px';
55034
+ const DESKTOP_SPACE_X_2_5 = '20px';
55035
+ const DESKTOP_SPACE_X_3 = '24px';
55036
+ const DESKTOP_SPACE_X_4 = '32px';
55037
+ const DESKTOP_SPACE_X_5 = '40px';
55038
+ const DESKTOP_SPACE_X_6 = '48px';
55039
+ const DESKTOP_SPACE_X_7 = '56px';
55040
+ const DESKTOP_SPACE_X_8 = '64px';
55041
+ const DESKTOP_SPACE_X_9 = '72px';
55042
+ const DESKTOP_SPACE_X_10 = '80px';
55043
+ const DESKTOP_SPACE_X_11 = '88px';
55044
+ const DESKTOP_SPACE_X_12 = '96px';
55045
+ const TABLET_SPACE_NONE = '0px';
55046
+ const TABLET_SPACE_X_0 = '0px';
55047
+ const TABLET_SPACE_X_0_25 = '2.8px';
55048
+ const TABLET_SPACE_HALF = '5.6px';
55049
+ const TABLET_SPACE_X_0_5 = '5.6px';
55050
+ const TABLET_SPACE_X_0_75 = '8.4px';
55051
+ const TABLET_SPACE_X_1 = '11.2px';
55052
+ const TABLET_SPACE_X_1_25 = '14px';
55053
+ const TABLET_SPACE_X_1_5 = '16.8px';
55054
+ const TABLET_SPACE_X_1_75 = '19.6px';
55055
+ const TABLET_SPACE_X_2 = '22.4px';
55056
+ const TABLET_SPACE_X_2_5 = '28px';
55057
+ const TABLET_SPACE_X_3 = '33.6px';
55058
+ const TABLET_SPACE_X_4 = '44.8px';
55059
+ const TABLET_SPACE_X_5 = '56px';
55060
+ const TABLET_SPACE_X_6 = '67.2px';
55061
+ const TABLET_SPACE_X_7 = '78.4px';
55062
+ const TABLET_SPACE_X_8 = '89.6px';
55063
+ const TABLET_SPACE_X_9 = '100.8px';
55064
+ const TABLET_SPACE_X_10 = '112px';
55065
+ const TABLET_SPACE_X_11 = '123.2px';
55066
+ const TABLET_SPACE_X_12 = '134.4px';
55067
+ const PHONE_SPACE_NONE = '0px';
55068
+ const PHONE_SPACE_X_0 = '0px';
55069
+ const PHONE_SPACE_X_0_25 = '1.8px';
55070
+ const PHONE_SPACE_HALF = '3.6px';
55071
+ const PHONE_SPACE_X_0_5 = '3.6px';
55072
+ const PHONE_SPACE_X_0_75 = '5.4px';
55073
+ const PHONE_SPACE_X_1 = '7.2px';
55074
+ const PHONE_SPACE_X_1_25 = '9px';
55075
+ const PHONE_SPACE_X_1_5 = '10.8px';
55076
+ const PHONE_SPACE_X_1_75 = '12.6px';
55077
+ const PHONE_SPACE_X_2 = '14.4px';
55078
+ const PHONE_SPACE_X_2_5 = '18px';
55079
+ const PHONE_SPACE_X_3 = '21.6px';
55080
+ const PHONE_SPACE_X_4 = '28.8px';
55081
+ const PHONE_SPACE_X_5 = '36px';
55082
+ const PHONE_SPACE_X_6 = '43.2px';
55083
+ const PHONE_SPACE_X_7 = '50.4px';
55084
+ const PHONE_SPACE_X_8 = '57.6px';
55085
+ const PHONE_SPACE_X_9 = '64.8px';
55086
+ const PHONE_SPACE_X_10 = '72px';
55087
+ const PHONE_SPACE_X_11 = '79.2px';
55088
+ const PHONE_SPACE_X_12 = '86.4px';
55089
+
55090
+ /*
55091
+ |-----------------------------------------------------------------------------
55092
+ | Z index
55093
+ |-----------------------------------------------------------------------------
55094
+ */
55095
+ const DESKTOP_Z_INDEX_CONTENT = 100;
55096
+ const DESKTOP_Z_INDEX_TABS_SCROLL_INDICATOR = 200;
55097
+ const DESKTOP_Z_INDEX_TABS_BAR = 210;
55098
+ const DESKTOP_Z_INDEX_OVERLAY = 1000;
55099
+ const DESKTOP_Z_INDEX_ABOVE_OVERLAY = 1010;
55100
+ const DESKTOP_Z_INDEX_TABLE_HEADER = 10;
55101
+ const DESKTOP_Z_INDEX_MODAL_HEADER_AND_FOOTER = 2;
55102
+ const DESKTOP_Z_INDEX_OPEN_CONTROL = 1000;
55103
+ const DESKTOP_Z_INDEX_NAV_BAR = 900;
55104
+ const DESKTOP_Z_INDEX_SIDEBAR = 800;
55105
+ const TABLET_Z_INDEX_CONTENT = 100;
55106
+ const TABLET_Z_INDEX_TABS_SCROLL_INDICATOR = 200;
55107
+ const TABLET_Z_INDEX_TABS_BAR = 210;
55108
+ const TABLET_Z_INDEX_OVERLAY = 1000;
55109
+ const TABLET_Z_INDEX_ABOVE_OVERLAY = 1010;
55110
+ const TABLET_Z_INDEX_TABLE_HEADER = 10;
55111
+ const TABLET_Z_INDEX_MODAL_HEADER_AND_FOOTER = 2;
55112
+ const TABLET_Z_INDEX_OPEN_CONTROL = 1000;
55113
+ const TABLET_Z_INDEX_NAV_BAR = 900;
55114
+ const TABLET_Z_INDEX_SIDEBAR = 800;
55115
+ const PHONE_Z_INDEX_CONTENT = 100;
55116
+ const PHONE_Z_INDEX_TABS_SCROLL_INDICATOR = 200;
55117
+ const PHONE_Z_INDEX_TABS_BAR = 210;
55118
+ const PHONE_Z_INDEX_OVERLAY = 1000;
55119
+ const PHONE_Z_INDEX_ABOVE_OVERLAY = 1010;
55120
+ const PHONE_Z_INDEX_TABLE_HEADER = 10;
55121
+ const PHONE_Z_INDEX_MODAL_HEADER_AND_FOOTER = 2;
55122
+ const PHONE_Z_INDEX_OPEN_CONTROL = 1000;
55123
+ const PHONE_Z_INDEX_NAV_BAR = 900;
55124
+ const PHONE_Z_INDEX_SIDEBAR = 800;
55125
+
54716
55126
  var themes = {
54717
55127
  legacy: {
54718
55128
  colors: {
54719
- black: "#011e38",
54720
- blackBlue: "#122b47",
54721
- darkBlue: "#00438f",
54722
- blue: "#216beb",
54723
- lightBlue: "#e1ebfa",
54724
- darkGrey: "#434d59",
54725
- midGrey: "#6c7784",
54726
- grey: "#c0c8d1",
54727
- lightGrey: "#e4e7eb",
54728
- whiteGrey: "#f0f2f5",
54729
- white: "#ffffff",
54730
- yellow: "#ffbb00",
54731
- lightYellow: "#fcf5e3",
54732
- green: "#008059",
54733
- lightGreen: "#e9f7f2",
54734
- red: "#cc1439",
54735
- lightRed: "#fae6ea",
54736
- categorical1: "#19c4e6",
54737
- categorical2: "#8033cc",
54738
- categorical3: "#e372d0",
54739
- categorical4: "#55ddb0",
54740
- categorical5: "#ee5513",
54741
- categorical6: "#d3d322"
55129
+ black: DESKTOP_COLOR_BASE_BLACK,
55130
+ blackBlue: DESKTOP_COLOR_BASE_BLACK_BLUE,
55131
+ darkBlue: DESKTOP_COLOR_BASE_DARK_BLUE,
55132
+ blue: DESKTOP_COLOR_BASE_BLUE,
55133
+ lightBlue: DESKTOP_COLOR_BASE_LIGHT_BLUE,
55134
+ darkGrey: DESKTOP_COLOR_BASE_DARK_GREY,
55135
+ midGrey: DESKTOP_COLOR_BASE_MID_GREY,
55136
+ grey: DESKTOP_COLOR_BASE_GREY,
55137
+ lightGrey: DESKTOP_COLOR_BASE_LIGHT_GREY,
55138
+ whiteGrey: DESKTOP_COLOR_BASE_WHITE_GREY,
55139
+ white: DESKTOP_COLOR_BASE_WHITE,
55140
+ yellow: DESKTOP_COLOR_BASE_YELLOW,
55141
+ lightYellow: DESKTOP_COLOR_BASE_LIGHT_YELLOW,
55142
+ green: DESKTOP_COLOR_BASE_GREEN,
55143
+ lightGreen: DESKTOP_COLOR_BASE_LIGHT_GREEN,
55144
+ red: DESKTOP_COLOR_BASE_RED,
55145
+ lightRed: DESKTOP_COLOR_BASE_LIGHT_RED,
55146
+ categorical1: DESKTOP_COLOR_CATEGORICAL_1,
55147
+ categorical2: DESKTOP_COLOR_CATEGORICAL_2,
55148
+ categorical3: DESKTOP_COLOR_CATEGORICAL_3,
55149
+ categorical4: DESKTOP_COLOR_CATEGORICAL_4,
55150
+ categorical5: DESKTOP_COLOR_CATEGORICAL_5,
55151
+ categorical6: DESKTOP_COLOR_CATEGORICAL_6
54742
55152
  },
54743
55153
  fontWeights: {
54744
- light: 300,
54745
- normal: 400,
54746
- medium: 500,
54747
- bold: 600
55154
+ light: DESKTOP_FONT_WEIGHT_LIGHT,
55155
+ normal: DESKTOP_FONT_WEIGHT_NORMAL,
55156
+ medium: DESKTOP_FONT_WEIGHT_MEDIUM,
55157
+ bold: DESKTOP_FONT_WEIGHT_BOLD
54748
55158
  },
54749
55159
  fonts: {
54750
- base: "'IBM Plex Sans', sans-serif",
54751
- mono: "'IBM Plex Mono', monospace",
54752
- sc: "'Noto Sans SC', sans-serif"
55160
+ base: DESKTOP_FONT_FAMILY_BASE,
55161
+ mono: DESKTOP_FONT_FAMILY_MONO,
55162
+ sc: DESKTOP_FONT_FAMILY_SC
54753
55163
  },
54754
55164
  shadows: {
54755
- small: "0px 1px 2px 0px rgba(1, 30, 56, 0.25)",
54756
- medium: "0px 3px 8px 0px rgba(1, 30, 56, 0.18)",
54757
- large: "0px 6px 12px 2px rgba(1, 30, 56, 0.15)",
54758
- focus: "0px 0px 5px 0px rgba(33, 107, 235, .9)",
54759
- error: "0px 0px 5px 0px rgba(204, 20, 57, .9)"
55165
+ small: DESKTOP_SHADOW_SMALL,
55166
+ medium: DESKTOP_SHADOW_MEDIUM,
55167
+ large: DESKTOP_SHADOW_LARGE,
55168
+ focus: DESKTOP_SHADOW_FOCUS,
55169
+ error: DESKTOP_SHADOW_ERROR
54760
55170
  },
54761
55171
  breakpoints: {
54762
- extraSmall: "0px",
54763
- small: "768px",
54764
- medium: "1024px",
54765
- large: "1360px",
54766
- extraLarge: "1920px",
54767
- phonePortrait: "320px",
54768
- phoneLandscape: "640px",
54769
- tabletPortrait: "768px",
54770
- tabletLandscape: "1024px",
54771
- laptop: "1280px",
54772
- desktop: "1440px"
55172
+ extraSmall: DESKTOP_BREAKPOINTS_BASE_EXTRA_SMALL,
55173
+ small: DESKTOP_BREAKPOINTS_BASE_SMALL,
55174
+ medium: DESKTOP_BREAKPOINTS_BASE_MEDIUM,
55175
+ large: DESKTOP_BREAKPOINTS_BASE_LARGE,
55176
+ extraLarge: DESKTOP_BREAKPOINTS_BASE_EXTRA_LARGE,
55177
+ phonePortrait: DESKTOP_BREAKPOINTS_SEMANTIC_PHONE_PORTRAIT,
55178
+ phoneLandscape: DESKTOP_BREAKPOINTS_SEMANTIC_PHONE_LANDSCAPE,
55179
+ tabletPortrait: DESKTOP_BREAKPOINTS_SEMANTIC_TABLET_PORTRAIT,
55180
+ tabletLandscape: DESKTOP_BREAKPOINTS_SEMANTIC_TABLET_LANDSCAPE,
55181
+ laptop: DESKTOP_BREAKPOINTS_SEMANTIC_LAPTOP,
55182
+ desktop: DESKTOP_BREAKPOINTS_SEMANTIC_DESKTOP
54773
55183
  },
54774
55184
  zIndices: {
54775
- content: 100,
54776
- tabsScollIndicator: 200,
54777
- tabsBar: 210,
54778
- overlay: 1000,
54779
- aboveOverlay: 1010,
54780
- tableHeader: 10,
54781
- modalHeaderAndFooter: 2,
54782
- openControl: 1000,
54783
- navBar: 900,
54784
- sidebar: 800
55185
+ content: DESKTOP_Z_INDEX_CONTENT,
55186
+ tabsScollIndicator: DESKTOP_Z_INDEX_TABS_SCROLL_INDICATOR,
55187
+ tabsBar: DESKTOP_Z_INDEX_TABS_BAR,
55188
+ overlay: DESKTOP_Z_INDEX_OVERLAY,
55189
+ aboveOverlay: DESKTOP_Z_INDEX_ABOVE_OVERLAY,
55190
+ tableHeader: DESKTOP_Z_INDEX_TABLE_HEADER,
55191
+ modalHeaderAndFooter: DESKTOP_Z_INDEX_MODAL_HEADER_AND_FOOTER,
55192
+ openControl: DESKTOP_Z_INDEX_OPEN_CONTROL,
55193
+ navBar: DESKTOP_Z_INDEX_NAV_BAR,
55194
+ sidebar: DESKTOP_Z_INDEX_SIDEBAR
54785
55195
  },
54786
55196
  fontSizes: {
54787
55197
  smaller: "12px",
@@ -54820,545 +55230,545 @@
54820
55230
  subsectionTitle: "1.33"
54821
55231
  },
54822
55232
  space: {
54823
- none: "0px",
54824
- half: "4px",
54825
- x0: "0px",
54826
- x0_25: "2px",
54827
- x0_5: "4px",
54828
- x0_75: "6px",
54829
- x1: "8px",
54830
- x1_25: "10px",
54831
- x1_5: "12px",
54832
- x1_75: "14px",
54833
- x2: "16px",
54834
- x2_5: "20px",
54835
- x3: "24px",
54836
- x4: "32px",
54837
- x5: "40px",
54838
- x6: "48px",
54839
- x7: "56px",
54840
- x8: "64px",
54841
- x9: "72px",
54842
- x10: "80px",
54843
- x11: "88px",
54844
- x12: "96px"
55233
+ none: DESKTOP_SPACE_NONE,
55234
+ half: DESKTOP_SPACE_HALF,
55235
+ x0: DESKTOP_SPACE_X_0,
55236
+ x0_25: DESKTOP_SPACE_X_0_25,
55237
+ x0_5: DESKTOP_SPACE_X_0_5,
55238
+ x0_75: DESKTOP_SPACE_X_0_75,
55239
+ x1: DESKTOP_SPACE_X_1,
55240
+ x1_25: DESKTOP_SPACE_X_1_25,
55241
+ x1_5: DESKTOP_SPACE_X_1_5,
55242
+ x1_75: DESKTOP_SPACE_X_1_75,
55243
+ x2: DESKTOP_SPACE_X_2,
55244
+ x2_5: DESKTOP_SPACE_X_2_5,
55245
+ x3: DESKTOP_SPACE_X_3,
55246
+ x4: DESKTOP_SPACE_X_4,
55247
+ x5: DESKTOP_SPACE_X_5,
55248
+ x6: DESKTOP_SPACE_X_6,
55249
+ x7: DESKTOP_SPACE_X_7,
55250
+ x8: DESKTOP_SPACE_X_8,
55251
+ x9: DESKTOP_SPACE_X_9,
55252
+ x10: DESKTOP_SPACE_X_10,
55253
+ x11: DESKTOP_SPACE_X_11,
55254
+ x12: DESKTOP_SPACE_X_12
54845
55255
  },
54846
55256
  sizes: {
54847
- none: "0px",
54848
- half: "4px",
54849
- x0: "0px",
54850
- x0_25: "2px",
54851
- x0_5: "4px",
54852
- x0_75: "6px",
54853
- x1: "8px",
54854
- x1_25: "10px",
54855
- x1_5: "12px",
54856
- x1_75: "14px",
54857
- x2: "16px",
54858
- x2_5: "20px",
54859
- x3: "24px",
54860
- x4: "32px",
54861
- x5: "40px",
54862
- x6: "48px",
54863
- x7: "56px",
54864
- x8: "64px",
54865
- x9: "72px",
54866
- x10: "80px",
54867
- x11: "88px",
54868
- x12: "96px"
55257
+ none: DESKTOP_SPACE_NONE,
55258
+ half: DESKTOP_SPACE_HALF,
55259
+ x0: DESKTOP_SPACE_X_0,
55260
+ x0_25: DESKTOP_SPACE_X_0_25,
55261
+ x0_5: DESKTOP_SPACE_X_0_5,
55262
+ x0_75: DESKTOP_SPACE_X_0_75,
55263
+ x1: DESKTOP_SPACE_X_1,
55264
+ x1_25: DESKTOP_SPACE_X_1_25,
55265
+ x1_5: DESKTOP_SPACE_X_1_5,
55266
+ x1_75: DESKTOP_SPACE_X_1_75,
55267
+ x2: DESKTOP_SPACE_X_2,
55268
+ x2_5: DESKTOP_SPACE_X_2_5,
55269
+ x3: DESKTOP_SPACE_X_3,
55270
+ x4: DESKTOP_SPACE_X_4,
55271
+ x5: DESKTOP_SPACE_X_5,
55272
+ x6: DESKTOP_SPACE_X_6,
55273
+ x7: DESKTOP_SPACE_X_7,
55274
+ x8: DESKTOP_SPACE_X_8,
55275
+ x9: DESKTOP_SPACE_X_9,
55276
+ x10: DESKTOP_SPACE_X_10,
55277
+ x11: DESKTOP_SPACE_X_11,
55278
+ x12: DESKTOP_SPACE_X_12
54869
55279
  },
54870
55280
  radii: {
54871
- small: "2px",
54872
- medium: "4px",
54873
- large: "8px",
54874
- circle: "50%",
54875
- rounded: "9999px"
55281
+ small: DESKTOP_BORDER_RADIUS_SMALL,
55282
+ medium: DESKTOP_BORDER_RADIUS_MEDIUM,
55283
+ large: DESKTOP_BORDER_RADIUS_LARGE,
55284
+ circle: DESKTOP_BORDER_RADIUS_CIRCLE,
55285
+ rounded: DESKTOP_BORDER_RADIUS_ROUNDED
54876
55286
  },
54877
55287
  borders: []
54878
55288
  },
54879
55289
  experimental: {
54880
55290
  colors: {
54881
- black: "#011e38",
54882
- blackBlue: "#122b47",
54883
- darkBlue: "#00438f",
54884
- blue: "#216beb",
54885
- lightBlue: "#e1ebfa",
54886
- darkGrey: "#434d59",
54887
- midGrey: "#6c7784",
54888
- grey: "#c0c8d1",
54889
- lightGrey: "#e4e7eb",
54890
- whiteGrey: "#f0f2f5",
54891
- white: "#ffffff",
54892
- yellow: "#ffbb00",
54893
- lightYellow: "#fcf5e3",
54894
- green: "#008059",
54895
- lightGreen: "#e9f7f2",
54896
- red: "#cc1439",
54897
- lightRed: "#fae6ea",
54898
- categorical1: "#19c4e6",
54899
- categorical2: "#8033cc",
54900
- categorical3: "#e372d0",
54901
- categorical4: "#55ddb0",
54902
- categorical5: "#ee5513",
54903
- categorical6: "#d3d322"
55291
+ black: DESKTOP_COLOR_BASE_BLACK,
55292
+ blackBlue: DESKTOP_COLOR_BASE_BLACK_BLUE,
55293
+ darkBlue: DESKTOP_COLOR_BASE_DARK_BLUE,
55294
+ blue: DESKTOP_COLOR_BASE_BLUE,
55295
+ lightBlue: DESKTOP_COLOR_BASE_LIGHT_BLUE,
55296
+ darkGrey: DESKTOP_COLOR_BASE_DARK_GREY,
55297
+ midGrey: DESKTOP_COLOR_BASE_MID_GREY,
55298
+ grey: DESKTOP_COLOR_BASE_GREY,
55299
+ lightGrey: DESKTOP_COLOR_BASE_LIGHT_GREY,
55300
+ whiteGrey: DESKTOP_COLOR_BASE_WHITE_GREY,
55301
+ white: DESKTOP_COLOR_BASE_WHITE,
55302
+ yellow: DESKTOP_COLOR_BASE_YELLOW,
55303
+ lightYellow: DESKTOP_COLOR_BASE_LIGHT_YELLOW,
55304
+ green: DESKTOP_COLOR_BASE_GREEN,
55305
+ lightGreen: DESKTOP_COLOR_BASE_LIGHT_GREEN,
55306
+ red: DESKTOP_COLOR_BASE_RED,
55307
+ lightRed: DESKTOP_COLOR_BASE_LIGHT_RED,
55308
+ categorical1: DESKTOP_COLOR_CATEGORICAL_1,
55309
+ categorical2: DESKTOP_COLOR_CATEGORICAL_2,
55310
+ categorical3: DESKTOP_COLOR_CATEGORICAL_3,
55311
+ categorical4: DESKTOP_COLOR_CATEGORICAL_4,
55312
+ categorical5: DESKTOP_COLOR_CATEGORICAL_5,
55313
+ categorical6: DESKTOP_COLOR_CATEGORICAL_6
54904
55314
  },
54905
55315
  fontWeights: {
54906
- light: 300,
54907
- normal: 400,
54908
- medium: 500,
54909
- bold: 600
55316
+ light: DESKTOP_FONT_WEIGHT_LIGHT,
55317
+ normal: DESKTOP_FONT_WEIGHT_NORMAL,
55318
+ medium: DESKTOP_FONT_WEIGHT_MEDIUM,
55319
+ bold: DESKTOP_FONT_WEIGHT_BOLD
54910
55320
  },
54911
55321
  fonts: {
54912
- base: "'IBM Plex Sans', sans-serif",
54913
- mono: "'IBM Plex Mono', monospace",
54914
- sc: "'Noto Sans SC', sans-serif"
55322
+ base: DESKTOP_FONT_FAMILY_BASE,
55323
+ mono: DESKTOP_FONT_FAMILY_MONO,
55324
+ sc: DESKTOP_FONT_FAMILY_SC
54915
55325
  },
54916
55326
  shadows: {
54917
- small: "0px 1px 2px 0px rgba(1, 30, 56, 0.25)",
54918
- medium: "0px 3px 8px 0px rgba(1, 30, 56, 0.18)",
54919
- large: "0px 6px 12px 2px rgba(1, 30, 56, 0.15)",
54920
- focus: "0px 0px 5px 0px rgba(33, 107, 235, .9)",
54921
- error: "0px 0px 5px 0px rgba(204, 20, 57, .9)"
55327
+ small: DESKTOP_SHADOW_SMALL,
55328
+ medium: DESKTOP_SHADOW_MEDIUM,
55329
+ large: DESKTOP_SHADOW_LARGE,
55330
+ focus: DESKTOP_SHADOW_FOCUS,
55331
+ error: DESKTOP_SHADOW_ERROR
54922
55332
  },
54923
55333
  breakpoints: {
54924
- extraSmall: "0px",
54925
- small: "768px",
54926
- medium: "1024px",
54927
- large: "1360px",
54928
- extraLarge: "1920px",
54929
- phonePortrait: "320px",
54930
- phoneLandscape: "640px",
54931
- tabletPortrait: "768px",
54932
- tabletLandscape: "1024px",
54933
- laptop: "1280px",
54934
- desktop: "1440px"
55334
+ extraSmall: DESKTOP_BREAKPOINTS_BASE_EXTRA_SMALL,
55335
+ small: DESKTOP_BREAKPOINTS_BASE_SMALL,
55336
+ medium: DESKTOP_BREAKPOINTS_BASE_MEDIUM,
55337
+ large: DESKTOP_BREAKPOINTS_BASE_LARGE,
55338
+ extraLarge: DESKTOP_BREAKPOINTS_BASE_EXTRA_LARGE,
55339
+ phonePortrait: DESKTOP_BREAKPOINTS_SEMANTIC_PHONE_PORTRAIT,
55340
+ phoneLandscape: DESKTOP_BREAKPOINTS_SEMANTIC_PHONE_LANDSCAPE,
55341
+ tabletPortrait: DESKTOP_BREAKPOINTS_SEMANTIC_TABLET_PORTRAIT,
55342
+ tabletLandscape: DESKTOP_BREAKPOINTS_SEMANTIC_TABLET_LANDSCAPE,
55343
+ laptop: DESKTOP_BREAKPOINTS_SEMANTIC_LAPTOP,
55344
+ desktop: DESKTOP_BREAKPOINTS_SEMANTIC_DESKTOP
54935
55345
  },
54936
55346
  zIndices: {
54937
- content: 100,
54938
- tabsScollIndicator: 200,
54939
- tabsBar: 210,
54940
- overlay: 1000,
54941
- aboveOverlay: 1010,
54942
- tableHeader: 10,
54943
- modalHeaderAndFooter: 2,
54944
- openControl: 1000,
54945
- navBar: 900,
54946
- sidebar: 800
55347
+ content: DESKTOP_Z_INDEX_CONTENT,
55348
+ tabsScollIndicator: DESKTOP_Z_INDEX_TABS_SCROLL_INDICATOR,
55349
+ tabsBar: DESKTOP_Z_INDEX_TABS_BAR,
55350
+ overlay: DESKTOP_Z_INDEX_OVERLAY,
55351
+ aboveOverlay: DESKTOP_Z_INDEX_ABOVE_OVERLAY,
55352
+ tableHeader: DESKTOP_Z_INDEX_TABLE_HEADER,
55353
+ modalHeaderAndFooter: DESKTOP_Z_INDEX_MODAL_HEADER_AND_FOOTER,
55354
+ openControl: DESKTOP_Z_INDEX_OPEN_CONTROL,
55355
+ navBar: DESKTOP_Z_INDEX_NAV_BAR,
55356
+ sidebar: DESKTOP_Z_INDEX_SIDEBAR
54947
55357
  },
54948
55358
  fontSizes: {
54949
- smaller: "12px",
54950
- small: "15px",
54951
- medium: "15px",
54952
- large: "21px",
54953
- larger: "24px",
54954
- largest: "30px",
54955
- xxs: "9px",
54956
- xs: "12px",
54957
- sm: "15px",
54958
- md: "18px",
54959
- lg: "21px",
54960
- xl: "24px",
54961
- xxl: "30px",
54962
- heading1: "24px",
54963
- heading2: "21px",
54964
- heading3: "18px",
54965
- heading4: "15px",
54966
- base: "15px"
55359
+ smaller: DESKTOP_FONT_SIZE_STANDARD_SMALLER,
55360
+ small: DESKTOP_FONT_SIZE_STANDARD_SMALL,
55361
+ medium: DESKTOP_FONT_SIZE_STANDARD_MEDIUM,
55362
+ large: DESKTOP_FONT_SIZE_STANDARD_LARGE,
55363
+ larger: DESKTOP_FONT_SIZE_STANDARD_LARGER,
55364
+ largest: DESKTOP_FONT_SIZE_STANDARD_LARGEST,
55365
+ base: DESKTOP_FONT_SIZE_SEMANTIC_BASE,
55366
+ xxs: DESKTOP_FONT_SIZE_EXPERIMENTAL_XXS,
55367
+ xs: DESKTOP_FONT_SIZE_EXPERIMENTAL_XS,
55368
+ sm: DESKTOP_FONT_SIZE_EXPERIMENTAL_SM,
55369
+ md: DESKTOP_FONT_SIZE_EXPERIMENTAL_MD,
55370
+ lg: DESKTOP_FONT_SIZE_EXPERIMENTAL_LG,
55371
+ xl: DESKTOP_FONT_SIZE_EXPERIMENTAL_XL,
55372
+ xxl: DESKTOP_FONT_SIZE_EXPERIMENTAL_XXL,
55373
+ heading1: DESKTOP_FONT_SIZE_SEMANTIC_HEADING_1,
55374
+ heading2: DESKTOP_FONT_SIZE_SEMANTIC_HEADING_2,
55375
+ heading3: DESKTOP_FONT_SIZE_SEMANTIC_HEADING_3,
55376
+ heading4: DESKTOP_FONT_SIZE_SEMANTIC_HEADING_4
54967
55377
  },
54968
55378
  lineHeights: {
54969
- base: "1.3333333333333333",
54970
- baseRelaxed: "1.6",
54971
- smallTextBase: "1.3333333333333333",
54972
- smallTextCompressed: "1.3333333333333333",
54973
- smallRelaxed: "1.6",
54974
- smallerText: "1.3333333333333333",
54975
- smallerRelaxed: "1.6666666666666667",
54976
- heading1: "1.3333333333333333",
54977
- heading2: "1.3333333333333333",
54978
- heading3: "1.3333333333333333",
54979
- heading4: "1.3333333333333333",
54980
- title: "1.3333333333333333",
54981
- sectionTitle: "1.3333333333333333",
54982
- subsectionTitle: "1.3333333333333333"
55379
+ base: DESKTOP_LINE_HEIGHT_BASE,
55380
+ baseRelaxed: DESKTOP_LINE_HEIGHT_BASE_RELAXED,
55381
+ smallTextBase: DESKTOP_LINE_HEIGHT_SMALL_TEXT_BASE,
55382
+ smallTextCompressed: DESKTOP_LINE_HEIGHT_SMALL_TEXT_COMPRESSED,
55383
+ smallRelaxed: DESKTOP_LINE_HEIGHT_SMALL_RELAXED,
55384
+ smallerText: DESKTOP_LINE_HEIGHT_SMALLER_TEXT,
55385
+ smallerRelaxed: DESKTOP_LINE_HEIGHT_SMALLER_RELAXED,
55386
+ heading1: DESKTOP_LINE_HEIGHT_HEADING_1,
55387
+ heading2: DESKTOP_LINE_HEIGHT_HEADING_2,
55388
+ heading3: DESKTOP_LINE_HEIGHT_HEADING_3,
55389
+ heading4: DESKTOP_LINE_HEIGHT_HEADING_4,
55390
+ title: DESKTOP_LINE_HEIGHT_TITLE,
55391
+ sectionTitle: DESKTOP_LINE_HEIGHT_SECTION_TITLE,
55392
+ subsectionTitle: DESKTOP_LINE_HEIGHT_SUBSECTION_TITLE
54983
55393
  },
54984
55394
  space: {
54985
- none: "0px",
54986
- x0: "0px",
54987
- x0_25: "2px",
54988
- half: "4px",
54989
- x0_5: "4px",
54990
- x0_75: "6px",
54991
- x1: "8px",
54992
- x1_25: "10px",
54993
- x1_5: "12px",
54994
- x1_75: "14px",
54995
- x2: "16px",
54996
- x2_5: "20px",
54997
- x3: "24px",
54998
- x4: "32px",
54999
- x5: "40px",
55000
- x6: "48px",
55001
- x7: "56px",
55002
- x8: "64px",
55003
- x9: "72px",
55004
- x10: "80px",
55005
- x11: "88px",
55006
- x12: "96px"
55395
+ none: DESKTOP_SPACE_NONE,
55396
+ x0: DESKTOP_SPACE_X_0,
55397
+ x0_25: DESKTOP_SPACE_X_0_25,
55398
+ half: DESKTOP_SPACE_HALF,
55399
+ x0_5: DESKTOP_SPACE_X_0_5,
55400
+ x0_75: DESKTOP_SPACE_X_0_75,
55401
+ x1: DESKTOP_SPACE_X_1,
55402
+ x1_25: DESKTOP_SPACE_X_1_25,
55403
+ x1_5: DESKTOP_SPACE_X_1_5,
55404
+ x1_75: DESKTOP_SPACE_X_1_75,
55405
+ x2: DESKTOP_SPACE_X_2,
55406
+ x2_5: DESKTOP_SPACE_X_2_5,
55407
+ x3: DESKTOP_SPACE_X_3,
55408
+ x4: DESKTOP_SPACE_X_4,
55409
+ x5: DESKTOP_SPACE_X_5,
55410
+ x6: DESKTOP_SPACE_X_6,
55411
+ x7: DESKTOP_SPACE_X_7,
55412
+ x8: DESKTOP_SPACE_X_8,
55413
+ x9: DESKTOP_SPACE_X_9,
55414
+ x10: DESKTOP_SPACE_X_10,
55415
+ x11: DESKTOP_SPACE_X_11,
55416
+ x12: DESKTOP_SPACE_X_12
55007
55417
  },
55008
55418
  sizes: {
55009
- none: "0px",
55010
- x0: "0px",
55011
- x0_25: "2px",
55012
- half: "4px",
55013
- x0_5: "4px",
55014
- x0_75: "6px",
55015
- x1: "8px",
55016
- x1_25: "10px",
55017
- x1_5: "12px",
55018
- x1_75: "14px",
55019
- x2: "16px",
55020
- x2_5: "20px",
55021
- x3: "24px",
55022
- x4: "32px",
55023
- x5: "40px",
55024
- x6: "48px",
55025
- x7: "56px",
55026
- x8: "64px",
55027
- x9: "72px",
55028
- x10: "80px",
55029
- x11: "88px",
55030
- x12: "96px"
55419
+ none: DESKTOP_SPACE_NONE,
55420
+ x0: DESKTOP_SPACE_X_0,
55421
+ x0_25: DESKTOP_SPACE_X_0_25,
55422
+ half: DESKTOP_SPACE_HALF,
55423
+ x0_5: DESKTOP_SPACE_X_0_5,
55424
+ x0_75: DESKTOP_SPACE_X_0_75,
55425
+ x1: DESKTOP_SPACE_X_1,
55426
+ x1_25: DESKTOP_SPACE_X_1_25,
55427
+ x1_5: DESKTOP_SPACE_X_1_5,
55428
+ x1_75: DESKTOP_SPACE_X_1_75,
55429
+ x2: DESKTOP_SPACE_X_2,
55430
+ x2_5: DESKTOP_SPACE_X_2_5,
55431
+ x3: DESKTOP_SPACE_X_3,
55432
+ x4: DESKTOP_SPACE_X_4,
55433
+ x5: DESKTOP_SPACE_X_5,
55434
+ x6: DESKTOP_SPACE_X_6,
55435
+ x7: DESKTOP_SPACE_X_7,
55436
+ x8: DESKTOP_SPACE_X_8,
55437
+ x9: DESKTOP_SPACE_X_9,
55438
+ x10: DESKTOP_SPACE_X_10,
55439
+ x11: DESKTOP_SPACE_X_11,
55440
+ x12: DESKTOP_SPACE_X_12
55031
55441
  },
55032
55442
  radii: {
55033
- small: "2px",
55034
- medium: "4px",
55035
- large: "8px",
55036
- circle: "50%",
55037
- rounded: "9999px"
55443
+ small: DESKTOP_BORDER_RADIUS_SMALL,
55444
+ medium: DESKTOP_BORDER_RADIUS_MEDIUM,
55445
+ large: DESKTOP_BORDER_RADIUS_LARGE,
55446
+ circle: DESKTOP_BORDER_RADIUS_CIRCLE,
55447
+ rounded: DESKTOP_BORDER_RADIUS_ROUNDED
55038
55448
  },
55039
55449
  borders: []
55040
55450
  },
55041
55451
  tablet: {
55042
55452
  colors: {
55043
- black: "#011e38",
55044
- blackBlue: "#122b47",
55045
- darkBlue: "#00438f",
55046
- blue: "#216beb",
55047
- lightBlue: "#e1ebfa",
55048
- darkGrey: "#434d59",
55049
- midGrey: "#6c7784",
55050
- grey: "#c0c8d1",
55051
- lightGrey: "#e4e7eb",
55052
- whiteGrey: "#f0f2f5",
55053
- white: "#ffffff",
55054
- yellow: "#ffbb00",
55055
- lightYellow: "#fcf5e3",
55056
- green: "#008059",
55057
- lightGreen: "#e9f7f2",
55058
- red: "#cc1439",
55059
- lightRed: "#fae6ea",
55060
- categorical1: "#19c4e6",
55061
- categorical2: "#8033cc",
55062
- categorical3: "#e372d0",
55063
- categorical4: "#55ddb0",
55064
- categorical5: "#ee5513",
55065
- categorical6: "#d3d322"
55453
+ black: TABLET_COLOR_BASE_BLACK,
55454
+ blackBlue: TABLET_COLOR_BASE_BLACK_BLUE,
55455
+ darkBlue: TABLET_COLOR_BASE_DARK_BLUE,
55456
+ blue: TABLET_COLOR_BASE_BLUE,
55457
+ lightBlue: TABLET_COLOR_BASE_LIGHT_BLUE,
55458
+ darkGrey: TABLET_COLOR_BASE_DARK_GREY,
55459
+ midGrey: TABLET_COLOR_BASE_MID_GREY,
55460
+ grey: TABLET_COLOR_BASE_GREY,
55461
+ lightGrey: TABLET_COLOR_BASE_LIGHT_GREY,
55462
+ whiteGrey: TABLET_COLOR_BASE_WHITE_GREY,
55463
+ white: TABLET_COLOR_BASE_WHITE,
55464
+ yellow: TABLET_COLOR_BASE_YELLOW,
55465
+ lightYellow: TABLET_COLOR_BASE_LIGHT_YELLOW,
55466
+ green: TABLET_COLOR_BASE_GREEN,
55467
+ lightGreen: TABLET_COLOR_BASE_LIGHT_GREEN,
55468
+ red: TABLET_COLOR_BASE_RED,
55469
+ lightRed: TABLET_COLOR_BASE_LIGHT_RED,
55470
+ categorical1: TABLET_COLOR_CATEGORICAL_1,
55471
+ categorical2: TABLET_COLOR_CATEGORICAL_2,
55472
+ categorical3: TABLET_COLOR_CATEGORICAL_3,
55473
+ categorical4: TABLET_COLOR_CATEGORICAL_4,
55474
+ categorical5: TABLET_COLOR_CATEGORICAL_5,
55475
+ categorical6: TABLET_COLOR_CATEGORICAL_6
55066
55476
  },
55067
55477
  fontWeights: {
55068
- light: 300,
55069
- normal: 400,
55070
- medium: 500,
55071
- bold: 600
55478
+ light: TABLET_FONT_WEIGHT_LIGHT,
55479
+ normal: TABLET_FONT_WEIGHT_NORMAL,
55480
+ medium: TABLET_FONT_WEIGHT_MEDIUM,
55481
+ bold: TABLET_FONT_WEIGHT_BOLD
55072
55482
  },
55073
55483
  fonts: {
55074
- base: "'IBM Plex Sans', sans-serif",
55075
- mono: "'IBM Plex Mono', monospace",
55076
- sc: "'Noto Sans SC', sans-serif"
55484
+ base: TABLET_FONT_FAMILY_BASE,
55485
+ mono: TABLET_FONT_FAMILY_MONO,
55486
+ sc: TABLET_FONT_FAMILY_SC
55077
55487
  },
55078
55488
  shadows: {
55079
- small: "0px 1px 2px 0px rgba(1, 30, 56, 0.25)",
55080
- medium: "0px 3px 8px 0px rgba(1, 30, 56, 0.18)",
55081
- large: "0px 6px 12px 2px rgba(1, 30, 56, 0.15)",
55082
- focus: "0px 0px 5px 0px rgba(33, 107, 235, .9)",
55083
- error: "0px 0px 5px 0px rgba(204, 20, 57, .9)"
55489
+ small: TABLET_SHADOW_SMALL,
55490
+ medium: TABLET_SHADOW_MEDIUM,
55491
+ large: TABLET_SHADOW_LARGE,
55492
+ focus: TABLET_SHADOW_FOCUS,
55493
+ error: TABLET_SHADOW_ERROR
55084
55494
  },
55085
55495
  breakpoints: {
55086
- extraSmall: "0px",
55087
- small: "768px",
55088
- medium: "1024px",
55089
- large: "1360px",
55090
- extraLarge: "1920px",
55091
- phonePortrait: "320px",
55092
- phoneLandscape: "640px",
55093
- tabletPortrait: "768px",
55094
- tabletLandscape: "1024px",
55095
- laptop: "1280px",
55096
- desktop: "1440px"
55496
+ extraSmall: TABLET_BREAKPOINTS_BASE_EXTRA_SMALL,
55497
+ small: TABLET_BREAKPOINTS_BASE_SMALL,
55498
+ medium: TABLET_BREAKPOINTS_BASE_MEDIUM,
55499
+ large: TABLET_BREAKPOINTS_BASE_LARGE,
55500
+ extraLarge: TABLET_BREAKPOINTS_BASE_EXTRA_LARGE,
55501
+ phonePortrait: TABLET_BREAKPOINTS_SEMANTIC_PHONE_PORTRAIT,
55502
+ phoneLandscape: TABLET_BREAKPOINTS_SEMANTIC_PHONE_LANDSCAPE,
55503
+ tabletPortrait: TABLET_BREAKPOINTS_SEMANTIC_TABLET_PORTRAIT,
55504
+ tabletLandscape: TABLET_BREAKPOINTS_SEMANTIC_TABLET_LANDSCAPE,
55505
+ laptop: TABLET_BREAKPOINTS_SEMANTIC_LAPTOP,
55506
+ desktop: TABLET_BREAKPOINTS_SEMANTIC_DESKTOP
55097
55507
  },
55098
55508
  zIndices: {
55099
- content: 100,
55100
- tabsScollIndicator: 200,
55101
- tabsBar: 210,
55102
- overlay: 1000,
55103
- aboveOverlay: 1010,
55104
- tableHeader: 10,
55105
- modalHeaderAndFooter: 2,
55106
- openControl: 1000,
55107
- navBar: 900,
55108
- sidebar: 800
55509
+ content: TABLET_Z_INDEX_CONTENT,
55510
+ tabsScollIndicator: TABLET_Z_INDEX_TABS_SCROLL_INDICATOR,
55511
+ tabsBar: TABLET_Z_INDEX_TABS_BAR,
55512
+ overlay: TABLET_Z_INDEX_OVERLAY,
55513
+ aboveOverlay: TABLET_Z_INDEX_ABOVE_OVERLAY,
55514
+ tableHeader: TABLET_Z_INDEX_TABLE_HEADER,
55515
+ modalHeaderAndFooter: TABLET_Z_INDEX_MODAL_HEADER_AND_FOOTER,
55516
+ openControl: TABLET_Z_INDEX_OPEN_CONTROL,
55517
+ navBar: TABLET_Z_INDEX_NAV_BAR,
55518
+ sidebar: TABLET_Z_INDEX_SIDEBAR
55109
55519
  },
55110
55520
  fontSizes: {
55111
- smaller: "16.799999999999997px",
55112
- small: "21px",
55113
- medium: "21px",
55114
- large: "29.4px",
55115
- larger: "33.599999999999994px",
55116
- largest: "42px",
55117
- xxs: "12.6px",
55118
- xs: "16.799999999999997px",
55119
- sm: "21px",
55120
- md: "25.2px",
55121
- lg: "29.4px",
55122
- xl: "33.599999999999994px",
55123
- xxl: "42px",
55124
- heading1: "33.599999999999994px",
55125
- heading2: "29.4px",
55126
- heading3: "25.2px",
55127
- heading4: "21px",
55128
- base: "21px"
55521
+ smaller: TABLET_FONT_SIZE_STANDARD_SMALLER,
55522
+ small: TABLET_FONT_SIZE_STANDARD_SMALL,
55523
+ medium: TABLET_FONT_SIZE_STANDARD_MEDIUM,
55524
+ large: TABLET_FONT_SIZE_STANDARD_LARGE,
55525
+ larger: TABLET_FONT_SIZE_STANDARD_LARGER,
55526
+ largest: TABLET_FONT_SIZE_STANDARD_LARGEST,
55527
+ xxs: TABLET_FONT_SIZE_EXPERIMENTAL_XXS,
55528
+ xs: TABLET_FONT_SIZE_EXPERIMENTAL_XS,
55529
+ sm: TABLET_FONT_SIZE_EXPERIMENTAL_SM,
55530
+ md: TABLET_FONT_SIZE_EXPERIMENTAL_MD,
55531
+ lg: TABLET_FONT_SIZE_EXPERIMENTAL_LG,
55532
+ xl: TABLET_FONT_SIZE_EXPERIMENTAL_XL,
55533
+ xxl: TABLET_FONT_SIZE_EXPERIMENTAL_XXL,
55534
+ heading1: TABLET_FONT_SIZE_SEMANTIC_HEADING_1,
55535
+ heading2: TABLET_FONT_SIZE_SEMANTIC_HEADING_2,
55536
+ heading3: TABLET_FONT_SIZE_SEMANTIC_HEADING_3,
55537
+ heading4: TABLET_FONT_SIZE_SEMANTIC_HEADING_4,
55538
+ base: TABLET_FONT_SIZE_SEMANTIC_BASE
55129
55539
  },
55130
55540
  lineHeights: {
55131
- base: "1.3333333333333333",
55132
- baseRelaxed: "1.5999999999999996",
55133
- smallTextBase: "1.3333333333333333",
55134
- smallTextCompressed: "1.3333333333333333",
55135
- smallRelaxed: "1.5999999999999996",
55136
- smallerText: "1.3333333333333335",
55137
- smallerRelaxed: "1.666666666666667",
55138
- heading1: "1.3333333333333335",
55139
- heading2: "1.3333333333333333",
55140
- heading3: "1.333333333333333",
55141
- heading4: "1.3333333333333333",
55142
- title: "1.3333333333333335",
55143
- sectionTitle: "1.3333333333333333",
55144
- subsectionTitle: "1.333333333333333"
55541
+ base: TABLET_LINE_HEIGHT_BASE,
55542
+ baseRelaxed: TABLET_LINE_HEIGHT_BASE_RELAXED,
55543
+ smallTextBase: TABLET_LINE_HEIGHT_SMALL_TEXT_BASE,
55544
+ smallTextCompressed: TABLET_LINE_HEIGHT_SMALL_TEXT_COMPRESSED,
55545
+ smallRelaxed: TABLET_LINE_HEIGHT_SMALL_RELAXED,
55546
+ smallerText: TABLET_LINE_HEIGHT_SMALLER_TEXT,
55547
+ smallerRelaxed: TABLET_LINE_HEIGHT_SMALLER_RELAXED,
55548
+ heading1: TABLET_LINE_HEIGHT_HEADING_1,
55549
+ heading2: TABLET_LINE_HEIGHT_HEADING_2,
55550
+ heading3: TABLET_LINE_HEIGHT_HEADING_3,
55551
+ heading4: TABLET_LINE_HEIGHT_HEADING_4,
55552
+ title: TABLET_LINE_HEIGHT_TITLE,
55553
+ sectionTitle: TABLET_LINE_HEIGHT_SECTION_TITLE,
55554
+ subsectionTitle: TABLET_LINE_HEIGHT_SUBSECTION_TITLE
55145
55555
  },
55146
55556
  space: {
55147
- none: "0px",
55148
- x0: "0px",
55149
- x0_25: "2.8px",
55150
- half: "5.6px",
55151
- x0_5: "5.6px",
55152
- x0_75: "8.399999999999999px",
55153
- x1: "11.2px",
55154
- x1_25: "14px",
55155
- x1_5: "16.799999999999997px",
55156
- x1_75: "19.599999999999998px",
55157
- x2: "22.4px",
55158
- x2_5: "28px",
55159
- x3: "33.599999999999994px",
55160
- x4: "44.8px",
55161
- x5: "56px",
55162
- x6: "67.19999999999999px",
55163
- x7: "78.39999999999999px",
55164
- x8: "89.6px",
55165
- x9: "100.8px",
55166
- x10: "112px",
55167
- x11: "123.19999999999999px",
55168
- x12: "134.39999999999998px"
55557
+ none: TABLET_SPACE_NONE,
55558
+ x0: TABLET_SPACE_X_0,
55559
+ x0_25: TABLET_SPACE_X_0_25,
55560
+ half: TABLET_SPACE_HALF,
55561
+ x0_5: TABLET_SPACE_X_0_5,
55562
+ x0_75: TABLET_SPACE_X_0_75,
55563
+ x1: TABLET_SPACE_X_1,
55564
+ x1_25: TABLET_SPACE_X_1_25,
55565
+ x1_5: TABLET_SPACE_X_1_5,
55566
+ x1_75: TABLET_SPACE_X_1_75,
55567
+ x2: TABLET_SPACE_X_2,
55568
+ x2_5: TABLET_SPACE_X_2_5,
55569
+ x3: TABLET_SPACE_X_3,
55570
+ x4: TABLET_SPACE_X_4,
55571
+ x5: TABLET_SPACE_X_5,
55572
+ x6: TABLET_SPACE_X_6,
55573
+ x7: TABLET_SPACE_X_7,
55574
+ x8: TABLET_SPACE_X_8,
55575
+ x9: TABLET_SPACE_X_9,
55576
+ x10: TABLET_SPACE_X_10,
55577
+ x11: TABLET_SPACE_X_11,
55578
+ x12: TABLET_SPACE_X_12
55169
55579
  },
55170
55580
  sizes: {
55171
- none: "0px",
55172
- x0: "0px",
55173
- x0_25: "2.8px",
55174
- half: "5.6px",
55175
- x0_5: "5.6px",
55176
- x0_75: "8.399999999999999px",
55177
- x1: "11.2px",
55178
- x1_25: "14px",
55179
- x1_5: "16.799999999999997px",
55180
- x1_75: "19.599999999999998px",
55181
- x2: "22.4px",
55182
- x2_5: "28px",
55183
- x3: "33.599999999999994px",
55184
- x4: "44.8px",
55185
- x5: "56px",
55186
- x6: "67.19999999999999px",
55187
- x7: "78.39999999999999px",
55188
- x8: "89.6px",
55189
- x9: "100.8px",
55190
- x10: "112px",
55191
- x11: "123.19999999999999px",
55192
- x12: "134.39999999999998px"
55581
+ none: TABLET_SPACE_NONE,
55582
+ x0: TABLET_SPACE_X_0,
55583
+ x0_25: TABLET_SPACE_X_0_25,
55584
+ half: TABLET_SPACE_HALF,
55585
+ x0_5: TABLET_SPACE_X_0_5,
55586
+ x0_75: TABLET_SPACE_X_0_75,
55587
+ x1: TABLET_SPACE_X_1,
55588
+ x1_25: TABLET_SPACE_X_1_25,
55589
+ x1_5: TABLET_SPACE_X_1_5,
55590
+ x1_75: TABLET_SPACE_X_1_75,
55591
+ x2: TABLET_SPACE_X_2,
55592
+ x2_5: TABLET_SPACE_X_2_5,
55593
+ x3: TABLET_SPACE_X_3,
55594
+ x4: TABLET_SPACE_X_4,
55595
+ x5: TABLET_SPACE_X_5,
55596
+ x6: TABLET_SPACE_X_6,
55597
+ x7: TABLET_SPACE_X_7,
55598
+ x8: TABLET_SPACE_X_8,
55599
+ x9: TABLET_SPACE_X_9,
55600
+ x10: TABLET_SPACE_X_10,
55601
+ x11: TABLET_SPACE_X_11,
55602
+ x12: TABLET_SPACE_X_12
55193
55603
  },
55194
55604
  radii: {
55195
- small: "2.8px",
55196
- medium: "5.6px",
55197
- large: "11.2px",
55198
- circle: "50%",
55199
- rounded: "9999px"
55605
+ small: TABLET_BORDER_RADIUS_SMALL,
55606
+ medium: TABLET_BORDER_RADIUS_MEDIUM,
55607
+ large: TABLET_BORDER_RADIUS_LARGE,
55608
+ circle: TABLET_BORDER_RADIUS_CIRCLE,
55609
+ rounded: TABLET_BORDER_RADIUS_ROUNDED
55200
55610
  },
55201
55611
  borders: []
55202
55612
  },
55203
55613
  phone: {
55204
55614
  colors: {
55205
- black: "#011e38",
55206
- blackBlue: "#122b47",
55207
- darkBlue: "#00438f",
55208
- blue: "#216beb",
55209
- lightBlue: "#e1ebfa",
55210
- darkGrey: "#434d59",
55211
- midGrey: "#6c7784",
55212
- grey: "#c0c8d1",
55213
- lightGrey: "#e4e7eb",
55214
- whiteGrey: "#f0f2f5",
55215
- white: "#ffffff",
55216
- yellow: "#ffbb00",
55217
- lightYellow: "#fcf5e3",
55218
- green: "#008059",
55219
- lightGreen: "#e9f7f2",
55220
- red: "#cc1439",
55221
- lightRed: "#fae6ea",
55222
- categorical1: "#19c4e6",
55223
- categorical2: "#8033cc",
55224
- categorical3: "#e372d0",
55225
- categorical4: "#55ddb0",
55226
- categorical5: "#ee5513",
55227
- categorical6: "#d3d322"
55615
+ black: PHONE_COLOR_BASE_BLACK,
55616
+ blackBlue: PHONE_COLOR_BASE_BLACK_BLUE,
55617
+ darkBlue: PHONE_COLOR_BASE_DARK_BLUE,
55618
+ blue: PHONE_COLOR_BASE_BLUE,
55619
+ lightBlue: PHONE_COLOR_BASE_LIGHT_BLUE,
55620
+ darkGrey: PHONE_COLOR_BASE_DARK_GREY,
55621
+ midGrey: PHONE_COLOR_BASE_MID_GREY,
55622
+ grey: PHONE_COLOR_BASE_GREY,
55623
+ lightGrey: PHONE_COLOR_BASE_LIGHT_GREY,
55624
+ whiteGrey: PHONE_COLOR_BASE_WHITE_GREY,
55625
+ white: PHONE_COLOR_BASE_WHITE,
55626
+ yellow: PHONE_COLOR_BASE_YELLOW,
55627
+ lightYellow: PHONE_COLOR_BASE_LIGHT_YELLOW,
55628
+ green: PHONE_COLOR_BASE_GREEN,
55629
+ lightGreen: PHONE_COLOR_BASE_LIGHT_GREEN,
55630
+ red: PHONE_COLOR_BASE_RED,
55631
+ lightRed: PHONE_COLOR_BASE_LIGHT_RED,
55632
+ categorical1: PHONE_COLOR_CATEGORICAL_1,
55633
+ categorical2: PHONE_COLOR_CATEGORICAL_2,
55634
+ categorical3: PHONE_COLOR_CATEGORICAL_3,
55635
+ categorical4: PHONE_COLOR_CATEGORICAL_4,
55636
+ categorical5: PHONE_COLOR_CATEGORICAL_5,
55637
+ categorical6: PHONE_COLOR_CATEGORICAL_6
55228
55638
  },
55229
55639
  fontWeights: {
55230
- light: 300,
55231
- normal: 400,
55232
- medium: 500,
55233
- bold: 600
55640
+ light: PHONE_FONT_WEIGHT_LIGHT,
55641
+ normal: PHONE_FONT_WEIGHT_NORMAL,
55642
+ medium: PHONE_FONT_WEIGHT_MEDIUM,
55643
+ bold: PHONE_FONT_WEIGHT_BOLD
55234
55644
  },
55235
55645
  fonts: {
55236
- base: "'IBM Plex Sans', sans-serif",
55237
- mono: "'IBM Plex Mono', monospace",
55238
- sc: "'Noto Sans SC', sans-serif"
55646
+ base: PHONE_FONT_FAMILY_BASE,
55647
+ mono: PHONE_FONT_FAMILY_MONO,
55648
+ sc: PHONE_FONT_FAMILY_SC
55239
55649
  },
55240
55650
  shadows: {
55241
- small: "0px 1px 2px 0px rgba(1, 30, 56, 0.25)",
55242
- medium: "0px 3px 8px 0px rgba(1, 30, 56, 0.18)",
55243
- large: "0px 6px 12px 2px rgba(1, 30, 56, 0.15)",
55244
- focus: "0px 0px 5px 0px rgba(33, 107, 235, .9)",
55245
- error: "0px 0px 5px 0px rgba(204, 20, 57, .9)"
55651
+ small: PHONE_SHADOW_SMALL,
55652
+ medium: PHONE_SHADOW_MEDIUM,
55653
+ large: PHONE_SHADOW_LARGE,
55654
+ focus: PHONE_SHADOW_FOCUS,
55655
+ error: PHONE_SHADOW_ERROR
55246
55656
  },
55247
55657
  breakpoints: {
55248
- extraSmall: "0px",
55249
- small: "768px",
55250
- medium: "1024px",
55251
- large: "1360px",
55252
- extraLarge: "1920px",
55253
- phonePortrait: "320px",
55254
- phoneLandscape: "640px",
55255
- tabletPortrait: "768px",
55256
- tabletLandscape: "1024px",
55257
- laptop: "1280px",
55258
- desktop: "1440px"
55658
+ extraSmall: PHONE_BREAKPOINTS_BASE_EXTRA_SMALL,
55659
+ small: PHONE_BREAKPOINTS_BASE_SMALL,
55660
+ medium: PHONE_BREAKPOINTS_BASE_MEDIUM,
55661
+ large: PHONE_BREAKPOINTS_BASE_LARGE,
55662
+ extraLarge: PHONE_BREAKPOINTS_BASE_EXTRA_LARGE,
55663
+ phonePortrait: PHONE_BREAKPOINTS_SEMANTIC_PHONE_PORTRAIT,
55664
+ phoneLandscape: PHONE_BREAKPOINTS_SEMANTIC_PHONE_LANDSCAPE,
55665
+ tabletPortrait: PHONE_BREAKPOINTS_SEMANTIC_TABLET_PORTRAIT,
55666
+ tabletLandscape: PHONE_BREAKPOINTS_SEMANTIC_TABLET_LANDSCAPE,
55667
+ laptop: PHONE_BREAKPOINTS_SEMANTIC_LAPTOP,
55668
+ desktop: PHONE_BREAKPOINTS_SEMANTIC_DESKTOP
55259
55669
  },
55260
55670
  zIndices: {
55261
- content: 100,
55262
- tabsScollIndicator: 200,
55263
- tabsBar: 210,
55264
- overlay: 1000,
55265
- aboveOverlay: 1010,
55266
- tableHeader: 10,
55267
- modalHeaderAndFooter: 2,
55268
- openControl: 1000,
55269
- navBar: 900,
55270
- sidebar: 800
55671
+ content: PHONE_Z_INDEX_CONTENT,
55672
+ tabsScollIndicator: PHONE_Z_INDEX_TABS_SCROLL_INDICATOR,
55673
+ tabsBar: PHONE_Z_INDEX_TABS_BAR,
55674
+ overlay: PHONE_Z_INDEX_OVERLAY,
55675
+ aboveOverlay: PHONE_Z_INDEX_ABOVE_OVERLAY,
55676
+ tableHeader: PHONE_Z_INDEX_TABLE_HEADER,
55677
+ modalHeaderAndFooter: PHONE_Z_INDEX_MODAL_HEADER_AND_FOOTER,
55678
+ openControl: PHONE_Z_INDEX_OPEN_CONTROL,
55679
+ navBar: PHONE_Z_INDEX_NAV_BAR,
55680
+ sidebar: PHONE_Z_INDEX_SIDEBAR
55271
55681
  },
55272
55682
  fontSizes: {
55273
- smaller: "10.8px",
55274
- small: "13.5px",
55275
- medium: "13.5px",
55276
- large: "18.900000000000002px",
55277
- larger: "21.6px",
55278
- largest: "27px",
55279
- xxs: "8.1px",
55280
- xs: "10.8px",
55281
- sm: "13.5px",
55282
- md: "16.2px",
55283
- lg: "18.900000000000002px",
55284
- xl: "21.6px",
55285
- xxl: "27px",
55286
- heading1: "21.6px",
55287
- heading2: "18.900000000000002px",
55288
- heading3: "16.2px",
55289
- heading4: "13.5px",
55290
- base: "13.5px"
55683
+ smaller: PHONE_FONT_SIZE_STANDARD_SMALLER,
55684
+ small: PHONE_FONT_SIZE_STANDARD_SMALL,
55685
+ medium: PHONE_FONT_SIZE_STANDARD_MEDIUM,
55686
+ large: PHONE_FONT_SIZE_STANDARD_LARGE,
55687
+ larger: PHONE_FONT_SIZE_STANDARD_LARGER,
55688
+ largest: PHONE_FONT_SIZE_STANDARD_LARGEST,
55689
+ xxs: PHONE_FONT_SIZE_EXPERIMENTAL_XXS,
55690
+ xs: PHONE_FONT_SIZE_EXPERIMENTAL_XS,
55691
+ sm: PHONE_FONT_SIZE_EXPERIMENTAL_SM,
55692
+ md: PHONE_FONT_SIZE_EXPERIMENTAL_MD,
55693
+ lg: PHONE_FONT_SIZE_EXPERIMENTAL_LG,
55694
+ xl: PHONE_FONT_SIZE_EXPERIMENTAL_XL,
55695
+ xxl: PHONE_FONT_SIZE_EXPERIMENTAL_XXL,
55696
+ heading1: PHONE_FONT_SIZE_SEMANTIC_HEADING_1,
55697
+ heading2: PHONE_FONT_SIZE_SEMANTIC_HEADING_2,
55698
+ heading3: PHONE_FONT_SIZE_SEMANTIC_HEADING_3,
55699
+ heading4: PHONE_FONT_SIZE_SEMANTIC_HEADING_4,
55700
+ base: PHONE_FONT_SIZE_SEMANTIC_BASE
55291
55701
  },
55292
55702
  lineHeights: {
55293
- base: "1.3333333333333333",
55294
- baseRelaxed: "1.6",
55295
- smallTextBase: "1.3333333333333333",
55296
- smallTextCompressed: "1.3333333333333333",
55297
- smallRelaxed: "1.6",
55298
- smallerText: "1.3333333333333333",
55299
- smallerRelaxed: "1.6666666666666665",
55300
- heading1: "1.3333333333333333",
55301
- heading2: "1.333333333333333",
55302
- heading3: "1.3333333333333335",
55303
- heading4: "1.3333333333333333",
55304
- title: "1.3333333333333333",
55305
- sectionTitle: "1.333333333333333",
55306
- subsectionTitle: "1.3333333333333335"
55703
+ base: PHONE_LINE_HEIGHT_BASE,
55704
+ baseRelaxed: PHONE_LINE_HEIGHT_BASE_RELAXED,
55705
+ smallTextBase: PHONE_LINE_HEIGHT_SMALL_TEXT_BASE,
55706
+ smallTextCompressed: PHONE_LINE_HEIGHT_SMALL_TEXT_COMPRESSED,
55707
+ smallRelaxed: PHONE_LINE_HEIGHT_SMALL_RELAXED,
55708
+ smallerText: PHONE_LINE_HEIGHT_SMALLER_TEXT,
55709
+ smallerRelaxed: PHONE_LINE_HEIGHT_SMALLER_RELAXED,
55710
+ heading1: PHONE_LINE_HEIGHT_HEADING_1,
55711
+ heading2: PHONE_LINE_HEIGHT_HEADING_2,
55712
+ heading3: PHONE_LINE_HEIGHT_HEADING_3,
55713
+ heading4: PHONE_LINE_HEIGHT_HEADING_4,
55714
+ title: PHONE_LINE_HEIGHT_TITLE,
55715
+ sectionTitle: PHONE_LINE_HEIGHT_SECTION_TITLE,
55716
+ subsectionTitle: PHONE_LINE_HEIGHT_SUBSECTION_TITLE
55307
55717
  },
55308
55718
  space: {
55309
- none: "0px",
55310
- x0: "0px",
55311
- x0_25: "1.8px",
55312
- half: "3.6px",
55313
- x0_5: "3.6px",
55314
- x0_75: "5.4px",
55315
- x1: "7.2px",
55316
- x1_25: "9px",
55317
- x1_5: "10.8px",
55318
- x1_75: "12.6px",
55319
- x2: "14.4px",
55320
- x2_5: "18px",
55321
- x3: "21.6px",
55322
- x4: "28.8px",
55323
- x5: "36px",
55324
- x6: "43.2px",
55325
- x7: "50.4px",
55326
- x8: "57.6px",
55327
- x9: "64.8px",
55328
- x10: "72px",
55329
- x11: "79.2px",
55330
- x12: "86.4px"
55719
+ none: PHONE_SPACE_NONE,
55720
+ x0: PHONE_SPACE_X_0,
55721
+ x0_25: PHONE_SPACE_X_0_25,
55722
+ half: PHONE_SPACE_HALF,
55723
+ x0_5: PHONE_SPACE_X_0_5,
55724
+ x0_75: PHONE_SPACE_X_0_75,
55725
+ x1: PHONE_SPACE_X_1,
55726
+ x1_25: PHONE_SPACE_X_1_25,
55727
+ x1_5: PHONE_SPACE_X_1_5,
55728
+ x1_75: PHONE_SPACE_X_1_75,
55729
+ x2: PHONE_SPACE_X_2,
55730
+ x2_5: PHONE_SPACE_X_2_5,
55731
+ x3: PHONE_SPACE_X_3,
55732
+ x4: PHONE_SPACE_X_4,
55733
+ x5: PHONE_SPACE_X_5,
55734
+ x6: PHONE_SPACE_X_6,
55735
+ x7: PHONE_SPACE_X_7,
55736
+ x8: PHONE_SPACE_X_8,
55737
+ x9: PHONE_SPACE_X_9,
55738
+ x10: PHONE_SPACE_X_10,
55739
+ x11: PHONE_SPACE_X_11,
55740
+ x12: PHONE_SPACE_X_12
55331
55741
  },
55332
55742
  sizes: {
55333
- none: "0px",
55334
- x0: "0px",
55335
- x0_25: "1.8px",
55336
- half: "3.6px",
55337
- x0_5: "3.6px",
55338
- x0_75: "5.4px",
55339
- x1: "7.2px",
55340
- x1_25: "9px",
55341
- x1_5: "10.8px",
55342
- x1_75: "12.6px",
55343
- x2: "14.4px",
55344
- x2_5: "18px",
55345
- x3: "21.6px",
55346
- x4: "28.8px",
55347
- x5: "36px",
55348
- x6: "43.2px",
55349
- x7: "50.4px",
55350
- x8: "57.6px",
55351
- x9: "64.8px",
55352
- x10: "72px",
55353
- x11: "79.2px",
55354
- x12: "86.4px"
55743
+ none: PHONE_SPACE_NONE,
55744
+ x0: PHONE_SPACE_X_0,
55745
+ x0_25: PHONE_SPACE_X_0_25,
55746
+ half: PHONE_SPACE_HALF,
55747
+ x0_5: PHONE_SPACE_X_0_5,
55748
+ x0_75: PHONE_SPACE_X_0_75,
55749
+ x1: PHONE_SPACE_X_1,
55750
+ x1_25: PHONE_SPACE_X_1_25,
55751
+ x1_5: PHONE_SPACE_X_1_5,
55752
+ x1_75: PHONE_SPACE_X_1_75,
55753
+ x2: PHONE_SPACE_X_2,
55754
+ x2_5: PHONE_SPACE_X_2_5,
55755
+ x3: PHONE_SPACE_X_3,
55756
+ x4: PHONE_SPACE_X_4,
55757
+ x5: PHONE_SPACE_X_5,
55758
+ x6: PHONE_SPACE_X_6,
55759
+ x7: PHONE_SPACE_X_7,
55760
+ x8: PHONE_SPACE_X_8,
55761
+ x9: PHONE_SPACE_X_9,
55762
+ x10: PHONE_SPACE_X_10,
55763
+ x11: PHONE_SPACE_X_11,
55764
+ x12: PHONE_SPACE_X_12
55355
55765
  },
55356
55766
  radii: {
55357
- small: "1.8px",
55358
- medium: "3.6px",
55359
- large: "7.2px",
55360
- circle: "50%",
55361
- rounded: "9999px"
55767
+ small: PHONE_BORDER_RADIUS_SMALL,
55768
+ medium: PHONE_BORDER_RADIUS_MEDIUM,
55769
+ large: PHONE_BORDER_RADIUS_LARGE,
55770
+ circle: PHONE_BORDER_RADIUS_CIRCLE,
55771
+ rounded: PHONE_BORDER_RADIUS_ROUNDED
55362
55772
  },
55363
55773
  borders: []
55364
55774
  }