@sage/design-tokens 2.1.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/base.xml +9 -3
- package/assets/fonts/sageui.css +18 -18
- package/css/base.css +9 -3
- package/data/tokens.json +60 -1677
- package/docs/tokens/base/border-radius/index.html +0 -74
- package/docs/tokens/base/border-width/index.html +0 -74
- package/docs/tokens/base/box-shadow/index.html +0 -74
- package/docs/tokens/base/colors/index.html +0 -74
- package/docs/tokens/base/font-families/index.html +0 -74
- package/docs/tokens/base/font-sizes/index.html +0 -74
- package/docs/tokens/base/font-weights/index.html +0 -74
- package/docs/tokens/base/index.html +148 -96
- package/docs/tokens/base/line-heights/index.html +0 -74
- package/docs/tokens/base/opacity/index.html +0 -74
- package/docs/tokens/base/sizing/index.html +21 -95
- package/docs/tokens/base/spacing/index.html +63 -74
- package/docs/tokens/base/typography/index.html +64 -75
- package/docs/tokens/index.html +148 -5736
- package/index.d.ts +0 -2
- package/index.js +0 -2
- package/ios/base.h +9 -3
- package/js/base/common.d.ts +7 -1
- package/js/base/common.js +9 -3
- package/js/base/es6.d.ts +7 -1
- package/js/base/es6.js +8 -2
- package/package.json +1 -1
- package/sage-design-tokens-2.4.0.tgz +0 -0
- package/scss/base.scss +9 -3
- package/android/no-theme.xml +0 -265
- package/css/no-theme.css +0 -267
- package/docs/tokens/figma-only/index.html +0 -394
- package/docs/tokens/figma-only/sizing/index.html +0 -399
- package/docs/tokens/no-theme/border-radius/index.html +0 -399
- package/docs/tokens/no-theme/border-width/index.html +0 -483
- package/docs/tokens/no-theme/box-shadow/index.html +0 -462
- package/docs/tokens/no-theme/colors/index.html +0 -2982
- package/docs/tokens/no-theme/font-families/index.html +0 -462
- package/docs/tokens/no-theme/font-sizes/index.html +0 -664
- package/docs/tokens/no-theme/font-weights/index.html +0 -441
- package/docs/tokens/no-theme/index.html +0 -5890
- package/docs/tokens/no-theme/line-heights/index.html +0 -420
- package/docs/tokens/no-theme/sizing/index.html +0 -819
- package/docs/tokens/no-theme/spacing/index.html +0 -735
- package/docs/tokens/no-theme/typography/index.html +0 -1638
- package/ios/no-theme.h +0 -269
- package/js/no-theme/common.d.ts +0 -256
- package/js/no-theme/common.js +0 -267
- package/js/no-theme/es6.d.ts +0 -259
- package/js/no-theme/es6.js +0 -262
- package/sage-design-tokens-2.1.0.tgz +0 -0
- package/scss/no-theme.scss +0 -264
package/data/tokens.json
CHANGED
|
@@ -963,6 +963,10 @@
|
|
|
963
963
|
"value": "128px",
|
|
964
964
|
"type": "sizing"
|
|
965
965
|
},
|
|
966
|
+
"010": {
|
|
967
|
+
"value": "1px",
|
|
968
|
+
"type": "sizing"
|
|
969
|
+
},
|
|
966
970
|
"025": {
|
|
967
971
|
"value": "2px",
|
|
968
972
|
"type": "sizing"
|
|
@@ -978,10 +982,6 @@
|
|
|
978
982
|
"logowidth": {
|
|
979
983
|
"value": "40px",
|
|
980
984
|
"type": "sizing"
|
|
981
|
-
},
|
|
982
|
-
"010": {
|
|
983
|
-
"value": "1px",
|
|
984
|
-
"type": "sizing"
|
|
985
985
|
}
|
|
986
986
|
},
|
|
987
987
|
"spacing": {
|
|
@@ -989,6 +989,10 @@
|
|
|
989
989
|
"value": "8px",
|
|
990
990
|
"type": "spacing"
|
|
991
991
|
},
|
|
992
|
+
"110": {
|
|
993
|
+
"value": "9px",
|
|
994
|
+
"type": "spacing"
|
|
995
|
+
},
|
|
992
996
|
"125": {
|
|
993
997
|
"value": "10px",
|
|
994
998
|
"type": "spacing"
|
|
@@ -1041,6 +1045,10 @@
|
|
|
1041
1045
|
"value": "0",
|
|
1042
1046
|
"type": "spacing"
|
|
1043
1047
|
},
|
|
1048
|
+
"010": {
|
|
1049
|
+
"value": "1px",
|
|
1050
|
+
"type": "spacing"
|
|
1051
|
+
},
|
|
1044
1052
|
"025": {
|
|
1045
1053
|
"value": "2px",
|
|
1046
1054
|
"type": "spacing"
|
|
@@ -1049,6 +1057,10 @@
|
|
|
1049
1057
|
"value": "4px",
|
|
1050
1058
|
"type": "spacing"
|
|
1051
1059
|
},
|
|
1060
|
+
"060": {
|
|
1061
|
+
"value": "5px",
|
|
1062
|
+
"type": "spacing"
|
|
1063
|
+
},
|
|
1052
1064
|
"075": {
|
|
1053
1065
|
"value": "6px",
|
|
1054
1066
|
"type": "spacing"
|
|
@@ -2006,7 +2018,7 @@
|
|
|
2006
2018
|
}
|
|
2007
2019
|
},
|
|
2008
2020
|
"link": {
|
|
2009
|
-
"
|
|
2021
|
+
"OLDtext": {
|
|
2010
2022
|
"s": {
|
|
2011
2023
|
"value": {
|
|
2012
2024
|
"fontFamily": "Sage UI",
|
|
@@ -2040,7 +2052,49 @@
|
|
|
2040
2052
|
"lineHeight": "150%",
|
|
2041
2053
|
"fontSize": "16px",
|
|
2042
2054
|
"letterSpacing": "0%",
|
|
2043
|
-
"paragraphSpacing": "0px"
|
|
2055
|
+
"paragraphSpacing": "0px",
|
|
2056
|
+
"textDecoration": "none",
|
|
2057
|
+
"textCase": "none"
|
|
2058
|
+
},
|
|
2059
|
+
"type": "typography"
|
|
2060
|
+
}
|
|
2061
|
+
},
|
|
2062
|
+
"text": {
|
|
2063
|
+
"s": {
|
|
2064
|
+
"value": {
|
|
2065
|
+
"fontFamily": "Sage UI",
|
|
2066
|
+
"fontWeight": "Regular",
|
|
2067
|
+
"lineHeight": "150%",
|
|
2068
|
+
"fontSize": "12px",
|
|
2069
|
+
"letterSpacing": "0%",
|
|
2070
|
+
"paragraphSpacing": "0px",
|
|
2071
|
+
"textDecoration": "none",
|
|
2072
|
+
"textCase": "none"
|
|
2073
|
+
},
|
|
2074
|
+
"type": "typography"
|
|
2075
|
+
},
|
|
2076
|
+
"m": {
|
|
2077
|
+
"value": {
|
|
2078
|
+
"fontFamily": "Sage UI",
|
|
2079
|
+
"fontWeight": "Regular",
|
|
2080
|
+
"lineHeight": "150%",
|
|
2081
|
+
"fontSize": "14px",
|
|
2082
|
+
"letterSpacing": "0%",
|
|
2083
|
+
"paragraphSpacing": "0px",
|
|
2084
|
+
"textDecoration": "none",
|
|
2085
|
+
"textCase": "none"
|
|
2086
|
+
},
|
|
2087
|
+
"type": "typography"
|
|
2088
|
+
},
|
|
2089
|
+
"l": {
|
|
2090
|
+
"value": {
|
|
2091
|
+
"fontFamily": "Sage UI",
|
|
2092
|
+
"lineHeight": "150%",
|
|
2093
|
+
"fontSize": "16px",
|
|
2094
|
+
"letterSpacing": "0%",
|
|
2095
|
+
"paragraphSpacing": "0px",
|
|
2096
|
+
"textDecoration": "none",
|
|
2097
|
+
"textCase": "none"
|
|
2044
2098
|
},
|
|
2045
2099
|
"type": "typography"
|
|
2046
2100
|
}
|
|
@@ -2844,1676 +2898,5 @@
|
|
|
2844
2898
|
"type": "opacity"
|
|
2845
2899
|
}
|
|
2846
2900
|
}
|
|
2847
|
-
},
|
|
2848
|
-
"no-theme": {
|
|
2849
|
-
"meta": {
|
|
2850
|
-
"name": {
|
|
2851
|
-
"value": "No Theme",
|
|
2852
|
-
"type": "other"
|
|
2853
|
-
},
|
|
2854
|
-
"public": {
|
|
2855
|
-
"value": "true",
|
|
2856
|
-
"type": "other"
|
|
2857
|
-
}
|
|
2858
|
-
},
|
|
2859
|
-
"colors": {
|
|
2860
|
-
"logo": {
|
|
2861
|
-
"value": "#ef001dff",
|
|
2862
|
-
"type": "color"
|
|
2863
|
-
},
|
|
2864
|
-
"transparent": {
|
|
2865
|
-
"value": "#00000000",
|
|
2866
|
-
"type": "color"
|
|
2867
|
-
},
|
|
2868
|
-
"yin": {
|
|
2869
|
-
"030": {
|
|
2870
|
-
"value": "#00ac004d",
|
|
2871
|
-
"type": "color"
|
|
2872
|
-
},
|
|
2873
|
-
"055": {
|
|
2874
|
-
"value": "#00ac008c",
|
|
2875
|
-
"type": "color"
|
|
2876
|
-
},
|
|
2877
|
-
"065": {
|
|
2878
|
-
"value": "#00ac00a6",
|
|
2879
|
-
"type": "color"
|
|
2880
|
-
},
|
|
2881
|
-
"090": {
|
|
2882
|
-
"value": "#00ac00e6",
|
|
2883
|
-
"type": "color"
|
|
2884
|
-
}
|
|
2885
|
-
},
|
|
2886
|
-
"yang": {
|
|
2887
|
-
"100": {
|
|
2888
|
-
"value": "#ffff00ff",
|
|
2889
|
-
"type": "color"
|
|
2890
|
-
}
|
|
2891
|
-
},
|
|
2892
|
-
"disabled": {
|
|
2893
|
-
"400": {
|
|
2894
|
-
"value": "#ed99f9ff",
|
|
2895
|
-
"type": "color",
|
|
2896
|
-
"description": ""
|
|
2897
|
-
},
|
|
2898
|
-
"500": {
|
|
2899
|
-
"value": "#e880f7ff",
|
|
2900
|
-
"type": "color",
|
|
2901
|
-
"description": ""
|
|
2902
|
-
},
|
|
2903
|
-
"600": {
|
|
2904
|
-
"value": "#e366f5ff",
|
|
2905
|
-
"type": "color",
|
|
2906
|
-
"description": ""
|
|
2907
|
-
}
|
|
2908
|
-
},
|
|
2909
|
-
"readOnly": {
|
|
2910
|
-
"400": {
|
|
2911
|
-
"value": "#4da6f4ff",
|
|
2912
|
-
"type": "color"
|
|
2913
|
-
},
|
|
2914
|
-
"500": {
|
|
2915
|
-
"value": "#198df1ff",
|
|
2916
|
-
"type": "color"
|
|
2917
|
-
},
|
|
2918
|
-
"600": {
|
|
2919
|
-
"value": "#0073d7ff",
|
|
2920
|
-
"type": "color"
|
|
2921
|
-
}
|
|
2922
|
-
},
|
|
2923
|
-
"components": {
|
|
2924
|
-
"navigation": {
|
|
2925
|
-
"500": {
|
|
2926
|
-
"value": "#fcccd2ff",
|
|
2927
|
-
"type": "color"
|
|
2928
|
-
},
|
|
2929
|
-
"600": {
|
|
2930
|
-
"value": "#f999a5ff",
|
|
2931
|
-
"type": "color"
|
|
2932
|
-
},
|
|
2933
|
-
"700": {
|
|
2934
|
-
"value": "#f56677ff",
|
|
2935
|
-
"type": "color"
|
|
2936
|
-
},
|
|
2937
|
-
"transparent": {
|
|
2938
|
-
"value": "#00000000",
|
|
2939
|
-
"type": "color"
|
|
2940
|
-
},
|
|
2941
|
-
"yin": {
|
|
2942
|
-
"100": {
|
|
2943
|
-
"value": "#00ac00ff",
|
|
2944
|
-
"type": "color"
|
|
2945
|
-
},
|
|
2946
|
-
"030": {
|
|
2947
|
-
"value": "#00ac004d",
|
|
2948
|
-
"type": "color"
|
|
2949
|
-
},
|
|
2950
|
-
"055": {
|
|
2951
|
-
"value": "#00ac008c",
|
|
2952
|
-
"type": "color"
|
|
2953
|
-
},
|
|
2954
|
-
"065": {
|
|
2955
|
-
"value": "#00ac00a6",
|
|
2956
|
-
"type": "color"
|
|
2957
|
-
},
|
|
2958
|
-
"090": {
|
|
2959
|
-
"value": "#00ac00e6",
|
|
2960
|
-
"type": "color"
|
|
2961
|
-
}
|
|
2962
|
-
},
|
|
2963
|
-
"yang": {
|
|
2964
|
-
"100": {
|
|
2965
|
-
"value": "#ffff00ff",
|
|
2966
|
-
"type": "color"
|
|
2967
|
-
}
|
|
2968
|
-
}
|
|
2969
|
-
}
|
|
2970
|
-
},
|
|
2971
|
-
"utility": {
|
|
2972
|
-
"major": {
|
|
2973
|
-
"100": {
|
|
2974
|
-
"value": "#94a9ffff",
|
|
2975
|
-
"type": "color",
|
|
2976
|
-
"description": "#CCD6DB "
|
|
2977
|
-
},
|
|
2978
|
-
"150": {
|
|
2979
|
-
"value": "#7c96ffff",
|
|
2980
|
-
"type": "color",
|
|
2981
|
-
"description": "#B3C2C9"
|
|
2982
|
-
},
|
|
2983
|
-
"200": {
|
|
2984
|
-
"value": "#6482ffff",
|
|
2985
|
-
"type": "color",
|
|
2986
|
-
"description": "#99ADB7 "
|
|
2987
|
-
},
|
|
2988
|
-
"300": {
|
|
2989
|
-
"value": "#3a61ffff",
|
|
2990
|
-
"type": "color",
|
|
2991
|
-
"description": "#668494"
|
|
2992
|
-
},
|
|
2993
|
-
"400": {
|
|
2994
|
-
"value": "#0031fcff",
|
|
2995
|
-
"type": "color",
|
|
2996
|
-
"description": "#335B70"
|
|
2997
|
-
},
|
|
2998
|
-
"500": {
|
|
2999
|
-
"value": "#0029d1ff",
|
|
3000
|
-
"type": "color",
|
|
3001
|
-
"description": "#00324C"
|
|
3002
|
-
},
|
|
3003
|
-
"800": {
|
|
3004
|
-
"value": "#001053ff",
|
|
3005
|
-
"type": "color",
|
|
3006
|
-
"description": "#00141E"
|
|
3007
|
-
},
|
|
3008
|
-
"025": {
|
|
3009
|
-
"value": "#e5eaffff",
|
|
3010
|
-
"type": "color",
|
|
3011
|
-
"description": "#F2F5F6"
|
|
3012
|
-
},
|
|
3013
|
-
"050": {
|
|
3014
|
-
"value": "#ced8ffff",
|
|
3015
|
-
"type": "color",
|
|
3016
|
-
"description": "#E6EBED"
|
|
3017
|
-
},
|
|
3018
|
-
"075": {
|
|
3019
|
-
"value": "#afbfffff",
|
|
3020
|
-
"type": "color",
|
|
3021
|
-
"description": "#D9E0E4"
|
|
3022
|
-
},
|
|
3023
|
-
"transparent": {
|
|
3024
|
-
"value": "#00000000",
|
|
3025
|
-
"type": "color"
|
|
3026
|
-
}
|
|
3027
|
-
},
|
|
3028
|
-
"yin": {
|
|
3029
|
-
"030": {
|
|
3030
|
-
"value": "#00ac004d",
|
|
3031
|
-
"type": "color"
|
|
3032
|
-
},
|
|
3033
|
-
"055": {
|
|
3034
|
-
"value": "#00ac008c",
|
|
3035
|
-
"type": "color"
|
|
3036
|
-
},
|
|
3037
|
-
"065": {
|
|
3038
|
-
"value": "#00ac00a6",
|
|
3039
|
-
"type": "color"
|
|
3040
|
-
},
|
|
3041
|
-
"090": {
|
|
3042
|
-
"value": "#00ac00e6",
|
|
3043
|
-
"type": "color"
|
|
3044
|
-
}
|
|
3045
|
-
},
|
|
3046
|
-
"yang": {
|
|
3047
|
-
"100": {
|
|
3048
|
-
"value": "#ffff00ff",
|
|
3049
|
-
"type": "color"
|
|
3050
|
-
}
|
|
3051
|
-
},
|
|
3052
|
-
"disabled": {
|
|
3053
|
-
"400": {
|
|
3054
|
-
"value": "#ed99f9ff",
|
|
3055
|
-
"type": "color",
|
|
3056
|
-
"description": ""
|
|
3057
|
-
},
|
|
3058
|
-
"500": {
|
|
3059
|
-
"value": "#e880f7ff",
|
|
3060
|
-
"type": "color",
|
|
3061
|
-
"description": ""
|
|
3062
|
-
},
|
|
3063
|
-
"600": {
|
|
3064
|
-
"value": "#e366f5ff",
|
|
3065
|
-
"type": "color",
|
|
3066
|
-
"description": ""
|
|
3067
|
-
}
|
|
3068
|
-
},
|
|
3069
|
-
"readOnly": {
|
|
3070
|
-
"400": {
|
|
3071
|
-
"value": "#4da6f4ff",
|
|
3072
|
-
"type": "color",
|
|
3073
|
-
"description": ""
|
|
3074
|
-
},
|
|
3075
|
-
"500": {
|
|
3076
|
-
"value": "#198df1ff",
|
|
3077
|
-
"type": "color",
|
|
3078
|
-
"description": ""
|
|
3079
|
-
},
|
|
3080
|
-
"600": {
|
|
3081
|
-
"value": "#0073d7ff",
|
|
3082
|
-
"type": "color",
|
|
3083
|
-
"description": ""
|
|
3084
|
-
}
|
|
3085
|
-
}
|
|
3086
|
-
},
|
|
3087
|
-
"action": {
|
|
3088
|
-
"major": {
|
|
3089
|
-
"150": {
|
|
3090
|
-
"value": "#daccfcff",
|
|
3091
|
-
"type": "color"
|
|
3092
|
-
},
|
|
3093
|
-
"500": {
|
|
3094
|
-
"value": "#9166f5ff",
|
|
3095
|
-
"type": "color"
|
|
3096
|
-
},
|
|
3097
|
-
"600": {
|
|
3098
|
-
"value": "#6c33f2ff",
|
|
3099
|
-
"type": "color"
|
|
3100
|
-
},
|
|
3101
|
-
"700": {
|
|
3102
|
-
"value": "#4700efff",
|
|
3103
|
-
"type": "color"
|
|
3104
|
-
},
|
|
3105
|
-
"transparent": {
|
|
3106
|
-
"value": "#00000000",
|
|
3107
|
-
"type": "color"
|
|
3108
|
-
},
|
|
3109
|
-
"yin": {
|
|
3110
|
-
"030": {
|
|
3111
|
-
"value": "#00ac004d",
|
|
3112
|
-
"type": "color"
|
|
3113
|
-
},
|
|
3114
|
-
"055": {
|
|
3115
|
-
"value": "#00ac008c",
|
|
3116
|
-
"type": "color"
|
|
3117
|
-
},
|
|
3118
|
-
"065": {
|
|
3119
|
-
"value": "#00ac00a6",
|
|
3120
|
-
"type": "color"
|
|
3121
|
-
},
|
|
3122
|
-
"090": {
|
|
3123
|
-
"value": "#00ac00e6",
|
|
3124
|
-
"type": "color"
|
|
3125
|
-
}
|
|
3126
|
-
},
|
|
3127
|
-
"yang": {
|
|
3128
|
-
"100": {
|
|
3129
|
-
"value": "#ffff00ff",
|
|
3130
|
-
"type": "color"
|
|
3131
|
-
}
|
|
3132
|
-
}
|
|
3133
|
-
},
|
|
3134
|
-
"minor": {
|
|
3135
|
-
"100": {
|
|
3136
|
-
"value": "#ced8ffff",
|
|
3137
|
-
"type": "color"
|
|
3138
|
-
},
|
|
3139
|
-
"150": {
|
|
3140
|
-
"value": "#afbfffff",
|
|
3141
|
-
"type": "color"
|
|
3142
|
-
},
|
|
3143
|
-
"200": {
|
|
3144
|
-
"value": "#94a9ffff",
|
|
3145
|
-
"type": "color"
|
|
3146
|
-
},
|
|
3147
|
-
"250": {
|
|
3148
|
-
"value": "#7c96ffff",
|
|
3149
|
-
"type": "color"
|
|
3150
|
-
},
|
|
3151
|
-
"300": {
|
|
3152
|
-
"value": "#6482ffff",
|
|
3153
|
-
"type": "color"
|
|
3154
|
-
},
|
|
3155
|
-
"400": {
|
|
3156
|
-
"value": "#3a61ffff",
|
|
3157
|
-
"type": "color"
|
|
3158
|
-
},
|
|
3159
|
-
"500": {
|
|
3160
|
-
"value": "#0031fcff",
|
|
3161
|
-
"type": "color"
|
|
3162
|
-
},
|
|
3163
|
-
"600": {
|
|
3164
|
-
"value": "#0029d1ff",
|
|
3165
|
-
"type": "color"
|
|
3166
|
-
},
|
|
3167
|
-
"900": {
|
|
3168
|
-
"value": "#001053ff",
|
|
3169
|
-
"type": "color"
|
|
3170
|
-
},
|
|
3171
|
-
"025": {
|
|
3172
|
-
"value": "#f1f4ffff",
|
|
3173
|
-
"type": "color"
|
|
3174
|
-
},
|
|
3175
|
-
"050": {
|
|
3176
|
-
"value": "#e5eaffff",
|
|
3177
|
-
"type": "color"
|
|
3178
|
-
},
|
|
3179
|
-
"transparent": {
|
|
3180
|
-
"value": "#00000000",
|
|
3181
|
-
"type": "color"
|
|
3182
|
-
},
|
|
3183
|
-
"yin": {
|
|
3184
|
-
"030": {
|
|
3185
|
-
"value": "#00ac004d",
|
|
3186
|
-
"type": "color"
|
|
3187
|
-
},
|
|
3188
|
-
"055": {
|
|
3189
|
-
"value": "#00ac008c",
|
|
3190
|
-
"type": "color"
|
|
3191
|
-
},
|
|
3192
|
-
"065": {
|
|
3193
|
-
"value": "#00ac00a6",
|
|
3194
|
-
"type": "color"
|
|
3195
|
-
},
|
|
3196
|
-
"090": {
|
|
3197
|
-
"value": "#00ac00e6",
|
|
3198
|
-
"type": "color"
|
|
3199
|
-
}
|
|
3200
|
-
},
|
|
3201
|
-
"yang": {
|
|
3202
|
-
"100": {
|
|
3203
|
-
"value": "#ffff00ff",
|
|
3204
|
-
"type": "color"
|
|
3205
|
-
}
|
|
3206
|
-
}
|
|
3207
|
-
},
|
|
3208
|
-
"disabled": {
|
|
3209
|
-
"400": {
|
|
3210
|
-
"value": "#ed99f9ff",
|
|
3211
|
-
"type": "color"
|
|
3212
|
-
},
|
|
3213
|
-
"500": {
|
|
3214
|
-
"value": "#e880f7ff",
|
|
3215
|
-
"type": "color"
|
|
3216
|
-
},
|
|
3217
|
-
"600": {
|
|
3218
|
-
"value": "#e366f5ff",
|
|
3219
|
-
"type": "color"
|
|
3220
|
-
}
|
|
3221
|
-
},
|
|
3222
|
-
"readOnly": {
|
|
3223
|
-
"400": {
|
|
3224
|
-
"value": "#4da6f4ff",
|
|
3225
|
-
"type": "color"
|
|
3226
|
-
},
|
|
3227
|
-
"500": {
|
|
3228
|
-
"value": "#198df1ff",
|
|
3229
|
-
"type": "color"
|
|
3230
|
-
},
|
|
3231
|
-
"600": {
|
|
3232
|
-
"value": "#0073d7ff",
|
|
3233
|
-
"type": "color"
|
|
3234
|
-
}
|
|
3235
|
-
}
|
|
3236
|
-
},
|
|
3237
|
-
"semantic": {
|
|
3238
|
-
"neutral": {
|
|
3239
|
-
"200": {
|
|
3240
|
-
"value": "#99f0f9ff",
|
|
3241
|
-
"type": "color"
|
|
3242
|
-
},
|
|
3243
|
-
"500": {
|
|
3244
|
-
"value": "#00d9efff",
|
|
3245
|
-
"type": "color",
|
|
3246
|
-
"description": ""
|
|
3247
|
-
},
|
|
3248
|
-
"600": {
|
|
3249
|
-
"value": "#00aebfff",
|
|
3250
|
-
"type": "color"
|
|
3251
|
-
},
|
|
3252
|
-
"transparent": {
|
|
3253
|
-
"value": "#00000000",
|
|
3254
|
-
"type": "color"
|
|
3255
|
-
},
|
|
3256
|
-
"yin": {
|
|
3257
|
-
"030": {
|
|
3258
|
-
"value": "#00ac004d",
|
|
3259
|
-
"type": "color"
|
|
3260
|
-
},
|
|
3261
|
-
"055": {
|
|
3262
|
-
"value": "#00ac008c",
|
|
3263
|
-
"type": "color"
|
|
3264
|
-
},
|
|
3265
|
-
"065": {
|
|
3266
|
-
"value": "#00ac00a6",
|
|
3267
|
-
"type": "color"
|
|
3268
|
-
},
|
|
3269
|
-
"090": {
|
|
3270
|
-
"value": "#00ac00e6",
|
|
3271
|
-
"type": "color"
|
|
3272
|
-
}
|
|
3273
|
-
},
|
|
3274
|
-
"yang": {
|
|
3275
|
-
"100": {
|
|
3276
|
-
"value": "#ffff00ff",
|
|
3277
|
-
"type": "color"
|
|
3278
|
-
}
|
|
3279
|
-
}
|
|
3280
|
-
},
|
|
3281
|
-
"focus": {
|
|
3282
|
-
"250": {
|
|
3283
|
-
"value": "#80f7d2ff",
|
|
3284
|
-
"type": "color"
|
|
3285
|
-
},
|
|
3286
|
-
"500": {
|
|
3287
|
-
"value": "#00efa5ff",
|
|
3288
|
-
"type": "color"
|
|
3289
|
-
},
|
|
3290
|
-
"transparent": {
|
|
3291
|
-
"value": "#00000000",
|
|
3292
|
-
"type": "color"
|
|
3293
|
-
}
|
|
3294
|
-
},
|
|
3295
|
-
"positive": {
|
|
3296
|
-
"500": {
|
|
3297
|
-
"value": "#ffc173ff",
|
|
3298
|
-
"type": "color"
|
|
3299
|
-
},
|
|
3300
|
-
"600": {
|
|
3301
|
-
"value": "#ffb04bff",
|
|
3302
|
-
"type": "color"
|
|
3303
|
-
},
|
|
3304
|
-
"transparent": {
|
|
3305
|
-
"value": "#00000000",
|
|
3306
|
-
"type": "color"
|
|
3307
|
-
},
|
|
3308
|
-
"yin": {
|
|
3309
|
-
"030": {
|
|
3310
|
-
"value": "#00ac004d",
|
|
3311
|
-
"type": "color"
|
|
3312
|
-
},
|
|
3313
|
-
"055": {
|
|
3314
|
-
"value": "#00ac008c",
|
|
3315
|
-
"type": "color"
|
|
3316
|
-
},
|
|
3317
|
-
"065": {
|
|
3318
|
-
"value": "#00ac00a6",
|
|
3319
|
-
"type": "color"
|
|
3320
|
-
},
|
|
3321
|
-
"090": {
|
|
3322
|
-
"value": "#00ac00e6",
|
|
3323
|
-
"type": "color"
|
|
3324
|
-
}
|
|
3325
|
-
},
|
|
3326
|
-
"yang": {
|
|
3327
|
-
"100": {
|
|
3328
|
-
"value": "#ffff00ff",
|
|
3329
|
-
"type": "color"
|
|
3330
|
-
}
|
|
3331
|
-
}
|
|
3332
|
-
},
|
|
3333
|
-
"negative": {
|
|
3334
|
-
"500": {
|
|
3335
|
-
"value": "#d5ef00ff",
|
|
3336
|
-
"type": "color"
|
|
3337
|
-
},
|
|
3338
|
-
"600": {
|
|
3339
|
-
"value": "#aabf00ff",
|
|
3340
|
-
"type": "color"
|
|
3341
|
-
},
|
|
3342
|
-
"transparent": {
|
|
3343
|
-
"value": "#00000000",
|
|
3344
|
-
"type": "color"
|
|
3345
|
-
},
|
|
3346
|
-
"yin": {
|
|
3347
|
-
"030": {
|
|
3348
|
-
"value": "#00ac004d",
|
|
3349
|
-
"type": "color"
|
|
3350
|
-
},
|
|
3351
|
-
"055": {
|
|
3352
|
-
"value": "#00ac008c",
|
|
3353
|
-
"type": "color"
|
|
3354
|
-
},
|
|
3355
|
-
"065": {
|
|
3356
|
-
"value": "#00ac00a6",
|
|
3357
|
-
"type": "color"
|
|
3358
|
-
},
|
|
3359
|
-
"090": {
|
|
3360
|
-
"value": "#00ac00e6",
|
|
3361
|
-
"type": "color"
|
|
3362
|
-
}
|
|
3363
|
-
},
|
|
3364
|
-
"yang": {
|
|
3365
|
-
"100": {
|
|
3366
|
-
"value": "#ffff00ff",
|
|
3367
|
-
"type": "color"
|
|
3368
|
-
}
|
|
3369
|
-
}
|
|
3370
|
-
},
|
|
3371
|
-
"caution": {
|
|
3372
|
-
"400": {
|
|
3373
|
-
"value": "#4dcbb9ff",
|
|
3374
|
-
"type": "color"
|
|
3375
|
-
},
|
|
3376
|
-
"500": {
|
|
3377
|
-
"value": "#01b49bff",
|
|
3378
|
-
"type": "color",
|
|
3379
|
-
"description": "was #E96400"
|
|
3380
|
-
},
|
|
3381
|
-
"600": {
|
|
3382
|
-
"value": "#01907cff",
|
|
3383
|
-
"type": "color"
|
|
3384
|
-
},
|
|
3385
|
-
"transparent": {
|
|
3386
|
-
"value": "#00000000",
|
|
3387
|
-
"type": "color"
|
|
3388
|
-
},
|
|
3389
|
-
"yin": {
|
|
3390
|
-
"030": {
|
|
3391
|
-
"value": "#00ac004d",
|
|
3392
|
-
"type": "color"
|
|
3393
|
-
},
|
|
3394
|
-
"055": {
|
|
3395
|
-
"value": "#00ac008c",
|
|
3396
|
-
"type": "color"
|
|
3397
|
-
},
|
|
3398
|
-
"065": {
|
|
3399
|
-
"value": "#00ac00a6",
|
|
3400
|
-
"type": "color"
|
|
3401
|
-
},
|
|
3402
|
-
"090": {
|
|
3403
|
-
"value": "#00ac00e6",
|
|
3404
|
-
"type": "color"
|
|
3405
|
-
}
|
|
3406
|
-
},
|
|
3407
|
-
"yang": {
|
|
3408
|
-
"100": {
|
|
3409
|
-
"value": "#ffff00ff",
|
|
3410
|
-
"type": "color"
|
|
3411
|
-
}
|
|
3412
|
-
}
|
|
3413
|
-
},
|
|
3414
|
-
"info": {
|
|
3415
|
-
"150": {
|
|
3416
|
-
"value": "#ffd7c8ff",
|
|
3417
|
-
"type": "color"
|
|
3418
|
-
},
|
|
3419
|
-
"500": {
|
|
3420
|
-
"value": "#ffaf90ff",
|
|
3421
|
-
"type": "color"
|
|
3422
|
-
},
|
|
3423
|
-
"600": {
|
|
3424
|
-
"value": "#ff946bff",
|
|
3425
|
-
"type": "color"
|
|
3426
|
-
},
|
|
3427
|
-
"transparent": {
|
|
3428
|
-
"value": "#00000000",
|
|
3429
|
-
"type": "color"
|
|
3430
|
-
},
|
|
3431
|
-
"yin": {
|
|
3432
|
-
"030": {
|
|
3433
|
-
"value": "#00ac004d",
|
|
3434
|
-
"type": "color"
|
|
3435
|
-
},
|
|
3436
|
-
"055": {
|
|
3437
|
-
"value": "#00ac008c",
|
|
3438
|
-
"type": "color"
|
|
3439
|
-
},
|
|
3440
|
-
"065": {
|
|
3441
|
-
"value": "#00ac00a6",
|
|
3442
|
-
"type": "color"
|
|
3443
|
-
},
|
|
3444
|
-
"090": {
|
|
3445
|
-
"value": "#00ac00e6",
|
|
3446
|
-
"type": "color"
|
|
3447
|
-
}
|
|
3448
|
-
},
|
|
3449
|
-
"yang": {
|
|
3450
|
-
"100": {
|
|
3451
|
-
"value": "#ffff00ff",
|
|
3452
|
-
"type": "color"
|
|
3453
|
-
}
|
|
3454
|
-
}
|
|
3455
|
-
}
|
|
3456
|
-
}
|
|
3457
|
-
},
|
|
3458
|
-
"sizing": {
|
|
3459
|
-
"100": {
|
|
3460
|
-
"value": "8px",
|
|
3461
|
-
"type": "sizing"
|
|
3462
|
-
},
|
|
3463
|
-
"125": {
|
|
3464
|
-
"value": "10px",
|
|
3465
|
-
"type": "sizing"
|
|
3466
|
-
},
|
|
3467
|
-
"150": {
|
|
3468
|
-
"value": "12px",
|
|
3469
|
-
"type": "sizing"
|
|
3470
|
-
},
|
|
3471
|
-
"175": {
|
|
3472
|
-
"value": "14px",
|
|
3473
|
-
"type": "sizing"
|
|
3474
|
-
},
|
|
3475
|
-
"200": {
|
|
3476
|
-
"value": "16px",
|
|
3477
|
-
"type": "sizing"
|
|
3478
|
-
},
|
|
3479
|
-
"250": {
|
|
3480
|
-
"value": "20px",
|
|
3481
|
-
"type": "sizing"
|
|
3482
|
-
},
|
|
3483
|
-
"300": {
|
|
3484
|
-
"value": "24px",
|
|
3485
|
-
"type": "sizing"
|
|
3486
|
-
},
|
|
3487
|
-
"350": {
|
|
3488
|
-
"value": "28px",
|
|
3489
|
-
"type": "sizing"
|
|
3490
|
-
},
|
|
3491
|
-
"375": {
|
|
3492
|
-
"value": "30px",
|
|
3493
|
-
"type": "sizing"
|
|
3494
|
-
},
|
|
3495
|
-
"400": {
|
|
3496
|
-
"value": "32px",
|
|
3497
|
-
"type": "sizing"
|
|
3498
|
-
},
|
|
3499
|
-
"500": {
|
|
3500
|
-
"value": "40px",
|
|
3501
|
-
"type": "sizing"
|
|
3502
|
-
},
|
|
3503
|
-
"600": {
|
|
3504
|
-
"value": "48px",
|
|
3505
|
-
"type": "sizing"
|
|
3506
|
-
},
|
|
3507
|
-
"700": {
|
|
3508
|
-
"value": "56px",
|
|
3509
|
-
"type": "sizing"
|
|
3510
|
-
},
|
|
3511
|
-
"800": {
|
|
3512
|
-
"value": "64px",
|
|
3513
|
-
"type": "sizing"
|
|
3514
|
-
},
|
|
3515
|
-
"900": {
|
|
3516
|
-
"value": "72px",
|
|
3517
|
-
"type": "sizing"
|
|
3518
|
-
},
|
|
3519
|
-
"1000": {
|
|
3520
|
-
"value": "80px",
|
|
3521
|
-
"type": "sizing"
|
|
3522
|
-
},
|
|
3523
|
-
"025": {
|
|
3524
|
-
"value": "2px",
|
|
3525
|
-
"type": "sizing"
|
|
3526
|
-
},
|
|
3527
|
-
"050": {
|
|
3528
|
-
"value": "4px",
|
|
3529
|
-
"type": "sizing"
|
|
3530
|
-
},
|
|
3531
|
-
"075": {
|
|
3532
|
-
"value": "6px",
|
|
3533
|
-
"type": "sizing"
|
|
3534
|
-
},
|
|
3535
|
-
"logowidth": {
|
|
3536
|
-
"value": "40px",
|
|
3537
|
-
"type": "sizing"
|
|
3538
|
-
},
|
|
3539
|
-
"010": {
|
|
3540
|
-
"value": "1px",
|
|
3541
|
-
"type": "sizing"
|
|
3542
|
-
}
|
|
3543
|
-
},
|
|
3544
|
-
"spacing": {
|
|
3545
|
-
"100": {
|
|
3546
|
-
"value": "8px",
|
|
3547
|
-
"type": "spacing"
|
|
3548
|
-
},
|
|
3549
|
-
"125": {
|
|
3550
|
-
"value": "10px",
|
|
3551
|
-
"type": "spacing"
|
|
3552
|
-
},
|
|
3553
|
-
"150": {
|
|
3554
|
-
"value": "12px",
|
|
3555
|
-
"type": "spacing"
|
|
3556
|
-
},
|
|
3557
|
-
"200": {
|
|
3558
|
-
"value": "16px",
|
|
3559
|
-
"type": "spacing"
|
|
3560
|
-
},
|
|
3561
|
-
"250": {
|
|
3562
|
-
"value": "20px",
|
|
3563
|
-
"type": "spacing"
|
|
3564
|
-
},
|
|
3565
|
-
"300": {
|
|
3566
|
-
"value": "24px",
|
|
3567
|
-
"type": "spacing"
|
|
3568
|
-
},
|
|
3569
|
-
"400": {
|
|
3570
|
-
"value": "32px",
|
|
3571
|
-
"type": "spacing"
|
|
3572
|
-
},
|
|
3573
|
-
"500": {
|
|
3574
|
-
"value": "40px",
|
|
3575
|
-
"type": "spacing"
|
|
3576
|
-
},
|
|
3577
|
-
"600": {
|
|
3578
|
-
"value": "48px",
|
|
3579
|
-
"type": "spacing"
|
|
3580
|
-
},
|
|
3581
|
-
"700": {
|
|
3582
|
-
"value": "56px",
|
|
3583
|
-
"type": "spacing"
|
|
3584
|
-
},
|
|
3585
|
-
"800": {
|
|
3586
|
-
"value": "64px",
|
|
3587
|
-
"type": "spacing"
|
|
3588
|
-
},
|
|
3589
|
-
"900": {
|
|
3590
|
-
"value": "72px",
|
|
3591
|
-
"type": "spacing"
|
|
3592
|
-
},
|
|
3593
|
-
"1000": {
|
|
3594
|
-
"value": "80px",
|
|
3595
|
-
"type": "spacing"
|
|
3596
|
-
},
|
|
3597
|
-
"000": {
|
|
3598
|
-
"value": "0",
|
|
3599
|
-
"type": "spacing"
|
|
3600
|
-
},
|
|
3601
|
-
"025": {
|
|
3602
|
-
"value": "2px",
|
|
3603
|
-
"type": "spacing"
|
|
3604
|
-
},
|
|
3605
|
-
"050": {
|
|
3606
|
-
"value": "4px",
|
|
3607
|
-
"type": "spacing"
|
|
3608
|
-
},
|
|
3609
|
-
"075": {
|
|
3610
|
-
"value": "6px",
|
|
3611
|
-
"type": "spacing"
|
|
3612
|
-
}
|
|
3613
|
-
},
|
|
3614
|
-
"borderWidth": {
|
|
3615
|
-
"100": {
|
|
3616
|
-
"value": "1px",
|
|
3617
|
-
"type": "borderWidth"
|
|
3618
|
-
},
|
|
3619
|
-
"200": {
|
|
3620
|
-
"value": "2px",
|
|
3621
|
-
"type": "borderWidth"
|
|
3622
|
-
},
|
|
3623
|
-
"300": {
|
|
3624
|
-
"value": "3px",
|
|
3625
|
-
"type": "borderWidth"
|
|
3626
|
-
},
|
|
3627
|
-
"400": {
|
|
3628
|
-
"value": "4px",
|
|
3629
|
-
"type": "borderWidth"
|
|
3630
|
-
},
|
|
3631
|
-
"000": {
|
|
3632
|
-
"value": "0px",
|
|
3633
|
-
"type": "borderWidth"
|
|
3634
|
-
}
|
|
3635
|
-
},
|
|
3636
|
-
"fontSizes": {
|
|
3637
|
-
"100": {
|
|
3638
|
-
"value": "14px",
|
|
3639
|
-
"type": "fontSizes"
|
|
3640
|
-
},
|
|
3641
|
-
"200": {
|
|
3642
|
-
"value": "16px",
|
|
3643
|
-
"type": "fontSizes"
|
|
3644
|
-
},
|
|
3645
|
-
"300": {
|
|
3646
|
-
"value": "18px",
|
|
3647
|
-
"type": "fontSizes"
|
|
3648
|
-
},
|
|
3649
|
-
"400": {
|
|
3650
|
-
"value": "20px",
|
|
3651
|
-
"type": "fontSizes"
|
|
3652
|
-
},
|
|
3653
|
-
"500": {
|
|
3654
|
-
"value": "22px",
|
|
3655
|
-
"type": "fontSizes"
|
|
3656
|
-
},
|
|
3657
|
-
"600": {
|
|
3658
|
-
"value": "24px",
|
|
3659
|
-
"type": "fontSizes"
|
|
3660
|
-
},
|
|
3661
|
-
"700": {
|
|
3662
|
-
"value": "32px",
|
|
3663
|
-
"type": "fontSizes"
|
|
3664
|
-
},
|
|
3665
|
-
"800": {
|
|
3666
|
-
"value": "48px",
|
|
3667
|
-
"type": "fontSizes"
|
|
3668
|
-
},
|
|
3669
|
-
"900": {
|
|
3670
|
-
"value": "56px",
|
|
3671
|
-
"type": "fontSizes"
|
|
3672
|
-
},
|
|
3673
|
-
"1000": {
|
|
3674
|
-
"value": "64px",
|
|
3675
|
-
"type": "fontSizes"
|
|
3676
|
-
},
|
|
3677
|
-
"010": {
|
|
3678
|
-
"value": "10px",
|
|
3679
|
-
"type": "fontSizes"
|
|
3680
|
-
},
|
|
3681
|
-
"025": {
|
|
3682
|
-
"value": "12px",
|
|
3683
|
-
"type": "fontSizes"
|
|
3684
|
-
},
|
|
3685
|
-
"050": {
|
|
3686
|
-
"value": "13px",
|
|
3687
|
-
"type": "fontSizes"
|
|
3688
|
-
}
|
|
3689
|
-
},
|
|
3690
|
-
"boxShadow": {
|
|
3691
|
-
"100": {
|
|
3692
|
-
"value": {
|
|
3693
|
-
"x": "0",
|
|
3694
|
-
"y": "10px",
|
|
3695
|
-
"blur": "10px",
|
|
3696
|
-
"spread": "0",
|
|
3697
|
-
"color": "#fb450080"
|
|
3698
|
-
},
|
|
3699
|
-
"type": "boxShadow"
|
|
3700
|
-
},
|
|
3701
|
-
"200": {
|
|
3702
|
-
"value": {
|
|
3703
|
-
"x": "0",
|
|
3704
|
-
"y": "20px",
|
|
3705
|
-
"blur": "40px",
|
|
3706
|
-
"spread": "0",
|
|
3707
|
-
"color": "#95db0080"
|
|
3708
|
-
},
|
|
3709
|
-
"type": "boxShadow"
|
|
3710
|
-
},
|
|
3711
|
-
"300": {
|
|
3712
|
-
"value": {
|
|
3713
|
-
"x": "0",
|
|
3714
|
-
"y": "30px",
|
|
3715
|
-
"blur": "60px",
|
|
3716
|
-
"spread": "0",
|
|
3717
|
-
"color": "#00b3db80"
|
|
3718
|
-
},
|
|
3719
|
-
"type": "boxShadow"
|
|
3720
|
-
},
|
|
3721
|
-
"400": {
|
|
3722
|
-
"value": {
|
|
3723
|
-
"x": "0",
|
|
3724
|
-
"y": "50px",
|
|
3725
|
-
"blur": "80px",
|
|
3726
|
-
"spread": "0",
|
|
3727
|
-
"color": "#6000db80"
|
|
3728
|
-
},
|
|
3729
|
-
"type": "boxShadow"
|
|
3730
|
-
}
|
|
3731
|
-
},
|
|
3732
|
-
"fontWeights": {
|
|
3733
|
-
"400": {
|
|
3734
|
-
"value": "Regular",
|
|
3735
|
-
"type": "fontWeights"
|
|
3736
|
-
},
|
|
3737
|
-
"500": {
|
|
3738
|
-
"value": "Medium",
|
|
3739
|
-
"type": "fontWeights"
|
|
3740
|
-
},
|
|
3741
|
-
"700": {
|
|
3742
|
-
"value": "Bold",
|
|
3743
|
-
"type": "fontWeights"
|
|
3744
|
-
}
|
|
3745
|
-
},
|
|
3746
|
-
"lineHeights": {
|
|
3747
|
-
"400": {
|
|
3748
|
-
"value": "125%",
|
|
3749
|
-
"type": "lineHeights"
|
|
3750
|
-
},
|
|
3751
|
-
"500": {
|
|
3752
|
-
"value": "150%",
|
|
3753
|
-
"type": "lineHeights"
|
|
3754
|
-
}
|
|
3755
|
-
},
|
|
3756
|
-
"fontFamilies": {
|
|
3757
|
-
"default": {
|
|
3758
|
-
"value": "Pridi",
|
|
3759
|
-
"type": "fontFamilies"
|
|
3760
|
-
},
|
|
3761
|
-
"ios": {
|
|
3762
|
-
"value": "San Francisco",
|
|
3763
|
-
"type": "fontFamilies"
|
|
3764
|
-
},
|
|
3765
|
-
"android": {
|
|
3766
|
-
"value": "Roboto",
|
|
3767
|
-
"type": "fontFamilies"
|
|
3768
|
-
},
|
|
3769
|
-
"other": {
|
|
3770
|
-
"value": "Open Sans",
|
|
3771
|
-
"type": "fontFamilies"
|
|
3772
|
-
}
|
|
3773
|
-
},
|
|
3774
|
-
"borderRadius": {
|
|
3775
|
-
"circle": {
|
|
3776
|
-
"value": "10%",
|
|
3777
|
-
"type": "borderRadius"
|
|
3778
|
-
}
|
|
3779
|
-
},
|
|
3780
|
-
"typography": {
|
|
3781
|
-
"button": {
|
|
3782
|
-
"label": {
|
|
3783
|
-
"s": {
|
|
3784
|
-
"value": {
|
|
3785
|
-
"fontFamily": "Pridi",
|
|
3786
|
-
"fontWeight": "Bold",
|
|
3787
|
-
"lineHeight": "150%",
|
|
3788
|
-
"fontSize": "14px",
|
|
3789
|
-
"letterSpacing": "0%",
|
|
3790
|
-
"paragraphSpacing": "0px"
|
|
3791
|
-
},
|
|
3792
|
-
"type": "typography"
|
|
3793
|
-
},
|
|
3794
|
-
"m": {
|
|
3795
|
-
"value": {
|
|
3796
|
-
"fontFamily": "Pridi",
|
|
3797
|
-
"fontWeight": "Bold",
|
|
3798
|
-
"lineHeight": "150%",
|
|
3799
|
-
"fontSize": "14px",
|
|
3800
|
-
"letterSpacing": "0%",
|
|
3801
|
-
"paragraphSpacing": "0px"
|
|
3802
|
-
},
|
|
3803
|
-
"type": "typography"
|
|
3804
|
-
},
|
|
3805
|
-
"l": {
|
|
3806
|
-
"value": {
|
|
3807
|
-
"fontFamily": "Pridi",
|
|
3808
|
-
"fontWeight": "Bold",
|
|
3809
|
-
"lineHeight": "150%",
|
|
3810
|
-
"fontSize": "16px",
|
|
3811
|
-
"letterSpacing": "0%",
|
|
3812
|
-
"paragraphSpacing": "0px"
|
|
3813
|
-
},
|
|
3814
|
-
"type": "typography"
|
|
3815
|
-
}
|
|
3816
|
-
}
|
|
3817
|
-
},
|
|
3818
|
-
"dialog": {
|
|
3819
|
-
"title": {
|
|
3820
|
-
"xs": {
|
|
3821
|
-
"value": {
|
|
3822
|
-
"fontFamily": "Pridi",
|
|
3823
|
-
"fontWeight": "Bold",
|
|
3824
|
-
"lineHeight": "125%",
|
|
3825
|
-
"fontSize": "20px",
|
|
3826
|
-
"letterSpacing": "0%",
|
|
3827
|
-
"paragraphSpacing": "0px"
|
|
3828
|
-
},
|
|
3829
|
-
"type": "typography"
|
|
3830
|
-
},
|
|
3831
|
-
"s": {
|
|
3832
|
-
"value": {
|
|
3833
|
-
"fontFamily": "Pridi",
|
|
3834
|
-
"fontWeight": "Bold",
|
|
3835
|
-
"lineHeight": "125%",
|
|
3836
|
-
"fontSize": "20px",
|
|
3837
|
-
"letterSpacing": "0%",
|
|
3838
|
-
"paragraphSpacing": "0px"
|
|
3839
|
-
},
|
|
3840
|
-
"type": "typography"
|
|
3841
|
-
},
|
|
3842
|
-
"ms": {
|
|
3843
|
-
"value": {
|
|
3844
|
-
"fontFamily": "Pridi",
|
|
3845
|
-
"fontWeight": "Bold",
|
|
3846
|
-
"lineHeight": "125%",
|
|
3847
|
-
"fontSize": "20px",
|
|
3848
|
-
"letterSpacing": "0%",
|
|
3849
|
-
"paragraphSpacing": "0px"
|
|
3850
|
-
},
|
|
3851
|
-
"type": "typography"
|
|
3852
|
-
},
|
|
3853
|
-
"m": {
|
|
3854
|
-
"value": {
|
|
3855
|
-
"fontFamily": "Pridi",
|
|
3856
|
-
"fontWeight": "Bold",
|
|
3857
|
-
"lineHeight": "125%",
|
|
3858
|
-
"fontSize": "20px",
|
|
3859
|
-
"letterSpacing": "0%",
|
|
3860
|
-
"paragraphSpacing": "0px"
|
|
3861
|
-
},
|
|
3862
|
-
"type": "typography"
|
|
3863
|
-
},
|
|
3864
|
-
"ml": {
|
|
3865
|
-
"value": {
|
|
3866
|
-
"fontFamily": "Pridi",
|
|
3867
|
-
"fontWeight": "Bold",
|
|
3868
|
-
"lineHeight": "125%",
|
|
3869
|
-
"fontSize": "20px",
|
|
3870
|
-
"letterSpacing": "0%",
|
|
3871
|
-
"paragraphSpacing": "0px"
|
|
3872
|
-
},
|
|
3873
|
-
"type": "typography"
|
|
3874
|
-
},
|
|
3875
|
-
"l": {
|
|
3876
|
-
"value": {
|
|
3877
|
-
"fontFamily": "Pridi",
|
|
3878
|
-
"fontWeight": "Bold",
|
|
3879
|
-
"lineHeight": "125%",
|
|
3880
|
-
"fontSize": "20px",
|
|
3881
|
-
"letterSpacing": "0%",
|
|
3882
|
-
"paragraphSpacing": "0px"
|
|
3883
|
-
},
|
|
3884
|
-
"type": "typography"
|
|
3885
|
-
},
|
|
3886
|
-
"xl": {
|
|
3887
|
-
"value": {
|
|
3888
|
-
"fontFamily": "Pridi",
|
|
3889
|
-
"fontWeight": "Bold",
|
|
3890
|
-
"lineHeight": "125%",
|
|
3891
|
-
"fontSize": "20px",
|
|
3892
|
-
"letterSpacing": "0%",
|
|
3893
|
-
"paragraphSpacing": "0px"
|
|
3894
|
-
},
|
|
3895
|
-
"type": "typography"
|
|
3896
|
-
}
|
|
3897
|
-
}
|
|
3898
|
-
},
|
|
3899
|
-
"flash": {
|
|
3900
|
-
"text": {
|
|
3901
|
-
"m": {
|
|
3902
|
-
"value": {
|
|
3903
|
-
"fontFamily": "Pridi",
|
|
3904
|
-
"fontWeight": "Regular",
|
|
3905
|
-
"lineHeight": "150%",
|
|
3906
|
-
"fontSize": "14px",
|
|
3907
|
-
"letterSpacing": "0%",
|
|
3908
|
-
"paragraphSpacing": "0px"
|
|
3909
|
-
},
|
|
3910
|
-
"type": "typography"
|
|
3911
|
-
},
|
|
3912
|
-
"l": {
|
|
3913
|
-
"value": {
|
|
3914
|
-
"fontFamily": "Pridi",
|
|
3915
|
-
"fontWeight": "Regular",
|
|
3916
|
-
"lineHeight": "150%",
|
|
3917
|
-
"fontSize": "16px",
|
|
3918
|
-
"letterSpacing": "0%",
|
|
3919
|
-
"paragraphSpacing": "0px"
|
|
3920
|
-
},
|
|
3921
|
-
"type": "typography"
|
|
3922
|
-
}
|
|
3923
|
-
}
|
|
3924
|
-
},
|
|
3925
|
-
"formField": {
|
|
3926
|
-
"label": {
|
|
3927
|
-
"xs": {
|
|
3928
|
-
"value": {
|
|
3929
|
-
"fontFamily": "Pridi",
|
|
3930
|
-
"fontWeight": "Medium",
|
|
3931
|
-
"lineHeight": "150%",
|
|
3932
|
-
"fontSize": "14px",
|
|
3933
|
-
"letterSpacing": "0%",
|
|
3934
|
-
"paragraphSpacing": "0px"
|
|
3935
|
-
},
|
|
3936
|
-
"type": "typography"
|
|
3937
|
-
},
|
|
3938
|
-
"s": {
|
|
3939
|
-
"value": {
|
|
3940
|
-
"fontFamily": "Pridi",
|
|
3941
|
-
"fontWeight": "Medium",
|
|
3942
|
-
"lineHeight": "150%",
|
|
3943
|
-
"fontSize": "14px",
|
|
3944
|
-
"letterSpacing": "0%",
|
|
3945
|
-
"paragraphSpacing": "0px"
|
|
3946
|
-
},
|
|
3947
|
-
"type": "typography"
|
|
3948
|
-
},
|
|
3949
|
-
"m": {
|
|
3950
|
-
"value": {
|
|
3951
|
-
"fontFamily": "Pridi",
|
|
3952
|
-
"fontWeight": "Medium",
|
|
3953
|
-
"lineHeight": "150%",
|
|
3954
|
-
"fontSize": "14px",
|
|
3955
|
-
"letterSpacing": "0%",
|
|
3956
|
-
"paragraphSpacing": "0px"
|
|
3957
|
-
},
|
|
3958
|
-
"type": "typography"
|
|
3959
|
-
},
|
|
3960
|
-
"l": {
|
|
3961
|
-
"value": {
|
|
3962
|
-
"fontFamily": "Pridi",
|
|
3963
|
-
"fontWeight": "Medium",
|
|
3964
|
-
"lineHeight": "150%",
|
|
3965
|
-
"fontSize": "16px",
|
|
3966
|
-
"letterSpacing": "0%",
|
|
3967
|
-
"paragraphSpacing": "0px"
|
|
3968
|
-
},
|
|
3969
|
-
"type": "typography"
|
|
3970
|
-
}
|
|
3971
|
-
},
|
|
3972
|
-
"hintText": {
|
|
3973
|
-
"xs": {
|
|
3974
|
-
"value": {
|
|
3975
|
-
"fontFamily": "Pridi",
|
|
3976
|
-
"fontWeight": "Regular",
|
|
3977
|
-
"lineHeight": "150%",
|
|
3978
|
-
"fontSize": "14px",
|
|
3979
|
-
"letterSpacing": "0%",
|
|
3980
|
-
"paragraphSpacing": "0px"
|
|
3981
|
-
},
|
|
3982
|
-
"type": "typography"
|
|
3983
|
-
},
|
|
3984
|
-
"s": {
|
|
3985
|
-
"value": {
|
|
3986
|
-
"fontFamily": "Pridi",
|
|
3987
|
-
"fontWeight": "Regular",
|
|
3988
|
-
"lineHeight": "150%",
|
|
3989
|
-
"fontSize": "14px",
|
|
3990
|
-
"letterSpacing": "0%",
|
|
3991
|
-
"paragraphSpacing": "0px"
|
|
3992
|
-
},
|
|
3993
|
-
"type": "typography"
|
|
3994
|
-
},
|
|
3995
|
-
"m": {
|
|
3996
|
-
"value": {
|
|
3997
|
-
"fontFamily": "Pridi",
|
|
3998
|
-
"fontWeight": "Regular",
|
|
3999
|
-
"lineHeight": "150%",
|
|
4000
|
-
"fontSize": "14px",
|
|
4001
|
-
"letterSpacing": "0%",
|
|
4002
|
-
"paragraphSpacing": "0px"
|
|
4003
|
-
},
|
|
4004
|
-
"type": "typography"
|
|
4005
|
-
},
|
|
4006
|
-
"l": {
|
|
4007
|
-
"value": {
|
|
4008
|
-
"fontFamily": "Pridi",
|
|
4009
|
-
"fontWeight": "Regular",
|
|
4010
|
-
"lineHeight": "150%",
|
|
4011
|
-
"fontSize": "16px",
|
|
4012
|
-
"letterSpacing": "0%",
|
|
4013
|
-
"paragraphSpacing": "0px"
|
|
4014
|
-
},
|
|
4015
|
-
"type": "typography"
|
|
4016
|
-
}
|
|
4017
|
-
},
|
|
4018
|
-
"errorMessage": {
|
|
4019
|
-
"xs": {
|
|
4020
|
-
"value": {
|
|
4021
|
-
"fontFamily": "Pridi",
|
|
4022
|
-
"fontWeight": "Medium",
|
|
4023
|
-
"lineHeight": "150%",
|
|
4024
|
-
"fontSize": "14px",
|
|
4025
|
-
"letterSpacing": "0%",
|
|
4026
|
-
"paragraphSpacing": "0px"
|
|
4027
|
-
},
|
|
4028
|
-
"type": "typography"
|
|
4029
|
-
},
|
|
4030
|
-
"s": {
|
|
4031
|
-
"value": {
|
|
4032
|
-
"fontFamily": "Pridi",
|
|
4033
|
-
"fontWeight": "Medium",
|
|
4034
|
-
"lineHeight": "150%",
|
|
4035
|
-
"fontSize": "14px",
|
|
4036
|
-
"letterSpacing": "0%",
|
|
4037
|
-
"paragraphSpacing": "0px"
|
|
4038
|
-
},
|
|
4039
|
-
"type": "typography"
|
|
4040
|
-
},
|
|
4041
|
-
"m": {
|
|
4042
|
-
"value": {
|
|
4043
|
-
"fontFamily": "Pridi",
|
|
4044
|
-
"fontWeight": "Medium",
|
|
4045
|
-
"lineHeight": "150%",
|
|
4046
|
-
"fontSize": "14px",
|
|
4047
|
-
"letterSpacing": "0%",
|
|
4048
|
-
"paragraphSpacing": "0px"
|
|
4049
|
-
},
|
|
4050
|
-
"type": "typography"
|
|
4051
|
-
},
|
|
4052
|
-
"l": {
|
|
4053
|
-
"value": {
|
|
4054
|
-
"fontFamily": "Pridi",
|
|
4055
|
-
"fontWeight": "Medium",
|
|
4056
|
-
"lineHeight": "150%",
|
|
4057
|
-
"fontSize": "16px",
|
|
4058
|
-
"letterSpacing": "0%",
|
|
4059
|
-
"paragraphSpacing": "0px"
|
|
4060
|
-
},
|
|
4061
|
-
"type": "typography"
|
|
4062
|
-
}
|
|
4063
|
-
},
|
|
4064
|
-
"cautionMessage": {
|
|
4065
|
-
"xs": {
|
|
4066
|
-
"value": {
|
|
4067
|
-
"fontFamily": "Pridi",
|
|
4068
|
-
"fontWeight": "Regular",
|
|
4069
|
-
"lineHeight": "150%",
|
|
4070
|
-
"fontSize": "14px",
|
|
4071
|
-
"letterSpacing": "0%",
|
|
4072
|
-
"paragraphSpacing": "0px"
|
|
4073
|
-
},
|
|
4074
|
-
"type": "typography"
|
|
4075
|
-
},
|
|
4076
|
-
"s": {
|
|
4077
|
-
"value": {
|
|
4078
|
-
"fontFamily": "Pridi",
|
|
4079
|
-
"fontWeight": "Regular",
|
|
4080
|
-
"lineHeight": "150%",
|
|
4081
|
-
"fontSize": "14px",
|
|
4082
|
-
"letterSpacing": "0%",
|
|
4083
|
-
"paragraphSpacing": "0px"
|
|
4084
|
-
},
|
|
4085
|
-
"type": "typography"
|
|
4086
|
-
},
|
|
4087
|
-
"m": {
|
|
4088
|
-
"value": {
|
|
4089
|
-
"fontFamily": "Pridi",
|
|
4090
|
-
"fontWeight": "Regular",
|
|
4091
|
-
"lineHeight": "150%",
|
|
4092
|
-
"fontSize": "14px",
|
|
4093
|
-
"letterSpacing": "0%",
|
|
4094
|
-
"paragraphSpacing": "0px"
|
|
4095
|
-
},
|
|
4096
|
-
"type": "typography"
|
|
4097
|
-
},
|
|
4098
|
-
"l": {
|
|
4099
|
-
"value": {
|
|
4100
|
-
"fontFamily": "Pridi",
|
|
4101
|
-
"fontWeight": "Regular",
|
|
4102
|
-
"lineHeight": "150%",
|
|
4103
|
-
"fontSize": "16px",
|
|
4104
|
-
"letterSpacing": "0%",
|
|
4105
|
-
"paragraphSpacing": "0px"
|
|
4106
|
-
},
|
|
4107
|
-
"type": "typography"
|
|
4108
|
-
}
|
|
4109
|
-
},
|
|
4110
|
-
"inputText": {
|
|
4111
|
-
"xs": {
|
|
4112
|
-
"value": {
|
|
4113
|
-
"fontFamily": "Pridi",
|
|
4114
|
-
"fontWeight": "Regular",
|
|
4115
|
-
"lineHeight": "150%",
|
|
4116
|
-
"fontSize": "14px",
|
|
4117
|
-
"letterSpacing": "0%",
|
|
4118
|
-
"paragraphSpacing": "0px"
|
|
4119
|
-
},
|
|
4120
|
-
"type": "typography"
|
|
4121
|
-
},
|
|
4122
|
-
"s": {
|
|
4123
|
-
"value": {
|
|
4124
|
-
"fontFamily": "Pridi",
|
|
4125
|
-
"fontWeight": "Regular",
|
|
4126
|
-
"lineHeight": "150%",
|
|
4127
|
-
"fontSize": "14px",
|
|
4128
|
-
"letterSpacing": "0%",
|
|
4129
|
-
"paragraphSpacing": "0px"
|
|
4130
|
-
},
|
|
4131
|
-
"type": "typography"
|
|
4132
|
-
},
|
|
4133
|
-
"m": {
|
|
4134
|
-
"value": {
|
|
4135
|
-
"fontFamily": "Pridi",
|
|
4136
|
-
"fontWeight": "Regular",
|
|
4137
|
-
"lineHeight": "150%",
|
|
4138
|
-
"fontSize": "14px",
|
|
4139
|
-
"letterSpacing": "0%",
|
|
4140
|
-
"paragraphSpacing": "0px"
|
|
4141
|
-
},
|
|
4142
|
-
"type": "typography"
|
|
4143
|
-
},
|
|
4144
|
-
"l": {
|
|
4145
|
-
"value": {
|
|
4146
|
-
"fontFamily": "Pridi",
|
|
4147
|
-
"fontWeight": "Regular",
|
|
4148
|
-
"lineHeight": "150%",
|
|
4149
|
-
"fontSize": "16px",
|
|
4150
|
-
"letterSpacing": "0%",
|
|
4151
|
-
"paragraphSpacing": "0px"
|
|
4152
|
-
},
|
|
4153
|
-
"type": "typography"
|
|
4154
|
-
}
|
|
4155
|
-
},
|
|
4156
|
-
"dropdownOptions": {
|
|
4157
|
-
"xs": {
|
|
4158
|
-
"value": {
|
|
4159
|
-
"fontFamily": "Pridi",
|
|
4160
|
-
"fontWeight": "Regular",
|
|
4161
|
-
"lineHeight": "150%",
|
|
4162
|
-
"fontSize": "14px",
|
|
4163
|
-
"letterSpacing": "0%",
|
|
4164
|
-
"paragraphSpacing": "0px"
|
|
4165
|
-
},
|
|
4166
|
-
"type": "typography"
|
|
4167
|
-
},
|
|
4168
|
-
"s": {
|
|
4169
|
-
"value": {
|
|
4170
|
-
"fontFamily": "Pridi",
|
|
4171
|
-
"fontWeight": "Regular",
|
|
4172
|
-
"lineHeight": "150%",
|
|
4173
|
-
"fontSize": "14px",
|
|
4174
|
-
"letterSpacing": "0%",
|
|
4175
|
-
"paragraphSpacing": "0px"
|
|
4176
|
-
},
|
|
4177
|
-
"type": "typography"
|
|
4178
|
-
},
|
|
4179
|
-
"m": {
|
|
4180
|
-
"value": {
|
|
4181
|
-
"fontFamily": "Pridi",
|
|
4182
|
-
"fontWeight": "Regular",
|
|
4183
|
-
"lineHeight": "150%",
|
|
4184
|
-
"fontSize": "14px",
|
|
4185
|
-
"letterSpacing": "0%",
|
|
4186
|
-
"paragraphSpacing": "0px"
|
|
4187
|
-
},
|
|
4188
|
-
"type": "typography"
|
|
4189
|
-
},
|
|
4190
|
-
"l": {
|
|
4191
|
-
"value": {
|
|
4192
|
-
"fontFamily": "Pridi",
|
|
4193
|
-
"fontWeight": "Regular",
|
|
4194
|
-
"lineHeight": "150%",
|
|
4195
|
-
"fontSize": "16px",
|
|
4196
|
-
"letterSpacing": "0%",
|
|
4197
|
-
"paragraphSpacing": "0px"
|
|
4198
|
-
},
|
|
4199
|
-
"type": "typography"
|
|
4200
|
-
}
|
|
4201
|
-
},
|
|
4202
|
-
"secondLabel": {
|
|
4203
|
-
"xs": {
|
|
4204
|
-
"value": {
|
|
4205
|
-
"fontFamily": "Pridi",
|
|
4206
|
-
"fontWeight": "Medium",
|
|
4207
|
-
"lineHeight": "150%",
|
|
4208
|
-
"fontSize": "14px",
|
|
4209
|
-
"letterSpacing": "0%",
|
|
4210
|
-
"paragraphSpacing": "0px"
|
|
4211
|
-
},
|
|
4212
|
-
"type": "typography"
|
|
4213
|
-
},
|
|
4214
|
-
"s": {
|
|
4215
|
-
"value": {
|
|
4216
|
-
"fontFamily": "Pridi",
|
|
4217
|
-
"fontWeight": "Medium",
|
|
4218
|
-
"lineHeight": "150%",
|
|
4219
|
-
"fontSize": "14px",
|
|
4220
|
-
"letterSpacing": "0%",
|
|
4221
|
-
"paragraphSpacing": "0px"
|
|
4222
|
-
},
|
|
4223
|
-
"type": "typography"
|
|
4224
|
-
},
|
|
4225
|
-
"m": {
|
|
4226
|
-
"value": {
|
|
4227
|
-
"fontFamily": "Pridi",
|
|
4228
|
-
"fontWeight": "Medium",
|
|
4229
|
-
"lineHeight": "150%",
|
|
4230
|
-
"fontSize": "14px",
|
|
4231
|
-
"letterSpacing": "0%",
|
|
4232
|
-
"paragraphSpacing": "0px"
|
|
4233
|
-
},
|
|
4234
|
-
"type": "typography"
|
|
4235
|
-
},
|
|
4236
|
-
"l": {
|
|
4237
|
-
"value": {
|
|
4238
|
-
"fontFamily": "Pridi",
|
|
4239
|
-
"fontWeight": "Medium",
|
|
4240
|
-
"lineHeight": "150%",
|
|
4241
|
-
"fontSize": "16px",
|
|
4242
|
-
"letterSpacing": "0%",
|
|
4243
|
-
"paragraphSpacing": "0px"
|
|
4244
|
-
},
|
|
4245
|
-
"type": "typography"
|
|
4246
|
-
}
|
|
4247
|
-
},
|
|
4248
|
-
"characterCount": {
|
|
4249
|
-
"xs": {
|
|
4250
|
-
"value": {
|
|
4251
|
-
"fontFamily": "Pridi",
|
|
4252
|
-
"fontWeight": "Regular",
|
|
4253
|
-
"lineHeight": "150%",
|
|
4254
|
-
"fontSize": "14px",
|
|
4255
|
-
"letterSpacing": "0%",
|
|
4256
|
-
"paragraphSpacing": "0px"
|
|
4257
|
-
},
|
|
4258
|
-
"type": "typography"
|
|
4259
|
-
},
|
|
4260
|
-
"s": {
|
|
4261
|
-
"value": {
|
|
4262
|
-
"fontFamily": "Pridi",
|
|
4263
|
-
"fontWeight": "Regular",
|
|
4264
|
-
"lineHeight": "150%",
|
|
4265
|
-
"fontSize": "14px",
|
|
4266
|
-
"letterSpacing": "0%",
|
|
4267
|
-
"paragraphSpacing": "0px"
|
|
4268
|
-
},
|
|
4269
|
-
"type": "typography"
|
|
4270
|
-
},
|
|
4271
|
-
"m": {
|
|
4272
|
-
"value": {
|
|
4273
|
-
"fontFamily": "Pridi",
|
|
4274
|
-
"lineHeight": "150%",
|
|
4275
|
-
"fontWeight": "Regular",
|
|
4276
|
-
"fontSize": "14px",
|
|
4277
|
-
"letterSpacing": "0%",
|
|
4278
|
-
"paragraphSpacing": "0px"
|
|
4279
|
-
},
|
|
4280
|
-
"type": "typography"
|
|
4281
|
-
},
|
|
4282
|
-
"l": {
|
|
4283
|
-
"value": {
|
|
4284
|
-
"fontFamily": "Pridi",
|
|
4285
|
-
"fontWeight": "Regular",
|
|
4286
|
-
"lineHeight": "150%",
|
|
4287
|
-
"fontSize": "14px",
|
|
4288
|
-
"letterSpacing": "0%",
|
|
4289
|
-
"paragraphSpacing": "0px"
|
|
4290
|
-
},
|
|
4291
|
-
"type": "typography"
|
|
4292
|
-
}
|
|
4293
|
-
}
|
|
4294
|
-
},
|
|
4295
|
-
"link": {
|
|
4296
|
-
"text": {
|
|
4297
|
-
"m": {
|
|
4298
|
-
"value": {
|
|
4299
|
-
"fontFamily": "Pridi",
|
|
4300
|
-
"fontWeight": "Regular",
|
|
4301
|
-
"lineHeight": "150%",
|
|
4302
|
-
"fontSize": "14px",
|
|
4303
|
-
"letterSpacing": "0%",
|
|
4304
|
-
"paragraphSpacing": "0px"
|
|
4305
|
-
},
|
|
4306
|
-
"type": "typography"
|
|
4307
|
-
},
|
|
4308
|
-
"l": {
|
|
4309
|
-
"value": {
|
|
4310
|
-
"fontFamily": "Pridi",
|
|
4311
|
-
"fontWeight": "Regular",
|
|
4312
|
-
"lineHeight": "150%",
|
|
4313
|
-
"fontSize": "16px",
|
|
4314
|
-
"letterSpacing": "0%",
|
|
4315
|
-
"paragraphSpacing": "0px"
|
|
4316
|
-
},
|
|
4317
|
-
"type": "typography"
|
|
4318
|
-
}
|
|
4319
|
-
}
|
|
4320
|
-
},
|
|
4321
|
-
"message": {
|
|
4322
|
-
"heading": {
|
|
4323
|
-
"m": {
|
|
4324
|
-
"value": {
|
|
4325
|
-
"fontFamily": "Pridi",
|
|
4326
|
-
"fontWeight": "Bold",
|
|
4327
|
-
"lineHeight": "150%",
|
|
4328
|
-
"fontSize": "14px",
|
|
4329
|
-
"letterSpacing": "0%",
|
|
4330
|
-
"paragraphSpacing": "0px"
|
|
4331
|
-
},
|
|
4332
|
-
"type": "typography"
|
|
4333
|
-
},
|
|
4334
|
-
"l": {
|
|
4335
|
-
"value": {
|
|
4336
|
-
"fontFamily": "Pridi",
|
|
4337
|
-
"fontWeight": "Bold",
|
|
4338
|
-
"lineHeight": "150%",
|
|
4339
|
-
"fontSize": "16px",
|
|
4340
|
-
"letterSpacing": "0%",
|
|
4341
|
-
"paragraphSpacing": "0px"
|
|
4342
|
-
},
|
|
4343
|
-
"type": "typography"
|
|
4344
|
-
}
|
|
4345
|
-
},
|
|
4346
|
-
"text": {
|
|
4347
|
-
"m": {
|
|
4348
|
-
"value": {
|
|
4349
|
-
"fontFamily": "Pridi",
|
|
4350
|
-
"fontWeight": "Regular",
|
|
4351
|
-
"lineHeight": "150%",
|
|
4352
|
-
"fontSize": "14px",
|
|
4353
|
-
"letterSpacing": "0%",
|
|
4354
|
-
"paragraphSpacing": "0px"
|
|
4355
|
-
},
|
|
4356
|
-
"type": "typography"
|
|
4357
|
-
},
|
|
4358
|
-
"l": {
|
|
4359
|
-
"value": {
|
|
4360
|
-
"fontFamily": "Pridi",
|
|
4361
|
-
"fontWeight": "Regular",
|
|
4362
|
-
"lineHeight": "150%",
|
|
4363
|
-
"fontSize": "16px",
|
|
4364
|
-
"letterSpacing": "0%",
|
|
4365
|
-
"paragraphSpacing": "0px"
|
|
4366
|
-
},
|
|
4367
|
-
"type": "typography"
|
|
4368
|
-
}
|
|
4369
|
-
}
|
|
4370
|
-
},
|
|
4371
|
-
"pill": {
|
|
4372
|
-
"label": {
|
|
4373
|
-
"s": {
|
|
4374
|
-
"value": {
|
|
4375
|
-
"fontFamily": "Pridi",
|
|
4376
|
-
"fontWeight": "Medium",
|
|
4377
|
-
"lineHeight": "150%",
|
|
4378
|
-
"fontSize": "10px",
|
|
4379
|
-
"letterSpacing": "0%",
|
|
4380
|
-
"paragraphSpacing": "0px"
|
|
4381
|
-
},
|
|
4382
|
-
"type": "typography"
|
|
4383
|
-
},
|
|
4384
|
-
"m": {
|
|
4385
|
-
"value": {
|
|
4386
|
-
"fontFamily": "Pridi",
|
|
4387
|
-
"fontWeight": "Medium",
|
|
4388
|
-
"lineHeight": "150%",
|
|
4389
|
-
"fontSize": "12px",
|
|
4390
|
-
"letterSpacing": "0%",
|
|
4391
|
-
"paragraphSpacing": "0px"
|
|
4392
|
-
},
|
|
4393
|
-
"type": "typography"
|
|
4394
|
-
},
|
|
4395
|
-
"l": {
|
|
4396
|
-
"value": {
|
|
4397
|
-
"fontFamily": "Pridi",
|
|
4398
|
-
"fontWeight": "Medium",
|
|
4399
|
-
"lineHeight": "150%",
|
|
4400
|
-
"fontSize": "14px",
|
|
4401
|
-
"letterSpacing": "0%",
|
|
4402
|
-
"paragraphSpacing": "0px"
|
|
4403
|
-
},
|
|
4404
|
-
"type": "typography"
|
|
4405
|
-
},
|
|
4406
|
-
"xl": {
|
|
4407
|
-
"value": {
|
|
4408
|
-
"fontFamily": "Pridi",
|
|
4409
|
-
"fontWeight": "Medium",
|
|
4410
|
-
"lineHeight": "150%",
|
|
4411
|
-
"fontSize": "16px",
|
|
4412
|
-
"letterSpacing": "0%",
|
|
4413
|
-
"paragraphSpacing": "0px"
|
|
4414
|
-
},
|
|
4415
|
-
"type": "typography"
|
|
4416
|
-
}
|
|
4417
|
-
}
|
|
4418
|
-
},
|
|
4419
|
-
"switch": {
|
|
4420
|
-
"optionLabel": {
|
|
4421
|
-
"m": {
|
|
4422
|
-
"value": {
|
|
4423
|
-
"fontFamily": "Pridi",
|
|
4424
|
-
"fontWeight": "Medium",
|
|
4425
|
-
"lineHeight": "150%",
|
|
4426
|
-
"fontSize": "12px",
|
|
4427
|
-
"letterSpacing": "0%",
|
|
4428
|
-
"paragraphSpacing": "0px"
|
|
4429
|
-
},
|
|
4430
|
-
"type": "typography"
|
|
4431
|
-
},
|
|
4432
|
-
"l": {
|
|
4433
|
-
"value": {
|
|
4434
|
-
"fontFamily": "Pridi",
|
|
4435
|
-
"fontWeight": "Medium",
|
|
4436
|
-
"lineHeight": "150%",
|
|
4437
|
-
"fontSize": "14px",
|
|
4438
|
-
"letterSpacing": "0%",
|
|
4439
|
-
"paragraphSpacing": "0px"
|
|
4440
|
-
},
|
|
4441
|
-
"type": "typography"
|
|
4442
|
-
}
|
|
4443
|
-
}
|
|
4444
|
-
},
|
|
4445
|
-
"table": {
|
|
4446
|
-
"headerText": {
|
|
4447
|
-
"m": {
|
|
4448
|
-
"value": {
|
|
4449
|
-
"fontFamily": "Pridi",
|
|
4450
|
-
"fontWeight": "Medium",
|
|
4451
|
-
"lineHeight": "150%",
|
|
4452
|
-
"fontSize": "14px",
|
|
4453
|
-
"letterSpacing": "0%",
|
|
4454
|
-
"paragraphSpacing": "0px"
|
|
4455
|
-
},
|
|
4456
|
-
"type": "typography"
|
|
4457
|
-
}
|
|
4458
|
-
},
|
|
4459
|
-
"cellText": {
|
|
4460
|
-
"m": {
|
|
4461
|
-
"value": {
|
|
4462
|
-
"fontFamily": "Pridi",
|
|
4463
|
-
"fontWeight": "Regular",
|
|
4464
|
-
"lineHeight": "150%",
|
|
4465
|
-
"fontSize": "14px",
|
|
4466
|
-
"letterSpacing": "0%",
|
|
4467
|
-
"paragraphSpacing": "0px"
|
|
4468
|
-
},
|
|
4469
|
-
"type": "typography"
|
|
4470
|
-
}
|
|
4471
|
-
}
|
|
4472
|
-
},
|
|
4473
|
-
"tooltip": {
|
|
4474
|
-
"text": {
|
|
4475
|
-
"m": {
|
|
4476
|
-
"value": {
|
|
4477
|
-
"fontFamily": "Pridi",
|
|
4478
|
-
"fontWeight": "Regular",
|
|
4479
|
-
"lineHeight": "150%",
|
|
4480
|
-
"fontSize": "14px",
|
|
4481
|
-
"letterSpacing": "0%",
|
|
4482
|
-
"paragraphSpacing": "0px"
|
|
4483
|
-
},
|
|
4484
|
-
"type": "typography"
|
|
4485
|
-
},
|
|
4486
|
-
"l": {
|
|
4487
|
-
"value": {
|
|
4488
|
-
"fontFamily": "Pridi",
|
|
4489
|
-
"fontWeight": "Regular",
|
|
4490
|
-
"lineHeight": "150%",
|
|
4491
|
-
"fontSize": "16px",
|
|
4492
|
-
"letterSpacing": "0%",
|
|
4493
|
-
"paragraphSpacing": "0px"
|
|
4494
|
-
},
|
|
4495
|
-
"type": "typography"
|
|
4496
|
-
}
|
|
4497
|
-
}
|
|
4498
|
-
}
|
|
4499
|
-
}
|
|
4500
|
-
},
|
|
4501
|
-
"figma-only": {
|
|
4502
|
-
"meta": {
|
|
4503
|
-
"name": {
|
|
4504
|
-
"value": "figma-only",
|
|
4505
|
-
"type": "other"
|
|
4506
|
-
},
|
|
4507
|
-
"public": {
|
|
4508
|
-
"value": "false",
|
|
4509
|
-
"type": "other"
|
|
4510
|
-
}
|
|
4511
|
-
},
|
|
4512
|
-
"sizing": {
|
|
4513
|
-
"0hack": {
|
|
4514
|
-
"value": "0.01",
|
|
4515
|
-
"type": "sizing"
|
|
4516
|
-
}
|
|
4517
|
-
}
|
|
4518
2901
|
}
|
|
4519
2902
|
}
|