@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.
- package/dist/main.js +928 -517
- package/dist/main.module.js +928 -517
- package/dist/src/BottomSheet/stories/BottomSheet.features.story.d.ts +6 -0
- package/dist/src/DatePickers/shared/types.d.ts +1 -1
- package/dist/src/DatePickers/stories/MonthPicker.story.d.ts +1 -0
- package/dist/src/DatePickers/stories/WeekPicker.story.d.ts +1 -0
- package/dist/src/Type/Typography.story.d.ts +1 -0
- package/package.json +2 -3
- package/dist/src/scripts/generateTheme.d.ts +0 -1
package/dist/main.module.js
CHANGED
|
@@ -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:
|
|
54702
|
-
blackBlue:
|
|
54703
|
-
darkBlue:
|
|
54704
|
-
blue:
|
|
54705
|
-
lightBlue:
|
|
54706
|
-
darkGrey:
|
|
54707
|
-
midGrey:
|
|
54708
|
-
grey:
|
|
54709
|
-
lightGrey:
|
|
54710
|
-
whiteGrey:
|
|
54711
|
-
white:
|
|
54712
|
-
yellow:
|
|
54713
|
-
lightYellow:
|
|
54714
|
-
green:
|
|
54715
|
-
lightGreen:
|
|
54716
|
-
red:
|
|
54717
|
-
lightRed:
|
|
54718
|
-
categorical1:
|
|
54719
|
-
categorical2:
|
|
54720
|
-
categorical3:
|
|
54721
|
-
categorical4:
|
|
54722
|
-
categorical5:
|
|
54723
|
-
categorical6:
|
|
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:
|
|
54727
|
-
normal:
|
|
54728
|
-
medium:
|
|
54729
|
-
bold:
|
|
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:
|
|
54733
|
-
mono:
|
|
54734
|
-
sc:
|
|
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:
|
|
54738
|
-
medium:
|
|
54739
|
-
large:
|
|
54740
|
-
focus:
|
|
54741
|
-
error:
|
|
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:
|
|
54745
|
-
small:
|
|
54746
|
-
medium:
|
|
54747
|
-
large:
|
|
54748
|
-
extraLarge:
|
|
54749
|
-
phonePortrait:
|
|
54750
|
-
phoneLandscape:
|
|
54751
|
-
tabletPortrait:
|
|
54752
|
-
tabletLandscape:
|
|
54753
|
-
laptop:
|
|
54754
|
-
desktop:
|
|
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:
|
|
54758
|
-
tabsScollIndicator:
|
|
54759
|
-
tabsBar:
|
|
54760
|
-
overlay:
|
|
54761
|
-
aboveOverlay:
|
|
54762
|
-
tableHeader:
|
|
54763
|
-
modalHeaderAndFooter:
|
|
54764
|
-
openControl:
|
|
54765
|
-
navBar:
|
|
54766
|
-
sidebar:
|
|
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:
|
|
54806
|
-
half:
|
|
54807
|
-
x0:
|
|
54808
|
-
x0_25:
|
|
54809
|
-
x0_5:
|
|
54810
|
-
x0_75:
|
|
54811
|
-
x1:
|
|
54812
|
-
x1_25:
|
|
54813
|
-
x1_5:
|
|
54814
|
-
x1_75:
|
|
54815
|
-
x2:
|
|
54816
|
-
x2_5:
|
|
54817
|
-
x3:
|
|
54818
|
-
x4:
|
|
54819
|
-
x5:
|
|
54820
|
-
x6:
|
|
54821
|
-
x7:
|
|
54822
|
-
x8:
|
|
54823
|
-
x9:
|
|
54824
|
-
x10:
|
|
54825
|
-
x11:
|
|
54826
|
-
x12:
|
|
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:
|
|
54830
|
-
half:
|
|
54831
|
-
x0:
|
|
54832
|
-
x0_25:
|
|
54833
|
-
x0_5:
|
|
54834
|
-
x0_75:
|
|
54835
|
-
x1:
|
|
54836
|
-
x1_25:
|
|
54837
|
-
x1_5:
|
|
54838
|
-
x1_75:
|
|
54839
|
-
x2:
|
|
54840
|
-
x2_5:
|
|
54841
|
-
x3:
|
|
54842
|
-
x4:
|
|
54843
|
-
x5:
|
|
54844
|
-
x6:
|
|
54845
|
-
x7:
|
|
54846
|
-
x8:
|
|
54847
|
-
x9:
|
|
54848
|
-
x10:
|
|
54849
|
-
x11:
|
|
54850
|
-
x12:
|
|
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:
|
|
54854
|
-
medium:
|
|
54855
|
-
large:
|
|
54856
|
-
circle:
|
|
54857
|
-
rounded:
|
|
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:
|
|
54864
|
-
blackBlue:
|
|
54865
|
-
darkBlue:
|
|
54866
|
-
blue:
|
|
54867
|
-
lightBlue:
|
|
54868
|
-
darkGrey:
|
|
54869
|
-
midGrey:
|
|
54870
|
-
grey:
|
|
54871
|
-
lightGrey:
|
|
54872
|
-
whiteGrey:
|
|
54873
|
-
white:
|
|
54874
|
-
yellow:
|
|
54875
|
-
lightYellow:
|
|
54876
|
-
green:
|
|
54877
|
-
lightGreen:
|
|
54878
|
-
red:
|
|
54879
|
-
lightRed:
|
|
54880
|
-
categorical1:
|
|
54881
|
-
categorical2:
|
|
54882
|
-
categorical3:
|
|
54883
|
-
categorical4:
|
|
54884
|
-
categorical5:
|
|
54885
|
-
categorical6:
|
|
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:
|
|
54889
|
-
normal:
|
|
54890
|
-
medium:
|
|
54891
|
-
bold:
|
|
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:
|
|
54895
|
-
mono:
|
|
54896
|
-
sc:
|
|
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:
|
|
54900
|
-
medium:
|
|
54901
|
-
large:
|
|
54902
|
-
focus:
|
|
54903
|
-
error:
|
|
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:
|
|
54907
|
-
small:
|
|
54908
|
-
medium:
|
|
54909
|
-
large:
|
|
54910
|
-
extraLarge:
|
|
54911
|
-
phonePortrait:
|
|
54912
|
-
phoneLandscape:
|
|
54913
|
-
tabletPortrait:
|
|
54914
|
-
tabletLandscape:
|
|
54915
|
-
laptop:
|
|
54916
|
-
desktop:
|
|
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:
|
|
54920
|
-
tabsScollIndicator:
|
|
54921
|
-
tabsBar:
|
|
54922
|
-
overlay:
|
|
54923
|
-
aboveOverlay:
|
|
54924
|
-
tableHeader:
|
|
54925
|
-
modalHeaderAndFooter:
|
|
54926
|
-
openControl:
|
|
54927
|
-
navBar:
|
|
54928
|
-
sidebar:
|
|
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:
|
|
54932
|
-
small:
|
|
54933
|
-
medium:
|
|
54934
|
-
large:
|
|
54935
|
-
larger:
|
|
54936
|
-
largest:
|
|
54937
|
-
|
|
54938
|
-
|
|
54939
|
-
|
|
54940
|
-
|
|
54941
|
-
|
|
54942
|
-
|
|
54943
|
-
|
|
54944
|
-
|
|
54945
|
-
|
|
54946
|
-
|
|
54947
|
-
|
|
54948
|
-
|
|
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:
|
|
54952
|
-
baseRelaxed:
|
|
54953
|
-
smallTextBase:
|
|
54954
|
-
smallTextCompressed:
|
|
54955
|
-
smallRelaxed:
|
|
54956
|
-
smallerText:
|
|
54957
|
-
smallerRelaxed:
|
|
54958
|
-
heading1:
|
|
54959
|
-
heading2:
|
|
54960
|
-
heading3:
|
|
54961
|
-
heading4:
|
|
54962
|
-
title:
|
|
54963
|
-
sectionTitle:
|
|
54964
|
-
subsectionTitle:
|
|
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:
|
|
54968
|
-
x0:
|
|
54969
|
-
x0_25:
|
|
54970
|
-
half:
|
|
54971
|
-
x0_5:
|
|
54972
|
-
x0_75:
|
|
54973
|
-
x1:
|
|
54974
|
-
x1_25:
|
|
54975
|
-
x1_5:
|
|
54976
|
-
x1_75:
|
|
54977
|
-
x2:
|
|
54978
|
-
x2_5:
|
|
54979
|
-
x3:
|
|
54980
|
-
x4:
|
|
54981
|
-
x5:
|
|
54982
|
-
x6:
|
|
54983
|
-
x7:
|
|
54984
|
-
x8:
|
|
54985
|
-
x9:
|
|
54986
|
-
x10:
|
|
54987
|
-
x11:
|
|
54988
|
-
x12:
|
|
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:
|
|
54992
|
-
x0:
|
|
54993
|
-
x0_25:
|
|
54994
|
-
half:
|
|
54995
|
-
x0_5:
|
|
54996
|
-
x0_75:
|
|
54997
|
-
x1:
|
|
54998
|
-
x1_25:
|
|
54999
|
-
x1_5:
|
|
55000
|
-
x1_75:
|
|
55001
|
-
x2:
|
|
55002
|
-
x2_5:
|
|
55003
|
-
x3:
|
|
55004
|
-
x4:
|
|
55005
|
-
x5:
|
|
55006
|
-
x6:
|
|
55007
|
-
x7:
|
|
55008
|
-
x8:
|
|
55009
|
-
x9:
|
|
55010
|
-
x10:
|
|
55011
|
-
x11:
|
|
55012
|
-
x12:
|
|
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:
|
|
55016
|
-
medium:
|
|
55017
|
-
large:
|
|
55018
|
-
circle:
|
|
55019
|
-
rounded:
|
|
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:
|
|
55026
|
-
blackBlue:
|
|
55027
|
-
darkBlue:
|
|
55028
|
-
blue:
|
|
55029
|
-
lightBlue:
|
|
55030
|
-
darkGrey:
|
|
55031
|
-
midGrey:
|
|
55032
|
-
grey:
|
|
55033
|
-
lightGrey:
|
|
55034
|
-
whiteGrey:
|
|
55035
|
-
white:
|
|
55036
|
-
yellow:
|
|
55037
|
-
lightYellow:
|
|
55038
|
-
green:
|
|
55039
|
-
lightGreen:
|
|
55040
|
-
red:
|
|
55041
|
-
lightRed:
|
|
55042
|
-
categorical1:
|
|
55043
|
-
categorical2:
|
|
55044
|
-
categorical3:
|
|
55045
|
-
categorical4:
|
|
55046
|
-
categorical5:
|
|
55047
|
-
categorical6:
|
|
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:
|
|
55051
|
-
normal:
|
|
55052
|
-
medium:
|
|
55053
|
-
bold:
|
|
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:
|
|
55057
|
-
mono:
|
|
55058
|
-
sc:
|
|
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:
|
|
55062
|
-
medium:
|
|
55063
|
-
large:
|
|
55064
|
-
focus:
|
|
55065
|
-
error:
|
|
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:
|
|
55069
|
-
small:
|
|
55070
|
-
medium:
|
|
55071
|
-
large:
|
|
55072
|
-
extraLarge:
|
|
55073
|
-
phonePortrait:
|
|
55074
|
-
phoneLandscape:
|
|
55075
|
-
tabletPortrait:
|
|
55076
|
-
tabletLandscape:
|
|
55077
|
-
laptop:
|
|
55078
|
-
desktop:
|
|
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:
|
|
55082
|
-
tabsScollIndicator:
|
|
55083
|
-
tabsBar:
|
|
55084
|
-
overlay:
|
|
55085
|
-
aboveOverlay:
|
|
55086
|
-
tableHeader:
|
|
55087
|
-
modalHeaderAndFooter:
|
|
55088
|
-
openControl:
|
|
55089
|
-
navBar:
|
|
55090
|
-
sidebar:
|
|
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:
|
|
55094
|
-
small:
|
|
55095
|
-
medium:
|
|
55096
|
-
large:
|
|
55097
|
-
larger:
|
|
55098
|
-
largest:
|
|
55099
|
-
xxs:
|
|
55100
|
-
xs:
|
|
55101
|
-
sm:
|
|
55102
|
-
md:
|
|
55103
|
-
lg:
|
|
55104
|
-
xl:
|
|
55105
|
-
xxl:
|
|
55106
|
-
heading1:
|
|
55107
|
-
heading2:
|
|
55108
|
-
heading3:
|
|
55109
|
-
heading4:
|
|
55110
|
-
base:
|
|
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:
|
|
55114
|
-
baseRelaxed:
|
|
55115
|
-
smallTextBase:
|
|
55116
|
-
smallTextCompressed:
|
|
55117
|
-
smallRelaxed:
|
|
55118
|
-
smallerText:
|
|
55119
|
-
smallerRelaxed:
|
|
55120
|
-
heading1:
|
|
55121
|
-
heading2:
|
|
55122
|
-
heading3:
|
|
55123
|
-
heading4:
|
|
55124
|
-
title:
|
|
55125
|
-
sectionTitle:
|
|
55126
|
-
subsectionTitle:
|
|
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:
|
|
55130
|
-
x0:
|
|
55131
|
-
x0_25:
|
|
55132
|
-
half:
|
|
55133
|
-
x0_5:
|
|
55134
|
-
x0_75:
|
|
55135
|
-
x1:
|
|
55136
|
-
x1_25:
|
|
55137
|
-
x1_5:
|
|
55138
|
-
x1_75:
|
|
55139
|
-
x2:
|
|
55140
|
-
x2_5:
|
|
55141
|
-
x3:
|
|
55142
|
-
x4:
|
|
55143
|
-
x5:
|
|
55144
|
-
x6:
|
|
55145
|
-
x7:
|
|
55146
|
-
x8:
|
|
55147
|
-
x9:
|
|
55148
|
-
x10:
|
|
55149
|
-
x11:
|
|
55150
|
-
x12:
|
|
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:
|
|
55154
|
-
x0:
|
|
55155
|
-
x0_25:
|
|
55156
|
-
half:
|
|
55157
|
-
x0_5:
|
|
55158
|
-
x0_75:
|
|
55159
|
-
x1:
|
|
55160
|
-
x1_25:
|
|
55161
|
-
x1_5:
|
|
55162
|
-
x1_75:
|
|
55163
|
-
x2:
|
|
55164
|
-
x2_5:
|
|
55165
|
-
x3:
|
|
55166
|
-
x4:
|
|
55167
|
-
x5:
|
|
55168
|
-
x6:
|
|
55169
|
-
x7:
|
|
55170
|
-
x8:
|
|
55171
|
-
x9:
|
|
55172
|
-
x10:
|
|
55173
|
-
x11:
|
|
55174
|
-
x12:
|
|
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:
|
|
55178
|
-
medium:
|
|
55179
|
-
large:
|
|
55180
|
-
circle:
|
|
55181
|
-
rounded:
|
|
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:
|
|
55188
|
-
blackBlue:
|
|
55189
|
-
darkBlue:
|
|
55190
|
-
blue:
|
|
55191
|
-
lightBlue:
|
|
55192
|
-
darkGrey:
|
|
55193
|
-
midGrey:
|
|
55194
|
-
grey:
|
|
55195
|
-
lightGrey:
|
|
55196
|
-
whiteGrey:
|
|
55197
|
-
white:
|
|
55198
|
-
yellow:
|
|
55199
|
-
lightYellow:
|
|
55200
|
-
green:
|
|
55201
|
-
lightGreen:
|
|
55202
|
-
red:
|
|
55203
|
-
lightRed:
|
|
55204
|
-
categorical1:
|
|
55205
|
-
categorical2:
|
|
55206
|
-
categorical3:
|
|
55207
|
-
categorical4:
|
|
55208
|
-
categorical5:
|
|
55209
|
-
categorical6:
|
|
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:
|
|
55213
|
-
normal:
|
|
55214
|
-
medium:
|
|
55215
|
-
bold:
|
|
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:
|
|
55219
|
-
mono:
|
|
55220
|
-
sc:
|
|
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:
|
|
55224
|
-
medium:
|
|
55225
|
-
large:
|
|
55226
|
-
focus:
|
|
55227
|
-
error:
|
|
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:
|
|
55231
|
-
small:
|
|
55232
|
-
medium:
|
|
55233
|
-
large:
|
|
55234
|
-
extraLarge:
|
|
55235
|
-
phonePortrait:
|
|
55236
|
-
phoneLandscape:
|
|
55237
|
-
tabletPortrait:
|
|
55238
|
-
tabletLandscape:
|
|
55239
|
-
laptop:
|
|
55240
|
-
desktop:
|
|
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:
|
|
55244
|
-
tabsScollIndicator:
|
|
55245
|
-
tabsBar:
|
|
55246
|
-
overlay:
|
|
55247
|
-
aboveOverlay:
|
|
55248
|
-
tableHeader:
|
|
55249
|
-
modalHeaderAndFooter:
|
|
55250
|
-
openControl:
|
|
55251
|
-
navBar:
|
|
55252
|
-
sidebar:
|
|
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:
|
|
55256
|
-
small:
|
|
55257
|
-
medium:
|
|
55258
|
-
large:
|
|
55259
|
-
larger:
|
|
55260
|
-
largest:
|
|
55261
|
-
xxs:
|
|
55262
|
-
xs:
|
|
55263
|
-
sm:
|
|
55264
|
-
md:
|
|
55265
|
-
lg:
|
|
55266
|
-
xl:
|
|
55267
|
-
xxl:
|
|
55268
|
-
heading1:
|
|
55269
|
-
heading2:
|
|
55270
|
-
heading3:
|
|
55271
|
-
heading4:
|
|
55272
|
-
base:
|
|
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:
|
|
55276
|
-
baseRelaxed:
|
|
55277
|
-
smallTextBase:
|
|
55278
|
-
smallTextCompressed:
|
|
55279
|
-
smallRelaxed:
|
|
55280
|
-
smallerText:
|
|
55281
|
-
smallerRelaxed:
|
|
55282
|
-
heading1:
|
|
55283
|
-
heading2:
|
|
55284
|
-
heading3:
|
|
55285
|
-
heading4:
|
|
55286
|
-
title:
|
|
55287
|
-
sectionTitle:
|
|
55288
|
-
subsectionTitle:
|
|
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:
|
|
55292
|
-
x0:
|
|
55293
|
-
x0_25:
|
|
55294
|
-
half:
|
|
55295
|
-
x0_5:
|
|
55296
|
-
x0_75:
|
|
55297
|
-
x1:
|
|
55298
|
-
x1_25:
|
|
55299
|
-
x1_5:
|
|
55300
|
-
x1_75:
|
|
55301
|
-
x2:
|
|
55302
|
-
x2_5:
|
|
55303
|
-
x3:
|
|
55304
|
-
x4:
|
|
55305
|
-
x5:
|
|
55306
|
-
x6:
|
|
55307
|
-
x7:
|
|
55308
|
-
x8:
|
|
55309
|
-
x9:
|
|
55310
|
-
x10:
|
|
55311
|
-
x11:
|
|
55312
|
-
x12:
|
|
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:
|
|
55316
|
-
x0:
|
|
55317
|
-
x0_25:
|
|
55318
|
-
half:
|
|
55319
|
-
x0_5:
|
|
55320
|
-
x0_75:
|
|
55321
|
-
x1:
|
|
55322
|
-
x1_25:
|
|
55323
|
-
x1_5:
|
|
55324
|
-
x1_75:
|
|
55325
|
-
x2:
|
|
55326
|
-
x2_5:
|
|
55327
|
-
x3:
|
|
55328
|
-
x4:
|
|
55329
|
-
x5:
|
|
55330
|
-
x6:
|
|
55331
|
-
x7:
|
|
55332
|
-
x8:
|
|
55333
|
-
x9:
|
|
55334
|
-
x10:
|
|
55335
|
-
x11:
|
|
55336
|
-
x12:
|
|
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:
|
|
55340
|
-
medium:
|
|
55341
|
-
large:
|
|
55342
|
-
circle:
|
|
55343
|
-
rounded:
|
|
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
|
}
|