@envive-ai/react-toolkit-v3 0.3.32 → 0.3.34

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.
Files changed (278) hide show
  1. package/dist/AnimatedText/AnimatedText.d.cts +3 -3
  2. package/dist/AnimatedText/AnimatedText.d.ts +3 -3
  3. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
  4. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
  5. package/dist/CSSVariablesEditor/hooks/useGetCssVariablesOptions.cjs +1 -1
  6. package/dist/CSSVariablesEditor/hooks/useGetCssVariablesOptions.js +1 -1
  7. package/dist/CSSVariablesEditor/hooks/useGetCurrentMerchantColors.cjs +1 -1
  8. package/dist/CSSVariablesEditor/hooks/useGetCurrentMerchantColors.js +1 -1
  9. package/dist/CSSVariablesEditor/hooks/useGetDefaultCssVariables.cjs +166 -61
  10. package/dist/CSSVariablesEditor/hooks/useGetDefaultCssVariables.js +166 -61
  11. package/dist/CSSVariablesEditor/hooks/useHandleUpdateCssVars.cjs +31 -16
  12. package/dist/CSSVariablesEditor/hooks/useHandleUpdateCssVars.js +31 -16
  13. package/dist/Carousel/Carousel.d.cts +2 -2
  14. package/dist/Carousel/Carousel.d.ts +2 -2
  15. package/dist/Carousel/components/Badge.cjs +1 -1
  16. package/dist/Carousel/components/Badge.js +1 -1
  17. package/dist/Carousel/components/Container.cjs +1 -1
  18. package/dist/Carousel/components/Container.js +1 -1
  19. package/dist/ChatFooter/ChatFooter.cjs +1 -1
  20. package/dist/ChatFooter/ChatFooter.d.cts +2 -2
  21. package/dist/ChatFooter/ChatFooter.d.ts +2 -2
  22. package/dist/ChatFooter/ChatFooter.js +1 -1
  23. package/dist/ChatFooter/components/Layout.cjs +1 -1
  24. package/dist/ChatFooter/components/Layout.js +1 -1
  25. package/dist/ChatFooter/components/index.d.cts +5 -5
  26. package/dist/ChatFooter/components/index.d.ts +5 -5
  27. package/dist/ChatHeader/ChatHeader.d.cts +2 -2
  28. package/dist/ChatHeader/ChatHeader.d.ts +2 -2
  29. package/dist/ChatHeader/hooks/useGetHandleProperties.cjs +1 -1
  30. package/dist/ChatHeader/hooks/useGetHandleProperties.js +1 -1
  31. package/dist/ChatHeader/hooks/useGetLayoutProperties.cjs +1 -1
  32. package/dist/ChatHeader/hooks/useGetLayoutProperties.js +1 -1
  33. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  34. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  35. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  36. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
  37. package/dist/ChatPreviewComparison/components/Layout.cjs +2 -2
  38. package/dist/ChatPreviewComparison/components/Layout.js +2 -2
  39. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
  40. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  41. package/dist/Container/Container.d.cts +172 -172
  42. package/dist/Container/Container.d.ts +172 -172
  43. package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
  44. package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
  45. package/dist/DesignTokens/components/FontFamily.cjs +1 -1
  46. package/dist/DesignTokens/components/FontFamily.js +1 -1
  47. package/dist/DesignTokens/components/FontSize.cjs +1 -1
  48. package/dist/DesignTokens/components/FontSize.js +1 -1
  49. package/dist/DesignTokens/components/FontWeight.cjs +5 -4
  50. package/dist/DesignTokens/components/FontWeight.js +5 -4
  51. package/dist/DesignTokens/components/LetterSpacing.cjs +16 -2
  52. package/dist/DesignTokens/components/LetterSpacing.js +16 -2
  53. package/dist/DesignTokens/components/LineHeight.cjs +14 -9
  54. package/dist/DesignTokens/components/LineHeight.js +14 -9
  55. package/dist/DesignTokens/components/Typography.cjs +1 -1
  56. package/dist/DesignTokens/components/Typography.js +1 -1
  57. package/dist/Disclaimer/components/Container.cjs +1 -1
  58. package/dist/Disclaimer/components/Container.js +1 -1
  59. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
  60. package/dist/DocumentRetrievalCard/components/Image.cjs +1 -1
  61. package/dist/DocumentRetrievalCard/components/Image.js +1 -1
  62. package/dist/DocumentRetrievalCard/components/Layout.cjs +1 -1
  63. package/dist/DocumentRetrievalCard/components/Layout.js +1 -1
  64. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.cjs +1 -1
  65. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.js +1 -1
  66. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Label.cjs +1 -1
  67. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Label.js +1 -1
  68. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Layout.cjs +1 -1
  69. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Layout.js +1 -1
  70. package/dist/FloatingButton/FloatingButton.d.cts +2 -2
  71. package/dist/FloatingButton/FloatingButton.d.ts +2 -2
  72. package/dist/FloatingButton/components/Button.cjs +1 -1
  73. package/dist/FloatingButton/components/Button.js +1 -1
  74. package/dist/FloatingButton/components/Container.cjs +1 -1
  75. package/dist/FloatingButton/components/Container.js +1 -1
  76. package/dist/FloatingButton/components/Wrapper.cjs +1 -1
  77. package/dist/FloatingButton/components/Wrapper.js +1 -1
  78. package/dist/FloatingChat/FloatingChat.d.cts +2 -2
  79. package/dist/FloatingChat/FloatingChat.d.ts +2 -2
  80. package/dist/FloatingChat/components/ChatMessages.cjs +1 -1
  81. package/dist/FloatingChat/components/ChatMessages.js +1 -1
  82. package/dist/FloatingChat/components/Layout.cjs +1 -1
  83. package/dist/FloatingChat/components/Layout.js +1 -1
  84. package/dist/FloatingChat/components/ProductResultsModal.cjs +1 -1
  85. package/dist/FloatingChat/components/ProductResultsModal.js +1 -1
  86. package/dist/FloatingChat/components/ResultsGridView.cjs +1 -1
  87. package/dist/FloatingChat/components/ResultsGridView.js +1 -1
  88. package/dist/FloatingChat/components/SalesAgentBadgeContent.cjs +4 -4
  89. package/dist/FloatingChat/components/SalesAgentBadgeContent.js +4 -4
  90. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +6 -3
  91. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +6 -3
  92. package/dist/FloatingChat/utils/functions.cjs +2 -1
  93. package/dist/FloatingChat/utils/functions.js +2 -1
  94. package/dist/Form/Form.cjs +1 -1
  95. package/dist/Form/Form.js +1 -1
  96. package/dist/Form/components/Layout.cjs +1 -1
  97. package/dist/Form/components/Layout.js +1 -1
  98. package/dist/Form/components/SubmitButtonItem.cjs +1 -1
  99. package/dist/Form/components/SubmitButtonItem.js +1 -1
  100. package/dist/Form/components/TextFieldItem.cjs +1 -1
  101. package/dist/Form/components/TextFieldItem.js +1 -1
  102. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
  103. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
  104. package/dist/FullPageSalesAgent/components/Layout.cjs +1 -1
  105. package/dist/FullPageSalesAgent/components/Layout.js +1 -1
  106. package/dist/FullPageSalesAgent/components/WelcomeOverlay.cjs +1 -1
  107. package/dist/FullPageSalesAgent/components/WelcomeOverlay.js +1 -1
  108. package/dist/Image/Image.cjs +1 -1
  109. package/dist/Image/Image.d.cts +2 -2
  110. package/dist/Image/Image.d.ts +2 -2
  111. package/dist/Image/Image.js +1 -1
  112. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  113. package/dist/ImageGallery/components/Layout.cjs +1 -1
  114. package/dist/ImageGallery/components/Layout.js +1 -1
  115. package/dist/ImageGallery/utils/functions.cjs +1 -1
  116. package/dist/ImageGallery/utils/functions.js +1 -1
  117. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
  118. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  119. package/dist/Message/components/Layout.cjs +1 -1
  120. package/dist/Message/components/Layout.js +1 -1
  121. package/dist/OrderLookupCard/OrderLookupCard.cjs +1 -1
  122. package/dist/OrderLookupCard/OrderLookupCard.js +1 -1
  123. package/dist/OrderLookupCard/components/Layout.cjs +1 -1
  124. package/dist/OrderLookupCard/components/Layout.js +1 -1
  125. package/dist/OrderLookupCard/components/MoreProductsOverlay.cjs +1 -1
  126. package/dist/OrderLookupCard/components/MoreProductsOverlay.js +1 -1
  127. package/dist/OrderLookupCard/components/ProductImageGridItem.cjs +1 -1
  128. package/dist/OrderLookupCard/components/ProductImageGridItem.js +1 -1
  129. package/dist/OrderLookupCard/components/ProductImageItem.cjs +1 -1
  130. package/dist/OrderLookupCard/components/ProductImageItem.js +1 -1
  131. package/dist/OrderLookupCard/components/ProductImagesGrid.cjs +1 -1
  132. package/dist/OrderLookupCard/components/ProductImagesGrid.js +1 -1
  133. package/dist/OrderLookupCard/components/StatusLabel.cjs +1 -1
  134. package/dist/OrderLookupCard/components/StatusLabel.js +1 -1
  135. package/dist/OrderLookupCard/components/TrackOrderLink.cjs +1 -1
  136. package/dist/OrderLookupCard/components/TrackOrderLink.js +1 -1
  137. package/dist/ProductCard/ProductCard.cjs +14 -8
  138. package/dist/ProductCard/ProductCard.d.cts +3 -2
  139. package/dist/ProductCard/ProductCard.d.ts +3 -2
  140. package/dist/ProductCard/ProductCard.js +10 -4
  141. package/dist/ProductCard/components/Header.cjs +7 -5
  142. package/dist/ProductCard/components/Header.js +7 -5
  143. package/dist/ProductCard/components/Poster.cjs +3 -2
  144. package/dist/ProductCard/components/Poster.js +3 -2
  145. package/dist/ProductCard/hooks/useGetPosterProperties.cjs +5 -3
  146. package/dist/ProductCard/hooks/useGetPosterProperties.js +6 -3
  147. package/dist/ProductCard/index.cjs +3 -1
  148. package/dist/ProductCard/index.d.cts +2 -2
  149. package/dist/ProductCard/index.d.ts +2 -2
  150. package/dist/ProductCard/index.js +2 -1
  151. package/dist/ProductCard/types/index.cjs +10 -0
  152. package/dist/ProductCard/types/index.d.cts +13 -3
  153. package/dist/ProductCard/types/index.d.ts +13 -3
  154. package/dist/ProductCard/types/index.js +9 -0
  155. package/dist/PromptButton/PromptButton.cjs +1 -1
  156. package/dist/PromptButton/PromptButton.d.cts +2 -2
  157. package/dist/PromptButton/PromptButton.d.ts +2 -2
  158. package/dist/PromptButton/PromptButton.js +1 -1
  159. package/dist/PromptButton/components/Layout.cjs +1 -1
  160. package/dist/PromptButton/components/Layout.js +1 -1
  161. package/dist/PromptButton/components/Loading.cjs +1 -1
  162. package/dist/PromptButton/components/Loading.js +1 -1
  163. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  164. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  165. package/dist/PromptButtonCarouselWithImage/components/Layout.cjs +1 -1
  166. package/dist/PromptButtonCarouselWithImage/components/Layout.js +1 -1
  167. package/dist/PromptButtonCarouselWithImage/components/Skeleton.cjs +1 -1
  168. package/dist/PromptButtonCarouselWithImage/components/Skeleton.js +1 -1
  169. package/dist/PromptCarousel/PromptCarousel.cjs +1 -1
  170. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  171. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  172. package/dist/PromptCarousel/PromptCarousel.js +1 -1
  173. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  174. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  175. package/dist/ReviewCard/components/Container.cjs +1 -1
  176. package/dist/ReviewCard/components/Container.js +1 -1
  177. package/dist/ReviewCard/components/Rating.cjs +1 -1
  178. package/dist/ReviewCard/components/Rating.js +1 -1
  179. package/dist/ReviewCard/components/ReadMoreButton.cjs +1 -1
  180. package/dist/ReviewCard/components/ReadMoreButton.js +1 -1
  181. package/dist/ReviewCard/components/index.d.cts +4 -4
  182. package/dist/ReviewCard/components/index.d.ts +6 -6
  183. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  184. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
  185. package/dist/SalesAgentProductCard/components/Container.cjs +1 -1
  186. package/dist/SalesAgentProductCard/components/Container.js +1 -1
  187. package/dist/SalesAgentProductCard/components/ProductImage.cjs +1 -1
  188. package/dist/SalesAgentProductCard/components/ProductImage.js +1 -1
  189. package/dist/SalesAgentProductCard/components/ProductName.cjs +1 -1
  190. package/dist/SalesAgentProductCard/components/ProductName.js +1 -1
  191. package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
  192. package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
  193. package/dist/SocialProof/SocialProof.d.cts +2 -2
  194. package/dist/SocialProof/SocialProof.d.ts +2 -2
  195. package/dist/SocialProof/components/Headline.cjs +1 -1
  196. package/dist/SocialProof/components/Headline.js +1 -1
  197. package/dist/SocialProof/components/LayoutFourHorizontal.cjs +1 -1
  198. package/dist/SocialProof/components/LayoutFourHorizontal.js +1 -1
  199. package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
  200. package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
  201. package/dist/Stack/Stack.d.cts +2 -2
  202. package/dist/Stack/Stack.d.ts +2 -2
  203. package/dist/TextField/TextField.cjs +1 -1
  204. package/dist/TextField/TextField.js +1 -1
  205. package/dist/TextField/components/Input.cjs +1 -1
  206. package/dist/TextField/components/Input.js +1 -1
  207. package/dist/TextField/components/Layout.cjs +1 -1
  208. package/dist/TextField/components/Layout.js +1 -1
  209. package/dist/TextField/components/SendIcon.cjs +1 -1
  210. package/dist/TextField/components/SendIcon.js +1 -1
  211. package/dist/Title/Title.cjs +1 -1
  212. package/dist/Title/Title.js +1 -1
  213. package/dist/Title/components/Layout.cjs +1 -1
  214. package/dist/Title/components/Layout.js +1 -1
  215. package/dist/TitledPromptCarousel/TitledPromptCarousel.cjs +1 -1
  216. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  217. package/dist/TitledPromptCarousel/TitledPromptCarousel.js +1 -1
  218. package/dist/Tokens/index.cjs +2 -2
  219. package/dist/Tokens/index.js +2 -2
  220. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  221. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  222. package/dist/Typography/Typography.d.cts +4 -4
  223. package/dist/Typography/Typography.d.ts +4 -4
  224. package/dist/WelcomeMessage/components/Container.cjs +1 -1
  225. package/dist/WelcomeMessage/components/Container.js +1 -1
  226. package/dist/WidgetTextField/WidgetTextField.cjs +3 -2
  227. package/dist/WidgetTextField/WidgetTextField.d.cts +3 -2
  228. package/dist/WidgetTextField/WidgetTextField.d.ts +3 -2
  229. package/dist/WidgetTextField/WidgetTextField.js +3 -2
  230. package/dist/WidgetTextField/components/Container.cjs +4 -3
  231. package/dist/WidgetTextField/components/Container.js +4 -3
  232. package/dist/WidgetTextField/components/Skeleton.cjs +1 -1
  233. package/dist/WidgetTextField/components/Skeleton.js +1 -1
  234. package/dist/WidgetTextField/hooks/useGetContainerProperties.cjs +7 -3
  235. package/dist/WidgetTextField/hooks/useGetContainerProperties.js +7 -3
  236. package/dist/WidgetTextField/types/types.d.cts +2 -0
  237. package/dist/WidgetTextField/types/types.d.ts +2 -0
  238. package/dist/WidgetWrapper/WidgetWrapper.cjs +1 -1
  239. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  240. package/dist/WidgetWrapper/WidgetWrapper.js +1 -1
  241. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
  242. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
  243. package/dist/packages/components-v3/tokens/typography/fontWeight.cjs +12 -9
  244. package/dist/packages/components-v3/tokens/typography/fontWeight.d.ts +4 -3
  245. package/dist/packages/components-v3/tokens/typography/fontWeight.js +12 -9
  246. package/dist/packages/components-v3/tokens/typography/letterSpacing.cjs +39 -6
  247. package/dist/packages/components-v3/tokens/typography/letterSpacing.d.ts +13 -2
  248. package/dist/packages/components-v3/tokens/typography/letterSpacing.js +39 -6
  249. package/dist/packages/components-v3/tokens/typography/lineHeight.cjs +39 -30
  250. package/dist/packages/components-v3/tokens/typography/lineHeight.d.ts +15 -12
  251. package/dist/packages/components-v3/tokens/typography/lineHeight.js +39 -30
  252. package/dist/packages/components-v3/tokens/typography/typography.cjs +63 -63
  253. package/dist/packages/components-v3/tokens/typography/typography.js +63 -63
  254. package/dist/styles.css +1 -1
  255. package/dist/tokens/typography/fontWeight.d.cts +4 -3
  256. package/dist/tokens/typography/letterSpacing.d.cts +13 -2
  257. package/dist/tokens/typography/lineHeight.d.cts +15 -12
  258. package/dist/utils/resolveTheme.cjs +1 -1
  259. package/dist/utils/resolveTheme.js +1 -1
  260. package/package.json +1 -1
  261. package/src/components/CSSVariablesEditor/hooks/useGetDefaultCssVariables.ts +165 -60
  262. package/src/components/CSSVariablesEditor/hooks/useHandleUpdateCssVars.ts +30 -15
  263. package/src/components/DesignTokens/components/FontWeight.tsx +4 -3
  264. package/src/components/DesignTokens/components/LetterSpacing.tsx +13 -1
  265. package/src/components/DesignTokens/components/LineHeight.tsx +13 -8
  266. package/src/components/FloatingChat/components/SalesAgentBadgeContent.tsx +8 -2
  267. package/src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx +5 -2
  268. package/src/components/FloatingChat/utils/functions.ts +2 -3
  269. package/src/components/ProductCard/ProductCard.tsx +8 -4
  270. package/src/components/ProductCard/components/Header.tsx +11 -5
  271. package/src/components/ProductCard/components/Poster.tsx +12 -3
  272. package/src/components/ProductCard/hooks/useGetPosterProperties.ts +15 -3
  273. package/src/components/ProductCard/index.ts +1 -0
  274. package/src/components/ProductCard/types/index.ts +13 -1
  275. package/src/components/WidgetTextField/WidgetTextField.tsx +2 -0
  276. package/src/components/WidgetTextField/components/Container.tsx +3 -0
  277. package/src/components/WidgetTextField/hooks/useGetContainerProperties.ts +8 -2
  278. package/src/components/WidgetTextField/types/types.ts +2 -0
@@ -1,5 +1,3 @@
1
- import { Theme } from "../packages/components-v3/tokens/theme/theme.js";
2
- import { screensBreakpointsVariables, tailwindScreens } from "../packages/components-v3/tokens/breakpoints/breakpoints.js";
3
1
  import { colorsVariables } from "../packages/components-v3/tokens/colors/colors.js";
4
2
  import { fontSizeVariables } from "../packages/components-v3/tokens/typography/fontSize.js";
5
3
  import { fontWeightVariables } from "../packages/components-v3/tokens/typography/fontWeight.js";
@@ -8,6 +6,8 @@ import { letterSpacingVariables } from "../packages/components-v3/tokens/typogra
8
6
  import { FontFamily, fontFamilyVariables } from "../packages/components-v3/tokens/typography/fontFamily.js";
9
7
  import { borderRadiusVariables } from "../packages/components-v3/tokens/radius/radius.js";
10
8
  import { aspectRatioVariables } from "../packages/components-v3/tokens/aspectRatio/aspectRatio.js";
9
+ import { Theme } from "../packages/components-v3/tokens/theme/theme.js";
10
+ import { screensBreakpointsVariables, tailwindScreens } from "../packages/components-v3/tokens/breakpoints/breakpoints.js";
11
11
  import { createTypographyComponents } from "../packages/components-v3/tokens/typography/typography.js";
12
12
  import { spacingVariables } from "../packages/components-v3/tokens/spacing/spacing.js";
13
13
  import { animationsVariables, keyFramesVariables } from "../packages/components-v3/tokens/montion/motion.js";
@@ -1,5 +1,5 @@
1
1
  import { TypingAnimationProps } from "./types/index.cjs";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/TypingAnimation/TypingAnimation.d.ts
5
5
  declare const TypingAnimation: ({
@@ -7,6 +7,6 @@ declare const TypingAnimation: ({
7
7
  widgetContentProps,
8
8
  widgetStyleProps,
9
9
  widgetEventProps
10
- }: TypingAnimationProps) => react_jsx_runtime1.JSX.Element;
10
+ }: TypingAnimationProps) => react_jsx_runtime19.JSX.Element;
11
11
  //#endregion
12
12
  export { TypingAnimation };
@@ -1,5 +1,5 @@
1
1
  import { TypingAnimationProps } from "./types/index.js";
2
- import * as react_jsx_runtime3 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/TypingAnimation/TypingAnimation.d.ts
5
5
  declare const TypingAnimation: ({
@@ -7,6 +7,6 @@ declare const TypingAnimation: ({
7
7
  widgetContentProps,
8
8
  widgetStyleProps,
9
9
  widgetEventProps
10
- }: TypingAnimationProps) => react_jsx_runtime3.JSX.Element;
10
+ }: TypingAnimationProps) => react_jsx_runtime17.JSX.Element;
11
11
  //#endregion
12
12
  export { TypingAnimation };
@@ -1,5 +1,5 @@
1
1
  import { TypographyProps } from "./types/index.cjs";
2
- import * as react0 from "react";
2
+ import * as react7 from "react";
3
3
 
4
4
  //#region src/components/Typography/Typography.d.ts
5
5
  /**
@@ -18,13 +18,13 @@ declare const Typography: ({
18
18
  noWrap,
19
19
  as,
20
20
  "aria-label": ariaLabel
21
- }: TypographyProps) => react0.DetailedReactHTMLElement<{
21
+ }: TypographyProps) => react7.DetailedReactHTMLElement<{
22
22
  'aria-label': string;
23
23
  'aria-level'?: number;
24
- role?: react0.AriaRole;
24
+ role?: react7.AriaRole;
25
25
  title?: string;
26
26
  className: string;
27
- style: react0.CSSProperties;
27
+ style: react7.CSSProperties;
28
28
  id: string;
29
29
  'data-testid': string;
30
30
  }, HTMLElement>;
@@ -1,5 +1,5 @@
1
1
  import { TypographyProps } from "./types/index.js";
2
- import * as react183 from "react";
2
+ import * as react0 from "react";
3
3
 
4
4
  //#region src/components/Typography/Typography.d.ts
5
5
  /**
@@ -18,13 +18,13 @@ declare const Typography: ({
18
18
  noWrap,
19
19
  as,
20
20
  "aria-label": ariaLabel
21
- }: TypographyProps) => react183.DetailedReactHTMLElement<{
21
+ }: TypographyProps) => react0.DetailedReactHTMLElement<{
22
22
  'aria-label': string;
23
23
  'aria-level'?: number;
24
- role?: react183.AriaRole;
24
+ role?: react0.AriaRole;
25
25
  title?: string;
26
26
  className: string;
27
- style: react183.CSSProperties;
27
+ style: react0.CSSProperties;
28
28
  id: string;
29
29
  'data-testid': string;
30
30
  }, HTMLElement>;
@@ -4,9 +4,9 @@ require('../../Stack/index.cjs');
4
4
  const require_Container = require('../../Container/Container.cjs');
5
5
  require('../../Container/index.cjs');
6
6
  const require_useGetContainerProperties = require('../hooks/useGetContainerProperties.cjs');
7
+ let react_jsx_runtime = require("react/jsx-runtime");
7
8
  let classnames = require("classnames");
8
9
  classnames = require_rolldown_runtime.__toESM(classnames);
9
- let react_jsx_runtime = require("react/jsx-runtime");
10
10
 
11
11
  //#region src/components/WelcomeMessage/components/Container.tsx
12
12
  const Container$1 = ({ sparkleIcon, titleNode, textNode, theme, id, testId, className, style }) => {
@@ -3,8 +3,8 @@ import "../../Stack/index.js";
3
3
  import { Container } from "../../Container/Container.js";
4
4
  import "../../Container/index.js";
5
5
  import { useGetContainerProperties } from "../hooks/useGetContainerProperties.js";
6
- import classNames from "classnames";
7
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
+ import classNames from "classnames";
8
8
 
9
9
  //#region src/components/WelcomeMessage/components/Container.tsx
10
10
  const Container$1 = ({ sparkleIcon, titleNode, textNode, theme, id, testId, className, style }) => {
@@ -9,13 +9,13 @@ const require_useVoiceInput = require('../TextField/hooks/useVoiceInput.cjs');
9
9
  const require_types = require('./types/types.cjs');
10
10
  const require_index$2 = require('./components/index.cjs');
11
11
  const require_useGetMicWidgetButtonProperties = require('./hooks/useGetMicWidgetButtonProperties.cjs');
12
+ let react_jsx_runtime = require("react/jsx-runtime");
12
13
  let classnames = require("classnames");
13
14
  classnames = require_rolldown_runtime.__toESM(classnames);
14
- let react_jsx_runtime = require("react/jsx-runtime");
15
15
  let __envive_ai_react_hooks_atoms_chat = require("@envive-ai/react-hooks/atoms/chat");
16
16
 
17
17
  //#region src/components/WidgetTextField/WidgetTextField.tsx
18
- const WidgetTextField = ({ id, testId, style, className, voiceInputClassName, theme = require_theme.Theme.GLOBAL_CUSTOM, minimalFrame = "full", iconVariant = require_types.IconVariant.DEFAULT, textColor = require_index.TypographyColor.TEXT_SECONDARY, placeholder, ariaLabel, disabled, isLoading, onClick, enableVoiceInput = false, onTranscriptionStarted }) => {
18
+ const WidgetTextField = ({ id, testId, style, className, voiceInputClassName, theme = require_theme.Theme.GLOBAL_CUSTOM, minimalFrame = "full", minimalBorderVariant, iconVariant = require_types.IconVariant.DEFAULT, textColor = require_index.TypographyColor.TEXT_SECONDARY, placeholder, ariaLabel, disabled, isLoading, onClick, enableVoiceInput = false, onTranscriptionStarted }) => {
19
19
  const resolvedTheme = require_resolveTheme.resolveTheme(theme);
20
20
  const setListeningToSpeech = require_react.useSetAtom(__envive_ai_react_hooks_atoms_chat.listeningToSpeechAtom);
21
21
  const { skeletonClass } = require_useGetSkeletonProperties.useGetSkeletonProperties(isLoading);
@@ -48,6 +48,7 @@ const WidgetTextField = ({ id, testId, style, className, voiceInputClassName, th
48
48
  className,
49
49
  theme: resolvedTheme,
50
50
  minimalFrame,
51
+ minimalBorderVariant,
51
52
  disabled,
52
53
  ariaLabel,
53
54
  icon: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index$2.WidgetTextFieldComponents.Icon, {
@@ -1,5 +1,5 @@
1
1
  import { WidgetTextFieldProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/WidgetTextField/WidgetTextField.d.ts
5
5
  declare const WidgetTextField: ({
@@ -10,6 +10,7 @@ declare const WidgetTextField: ({
10
10
  voiceInputClassName,
11
11
  theme,
12
12
  minimalFrame,
13
+ minimalBorderVariant,
13
14
  iconVariant,
14
15
  textColor,
15
16
  placeholder,
@@ -19,6 +20,6 @@ declare const WidgetTextField: ({
19
20
  onClick,
20
21
  enableVoiceInput,
21
22
  onTranscriptionStarted
22
- }: WidgetTextFieldProps) => react_jsx_runtime0.JSX.Element;
23
+ }: WidgetTextFieldProps) => react_jsx_runtime10.JSX.Element;
23
24
  //#endregion
24
25
  export { WidgetTextField };
@@ -1,5 +1,5 @@
1
1
  import { WidgetTextFieldProps } from "./types/types.js";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/WidgetTextField/WidgetTextField.d.ts
5
5
  declare const WidgetTextField: ({
@@ -10,6 +10,7 @@ declare const WidgetTextField: ({
10
10
  voiceInputClassName,
11
11
  theme,
12
12
  minimalFrame,
13
+ minimalBorderVariant,
13
14
  iconVariant,
14
15
  textColor,
15
16
  placeholder,
@@ -19,6 +20,6 @@ declare const WidgetTextField: ({
19
20
  onClick,
20
21
  enableVoiceInput,
21
22
  onTranscriptionStarted
22
- }: WidgetTextFieldProps) => react_jsx_runtime1.JSX.Element;
23
+ }: WidgetTextFieldProps) => react_jsx_runtime0.JSX.Element;
23
24
  //#endregion
24
25
  export { WidgetTextField };
@@ -8,12 +8,12 @@ import { useVoiceInput } from "../TextField/hooks/useVoiceInput.js";
8
8
  import { IconVariant } from "./types/types.js";
9
9
  import { WidgetTextFieldComponents } from "./components/index.js";
10
10
  import { useGetMicWidgetButtonProperties } from "./hooks/useGetMicWidgetButtonProperties.js";
11
- import classNames from "classnames";
12
11
  import { jsx } from "react/jsx-runtime";
12
+ import classNames from "classnames";
13
13
  import { listeningToSpeechAtom } from "@envive-ai/react-hooks/atoms/chat";
14
14
 
15
15
  //#region src/components/WidgetTextField/WidgetTextField.tsx
16
- const WidgetTextField = ({ id, testId, style, className, voiceInputClassName, theme = Theme.GLOBAL_CUSTOM, minimalFrame = "full", iconVariant = IconVariant.DEFAULT, textColor = TypographyColor.TEXT_SECONDARY, placeholder, ariaLabel, disabled, isLoading, onClick, enableVoiceInput = false, onTranscriptionStarted }) => {
16
+ const WidgetTextField = ({ id, testId, style, className, voiceInputClassName, theme = Theme.GLOBAL_CUSTOM, minimalFrame = "full", minimalBorderVariant, iconVariant = IconVariant.DEFAULT, textColor = TypographyColor.TEXT_SECONDARY, placeholder, ariaLabel, disabled, isLoading, onClick, enableVoiceInput = false, onTranscriptionStarted }) => {
17
17
  const resolvedTheme = resolveTheme(theme);
18
18
  const setListeningToSpeech = useSetAtom(listeningToSpeechAtom);
19
19
  const { skeletonClass } = useGetSkeletonProperties(isLoading);
@@ -46,6 +46,7 @@ const WidgetTextField = ({ id, testId, style, className, voiceInputClassName, th
46
46
  className,
47
47
  theme: resolvedTheme,
48
48
  minimalFrame,
49
+ minimalBorderVariant,
49
50
  disabled,
50
51
  ariaLabel,
51
52
  icon: /* @__PURE__ */ jsx(WidgetTextFieldComponents.Icon, {
@@ -5,15 +5,16 @@ const require_Container = require('../../Container/Container.cjs');
5
5
  require('../../Container/index.cjs');
6
6
  const require_useGetContainerProperties = require('../hooks/useGetContainerProperties.cjs');
7
7
  const require_useHandleKeyboard = require('../hooks/useHandleKeyboard.cjs');
8
+ let react_jsx_runtime = require("react/jsx-runtime");
8
9
  let classnames = require("classnames");
9
10
  classnames = require_rolldown_runtime.__toESM(classnames);
10
- let react_jsx_runtime = require("react/jsx-runtime");
11
11
 
12
12
  //#region src/components/WidgetTextField/components/Container.tsx
13
- const Container$1 = ({ id, testId, style, className, theme, minimalFrame, ariaLabel, icon, text, voiceInputButton, disabled, onClick }) => {
13
+ const Container$1 = ({ id, testId, style, className, theme, minimalFrame, minimalBorderVariant, ariaLabel, icon, text, voiceInputButton, disabled, onClick }) => {
14
14
  const { baseClassName, themeContainerClassName, containerWrapperClassName } = require_useGetContainerProperties.useGetContainerProperties({
15
15
  theme,
16
- minimalFrame
16
+ minimalFrame,
17
+ minimalBorderVariant
17
18
  });
18
19
  const { handleKeyDown } = require_useHandleKeyboard.useHandleKeyboard({ onClick });
19
20
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
@@ -4,14 +4,15 @@ import { Container } from "../../Container/Container.js";
4
4
  import "../../Container/index.js";
5
5
  import { useGetContainerProperties } from "../hooks/useGetContainerProperties.js";
6
6
  import { useHandleKeyboard } from "../hooks/useHandleKeyboard.js";
7
- import classNames from "classnames";
8
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
+ import classNames from "classnames";
9
9
 
10
10
  //#region src/components/WidgetTextField/components/Container.tsx
11
- const Container$1 = ({ id, testId, style, className, theme, minimalFrame, ariaLabel, icon, text, voiceInputButton, disabled, onClick }) => {
11
+ const Container$1 = ({ id, testId, style, className, theme, minimalFrame, minimalBorderVariant, ariaLabel, icon, text, voiceInputButton, disabled, onClick }) => {
12
12
  const { baseClassName, themeContainerClassName, containerWrapperClassName } = useGetContainerProperties({
13
13
  theme,
14
- minimalFrame
14
+ minimalFrame,
15
+ minimalBorderVariant
15
16
  });
16
17
  const { handleKeyDown } = useHandleKeyboard({ onClick });
17
18
  return /* @__PURE__ */ jsxs("div", {
@@ -2,9 +2,9 @@ const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
2
  const require_theme = require('../../packages/components-v3/tokens/theme/theme.cjs');
3
3
  const require_resolveTheme = require('../../utils/resolveTheme.cjs');
4
4
  let react = require("react");
5
+ let react_jsx_runtime = require("react/jsx-runtime");
5
6
  let classnames = require("classnames");
6
7
  classnames = require_rolldown_runtime.__toESM(classnames);
7
- let react_jsx_runtime = require("react/jsx-runtime");
8
8
 
9
9
  //#region src/components/WidgetTextField/components/Skeleton.tsx
10
10
  const Skeleton = ({ theme = require_theme.Theme.GLOBAL_CUSTOM }) => {
@@ -1,8 +1,8 @@
1
1
  import { Theme } from "../../packages/components-v3/tokens/theme/theme.js";
2
2
  import { resolveTheme } from "../../utils/resolveTheme.js";
3
3
  import { useMemo } from "react";
4
- import classNames from "classnames";
5
4
  import { jsx } from "react/jsx-runtime";
5
+ import classNames from "classnames";
6
6
 
7
7
  //#region src/components/WidgetTextField/components/Skeleton.tsx
8
8
  const Skeleton = ({ theme = Theme.GLOBAL_CUSTOM }) => {
@@ -3,18 +3,22 @@ const require_theme = require('../../packages/components-v3/tokens/theme/theme.c
3
3
  let react = require("react");
4
4
 
5
5
  //#region src/components/WidgetTextField/hooks/useGetContainerProperties.ts
6
- const useGetContainerProperties = ({ theme, minimalFrame = "full" }) => {
6
+ const useGetContainerProperties = ({ theme, minimalFrame = "full", minimalBorderVariant = "light" }) => {
7
7
  return {
8
8
  baseClassName: "envive-tw-cursor-text envive-tw-border-solid envive-tw-px-4 envive-tw-py-2 envive-tw-bg-[--envive-colors-background-light]",
9
9
  themeContainerClassName: (0, react.useMemo)(() => {
10
- const minimalBorderClass = minimalFrame === "bottom-only" ? "envive-tw-border-b-[1px] envive-tw-border-text-light" : "envive-tw-border-[1px] envive-tw-border-border-light";
10
+ const minimalBorderClass = minimalFrame === "bottom-only" ? `envive-tw-border-b-[1px] ${minimalBorderVariant === "primary" ? "envive-tw-border-text-primary" : "envive-tw-border-text-light"}` : "envive-tw-border-[1px] envive-tw-border-border-light";
11
11
  return {
12
12
  [require_theme.Theme.STANDARD]: "envive-tw-border-[1px] envive-tw-border-border-light envive-tw-rounded-global-custom",
13
13
  [require_theme.Theme.MODERN]: "envive-tw-border-[1px] envive-tw-border-border-light envive-tw-rounded-4",
14
14
  [require_theme.Theme.MINIMAL]: minimalBorderClass,
15
15
  [require_theme.Theme.GLOBAL_CUSTOM]: ""
16
16
  }[theme] ?? "";
17
- }, [theme, minimalFrame]),
17
+ }, [
18
+ theme,
19
+ minimalFrame,
20
+ minimalBorderVariant
21
+ ]),
18
22
  containerWrapperClassName: "envive-tw-gap-4 envive-tw-flex envive-tw-w-full envive-tw-flex-row"
19
23
  };
20
24
  };
@@ -2,18 +2,22 @@ import { Theme } from "../../packages/components-v3/tokens/theme/theme.js";
2
2
  import { useMemo } from "react";
3
3
 
4
4
  //#region src/components/WidgetTextField/hooks/useGetContainerProperties.ts
5
- const useGetContainerProperties = ({ theme, minimalFrame = "full" }) => {
5
+ const useGetContainerProperties = ({ theme, minimalFrame = "full", minimalBorderVariant = "light" }) => {
6
6
  return {
7
7
  baseClassName: "envive-tw-cursor-text envive-tw-border-solid envive-tw-px-4 envive-tw-py-2 envive-tw-bg-[--envive-colors-background-light]",
8
8
  themeContainerClassName: useMemo(() => {
9
- const minimalBorderClass = minimalFrame === "bottom-only" ? "envive-tw-border-b-[1px] envive-tw-border-text-light" : "envive-tw-border-[1px] envive-tw-border-border-light";
9
+ const minimalBorderClass = minimalFrame === "bottom-only" ? `envive-tw-border-b-[1px] ${minimalBorderVariant === "primary" ? "envive-tw-border-text-primary" : "envive-tw-border-text-light"}` : "envive-tw-border-[1px] envive-tw-border-border-light";
10
10
  return {
11
11
  [Theme.STANDARD]: "envive-tw-border-[1px] envive-tw-border-border-light envive-tw-rounded-global-custom",
12
12
  [Theme.MODERN]: "envive-tw-border-[1px] envive-tw-border-border-light envive-tw-rounded-4",
13
13
  [Theme.MINIMAL]: minimalBorderClass,
14
14
  [Theme.GLOBAL_CUSTOM]: ""
15
15
  }[theme] ?? "";
16
- }, [theme, minimalFrame]),
16
+ }, [
17
+ theme,
18
+ minimalFrame,
19
+ minimalBorderVariant
20
+ ]),
17
21
  containerWrapperClassName: "envive-tw-gap-4 envive-tw-flex envive-tw-w-full envive-tw-flex-row"
18
22
  };
19
23
  };
@@ -38,6 +38,8 @@ type WidgetTextFieldProps = {
38
38
  * @default 'full'
39
39
  */
40
40
  minimalFrame?: 'full' | 'bottom-only';
41
+ /** Border color for the bottom-only minimal frame. `light` = text-light (white), `primary` = text-primary. @default 'light' */
42
+ minimalBorderVariant?: 'light' | 'primary';
41
43
  /** Placeholder text displayed in the text field. */
42
44
  placeholder?: string;
43
45
  /** Accessible label for screen readers. If not provided, the placeholder will be used. */
@@ -38,6 +38,8 @@ type WidgetTextFieldProps = {
38
38
  * @default 'full'
39
39
  */
40
40
  minimalFrame?: 'full' | 'bottom-only';
41
+ /** Border color for the bottom-only minimal frame. `light` = text-light (white), `primary` = text-primary. @default 'light' */
42
+ minimalBorderVariant?: 'light' | 'primary';
41
43
  /** Placeholder text displayed in the text field. */
42
44
  placeholder?: string;
43
45
  /** Accessible label for screen readers. If not provided, the placeholder will be used. */
@@ -4,9 +4,9 @@ require('../Container/index.cjs');
4
4
  const require_utils_useCheckIsMobile = require('../utils/useCheckIsMobile.cjs');
5
5
  const require_types = require('./types/types.cjs');
6
6
  const require_useGetWrapperProperties = require('./hooks/useGetWrapperProperties.cjs');
7
+ let react_jsx_runtime = require("react/jsx-runtime");
7
8
  let classnames = require("classnames");
8
9
  classnames = require_rolldown_runtime.__toESM(classnames);
9
- let react_jsx_runtime = require("react/jsx-runtime");
10
10
 
11
11
  //#region src/components/WidgetWrapper/WidgetWrapper.tsx
12
12
  /**
@@ -1,5 +1,5 @@
1
1
  import { WidgetWrapperProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime36 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/WidgetWrapper/WidgetWrapper.d.ts
5
5
 
@@ -16,6 +16,6 @@ declare const WidgetWrapper: ({
16
16
  className,
17
17
  style,
18
18
  ...containerProps
19
- }: WidgetWrapperProps) => react_jsx_runtime36.JSX.Element;
19
+ }: WidgetWrapperProps) => react_jsx_runtime18.JSX.Element;
20
20
  //#endregion
21
21
  export { WidgetWrapper };
@@ -3,8 +3,8 @@ import "../Container/index.js";
3
3
  import { useCheckIsMobile } from "../utils/useCheckIsMobile.js";
4
4
  import { WidgetWrapperVariant } from "./types/types.js";
5
5
  import { useGetWrapperProperties } from "./hooks/useGetWrapperProperties.js";
6
- import classNames from "classnames";
7
6
  import { jsx } from "react/jsx-runtime";
7
+ import classNames from "classnames";
8
8
 
9
9
  //#region src/components/WidgetWrapper/WidgetWrapper.tsx
10
10
  /**
@@ -1,5 +1,5 @@
1
1
  import { WidgetWrapperWithTitleProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts
5
5
  declare const WidgetWrapperWithTitle: ({
@@ -14,6 +14,6 @@ declare const WidgetWrapperWithTitle: ({
14
14
  hexCardColor,
15
15
  hideLogo,
16
16
  fullIsLoading
17
- }: WidgetWrapperWithTitleProps) => react_jsx_runtime2.JSX.Element;
17
+ }: WidgetWrapperWithTitleProps) => react_jsx_runtime0.JSX.Element;
18
18
  //#endregion
19
19
  export { WidgetWrapperWithTitle };
@@ -1,5 +1,5 @@
1
1
  import { WidgetWrapperWithTitleProps } from "./types/types.js";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts
5
5
  declare const WidgetWrapperWithTitle: ({
@@ -14,6 +14,6 @@ declare const WidgetWrapperWithTitle: ({
14
14
  hexCardColor,
15
15
  hideLogo,
16
16
  fullIsLoading
17
- }: WidgetWrapperWithTitleProps) => react_jsx_runtime2.JSX.Element;
17
+ }: WidgetWrapperWithTitleProps) => react_jsx_runtime1.JSX.Element;
18
18
  //#endregion
19
19
  export { WidgetWrapperWithTitle };
@@ -2,20 +2,23 @@ const require_utils = require('../utils.cjs');
2
2
 
3
3
  //#region tokens/typography/fontWeight.ts
4
4
  let FontWeightCSSVar = /* @__PURE__ */ function(FontWeightCSSVar$1) {
5
- FontWeightCSSVar$1["RG"] = "envive-typography-font-weight-rg";
6
- FontWeightCSSVar$1["MD"] = "envive-typography-font-weight-md";
7
- FontWeightCSSVar$1["SB"] = "envive-typography-font-weight-sb";
5
+ FontWeightCSSVar$1["Title"] = "envive-typography-font-weight-title";
6
+ FontWeightCSSVar$1["Header"] = "envive-typography-font-weight-header";
7
+ FontWeightCSSVar$1["BodyEmphasis"] = "envive-typography-font-weight-body-emphasis";
8
+ FontWeightCSSVar$1["BodyStandard"] = "envive-typography-font-weight-body-standard";
8
9
  return FontWeightCSSVar$1;
9
10
  }({});
10
11
  const fontWeight = {
11
- rg: "400",
12
- md: "500",
13
- sb: "600"
12
+ title: "500",
13
+ header: "600",
14
+ body_emphasis: "500",
15
+ body_standard: "400"
14
16
  };
15
17
  const fontWeightVariables = {
16
- rg: require_utils.addVar(FontWeightCSSVar.RG),
17
- md: require_utils.addVar(FontWeightCSSVar.MD),
18
- sb: require_utils.addVar(FontWeightCSSVar.SB)
18
+ title: require_utils.addVar(FontWeightCSSVar.Title),
19
+ header: require_utils.addVar(FontWeightCSSVar.Header),
20
+ body_emphasis: require_utils.addVar(FontWeightCSSVar.BodyEmphasis),
21
+ body_standard: require_utils.addVar(FontWeightCSSVar.BodyStandard)
19
22
  };
20
23
 
21
24
  //#endregion
@@ -1,9 +1,10 @@
1
1
  //#region tokens/typography/fontWeight.d.ts
2
2
 
3
3
  type FontWeightType = {
4
- rg: string;
5
- md: string;
6
- sb: string;
4
+ title: string;
5
+ header: string;
6
+ body_emphasis: string;
7
+ body_standard: string;
7
8
  };
8
9
  declare const fontWeightVariables: FontWeightType;
9
10
  //#endregion
@@ -2,20 +2,23 @@ import { addVar } from "../utils.js";
2
2
 
3
3
  //#region tokens/typography/fontWeight.ts
4
4
  let FontWeightCSSVar = /* @__PURE__ */ function(FontWeightCSSVar$1) {
5
- FontWeightCSSVar$1["RG"] = "envive-typography-font-weight-rg";
6
- FontWeightCSSVar$1["MD"] = "envive-typography-font-weight-md";
7
- FontWeightCSSVar$1["SB"] = "envive-typography-font-weight-sb";
5
+ FontWeightCSSVar$1["Title"] = "envive-typography-font-weight-title";
6
+ FontWeightCSSVar$1["Header"] = "envive-typography-font-weight-header";
7
+ FontWeightCSSVar$1["BodyEmphasis"] = "envive-typography-font-weight-body-emphasis";
8
+ FontWeightCSSVar$1["BodyStandard"] = "envive-typography-font-weight-body-standard";
8
9
  return FontWeightCSSVar$1;
9
10
  }({});
10
11
  const fontWeight = {
11
- rg: "400",
12
- md: "500",
13
- sb: "600"
12
+ title: "500",
13
+ header: "600",
14
+ body_emphasis: "500",
15
+ body_standard: "400"
14
16
  };
15
17
  const fontWeightVariables = {
16
- rg: addVar(FontWeightCSSVar.RG),
17
- md: addVar(FontWeightCSSVar.MD),
18
- sb: addVar(FontWeightCSSVar.SB)
18
+ title: addVar(FontWeightCSSVar.Title),
19
+ header: addVar(FontWeightCSSVar.Header),
20
+ body_emphasis: addVar(FontWeightCSSVar.BodyEmphasis),
21
+ body_standard: addVar(FontWeightCSSVar.BodyStandard)
19
22
  };
20
23
 
21
24
  //#endregion
@@ -2,17 +2,50 @@ const require_utils = require('../utils.cjs');
2
2
 
3
3
  //#region tokens/typography/letterSpacing.ts
4
4
  let LetterSpacingCSSVar = /* @__PURE__ */ function(LetterSpacingCSSVar$1) {
5
- LetterSpacingCSSVar$1["Tight0"] = "envive-typography-letter-spacing-tight-0";
6
- LetterSpacingCSSVar$1["Wide1"] = "envive-typography-letter-spacing-wide-1";
5
+ LetterSpacingCSSVar$1["T1"] = "envive-typography-letter-spacing-t1";
6
+ LetterSpacingCSSVar$1["T2"] = "envive-typography-letter-spacing-t2";
7
+ LetterSpacingCSSVar$1["T3"] = "envive-typography-letter-spacing-t3";
8
+ LetterSpacingCSSVar$1["H1"] = "envive-typography-letter-spacing-h1";
9
+ LetterSpacingCSSVar$1["H2"] = "envive-typography-letter-spacing-h2";
10
+ LetterSpacingCSSVar$1["H3"] = "envive-typography-letter-spacing-h3";
11
+ LetterSpacingCSSVar$1["B1"] = "envive-typography-letter-spacing-b1";
12
+ LetterSpacingCSSVar$1["B2"] = "envive-typography-letter-spacing-b2";
13
+ LetterSpacingCSSVar$1["B3"] = "envive-typography-letter-spacing-b3";
14
+ LetterSpacingCSSVar$1["B4"] = "envive-typography-letter-spacing-b4";
15
+ LetterSpacingCSSVar$1["B5"] = "envive-typography-letter-spacing-b5";
16
+ LetterSpacingCSSVar$1["L1"] = "envive-typography-letter-spacing-l1";
17
+ LetterSpacingCSSVar$1["L2"] = "envive-typography-letter-spacing-l2";
7
18
  return LetterSpacingCSSVar$1;
8
19
  }({});
9
20
  const letterSpacing = {
10
- "tight-0": "0em",
11
- "wide-1": "1px"
21
+ t1: "0em",
22
+ t2: "0em",
23
+ t3: "0em",
24
+ h1: "0em",
25
+ h2: "0em",
26
+ h3: "0em",
27
+ b1: "0em",
28
+ b2: "0em",
29
+ b3: "0em",
30
+ b4: "0em",
31
+ b5: "0em",
32
+ l1: "1px",
33
+ l2: "1px"
12
34
  };
13
35
  const letterSpacingVariables = {
14
- "tight-0": require_utils.addVar(LetterSpacingCSSVar.Tight0),
15
- "wide-1": require_utils.addVar(LetterSpacingCSSVar.Wide1)
36
+ t1: require_utils.addVar(LetterSpacingCSSVar.T1),
37
+ t2: require_utils.addVar(LetterSpacingCSSVar.T2),
38
+ t3: require_utils.addVar(LetterSpacingCSSVar.T3),
39
+ h1: require_utils.addVar(LetterSpacingCSSVar.H1),
40
+ h2: require_utils.addVar(LetterSpacingCSSVar.H2),
41
+ h3: require_utils.addVar(LetterSpacingCSSVar.H3),
42
+ b1: require_utils.addVar(LetterSpacingCSSVar.B1),
43
+ b2: require_utils.addVar(LetterSpacingCSSVar.B2),
44
+ b3: require_utils.addVar(LetterSpacingCSSVar.B3),
45
+ b4: require_utils.addVar(LetterSpacingCSSVar.B4),
46
+ b5: require_utils.addVar(LetterSpacingCSSVar.B5),
47
+ l1: require_utils.addVar(LetterSpacingCSSVar.L1),
48
+ l2: require_utils.addVar(LetterSpacingCSSVar.L2)
16
49
  };
17
50
 
18
51
  //#endregion
@@ -1,8 +1,19 @@
1
1
  //#region tokens/typography/letterSpacing.d.ts
2
2
 
3
3
  type LetterSpacingType = {
4
- 'tight-0': string;
5
- 'wide-1': string;
4
+ t1: string;
5
+ t2: string;
6
+ t3: string;
7
+ h1: string;
8
+ h2: string;
9
+ h3: string;
10
+ b1: string;
11
+ b2: string;
12
+ b3: string;
13
+ b4: string;
14
+ b5: string;
15
+ l1: string;
16
+ l2: string;
6
17
  };
7
18
  declare const letterSpacingVariables: LetterSpacingType;
8
19
  //#endregion