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