@envive-ai/react-toolkit-v3 0.3.31 → 0.3.33
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/AnimatedText/AnimatedText.d.cts +3 -3
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
- package/dist/CSSVariablesEditor/hooks/useGetDefaultCssVariables.cjs +165 -60
- package/dist/CSSVariablesEditor/hooks/useGetDefaultCssVariables.js +165 -60
- package/dist/CSSVariablesEditor/hooks/useHandleUpdateCssVars.cjs +30 -15
- package/dist/CSSVariablesEditor/hooks/useHandleUpdateCssVars.js +30 -15
- package/dist/Carousel/Carousel.cjs +1 -1
- package/dist/Carousel/Carousel.d.cts +2 -2
- package/dist/Carousel/Carousel.d.ts +2 -2
- package/dist/Carousel/Carousel.js +1 -1
- package/dist/Carousel/components/Container.cjs +2 -2
- package/dist/Carousel/components/Container.js +2 -2
- package/dist/ChatFooter/ChatFooter.cjs +1 -1
- package/dist/ChatFooter/ChatFooter.d.cts +2 -2
- package/dist/ChatFooter/ChatFooter.d.ts +2 -2
- package/dist/ChatFooter/ChatFooter.js +1 -1
- package/dist/ChatFooter/components/Layout.cjs +2 -2
- package/dist/ChatFooter/components/Layout.js +2 -2
- package/dist/ChatFooter/components/index.d.cts +5 -5
- package/dist/ChatFooter/components/index.d.ts +5 -5
- package/dist/ChatHeader/ChatHeader.d.cts +2 -2
- package/dist/ChatHeader/ChatHeader.d.ts +2 -2
- package/dist/ChatHeader/components/Handle.cjs +2 -2
- package/dist/ChatHeader/components/Handle.js +2 -2
- package/dist/ChatHeader/components/Toggle.cjs +3 -3
- package/dist/ChatHeader/components/Toggle.js +3 -3
- package/dist/ChatPreview/ChatPreview.cjs +1 -1
- package/dist/ChatPreview/ChatPreview.d.cts +2 -2
- package/dist/ChatPreview/ChatPreview.d.ts +2 -2
- package/dist/ChatPreview/ChatPreview.js +1 -1
- package/dist/ChatPreviewComparison/ChatPreviewComparison.cjs +1 -1
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.js +1 -1
- package/dist/ChatPreviewComparison/components/Headline.cjs +2 -2
- package/dist/ChatPreviewComparison/components/Headline.js +2 -2
- package/dist/ChatPreviewComparison/components/Layout.cjs +4 -4
- package/dist/ChatPreviewComparison/components/Layout.js +4 -4
- package/dist/ChatPreviewComparison/components/Message.cjs +2 -2
- package/dist/ChatPreviewComparison/components/Message.js +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
- package/dist/Container/Container.d.cts +175 -175
- package/dist/Container/Container.d.ts +175 -175
- package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
- package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
- package/dist/DesignTokens/components/FontWeight.cjs +4 -3
- package/dist/DesignTokens/components/FontWeight.js +4 -3
- package/dist/DesignTokens/components/LetterSpacing.cjs +15 -1
- package/dist/DesignTokens/components/LetterSpacing.js +15 -1
- package/dist/DesignTokens/components/LineHeight.cjs +13 -8
- package/dist/DesignTokens/components/LineHeight.js +13 -8
- package/dist/Disclaimer/components/Container.cjs +2 -2
- package/dist/Disclaimer/components/Container.js +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
- package/dist/DocumentRetrievalCard/components/Layout.cjs +2 -2
- package/dist/DocumentRetrievalCard/components/Layout.js +2 -2
- package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.cjs +1 -1
- package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.js +1 -1
- package/dist/FloatingButton/FloatingButton.d.cts +2 -2
- package/dist/FloatingButton/FloatingButton.d.ts +2 -2
- package/dist/FloatingChat/FloatingChat.d.cts +2 -2
- package/dist/FloatingChat/FloatingChat.d.ts +2 -2
- package/dist/FloatingChat/components/ChatMessages.cjs +1 -1
- package/dist/FloatingChat/components/ChatMessages.js +1 -1
- package/dist/FloatingChat/components/Layout.cjs +3 -3
- package/dist/FloatingChat/components/Layout.js +3 -3
- package/dist/FloatingChat/components/ResultsGridView.cjs +1 -1
- package/dist/FloatingChat/components/ResultsGridView.js +1 -1
- package/dist/FloatingChat/components/SalesAgentBadgeContent.cjs +4 -4
- package/dist/FloatingChat/components/SalesAgentBadgeContent.js +4 -4
- package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +6 -3
- package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +6 -3
- package/dist/FloatingChat/utils/functions.cjs +2 -1
- package/dist/FloatingChat/utils/functions.js +2 -1
- package/dist/FullPageSalesAgent/FullPageSalesAgent.cjs +1 -1
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
- package/dist/FullPageSalesAgent/FullPageSalesAgent.js +1 -1
- package/dist/Image/Image.d.cts +2 -2
- package/dist/Image/Image.d.ts +2 -2
- package/dist/ImageGallery/ImageGallery.d.cts +2 -2
- package/dist/ImageGallery/ImageGallery.d.ts +2 -2
- package/dist/ImageGallery/components/Layout.cjs +1 -1
- package/dist/ImageGallery/components/Layout.js +1 -1
- package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
- package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
- package/dist/Message/components/LinkButton.cjs +1 -1
- package/dist/Message/components/LinkButton.js +1 -1
- package/dist/OrderLookupCard/OrderLookupCard.cjs +1 -1
- package/dist/OrderLookupCard/OrderLookupCard.js +1 -1
- package/dist/ProductCard/ProductCard.cjs +15 -9
- package/dist/ProductCard/ProductCard.d.cts +3 -2
- package/dist/ProductCard/ProductCard.d.ts +3 -2
- package/dist/ProductCard/ProductCard.js +11 -5
- package/dist/ProductCard/components/Header.cjs +7 -5
- package/dist/ProductCard/components/Header.js +7 -5
- package/dist/ProductCard/components/Poster.cjs +3 -2
- package/dist/ProductCard/components/Poster.js +3 -2
- package/dist/ProductCard/hooks/useGetPosterProperties.cjs +5 -3
- package/dist/ProductCard/hooks/useGetPosterProperties.js +6 -3
- package/dist/ProductCard/index.cjs +3 -1
- package/dist/ProductCard/index.d.cts +2 -2
- package/dist/ProductCard/index.d.ts +2 -2
- package/dist/ProductCard/index.js +2 -1
- package/dist/ProductCard/types/index.cjs +10 -0
- package/dist/ProductCard/types/index.d.cts +13 -3
- package/dist/ProductCard/types/index.d.ts +13 -3
- package/dist/ProductCard/types/index.js +9 -0
- package/dist/PromptButton/PromptButton.d.cts +2 -2
- package/dist/PromptButton/PromptButton.d.ts +2 -2
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
- package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.cjs +1 -1
- package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.js +1 -1
- package/dist/PromptCarousel/PromptCarousel.cjs +3 -3
- package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
- package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
- package/dist/PromptCarousel/PromptCarousel.js +3 -3
- package/dist/ReviewCard/ReviewCard.d.cts +2 -2
- package/dist/ReviewCard/ReviewCard.d.ts +2 -2
- package/dist/ReviewCard/components/Container.cjs +2 -2
- package/dist/ReviewCard/components/Container.js +2 -2
- package/dist/ReviewCard/components/ReadMoreButton.cjs +1 -1
- package/dist/ReviewCard/components/ReadMoreButton.js +1 -1
- package/dist/ReviewCard/components/index.d.cts +6 -6
- package/dist/ReviewCard/components/index.d.ts +6 -6
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
- package/dist/SalesAgentProductCard/components/Container.cjs +2 -2
- package/dist/SalesAgentProductCard/components/Container.js +2 -2
- package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
- package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
- package/dist/SocialProof/SocialProof.cjs +1 -1
- package/dist/SocialProof/SocialProof.d.cts +2 -2
- package/dist/SocialProof/SocialProof.d.ts +2 -2
- package/dist/SocialProof/SocialProof.js +1 -1
- package/dist/SocialProof/components/Headline.cjs +3 -3
- package/dist/SocialProof/components/Headline.js +3 -3
- package/dist/SocialProof/components/LayoutFourHorizontal.cjs +1 -1
- package/dist/SocialProof/components/LayoutFourHorizontal.js +1 -1
- package/dist/SocialProof/components/Subheadline.cjs +1 -1
- package/dist/SocialProof/components/Subheadline.js +1 -1
- package/dist/SocialProof/hooks/useSocialProofCount.cjs +2 -1
- package/dist/SocialProof/hooks/useSocialProofCount.js +2 -1
- package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
- package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
- package/dist/Stack/Stack.d.cts +2 -2
- package/dist/Stack/Stack.d.ts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.cjs +1 -1
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.js +1 -1
- package/dist/Tokens/index.cjs +1 -1
- package/dist/Tokens/index.js +1 -1
- package/dist/TypingAnimation/TypingAnimation.cjs +1 -1
- package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
- package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
- package/dist/TypingAnimation/TypingAnimation.js +1 -1
- package/dist/TypingAnimation/hooks/useGetTypographyVariant.cjs +1 -1
- package/dist/TypingAnimation/hooks/useGetTypographyVariant.js +1 -1
- package/dist/Typography/Typography.d.cts +4 -4
- package/dist/Typography/Typography.d.ts +4 -4
- package/dist/WelcomeMessage/components/Container.cjs +2 -2
- package/dist/WelcomeMessage/components/Container.js +2 -2
- package/dist/WidgetTextField/WidgetTextField.cjs +5 -4
- package/dist/WidgetTextField/WidgetTextField.d.cts +3 -2
- package/dist/WidgetTextField/WidgetTextField.d.ts +3 -2
- package/dist/WidgetTextField/WidgetTextField.js +3 -2
- package/dist/WidgetTextField/components/Container.cjs +5 -4
- package/dist/WidgetTextField/components/Container.js +5 -4
- package/dist/WidgetTextField/components/Icon.cjs +1 -1
- package/dist/WidgetTextField/components/Icon.js +1 -1
- package/dist/WidgetTextField/hooks/useGetContainerProperties.cjs +7 -3
- package/dist/WidgetTextField/hooks/useGetContainerProperties.js +7 -3
- package/dist/WidgetTextField/types/types.d.cts +2 -0
- package/dist/WidgetTextField/types/types.d.ts +2 -0
- package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
- package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
- package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
- package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
- package/dist/packages/components-v3/tokens/typography/fontWeight.cjs +12 -9
- package/dist/packages/components-v3/tokens/typography/fontWeight.d.ts +4 -3
- package/dist/packages/components-v3/tokens/typography/fontWeight.js +12 -9
- package/dist/packages/components-v3/tokens/typography/letterSpacing.cjs +39 -6
- package/dist/packages/components-v3/tokens/typography/letterSpacing.d.ts +13 -2
- package/dist/packages/components-v3/tokens/typography/letterSpacing.js +39 -6
- package/dist/packages/components-v3/tokens/typography/lineHeight.cjs +39 -30
- package/dist/packages/components-v3/tokens/typography/lineHeight.d.ts +15 -12
- package/dist/packages/components-v3/tokens/typography/lineHeight.js +39 -30
- package/dist/packages/components-v3/tokens/typography/typography.cjs +63 -63
- package/dist/packages/components-v3/tokens/typography/typography.js +63 -63
- package/dist/styles.css +1 -1
- package/dist/tokens/typography/fontWeight.d.cts +4 -3
- package/dist/tokens/typography/letterSpacing.d.cts +13 -2
- package/dist/tokens/typography/lineHeight.d.cts +15 -12
- package/package.json +1 -1
- package/src/components/CSSVariablesEditor/hooks/useGetDefaultCssVariables.ts +165 -60
- package/src/components/CSSVariablesEditor/hooks/useHandleUpdateCssVars.ts +30 -15
- package/src/components/DesignTokens/components/FontWeight.tsx +4 -3
- package/src/components/DesignTokens/components/LetterSpacing.tsx +13 -1
- package/src/components/DesignTokens/components/LineHeight.tsx +13 -8
- package/src/components/FloatingChat/components/SalesAgentBadgeContent.tsx +8 -2
- package/src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx +5 -2
- package/src/components/FloatingChat/utils/functions.ts +2 -3
- package/src/components/ProductCard/ProductCard.tsx +8 -4
- package/src/components/ProductCard/components/Header.tsx +11 -5
- package/src/components/ProductCard/components/Poster.tsx +12 -3
- package/src/components/ProductCard/hooks/useGetPosterProperties.ts +15 -3
- package/src/components/ProductCard/index.ts +1 -0
- package/src/components/ProductCard/types/index.ts +13 -1
- package/src/components/SocialProof/components/Headline.tsx +1 -1
- package/src/components/SocialProof/hooks/useSocialProofCount.ts +5 -2
- package/src/components/WidgetTextField/WidgetTextField.tsx +2 -0
- package/src/components/WidgetTextField/components/Container.tsx +3 -0
- package/src/components/WidgetTextField/hooks/useGetContainerProperties.ts +8 -2
- package/src/components/WidgetTextField/types/types.ts +2 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { AnimatedTextProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react181 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/AnimatedText/AnimatedText.d.ts
|
|
5
|
-
declare const AnimatedText:
|
|
5
|
+
declare const AnimatedText: react181.MemoExoticComponent<({
|
|
6
6
|
sequence,
|
|
7
7
|
typingDuration,
|
|
8
8
|
transition,
|
|
9
9
|
loop,
|
|
10
10
|
getNodeWrapper
|
|
11
|
-
}: AnimatedTextProps) =>
|
|
11
|
+
}: AnimatedTextProps) => react181.ReactNode>;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { AnimatedText };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/CSSVariablesEditor/CssVariablesEditorComponent.d.ts
|
|
4
4
|
declare const CssVariablesEditorComponent: ({
|
|
5
5
|
selectedMerchantName
|
|
6
6
|
}: {
|
|
7
7
|
selectedMerchantName: string;
|
|
8
|
-
}) =>
|
|
8
|
+
}) => react_jsx_runtime29.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { CssVariablesEditorComponent };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime35 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/CSSVariablesEditor/CssVariablesEditorComponent.d.ts
|
|
4
4
|
declare const CssVariablesEditorComponent: ({
|
|
5
5
|
selectedMerchantName
|
|
6
6
|
}: {
|
|
7
7
|
selectedMerchantName: string;
|
|
8
|
-
}) =>
|
|
8
|
+
}) => react_jsx_runtime35.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { CssVariablesEditorComponent };
|
|
@@ -260,108 +260,213 @@ const useGetDefaultCssVariables = ({ defaultMerchantColors }) => {
|
|
|
260
260
|
category: "Typography"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
|
-
key: "font-weight-
|
|
264
|
-
name: "Font Weight
|
|
265
|
-
variable: require_fontWeight.FontWeightCSSVar.
|
|
266
|
-
defaultValue: require_fontWeight.fontWeight.
|
|
263
|
+
key: "font-weight-title",
|
|
264
|
+
name: "Font Weight Title",
|
|
265
|
+
variable: require_fontWeight.FontWeightCSSVar.Title,
|
|
266
|
+
defaultValue: require_fontWeight.fontWeight.title,
|
|
267
267
|
category: "Typography"
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
|
-
key: "font-weight-
|
|
271
|
-
name: "Font Weight
|
|
272
|
-
variable: require_fontWeight.FontWeightCSSVar.
|
|
273
|
-
defaultValue: require_fontWeight.fontWeight.
|
|
270
|
+
key: "font-weight-header",
|
|
271
|
+
name: "Font Weight Header",
|
|
272
|
+
variable: require_fontWeight.FontWeightCSSVar.Header,
|
|
273
|
+
defaultValue: require_fontWeight.fontWeight.header,
|
|
274
274
|
category: "Typography"
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
|
-
key: "font-weight-
|
|
278
|
-
name: "Font Weight
|
|
279
|
-
variable: require_fontWeight.FontWeightCSSVar.
|
|
280
|
-
defaultValue: require_fontWeight.fontWeight.
|
|
277
|
+
key: "font-weight-body-emphasis",
|
|
278
|
+
name: "Font Weight Body Emphasis",
|
|
279
|
+
variable: require_fontWeight.FontWeightCSSVar.BodyEmphasis,
|
|
280
|
+
defaultValue: require_fontWeight.fontWeight.body_emphasis,
|
|
281
281
|
category: "Typography"
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
|
-
key: "
|
|
285
|
-
name: "
|
|
286
|
-
variable:
|
|
287
|
-
defaultValue:
|
|
284
|
+
key: "font-weight-body-standard",
|
|
285
|
+
name: "Font Weight Body Standard",
|
|
286
|
+
variable: require_fontWeight.FontWeightCSSVar.BodyStandard,
|
|
287
|
+
defaultValue: require_fontWeight.fontWeight.body_standard,
|
|
288
288
|
category: "Typography"
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
|
-
key: "line-height-
|
|
292
|
-
name: "Line Height
|
|
293
|
-
variable: require_lineHeight.LineHeightCSSVar.
|
|
294
|
-
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight
|
|
291
|
+
key: "line-height-t1",
|
|
292
|
+
name: "Line Height T1",
|
|
293
|
+
variable: require_lineHeight.LineHeightCSSVar.T1,
|
|
294
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.t1),
|
|
295
295
|
category: "Typography"
|
|
296
296
|
},
|
|
297
297
|
{
|
|
298
|
-
key: "line-height-
|
|
299
|
-
name: "Line Height
|
|
300
|
-
variable: require_lineHeight.LineHeightCSSVar.
|
|
301
|
-
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight
|
|
298
|
+
key: "line-height-t2",
|
|
299
|
+
name: "Line Height T2",
|
|
300
|
+
variable: require_lineHeight.LineHeightCSSVar.T2,
|
|
301
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.t2),
|
|
302
302
|
category: "Typography"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
|
-
key: "line-height-
|
|
306
|
-
name: "Line Height
|
|
307
|
-
variable: require_lineHeight.LineHeightCSSVar.
|
|
308
|
-
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight
|
|
305
|
+
key: "line-height-t3",
|
|
306
|
+
name: "Line Height T3",
|
|
307
|
+
variable: require_lineHeight.LineHeightCSSVar.T3,
|
|
308
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.t3),
|
|
309
309
|
category: "Typography"
|
|
310
310
|
},
|
|
311
311
|
{
|
|
312
|
-
key: "line-height-
|
|
313
|
-
name: "Line Height
|
|
314
|
-
variable: require_lineHeight.LineHeightCSSVar.
|
|
315
|
-
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight
|
|
312
|
+
key: "line-height-h1",
|
|
313
|
+
name: "Line Height H1",
|
|
314
|
+
variable: require_lineHeight.LineHeightCSSVar.H1,
|
|
315
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.h1),
|
|
316
316
|
category: "Typography"
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
|
-
key: "line-height-
|
|
320
|
-
name: "Line Height
|
|
321
|
-
variable: require_lineHeight.LineHeightCSSVar.
|
|
322
|
-
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight
|
|
319
|
+
key: "line-height-h2",
|
|
320
|
+
name: "Line Height H2",
|
|
321
|
+
variable: require_lineHeight.LineHeightCSSVar.H2,
|
|
322
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.h2),
|
|
323
323
|
category: "Typography"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
|
-
key: "line-height-
|
|
327
|
-
name: "Line Height
|
|
328
|
-
variable: require_lineHeight.LineHeightCSSVar.
|
|
329
|
-
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight
|
|
326
|
+
key: "line-height-h3",
|
|
327
|
+
name: "Line Height H3",
|
|
328
|
+
variable: require_lineHeight.LineHeightCSSVar.H3,
|
|
329
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.h3),
|
|
330
330
|
category: "Typography"
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
|
-
key: "line-height-
|
|
334
|
-
name: "Line Height
|
|
335
|
-
variable: require_lineHeight.LineHeightCSSVar.
|
|
336
|
-
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight
|
|
333
|
+
key: "line-height-b1",
|
|
334
|
+
name: "Line Height B1",
|
|
335
|
+
variable: require_lineHeight.LineHeightCSSVar.B1,
|
|
336
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.b1),
|
|
337
337
|
category: "Typography"
|
|
338
338
|
},
|
|
339
339
|
{
|
|
340
|
-
key: "line-height-
|
|
341
|
-
name: "Line Height
|
|
342
|
-
variable: require_lineHeight.LineHeightCSSVar.
|
|
343
|
-
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight
|
|
340
|
+
key: "line-height-b2",
|
|
341
|
+
name: "Line Height B2",
|
|
342
|
+
variable: require_lineHeight.LineHeightCSSVar.B2,
|
|
343
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.b2),
|
|
344
344
|
category: "Typography"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
|
-
key: "line-height-
|
|
348
|
-
name: "Line Height
|
|
349
|
-
variable: require_lineHeight.LineHeightCSSVar.
|
|
350
|
-
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight
|
|
347
|
+
key: "line-height-b3",
|
|
348
|
+
name: "Line Height B3",
|
|
349
|
+
variable: require_lineHeight.LineHeightCSSVar.B3,
|
|
350
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.b3),
|
|
351
351
|
category: "Typography"
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
|
-
key: "
|
|
355
|
-
name: "
|
|
356
|
-
variable:
|
|
357
|
-
defaultValue:
|
|
354
|
+
key: "line-height-b4",
|
|
355
|
+
name: "Line Height B4",
|
|
356
|
+
variable: require_lineHeight.LineHeightCSSVar.B4,
|
|
357
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.b4),
|
|
358
358
|
category: "Typography"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
|
-
key: "
|
|
362
|
-
name: "
|
|
363
|
-
variable:
|
|
364
|
-
defaultValue:
|
|
361
|
+
key: "line-height-b5",
|
|
362
|
+
name: "Line Height B5",
|
|
363
|
+
variable: require_lineHeight.LineHeightCSSVar.B5,
|
|
364
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.b5),
|
|
365
|
+
category: "Typography"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
key: "line-height-l1",
|
|
369
|
+
name: "Line Height L1",
|
|
370
|
+
variable: require_lineHeight.LineHeightCSSVar.L1,
|
|
371
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.l1),
|
|
372
|
+
category: "Typography"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
key: "line-height-l2",
|
|
376
|
+
name: "Line Height L2",
|
|
377
|
+
variable: require_lineHeight.LineHeightCSSVar.L2,
|
|
378
|
+
defaultValue: require_lineHeight.convertLineHeightToPercentage(require_lineHeight.lineHeight.l2),
|
|
379
|
+
category: "Typography"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
key: "letter-spacing-t1",
|
|
383
|
+
name: "Letter Spacing T1",
|
|
384
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.T1,
|
|
385
|
+
defaultValue: require_letterSpacing.letterSpacing.t1,
|
|
386
|
+
category: "Typography"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
key: "letter-spacing-t2",
|
|
390
|
+
name: "Letter Spacing T2",
|
|
391
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.T2,
|
|
392
|
+
defaultValue: require_letterSpacing.letterSpacing.t2,
|
|
393
|
+
category: "Typography"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
key: "letter-spacing-t3",
|
|
397
|
+
name: "Letter Spacing T3",
|
|
398
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.T3,
|
|
399
|
+
defaultValue: require_letterSpacing.letterSpacing.t3,
|
|
400
|
+
category: "Typography"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
key: "letter-spacing-h1",
|
|
404
|
+
name: "Letter Spacing H1",
|
|
405
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.H1,
|
|
406
|
+
defaultValue: require_letterSpacing.letterSpacing.h1,
|
|
407
|
+
category: "Typography"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
key: "letter-spacing-h2",
|
|
411
|
+
name: "Letter Spacing H2",
|
|
412
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.H2,
|
|
413
|
+
defaultValue: require_letterSpacing.letterSpacing.h2,
|
|
414
|
+
category: "Typography"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
key: "letter-spacing-h3",
|
|
418
|
+
name: "Letter Spacing H3",
|
|
419
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.H3,
|
|
420
|
+
defaultValue: require_letterSpacing.letterSpacing.h3,
|
|
421
|
+
category: "Typography"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
key: "letter-spacing-b1",
|
|
425
|
+
name: "Letter Spacing B1",
|
|
426
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.B1,
|
|
427
|
+
defaultValue: require_letterSpacing.letterSpacing.b1,
|
|
428
|
+
category: "Typography"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
key: "letter-spacing-b2",
|
|
432
|
+
name: "Letter Spacing B2",
|
|
433
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.B2,
|
|
434
|
+
defaultValue: require_letterSpacing.letterSpacing.b2,
|
|
435
|
+
category: "Typography"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
key: "letter-spacing-b3",
|
|
439
|
+
name: "Letter Spacing B3",
|
|
440
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.B3,
|
|
441
|
+
defaultValue: require_letterSpacing.letterSpacing.b3,
|
|
442
|
+
category: "Typography"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
key: "letter-spacing-b4",
|
|
446
|
+
name: "Letter Spacing B4",
|
|
447
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.B4,
|
|
448
|
+
defaultValue: require_letterSpacing.letterSpacing.b4,
|
|
449
|
+
category: "Typography"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
key: "letter-spacing-b5",
|
|
453
|
+
name: "Letter Spacing B5",
|
|
454
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.B5,
|
|
455
|
+
defaultValue: require_letterSpacing.letterSpacing.b5,
|
|
456
|
+
category: "Typography"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
key: "letter-spacing-l1",
|
|
460
|
+
name: "Letter Spacing L1",
|
|
461
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.L1,
|
|
462
|
+
defaultValue: require_letterSpacing.letterSpacing.l1,
|
|
463
|
+
category: "Typography"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
key: "letter-spacing-l2",
|
|
467
|
+
name: "Letter Spacing L2",
|
|
468
|
+
variable: require_letterSpacing.LetterSpacingCSSVar.L2,
|
|
469
|
+
defaultValue: require_letterSpacing.letterSpacing.l2,
|
|
365
470
|
category: "Typography"
|
|
366
471
|
},
|
|
367
472
|
{
|
|
@@ -259,108 +259,213 @@ const useGetDefaultCssVariables = ({ defaultMerchantColors }) => {
|
|
|
259
259
|
category: "Typography"
|
|
260
260
|
},
|
|
261
261
|
{
|
|
262
|
-
key: "font-weight-
|
|
263
|
-
name: "Font Weight
|
|
264
|
-
variable: FontWeightCSSVar.
|
|
265
|
-
defaultValue: fontWeight.
|
|
262
|
+
key: "font-weight-title",
|
|
263
|
+
name: "Font Weight Title",
|
|
264
|
+
variable: FontWeightCSSVar.Title,
|
|
265
|
+
defaultValue: fontWeight.title,
|
|
266
266
|
category: "Typography"
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
|
-
key: "font-weight-
|
|
270
|
-
name: "Font Weight
|
|
271
|
-
variable: FontWeightCSSVar.
|
|
272
|
-
defaultValue: fontWeight.
|
|
269
|
+
key: "font-weight-header",
|
|
270
|
+
name: "Font Weight Header",
|
|
271
|
+
variable: FontWeightCSSVar.Header,
|
|
272
|
+
defaultValue: fontWeight.header,
|
|
273
273
|
category: "Typography"
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
key: "font-weight-
|
|
277
|
-
name: "Font Weight
|
|
278
|
-
variable: FontWeightCSSVar.
|
|
279
|
-
defaultValue: fontWeight.
|
|
276
|
+
key: "font-weight-body-emphasis",
|
|
277
|
+
name: "Font Weight Body Emphasis",
|
|
278
|
+
variable: FontWeightCSSVar.BodyEmphasis,
|
|
279
|
+
defaultValue: fontWeight.body_emphasis,
|
|
280
280
|
category: "Typography"
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
|
-
key: "
|
|
284
|
-
name: "
|
|
285
|
-
variable:
|
|
286
|
-
defaultValue:
|
|
283
|
+
key: "font-weight-body-standard",
|
|
284
|
+
name: "Font Weight Body Standard",
|
|
285
|
+
variable: FontWeightCSSVar.BodyStandard,
|
|
286
|
+
defaultValue: fontWeight.body_standard,
|
|
287
287
|
category: "Typography"
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
|
-
key: "line-height-
|
|
291
|
-
name: "Line Height
|
|
292
|
-
variable: LineHeightCSSVar.
|
|
293
|
-
defaultValue: convertLineHeightToPercentage(lineHeight
|
|
290
|
+
key: "line-height-t1",
|
|
291
|
+
name: "Line Height T1",
|
|
292
|
+
variable: LineHeightCSSVar.T1,
|
|
293
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.t1),
|
|
294
294
|
category: "Typography"
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
|
-
key: "line-height-
|
|
298
|
-
name: "Line Height
|
|
299
|
-
variable: LineHeightCSSVar.
|
|
300
|
-
defaultValue: convertLineHeightToPercentage(lineHeight
|
|
297
|
+
key: "line-height-t2",
|
|
298
|
+
name: "Line Height T2",
|
|
299
|
+
variable: LineHeightCSSVar.T2,
|
|
300
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.t2),
|
|
301
301
|
category: "Typography"
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
|
-
key: "line-height-
|
|
305
|
-
name: "Line Height
|
|
306
|
-
variable: LineHeightCSSVar.
|
|
307
|
-
defaultValue: convertLineHeightToPercentage(lineHeight
|
|
304
|
+
key: "line-height-t3",
|
|
305
|
+
name: "Line Height T3",
|
|
306
|
+
variable: LineHeightCSSVar.T3,
|
|
307
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.t3),
|
|
308
308
|
category: "Typography"
|
|
309
309
|
},
|
|
310
310
|
{
|
|
311
|
-
key: "line-height-
|
|
312
|
-
name: "Line Height
|
|
313
|
-
variable: LineHeightCSSVar.
|
|
314
|
-
defaultValue: convertLineHeightToPercentage(lineHeight
|
|
311
|
+
key: "line-height-h1",
|
|
312
|
+
name: "Line Height H1",
|
|
313
|
+
variable: LineHeightCSSVar.H1,
|
|
314
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.h1),
|
|
315
315
|
category: "Typography"
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
|
-
key: "line-height-
|
|
319
|
-
name: "Line Height
|
|
320
|
-
variable: LineHeightCSSVar.
|
|
321
|
-
defaultValue: convertLineHeightToPercentage(lineHeight
|
|
318
|
+
key: "line-height-h2",
|
|
319
|
+
name: "Line Height H2",
|
|
320
|
+
variable: LineHeightCSSVar.H2,
|
|
321
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.h2),
|
|
322
322
|
category: "Typography"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
|
-
key: "line-height-
|
|
326
|
-
name: "Line Height
|
|
327
|
-
variable: LineHeightCSSVar.
|
|
328
|
-
defaultValue: convertLineHeightToPercentage(lineHeight
|
|
325
|
+
key: "line-height-h3",
|
|
326
|
+
name: "Line Height H3",
|
|
327
|
+
variable: LineHeightCSSVar.H3,
|
|
328
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.h3),
|
|
329
329
|
category: "Typography"
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
|
-
key: "line-height-
|
|
333
|
-
name: "Line Height
|
|
334
|
-
variable: LineHeightCSSVar.
|
|
335
|
-
defaultValue: convertLineHeightToPercentage(lineHeight
|
|
332
|
+
key: "line-height-b1",
|
|
333
|
+
name: "Line Height B1",
|
|
334
|
+
variable: LineHeightCSSVar.B1,
|
|
335
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.b1),
|
|
336
336
|
category: "Typography"
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
|
-
key: "line-height-
|
|
340
|
-
name: "Line Height
|
|
341
|
-
variable: LineHeightCSSVar.
|
|
342
|
-
defaultValue: convertLineHeightToPercentage(lineHeight
|
|
339
|
+
key: "line-height-b2",
|
|
340
|
+
name: "Line Height B2",
|
|
341
|
+
variable: LineHeightCSSVar.B2,
|
|
342
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.b2),
|
|
343
343
|
category: "Typography"
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
|
-
key: "line-height-
|
|
347
|
-
name: "Line Height
|
|
348
|
-
variable: LineHeightCSSVar.
|
|
349
|
-
defaultValue: convertLineHeightToPercentage(lineHeight
|
|
346
|
+
key: "line-height-b3",
|
|
347
|
+
name: "Line Height B3",
|
|
348
|
+
variable: LineHeightCSSVar.B3,
|
|
349
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.b3),
|
|
350
350
|
category: "Typography"
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
|
-
key: "
|
|
354
|
-
name: "
|
|
355
|
-
variable:
|
|
356
|
-
defaultValue:
|
|
353
|
+
key: "line-height-b4",
|
|
354
|
+
name: "Line Height B4",
|
|
355
|
+
variable: LineHeightCSSVar.B4,
|
|
356
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.b4),
|
|
357
357
|
category: "Typography"
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
|
-
key: "
|
|
361
|
-
name: "
|
|
362
|
-
variable:
|
|
363
|
-
defaultValue:
|
|
360
|
+
key: "line-height-b5",
|
|
361
|
+
name: "Line Height B5",
|
|
362
|
+
variable: LineHeightCSSVar.B5,
|
|
363
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.b5),
|
|
364
|
+
category: "Typography"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
key: "line-height-l1",
|
|
368
|
+
name: "Line Height L1",
|
|
369
|
+
variable: LineHeightCSSVar.L1,
|
|
370
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.l1),
|
|
371
|
+
category: "Typography"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
key: "line-height-l2",
|
|
375
|
+
name: "Line Height L2",
|
|
376
|
+
variable: LineHeightCSSVar.L2,
|
|
377
|
+
defaultValue: convertLineHeightToPercentage(lineHeight.l2),
|
|
378
|
+
category: "Typography"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
key: "letter-spacing-t1",
|
|
382
|
+
name: "Letter Spacing T1",
|
|
383
|
+
variable: LetterSpacingCSSVar.T1,
|
|
384
|
+
defaultValue: letterSpacing.t1,
|
|
385
|
+
category: "Typography"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
key: "letter-spacing-t2",
|
|
389
|
+
name: "Letter Spacing T2",
|
|
390
|
+
variable: LetterSpacingCSSVar.T2,
|
|
391
|
+
defaultValue: letterSpacing.t2,
|
|
392
|
+
category: "Typography"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
key: "letter-spacing-t3",
|
|
396
|
+
name: "Letter Spacing T3",
|
|
397
|
+
variable: LetterSpacingCSSVar.T3,
|
|
398
|
+
defaultValue: letterSpacing.t3,
|
|
399
|
+
category: "Typography"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
key: "letter-spacing-h1",
|
|
403
|
+
name: "Letter Spacing H1",
|
|
404
|
+
variable: LetterSpacingCSSVar.H1,
|
|
405
|
+
defaultValue: letterSpacing.h1,
|
|
406
|
+
category: "Typography"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
key: "letter-spacing-h2",
|
|
410
|
+
name: "Letter Spacing H2",
|
|
411
|
+
variable: LetterSpacingCSSVar.H2,
|
|
412
|
+
defaultValue: letterSpacing.h2,
|
|
413
|
+
category: "Typography"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
key: "letter-spacing-h3",
|
|
417
|
+
name: "Letter Spacing H3",
|
|
418
|
+
variable: LetterSpacingCSSVar.H3,
|
|
419
|
+
defaultValue: letterSpacing.h3,
|
|
420
|
+
category: "Typography"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
key: "letter-spacing-b1",
|
|
424
|
+
name: "Letter Spacing B1",
|
|
425
|
+
variable: LetterSpacingCSSVar.B1,
|
|
426
|
+
defaultValue: letterSpacing.b1,
|
|
427
|
+
category: "Typography"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
key: "letter-spacing-b2",
|
|
431
|
+
name: "Letter Spacing B2",
|
|
432
|
+
variable: LetterSpacingCSSVar.B2,
|
|
433
|
+
defaultValue: letterSpacing.b2,
|
|
434
|
+
category: "Typography"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
key: "letter-spacing-b3",
|
|
438
|
+
name: "Letter Spacing B3",
|
|
439
|
+
variable: LetterSpacingCSSVar.B3,
|
|
440
|
+
defaultValue: letterSpacing.b3,
|
|
441
|
+
category: "Typography"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
key: "letter-spacing-b4",
|
|
445
|
+
name: "Letter Spacing B4",
|
|
446
|
+
variable: LetterSpacingCSSVar.B4,
|
|
447
|
+
defaultValue: letterSpacing.b4,
|
|
448
|
+
category: "Typography"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
key: "letter-spacing-b5",
|
|
452
|
+
name: "Letter Spacing B5",
|
|
453
|
+
variable: LetterSpacingCSSVar.B5,
|
|
454
|
+
defaultValue: letterSpacing.b5,
|
|
455
|
+
category: "Typography"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
key: "letter-spacing-l1",
|
|
459
|
+
name: "Letter Spacing L1",
|
|
460
|
+
variable: LetterSpacingCSSVar.L1,
|
|
461
|
+
defaultValue: letterSpacing.l1,
|
|
462
|
+
category: "Typography"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
key: "letter-spacing-l2",
|
|
466
|
+
name: "Letter Spacing L2",
|
|
467
|
+
variable: LetterSpacingCSSVar.L2,
|
|
468
|
+
defaultValue: letterSpacing.l2,
|
|
364
469
|
category: "Typography"
|
|
365
470
|
},
|
|
366
471
|
{
|
|
@@ -28,23 +28,38 @@ const useHandleUpdateCssVars = () => {
|
|
|
28
28
|
--${require_fontSize.FontSizeCSSVar.L1}: ${variables["font-size-l1"]} !important;
|
|
29
29
|
--${require_fontSize.FontSizeCSSVar.L2}: ${variables["font-size-l2"]} !important;
|
|
30
30
|
|
|
31
|
-
--${require_fontWeight.FontWeightCSSVar.
|
|
32
|
-
--${require_fontWeight.FontWeightCSSVar.
|
|
33
|
-
--${require_fontWeight.FontWeightCSSVar.
|
|
31
|
+
--${require_fontWeight.FontWeightCSSVar.Title}: ${variables["font-weight-title"]} !important;
|
|
32
|
+
--${require_fontWeight.FontWeightCSSVar.Header}: ${variables["font-weight-header"]} !important;
|
|
33
|
+
--${require_fontWeight.FontWeightCSSVar.BodyEmphasis}: ${variables["font-weight-body-emphasis"]} !important;
|
|
34
|
+
--${require_fontWeight.FontWeightCSSVar.BodyStandard}: ${variables["font-weight-body-standard"]} !important;
|
|
34
35
|
|
|
35
|
-
--${require_lineHeight.LineHeightCSSVar.
|
|
36
|
-
--${require_lineHeight.LineHeightCSSVar.
|
|
37
|
-
--${require_lineHeight.LineHeightCSSVar.
|
|
38
|
-
--${require_lineHeight.LineHeightCSSVar.
|
|
39
|
-
--${require_lineHeight.LineHeightCSSVar.
|
|
40
|
-
--${require_lineHeight.LineHeightCSSVar.
|
|
41
|
-
--${require_lineHeight.LineHeightCSSVar.
|
|
42
|
-
--${require_lineHeight.LineHeightCSSVar.
|
|
43
|
-
--${require_lineHeight.LineHeightCSSVar.
|
|
44
|
-
--${require_lineHeight.LineHeightCSSVar.
|
|
36
|
+
--${require_lineHeight.LineHeightCSSVar.T1}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-t1"])} !important;
|
|
37
|
+
--${require_lineHeight.LineHeightCSSVar.T2}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-t2"])} !important;
|
|
38
|
+
--${require_lineHeight.LineHeightCSSVar.T3}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-t3"])} !important;
|
|
39
|
+
--${require_lineHeight.LineHeightCSSVar.H1}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-h1"])} !important;
|
|
40
|
+
--${require_lineHeight.LineHeightCSSVar.H2}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-h2"])} !important;
|
|
41
|
+
--${require_lineHeight.LineHeightCSSVar.H3}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-h3"])} !important;
|
|
42
|
+
--${require_lineHeight.LineHeightCSSVar.B1}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-b1"])} !important;
|
|
43
|
+
--${require_lineHeight.LineHeightCSSVar.B2}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-b2"])} !important;
|
|
44
|
+
--${require_lineHeight.LineHeightCSSVar.B3}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-b3"])} !important;
|
|
45
|
+
--${require_lineHeight.LineHeightCSSVar.B4}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-b4"])} !important;
|
|
46
|
+
--${require_lineHeight.LineHeightCSSVar.B5}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-b5"])} !important;
|
|
47
|
+
--${require_lineHeight.LineHeightCSSVar.L1}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-l1"])} !important;
|
|
48
|
+
--${require_lineHeight.LineHeightCSSVar.L2}: ${require_lineHeight.convertPercentageTolineHeight(variables["line-height-l2"])} !important;
|
|
45
49
|
|
|
46
|
-
--${require_letterSpacing.LetterSpacingCSSVar.
|
|
47
|
-
--${require_letterSpacing.LetterSpacingCSSVar.
|
|
50
|
+
--${require_letterSpacing.LetterSpacingCSSVar.T1}: ${variables["letter-spacing-t1"]} !important;
|
|
51
|
+
--${require_letterSpacing.LetterSpacingCSSVar.T2}: ${variables["letter-spacing-t2"]} !important;
|
|
52
|
+
--${require_letterSpacing.LetterSpacingCSSVar.T3}: ${variables["letter-spacing-t3"]} !important;
|
|
53
|
+
--${require_letterSpacing.LetterSpacingCSSVar.H1}: ${variables["letter-spacing-h1"]} !important;
|
|
54
|
+
--${require_letterSpacing.LetterSpacingCSSVar.H2}: ${variables["letter-spacing-h2"]} !important;
|
|
55
|
+
--${require_letterSpacing.LetterSpacingCSSVar.H3}: ${variables["letter-spacing-h3"]} !important;
|
|
56
|
+
--${require_letterSpacing.LetterSpacingCSSVar.B1}: ${variables["letter-spacing-b1"]} !important;
|
|
57
|
+
--${require_letterSpacing.LetterSpacingCSSVar.B2}: ${variables["letter-spacing-b2"]} !important;
|
|
58
|
+
--${require_letterSpacing.LetterSpacingCSSVar.B3}: ${variables["letter-spacing-b3"]} !important;
|
|
59
|
+
--${require_letterSpacing.LetterSpacingCSSVar.B4}: ${variables["letter-spacing-b4"]} !important;
|
|
60
|
+
--${require_letterSpacing.LetterSpacingCSSVar.B5}: ${variables["letter-spacing-b5"]} !important;
|
|
61
|
+
--${require_letterSpacing.LetterSpacingCSSVar.L1}: ${variables["letter-spacing-l1"]} !important;
|
|
62
|
+
--${require_letterSpacing.LetterSpacingCSSVar.L2}: ${variables["letter-spacing-l2"]} !important;
|
|
48
63
|
|
|
49
64
|
--${require_fontFamily.FontFamilyCSSVar.Title}: ${variables["font-family-title"]} !important;
|
|
50
65
|
--${require_fontFamily.FontFamilyCSSVar.Header}: ${variables["font-family-header"]} !important;
|