fis-component 0.0.47 → 0.0.49
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/cjs/index.js +186 -185
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/src/components/Select/types.d.ts +1 -1
- package/dist/cjs/types/src/styles/design-system/variable.d.ts +1 -1
- package/dist/cjs/types/src/utils/getTheme.d.ts +1 -1
- package/dist/esm/index.js +186 -185
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/src/components/Select/types.d.ts +1 -1
- package/dist/esm/types/src/styles/design-system/variable.d.ts +1 -1
- package/dist/esm/types/src/utils/getTheme.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
- package/src/styles/design-system/variable.ts +286 -234
|
@@ -787,7 +787,8 @@ export default {
|
|
|
787
787
|
"com/drawer/footer/stepper/total-step/color-text": "#505a5f",
|
|
788
788
|
"com/drawer/footer/stepper/icon-slash-divider/color-icon": "#828f96",
|
|
789
789
|
"com/drawer/footer/type-information/icon-info-circle/color-icon": "#828f96",
|
|
790
|
-
"com/drawer/footer/type-information/information-message/color-text":
|
|
790
|
+
"com/drawer/footer/type-information/information-message/color-text":
|
|
791
|
+
"#505a5f",
|
|
791
792
|
"com/drawer/footer/type-information/info-content-wrap/horizontal-gap": "8px",
|
|
792
793
|
"com/drawer/footer/action/vertical-gap": "12px",
|
|
793
794
|
"com/drawer/footer/action/horizontal-padding": "20px",
|
|
@@ -951,7 +952,7 @@ export default {
|
|
|
951
952
|
"com/menu/left-padding": "8px",
|
|
952
953
|
"com/menu/corner-radius": "12px",
|
|
953
954
|
"com/menu/min-width": "132px",
|
|
954
|
-
"com/menu/max-height": "
|
|
955
|
+
"com/menu/max-height": "380px",
|
|
955
956
|
"com/menu/height": "204px",
|
|
956
957
|
"com/menu/search-bar/size": "Md (36)",
|
|
957
958
|
"com/menu/scrollbar/direction": "Vertical",
|
|
@@ -1158,12 +1159,18 @@ export default {
|
|
|
1158
1159
|
"com/pagination/navigation/page-number/label/color-text/hover": "#505a5f",
|
|
1159
1160
|
"com/pagination/navigation/page-number/label/color-text/pressed": "#505a5f",
|
|
1160
1161
|
"com/pagination/navigation/page-number/label/color-text/active": "#2a30a0",
|
|
1161
|
-
"com/pagination/navigation/page-number/background/background-color/hover":
|
|
1162
|
-
|
|
1163
|
-
"com/pagination/navigation/page-number/background/background-color/
|
|
1164
|
-
|
|
1165
|
-
"com/pagination/navigation/page-number/
|
|
1166
|
-
|
|
1162
|
+
"com/pagination/navigation/page-number/background/background-color/hover":
|
|
1163
|
+
"#cee2f8",
|
|
1164
|
+
"com/pagination/navigation/page-number/background/background-color/pressed":
|
|
1165
|
+
"#f5f8fc",
|
|
1166
|
+
"com/pagination/navigation/page-number/background/background-color/active":
|
|
1167
|
+
"#e7f1fa",
|
|
1168
|
+
"com/pagination/navigation/page-number/disable/label/color-text/default":
|
|
1169
|
+
"#828f96",
|
|
1170
|
+
"com/pagination/navigation/page-number/disable/label/color-text/active":
|
|
1171
|
+
"#828f96",
|
|
1172
|
+
"com/pagination/navigation/page-number/disable/background/background-color/active":
|
|
1173
|
+
"#e9edf1",
|
|
1167
1174
|
"com/pagination/navigation/dot-icon/default": "#505a5f",
|
|
1168
1175
|
"com/pagination/navigation/dot-icon/disable": "#828f96",
|
|
1169
1176
|
"com/popup/corner-radius": "20px",
|
|
@@ -1533,27 +1540,36 @@ export default {
|
|
|
1533
1540
|
"com/table/row-cell/default/primary/label/color-text/neutral": "#2a3034",
|
|
1534
1541
|
"com/table/row-cell/default/primary/label/color-text/positive": "#00652a",
|
|
1535
1542
|
"com/table/row-cell/default/primary/label/color-text/negative": "#a80a12",
|
|
1536
|
-
"com/table/row-cell/default/primary/description/color-text/neutral":
|
|
1537
|
-
|
|
1538
|
-
"com/table/row-cell/default/primary/description/color-text/
|
|
1543
|
+
"com/table/row-cell/default/primary/description/color-text/neutral":
|
|
1544
|
+
"#505a5f",
|
|
1545
|
+
"com/table/row-cell/default/primary/description/color-text/positive":
|
|
1546
|
+
"#00914a",
|
|
1547
|
+
"com/table/row-cell/default/primary/description/color-text/negative":
|
|
1548
|
+
"#d8473c",
|
|
1539
1549
|
"com/table/row-cell/default/secondary/icon/color-icon/neutral": "#2a3034",
|
|
1540
1550
|
"com/table/row-cell/default/secondary/icon/color-icon/positive": "#00652a",
|
|
1541
1551
|
"com/table/row-cell/default/secondary/icon/color-icon/negative": "#a80a12",
|
|
1542
1552
|
"com/table/row-cell/default/secondary/label/color-text/neutral": "#2a3034",
|
|
1543
1553
|
"com/table/row-cell/default/secondary/label/color-text/positive": "#00652a",
|
|
1544
1554
|
"com/table/row-cell/default/secondary/label/color-text/negative": "#a80a12",
|
|
1545
|
-
"com/table/row-cell/default/secondary/description/color-text/neutral":
|
|
1546
|
-
|
|
1547
|
-
"com/table/row-cell/default/secondary/description/color-text/
|
|
1555
|
+
"com/table/row-cell/default/secondary/description/color-text/neutral":
|
|
1556
|
+
"#505a5f",
|
|
1557
|
+
"com/table/row-cell/default/secondary/description/color-text/positive":
|
|
1558
|
+
"#00914a",
|
|
1559
|
+
"com/table/row-cell/default/secondary/description/color-text/negative":
|
|
1560
|
+
"#d8473c",
|
|
1548
1561
|
"com/table/row-cell/default/tertiary/icon/color-icon/neutral": "#505a5f",
|
|
1549
1562
|
"com/table/row-cell/default/tertiary/icon/color-icon/positive": "#00914a",
|
|
1550
1563
|
"com/table/row-cell/default/tertiary/icon/color-icon/negative": "#d8473c",
|
|
1551
1564
|
"com/table/row-cell/default/tertiary/label/color-text/neutral": "#505a5f",
|
|
1552
1565
|
"com/table/row-cell/default/tertiary/label/color-text/positive": "#00914a",
|
|
1553
1566
|
"com/table/row-cell/default/tertiary/label/color-text/negative": "#d8473c",
|
|
1554
|
-
"com/table/row-cell/default/tertiary/description/color-text/neutral":
|
|
1555
|
-
|
|
1556
|
-
"com/table/row-cell/default/tertiary/description/color-text/
|
|
1567
|
+
"com/table/row-cell/default/tertiary/description/color-text/neutral":
|
|
1568
|
+
"#505a5f",
|
|
1569
|
+
"com/table/row-cell/default/tertiary/description/color-text/positive":
|
|
1570
|
+
"#00914a",
|
|
1571
|
+
"com/table/row-cell/default/tertiary/description/color-text/negative":
|
|
1572
|
+
"#d8473c",
|
|
1557
1573
|
"com/table/row-cell/disable/background-color": "#e9edf1",
|
|
1558
1574
|
"com/table/row-cell/disable/icon/color-icon": "#828f96",
|
|
1559
1575
|
"com/table/row-cell/disable/label/color-text": "#828f96",
|
|
@@ -3001,36 +3017,53 @@ export default {
|
|
|
3001
3017
|
"page/details-container/form-view/list/section/title/bottom-padding": "12px",
|
|
3002
3018
|
"page/details-container/form-view/list/section/title/left-padding": "12px",
|
|
3003
3019
|
"page/details-container/form-view/list/section/title/right-padding": "0px",
|
|
3004
|
-
"page/details-container/form-view/list/section/title/label/color-text":
|
|
3020
|
+
"page/details-container/form-view/list/section/title/label/color-text":
|
|
3021
|
+
"#2a3034",
|
|
3005
3022
|
"page/details-container/form-view/list/section/title/min-width": "0px",
|
|
3006
3023
|
"page/details-container/form-view/list/section/title/max-width": "9999px",
|
|
3007
|
-
"page/details-container/form-view/list/section/title/background-color":
|
|
3024
|
+
"page/details-container/form-view/list/section/title/background-color":
|
|
3025
|
+
"#ffffff00",
|
|
3008
3026
|
"page/details-container/form-view/list/section/content/top-padding": "36px",
|
|
3009
|
-
"page/details-container/form-view/list/section/content/bottom-padding":
|
|
3027
|
+
"page/details-container/form-view/list/section/content/bottom-padding":
|
|
3028
|
+
"36px",
|
|
3010
3029
|
"page/details-container/form-view/list/section/content/left-padding": "24px",
|
|
3011
3030
|
"page/details-container/form-view/list/section/content/right-padding": "24px",
|
|
3012
3031
|
"page/details-container/form-view/list/section/content/min-width": "600px",
|
|
3013
|
-
"page/details-container/form-view/list/section/content/data-slot/max-width":
|
|
3014
|
-
|
|
3015
|
-
"page/details-container/form-view/list/section/content/
|
|
3016
|
-
|
|
3032
|
+
"page/details-container/form-view/list/section/content/data-slot/max-width":
|
|
3033
|
+
"760px",
|
|
3034
|
+
"page/details-container/form-view/list/section/content/data-slot/vertical-gap":
|
|
3035
|
+
"20px",
|
|
3036
|
+
"page/details-container/form-view/list/section/content/background-color":
|
|
3037
|
+
"#ffffff",
|
|
3038
|
+
"page/details-container/form-view/list/section/content/stroke-color":
|
|
3039
|
+
"#0a2f4d22",
|
|
3017
3040
|
"page/details-container/form-view/list/section/content/border-radius": "12px",
|
|
3018
|
-
"page/details-container/form-view/list/section/content/stroke-width/top-border":
|
|
3019
|
-
|
|
3020
|
-
"page/details-container/form-view/list/section/content/stroke-width/
|
|
3021
|
-
|
|
3041
|
+
"page/details-container/form-view/list/section/content/stroke-width/top-border":
|
|
3042
|
+
"1px",
|
|
3043
|
+
"page/details-container/form-view/list/section/content/stroke-width/bottom-border":
|
|
3044
|
+
"1px",
|
|
3045
|
+
"page/details-container/form-view/list/section/content/stroke-width/left-border":
|
|
3046
|
+
"1px",
|
|
3047
|
+
"page/details-container/form-view/list/section/content/stroke-width/right-border":
|
|
3048
|
+
"1px",
|
|
3022
3049
|
"page/details-container/form-view/list/section/table/top-padding": "12px",
|
|
3023
3050
|
"page/details-container/form-view/list/section/table/bottom-padding": "12px",
|
|
3024
3051
|
"page/details-container/form-view/list/section/table/left-padding": "12px",
|
|
3025
3052
|
"page/details-container/form-view/list/section/table/right-padding": "12px",
|
|
3026
3053
|
"page/details-container/form-view/list/section/table/min-width": "600px",
|
|
3027
|
-
"page/details-container/form-view/list/section/table/background-color":
|
|
3028
|
-
|
|
3054
|
+
"page/details-container/form-view/list/section/table/background-color":
|
|
3055
|
+
"#ffffff",
|
|
3056
|
+
"page/details-container/form-view/list/section/table/stroke-color":
|
|
3057
|
+
"#0a2f4d22",
|
|
3029
3058
|
"page/details-container/form-view/list/section/table/border-radius": "12px",
|
|
3030
|
-
"page/details-container/form-view/list/section/table/stroke-width/top-border":
|
|
3031
|
-
|
|
3032
|
-
"page/details-container/form-view/list/section/table/stroke-width/
|
|
3033
|
-
|
|
3059
|
+
"page/details-container/form-view/list/section/table/stroke-width/top-border":
|
|
3060
|
+
"1px",
|
|
3061
|
+
"page/details-container/form-view/list/section/table/stroke-width/bottom-border":
|
|
3062
|
+
"1px",
|
|
3063
|
+
"page/details-container/form-view/list/section/table/stroke-width/left-border":
|
|
3064
|
+
"1px",
|
|
3065
|
+
"page/details-container/form-view/list/section/table/stroke-width/right-border":
|
|
3066
|
+
"1px",
|
|
3034
3067
|
"page/details-container/top-left-conner-radius": "20px",
|
|
3035
3068
|
"page/details-container/top-right-conner-radius": "20px",
|
|
3036
3069
|
"page/details-container/horizontal-padding": "24px",
|
|
@@ -3052,34 +3085,51 @@ export default {
|
|
|
3052
3085
|
"page/details-container/info-view/list/section/title/right-padding": "0px",
|
|
3053
3086
|
"page/details-container/info-view/list/section/title/min-width": "0px",
|
|
3054
3087
|
"page/details-container/info-view/list/section/title/max-width": "9999px",
|
|
3055
|
-
"page/details-container/info-view/list/section/title/background-color":
|
|
3056
|
-
|
|
3088
|
+
"page/details-container/info-view/list/section/title/background-color":
|
|
3089
|
+
"#ffffff00",
|
|
3090
|
+
"page/details-container/info-view/list/section/title/label/color-text":
|
|
3091
|
+
"#2a3034",
|
|
3057
3092
|
"page/details-container/info-view/list/section/content/top-padding": "36px",
|
|
3058
|
-
"page/details-container/info-view/list/section/content/bottom-padding":
|
|
3093
|
+
"page/details-container/info-view/list/section/content/bottom-padding":
|
|
3094
|
+
"36px",
|
|
3059
3095
|
"page/details-container/info-view/list/section/content/left-padding": "24px",
|
|
3060
3096
|
"page/details-container/info-view/list/section/content/right-padding": "24px",
|
|
3061
3097
|
"page/details-container/info-view/list/section/content/min-width": "600px",
|
|
3062
|
-
"page/details-container/info-view/list/section/content/background-color":
|
|
3063
|
-
|
|
3098
|
+
"page/details-container/info-view/list/section/content/background-color":
|
|
3099
|
+
"#ffffff",
|
|
3100
|
+
"page/details-container/info-view/list/section/content/stroke-color":
|
|
3101
|
+
"#0a2f4d22",
|
|
3064
3102
|
"page/details-container/info-view/list/section/content/border-radius": "12px",
|
|
3065
|
-
"page/details-container/info-view/list/section/content/data-slot/max-width":
|
|
3066
|
-
|
|
3067
|
-
"page/details-container/info-view/list/section/content/
|
|
3068
|
-
|
|
3069
|
-
"page/details-container/info-view/list/section/content/stroke-width/
|
|
3070
|
-
|
|
3103
|
+
"page/details-container/info-view/list/section/content/data-slot/max-width":
|
|
3104
|
+
"760px",
|
|
3105
|
+
"page/details-container/info-view/list/section/content/data-slot/vertical-gap":
|
|
3106
|
+
"16px",
|
|
3107
|
+
"page/details-container/info-view/list/section/content/stroke-width/top-border":
|
|
3108
|
+
"1px",
|
|
3109
|
+
"page/details-container/info-view/list/section/content/stroke-width/bottom-border":
|
|
3110
|
+
"1px",
|
|
3111
|
+
"page/details-container/info-view/list/section/content/stroke-width/left-border":
|
|
3112
|
+
"1px",
|
|
3113
|
+
"page/details-container/info-view/list/section/content/stroke-width/right-border":
|
|
3114
|
+
"1px",
|
|
3071
3115
|
"page/details-container/info-view/list/section/table/top-padding": "12px",
|
|
3072
3116
|
"page/details-container/info-view/list/section/table/bottom-padding": "12px",
|
|
3073
3117
|
"page/details-container/info-view/list/section/table/left-padding": "12px",
|
|
3074
3118
|
"page/details-container/info-view/list/section/table/right-padding": "12px",
|
|
3075
3119
|
"page/details-container/info-view/list/section/table/min-width": "600px",
|
|
3076
|
-
"page/details-container/info-view/list/section/table/background-color":
|
|
3077
|
-
|
|
3120
|
+
"page/details-container/info-view/list/section/table/background-color":
|
|
3121
|
+
"#ffffff",
|
|
3122
|
+
"page/details-container/info-view/list/section/table/stroke-color":
|
|
3123
|
+
"#0a2f4d22",
|
|
3078
3124
|
"page/details-container/info-view/list/section/table/border-radius": "12px",
|
|
3079
|
-
"page/details-container/info-view/list/section/table/stroke-width/top-border":
|
|
3080
|
-
|
|
3081
|
-
"page/details-container/info-view/list/section/table/stroke-width/
|
|
3082
|
-
|
|
3125
|
+
"page/details-container/info-view/list/section/table/stroke-width/top-border":
|
|
3126
|
+
"1px",
|
|
3127
|
+
"page/details-container/info-view/list/section/table/stroke-width/bottom-border":
|
|
3128
|
+
"1px",
|
|
3129
|
+
"page/details-container/info-view/list/section/table/stroke-width/left-border":
|
|
3130
|
+
"1px",
|
|
3131
|
+
"page/details-container/info-view/list/section/table/stroke-width/right-border":
|
|
3132
|
+
"1px",
|
|
3083
3133
|
"page/details-container/footer/vertical-padding": "16px",
|
|
3084
3134
|
"page/details-container/footer/background-color": "#ffffff",
|
|
3085
3135
|
"page/details-container/footer/color-stroke": "#0d2e433d",
|
|
@@ -3097,239 +3147,241 @@ export default {
|
|
|
3097
3147
|
"Flowkit/White": "#ffffff",
|
|
3098
3148
|
"_In-Focus": "0px 0px 0px 4px #000000, 0px 0px 0px 2px #ffffff",
|
|
3099
3149
|
"Elevation/Level-1": "0px 2px 4px -2px #02305e16, 0px 2px 6px -1px #00375b0e",
|
|
3100
|
-
"Elevation/Level-2":
|
|
3101
|
-
|
|
3150
|
+
"Elevation/Level-2":
|
|
3151
|
+
"0px 3px 6px -2px #02305e16, 0px 12px 16px -8px #02305e16",
|
|
3152
|
+
"Elevation/Level-3":
|
|
3153
|
+
"0px 4px 8px -2px #00375b0e, 0px 16px 32px -12px #0a2f4d22",
|
|
3102
3154
|
"Form's-Row": [
|
|
3103
3155
|
{
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
}
|
|
3156
|
+
pattern: "columns",
|
|
3157
|
+
visible: true,
|
|
3158
|
+
alignment: "stretch",
|
|
3159
|
+
color: "#c48eff26",
|
|
3160
|
+
gutterSize: "16px",
|
|
3161
|
+
count: 4,
|
|
3162
|
+
offset: "0px",
|
|
3163
|
+
},
|
|
3112
3164
|
],
|
|
3113
3165
|
"Grid/Container-Lg": [
|
|
3114
3166
|
{
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
}
|
|
3167
|
+
pattern: "columns",
|
|
3168
|
+
visible: true,
|
|
3169
|
+
alignment: "stretch",
|
|
3170
|
+
color: "#c48eff26",
|
|
3171
|
+
gutterSize: "20px",
|
|
3172
|
+
count: 12,
|
|
3173
|
+
offset: "24px",
|
|
3174
|
+
},
|
|
3123
3175
|
],
|
|
3124
3176
|
"Grid/Container-Md": [
|
|
3125
3177
|
{
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
}
|
|
3178
|
+
pattern: "columns",
|
|
3179
|
+
visible: true,
|
|
3180
|
+
alignment: "stretch",
|
|
3181
|
+
color: "#c48eff26",
|
|
3182
|
+
gutterSize: "20px",
|
|
3183
|
+
count: 8,
|
|
3184
|
+
offset: "20px",
|
|
3185
|
+
},
|
|
3134
3186
|
],
|
|
3135
3187
|
"Grid/Container-Sm": [
|
|
3136
3188
|
{
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
}
|
|
3189
|
+
pattern: "columns",
|
|
3190
|
+
visible: true,
|
|
3191
|
+
alignment: "stretch",
|
|
3192
|
+
color: "#c48eff26",
|
|
3193
|
+
gutterSize: "12px",
|
|
3194
|
+
count: 6,
|
|
3195
|
+
offset: "16px",
|
|
3196
|
+
},
|
|
3145
3197
|
],
|
|
3146
3198
|
"Emphasis/Emp-6": {
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3199
|
+
fontFamily: "Inter Display",
|
|
3200
|
+
fontSize: "50px",
|
|
3201
|
+
fontWeight: 500,
|
|
3202
|
+
letterSpacing: "-0.5px",
|
|
3203
|
+
lineHeight: "68px",
|
|
3204
|
+
textTransform: "none",
|
|
3205
|
+
textDecoration: "none",
|
|
3154
3206
|
},
|
|
3155
3207
|
"Emphasis/Emp-5": {
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3208
|
+
fontFamily: "Inter Display",
|
|
3209
|
+
fontSize: "42px",
|
|
3210
|
+
fontWeight: 500,
|
|
3211
|
+
letterSpacing: "-0.5px",
|
|
3212
|
+
lineHeight: "56px",
|
|
3213
|
+
textTransform: "none",
|
|
3214
|
+
textDecoration: "none",
|
|
3163
3215
|
},
|
|
3164
3216
|
"Emphasis/Emp-4": {
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3217
|
+
fontFamily: "Inter Display",
|
|
3218
|
+
fontSize: "35px",
|
|
3219
|
+
fontWeight: 500,
|
|
3220
|
+
letterSpacing: "-0.5px",
|
|
3221
|
+
lineHeight: "48px",
|
|
3222
|
+
textTransform: "none",
|
|
3223
|
+
textDecoration: "none",
|
|
3172
3224
|
},
|
|
3173
3225
|
"Emphasis/Emp-3": {
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3226
|
+
fontFamily: "Inter Display",
|
|
3227
|
+
fontSize: "29px",
|
|
3228
|
+
fontWeight: 500,
|
|
3229
|
+
letterSpacing: "-0.5px",
|
|
3230
|
+
lineHeight: "40px",
|
|
3231
|
+
textTransform: "none",
|
|
3232
|
+
textDecoration: "none",
|
|
3181
3233
|
},
|
|
3182
3234
|
"Emphasis/Emp-2": {
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3235
|
+
fontFamily: "Inter Display",
|
|
3236
|
+
fontSize: "24px",
|
|
3237
|
+
fontWeight: 500,
|
|
3238
|
+
letterSpacing: "-0.5px",
|
|
3239
|
+
lineHeight: "32px",
|
|
3240
|
+
textTransform: "none",
|
|
3241
|
+
textDecoration: "none",
|
|
3190
3242
|
},
|
|
3191
3243
|
"Emphasis/Emp-1": {
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3244
|
+
fontFamily: "Inter Display",
|
|
3245
|
+
fontSize: "20px",
|
|
3246
|
+
fontWeight: 500,
|
|
3247
|
+
letterSpacing: "-0.3px",
|
|
3248
|
+
lineHeight: "28px",
|
|
3249
|
+
textTransform: "none",
|
|
3250
|
+
textDecoration: "none",
|
|
3199
3251
|
},
|
|
3200
3252
|
"Label/XL": {
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3253
|
+
fontFamily: "Inter Variable",
|
|
3254
|
+
fontSize: "24px",
|
|
3255
|
+
fontWeight: 500,
|
|
3256
|
+
letterSpacing: "-0.5px",
|
|
3257
|
+
lineHeight: "32px",
|
|
3258
|
+
textTransform: "none",
|
|
3259
|
+
textDecoration: "none",
|
|
3208
3260
|
},
|
|
3209
3261
|
"Label/Lg": {
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3262
|
+
fontFamily: "Inter Variable",
|
|
3263
|
+
fontSize: "20px",
|
|
3264
|
+
fontWeight: 500,
|
|
3265
|
+
letterSpacing: "-0.5px",
|
|
3266
|
+
lineHeight: "28px",
|
|
3267
|
+
textTransform: "none",
|
|
3268
|
+
textDecoration: "none",
|
|
3217
3269
|
},
|
|
3218
3270
|
"Label/Md": {
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3271
|
+
fontFamily: "Inter Variable",
|
|
3272
|
+
fontSize: "17px",
|
|
3273
|
+
fontWeight: 500,
|
|
3274
|
+
letterSpacing: "-0.3px",
|
|
3275
|
+
lineHeight: "24px",
|
|
3276
|
+
textTransform: "none",
|
|
3277
|
+
textDecoration: "none",
|
|
3226
3278
|
},
|
|
3227
3279
|
"Label/Sm": {
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3280
|
+
fontFamily: "Inter Variable",
|
|
3281
|
+
fontSize: "14px",
|
|
3282
|
+
fontWeight: 500,
|
|
3283
|
+
letterSpacing: "-0.15px",
|
|
3284
|
+
lineHeight: "20px",
|
|
3285
|
+
textTransform: "none",
|
|
3286
|
+
textDecoration: "none",
|
|
3235
3287
|
},
|
|
3236
3288
|
"Label/XS": {
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3289
|
+
fontFamily: "Inter Variable",
|
|
3290
|
+
fontSize: "12px",
|
|
3291
|
+
fontWeight: 500,
|
|
3292
|
+
letterSpacing: "-0.15px",
|
|
3293
|
+
lineHeight: "16px",
|
|
3294
|
+
textTransform: "none",
|
|
3295
|
+
textDecoration: "none",
|
|
3244
3296
|
},
|
|
3245
3297
|
"Subheading/Lg": {
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3298
|
+
fontFamily: "Inter Variable",
|
|
3299
|
+
fontSize: "17px",
|
|
3300
|
+
fontWeight: 500,
|
|
3301
|
+
letterSpacing: "0.5px",
|
|
3302
|
+
lineHeight: "24px",
|
|
3303
|
+
textTransform: "uppercase",
|
|
3304
|
+
textDecoration: "none",
|
|
3253
3305
|
},
|
|
3254
3306
|
"Subheading/Md": {
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3307
|
+
fontFamily: "Inter Variable",
|
|
3308
|
+
fontSize: "14px",
|
|
3309
|
+
fontWeight: 500,
|
|
3310
|
+
letterSpacing: "0.5px",
|
|
3311
|
+
lineHeight: "20px",
|
|
3312
|
+
textTransform: "uppercase",
|
|
3313
|
+
textDecoration: "none",
|
|
3262
3314
|
},
|
|
3263
3315
|
"Subheading/Sm": {
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3316
|
+
fontFamily: "Inter Variable",
|
|
3317
|
+
fontSize: "12px",
|
|
3318
|
+
fontWeight: 500,
|
|
3319
|
+
letterSpacing: "0.2px",
|
|
3320
|
+
lineHeight: "16px",
|
|
3321
|
+
textTransform: "uppercase",
|
|
3322
|
+
textDecoration: "none",
|
|
3271
3323
|
},
|
|
3272
3324
|
"Subheading/XS": {
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3325
|
+
fontFamily: "Inter Variable",
|
|
3326
|
+
fontSize: "10px",
|
|
3327
|
+
fontWeight: 500,
|
|
3328
|
+
letterSpacing: "0.2px",
|
|
3329
|
+
lineHeight: "12px",
|
|
3330
|
+
textTransform: "uppercase",
|
|
3331
|
+
textDecoration: "none",
|
|
3280
3332
|
},
|
|
3281
3333
|
"Paragraph/XL": {
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3334
|
+
fontFamily: "Inter Variable",
|
|
3335
|
+
fontSize: "24px",
|
|
3336
|
+
fontWeight: 400,
|
|
3337
|
+
letterSpacing: "-0.15px",
|
|
3338
|
+
lineHeight: "32px",
|
|
3339
|
+
textTransform: "none",
|
|
3340
|
+
textDecoration: "none",
|
|
3289
3341
|
},
|
|
3290
3342
|
"Paragraph/Lg": {
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3343
|
+
fontFamily: "Inter Variable",
|
|
3344
|
+
fontSize: "20px",
|
|
3345
|
+
fontWeight: 400,
|
|
3346
|
+
letterSpacing: "-0.15px",
|
|
3347
|
+
lineHeight: "28px",
|
|
3348
|
+
textTransform: "none",
|
|
3349
|
+
textDecoration: "none",
|
|
3298
3350
|
},
|
|
3299
3351
|
"Paragraph/Md": {
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3352
|
+
fontFamily: "Inter Variable",
|
|
3353
|
+
fontSize: "17px",
|
|
3354
|
+
fontWeight: 400,
|
|
3355
|
+
letterSpacing: "-0.15px",
|
|
3356
|
+
lineHeight: "24px",
|
|
3357
|
+
textTransform: "none",
|
|
3358
|
+
textDecoration: "none",
|
|
3307
3359
|
},
|
|
3308
3360
|
"Paragraph/Sm": {
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3361
|
+
fontFamily: "Inter Variable",
|
|
3362
|
+
fontSize: "14px",
|
|
3363
|
+
fontWeight: 400,
|
|
3364
|
+
letterSpacing: "-0.15px",
|
|
3365
|
+
lineHeight: "20px",
|
|
3366
|
+
textTransform: "none",
|
|
3367
|
+
textDecoration: "none",
|
|
3316
3368
|
},
|
|
3317
3369
|
"Paragraph/XS": {
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3370
|
+
fontFamily: "Inter Variable",
|
|
3371
|
+
fontSize: "12px",
|
|
3372
|
+
fontWeight: 400,
|
|
3373
|
+
letterSpacing: "-0.15px",
|
|
3374
|
+
lineHeight: "16px",
|
|
3375
|
+
textTransform: "none",
|
|
3376
|
+
textDecoration: "none",
|
|
3325
3377
|
},
|
|
3326
3378
|
"_Guide/Flow-Line/Label": {
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
}
|
|
3335
|
-
} as const;
|
|
3379
|
+
fontFamily: "Inter Variable",
|
|
3380
|
+
fontSize: "24px",
|
|
3381
|
+
fontWeight: 700,
|
|
3382
|
+
letterSpacing: "-0.3px",
|
|
3383
|
+
lineHeight: "32px",
|
|
3384
|
+
textTransform: "none",
|
|
3385
|
+
textDecoration: "none",
|
|
3386
|
+
},
|
|
3387
|
+
} as const;
|