@dynatrace/strato-components 1.3.0 → 1.5.1

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 (258) hide show
  1. package/buttons/button/Button.css +18 -22
  2. package/buttons/button/Button.js +1 -0
  3. package/buttons/button/Button.sty.js +5 -4
  4. package/buttons/button/Label.js +1 -0
  5. package/buttons/button/Prefix.js +1 -0
  6. package/buttons/button/Suffix.js +1 -0
  7. package/buttons/button/types/button-aria.js +1 -0
  8. package/buttons/button/utils/focus-without-scrolling.js +1 -0
  9. package/buttons/button/utils/is-virtual-event.js +1 -0
  10. package/buttons/index.js +1 -0
  11. package/buttons/intent-button/IntentButton.js +1 -0
  12. package/buttons/intent-button/useIntentButton.js +1 -0
  13. package/content/index.js +1 -0
  14. package/content/progress/ProgressBar.css +71 -71
  15. package/content/progress/ProgressBar.js +1 -0
  16. package/content/progress/ProgressBar.sty.js +6 -5
  17. package/content/progress/ProgressBarIcon.css +2 -2
  18. package/content/progress/ProgressBarIcon.js +1 -0
  19. package/content/progress/ProgressBarIcon.sty.js +2 -1
  20. package/content/progress/ProgressBarLabel.css +3 -3
  21. package/content/progress/ProgressBarLabel.js +1 -0
  22. package/content/progress/ProgressBarLabel.sty.js +2 -1
  23. package/content/progress/ProgressBarValue.css +5 -5
  24. package/content/progress/ProgressBarValue.js +1 -0
  25. package/content/progress/ProgressBarValue.sty.js +2 -1
  26. package/content/progress/ProgressCircle.css +40 -40
  27. package/content/progress/ProgressCircle.js +1 -0
  28. package/content/progress/ProgressCircle.sty.js +6 -5
  29. package/content/progress/contexts/SharedProgressBarPropsContext.js +1 -0
  30. package/content/progress/hooks/useProgressAriaProps.js +1 -0
  31. package/content/progress/hooks/useProgressBarPropsContext.js +1 -0
  32. package/content/skeleton/Skeleton.css +6 -6
  33. package/content/skeleton/Skeleton.js +1 -0
  34. package/content/skeleton/Skeleton.sty.js +2 -1
  35. package/content/skeleton/SkeletonText.js +1 -0
  36. package/core/components/app-root/AppRoot.js +1 -0
  37. package/core/components/app-root/AppRoot.sty.js +1 -0
  38. package/core/components/focus-scope/FocusScope.js +1 -0
  39. package/core/contexts/FocusContext.js +1 -0
  40. package/core/hooks/useActiveElement.js +1 -0
  41. package/core/hooks/useAriaLabelingProps.js +1 -0
  42. package/core/hooks/useCurrentTheme.js +1 -0
  43. package/core/hooks/useFocusContext.js +1 -0
  44. package/core/hooks/useFontsUpdated.js +1 -0
  45. package/core/hooks/useId.js +1 -0
  46. package/core/hooks/useMergeRefs.js +1 -0
  47. package/core/hooks/useSafeForwardProps.js +1 -0
  48. package/core/index.js +1 -0
  49. package/core/providers/FocusProvider.js +1 -0
  50. package/core/styles/focusRing.css +66 -66
  51. package/core/styles/focusRing.sty.js +3 -2
  52. package/core/styles/useFocusRing.js +1 -0
  53. package/core/types/a11y-props.js +1 -0
  54. package/core/types/data-props.js +1 -0
  55. package/core/types/dom.js +1 -0
  56. package/core/types/heading.js +1 -0
  57. package/core/types/masking-props.js +1 -0
  58. package/core/types/polymorph.js +1 -0
  59. package/core/types/styling-props.js +1 -0
  60. package/core/types/with-children.js +1 -0
  61. package/core/utils/_is-string-children.js +1 -0
  62. package/core/utils/colorUtils.css +60 -60
  63. package/core/utils/colorUtils.sty.js +3 -2
  64. package/core/utils/focus-management/attempt-focus.js +1 -0
  65. package/core/utils/focus-management/focus-first-descendant.js +1 -0
  66. package/core/utils/focus-management/get-first-focusable-child.js +1 -0
  67. package/core/utils/focus-management/get-last-focusable-child.js +1 -0
  68. package/core/utils/focus-management/is-focusable.js +1 -0
  69. package/core/utils/isBrowser.js +1 -0
  70. package/core/utils/merge-props.js +1 -0
  71. package/core/utils/parse-boolean.js +1 -0
  72. package/core/utils/seed-random.js +1 -0
  73. package/core/utils/uuidv4.js +1 -0
  74. package/esm/buttons/button/Button.css +18 -22
  75. package/esm/buttons/button/Button.sty.js +4 -4
  76. package/esm/buttons/button/Button.sty.js.map +1 -1
  77. package/esm/content/progress/ProgressBar.css +71 -71
  78. package/esm/content/progress/ProgressBar.sty.js +5 -5
  79. package/esm/content/progress/ProgressBar.sty.js.map +1 -1
  80. package/esm/content/progress/ProgressBarIcon.css +2 -2
  81. package/esm/content/progress/ProgressBarIcon.sty.js +1 -1
  82. package/esm/content/progress/ProgressBarIcon.sty.js.map +1 -1
  83. package/esm/content/progress/ProgressBarLabel.css +3 -3
  84. package/esm/content/progress/ProgressBarLabel.sty.js +1 -1
  85. package/esm/content/progress/ProgressBarLabel.sty.js.map +1 -1
  86. package/esm/content/progress/ProgressBarValue.css +5 -5
  87. package/esm/content/progress/ProgressBarValue.sty.js +1 -1
  88. package/esm/content/progress/ProgressBarValue.sty.js.map +1 -1
  89. package/esm/content/progress/ProgressCircle.css +40 -40
  90. package/esm/content/progress/ProgressCircle.sty.js +5 -5
  91. package/esm/content/progress/ProgressCircle.sty.js.map +1 -1
  92. package/esm/content/skeleton/Skeleton.css +6 -6
  93. package/esm/content/skeleton/Skeleton.sty.js +1 -1
  94. package/esm/content/skeleton/Skeleton.sty.js.map +1 -1
  95. package/esm/core/styles/focusRing.css +66 -66
  96. package/esm/core/styles/focusRing.sty.js +2 -2
  97. package/esm/core/styles/focusRing.sty.js.map +1 -1
  98. package/esm/core/utils/colorUtils.css +60 -60
  99. package/esm/core/utils/colorUtils.sty.js +2 -2
  100. package/esm/core/utils/colorUtils.sty.js.map +1 -1
  101. package/esm/layouts/container/Container.css +4 -4
  102. package/esm/layouts/container/Container.sty.js +1 -1
  103. package/esm/layouts/container/Container.sty.js.map +1 -1
  104. package/esm/layouts/divider/Divider.css +6 -6
  105. package/esm/layouts/divider/Divider.sty.js +1 -1
  106. package/esm/layouts/divider/Divider.sty.js.map +1 -1
  107. package/esm/layouts/surface/Surface.css +39 -39
  108. package/esm/layouts/surface/Surface.sty.js +2 -2
  109. package/esm/layouts/surface/Surface.sty.js.map +1 -1
  110. package/esm/layouts/surface/variables.sty.js +1 -1
  111. package/esm/layouts/surface/variables.sty.js.map +1 -1
  112. package/esm/styles/colorUtils.css +60 -60
  113. package/esm/styles/colorUtils.sty.js +2 -2
  114. package/esm/styles/colorUtils.sty.js.map +1 -1
  115. package/esm/styles/container.css +47 -47
  116. package/esm/styles/container.sty.js +2 -2
  117. package/esm/styles/container.sty.js.map +1 -1
  118. package/esm/styles/ellipsis.css +1 -1
  119. package/esm/styles/ellipsis.sty.js +1 -1
  120. package/esm/styles/ellipsis.sty.js.map +1 -1
  121. package/esm/styles/field.css +153 -153
  122. package/esm/styles/field.sty.js +2 -2
  123. package/esm/styles/field.sty.js.map +1 -1
  124. package/esm/styles/sprinkles.css +262 -262
  125. package/esm/styles/sprinkles.sty.js +1 -1
  126. package/esm/styles/sprinkles.sty.js.map +1 -1
  127. package/esm/styles/textStyle.css +8 -8
  128. package/esm/styles/textStyle.sty.js +1 -1
  129. package/esm/styles/textStyle.sty.js.map +1 -1
  130. package/esm/typography/block-quote/Blockquote.css +2 -2
  131. package/esm/typography/block-quote/Blockquote.sty.js +1 -1
  132. package/esm/typography/block-quote/Blockquote.sty.js.map +1 -1
  133. package/esm/typography/code/Code.css +1 -1
  134. package/esm/typography/code/Code.sty.js +1 -1
  135. package/esm/typography/code/Code.sty.js.map +1 -1
  136. package/esm/typography/emphasis/Emphasis.css +1 -1
  137. package/esm/typography/emphasis/Emphasis.sty.js +1 -1
  138. package/esm/typography/emphasis/Emphasis.sty.js.map +1 -1
  139. package/esm/typography/external-link/ExternalLink.css +6 -6
  140. package/esm/typography/external-link/ExternalLink.sty.js +1 -1
  141. package/esm/typography/external-link/ExternalLink.sty.js.map +1 -1
  142. package/esm/typography/heading/Heading.css +7 -7
  143. package/esm/typography/heading/Heading.sty.js +1 -1
  144. package/esm/typography/heading/Heading.sty.js.map +1 -1
  145. package/esm/typography/highlight/Highlight.css +2 -1
  146. package/esm/typography/highlight/Highlight.js +47 -7
  147. package/esm/typography/highlight/Highlight.js.map +2 -2
  148. package/esm/typography/highlight/Highlight.sty.js +1 -1
  149. package/esm/typography/highlight/Highlight.sty.js.map +1 -1
  150. package/esm/typography/link/Link.css +4 -4
  151. package/esm/typography/link/Link.sty.js +1 -1
  152. package/esm/typography/link/Link.sty.js.map +1 -1
  153. package/esm/typography/list/List.css +4 -4
  154. package/esm/typography/list/List.sty.js +2 -2
  155. package/esm/typography/list/List.sty.js.map +1 -1
  156. package/esm/typography/paragraph/Paragraph.css +3 -3
  157. package/esm/typography/paragraph/Paragraph.sty.js +1 -1
  158. package/esm/typography/paragraph/Paragraph.sty.js.map +1 -1
  159. package/esm/typography/strikethrough/Strikethrough.css +1 -1
  160. package/esm/typography/strikethrough/Strikethrough.sty.js +1 -1
  161. package/esm/typography/strikethrough/Strikethrough.sty.js.map +1 -1
  162. package/esm/typography/strong/Strong.css +1 -1
  163. package/esm/typography/strong/Strong.sty.js +1 -1
  164. package/esm/typography/strong/Strong.sty.js.map +1 -1
  165. package/esm/typography/text/Text.css +3 -3
  166. package/esm/typography/text/Text.sty.js +1 -1
  167. package/esm/typography/text/Text.sty.js.map +1 -1
  168. package/esm/typography/text-ellipsis/TextEllipsis.css +8 -5
  169. package/esm/typography/text-ellipsis/TextEllipsis.js +4 -4
  170. package/esm/typography/text-ellipsis/TextEllipsis.js.map +2 -2
  171. package/esm/typography/text-ellipsis/TextEllipsis.sty.js +4 -4
  172. package/esm/typography/text-ellipsis/TextEllipsis.sty.js.map +2 -2
  173. package/index.js +9 -8
  174. package/layouts/container/Container.css +4 -4
  175. package/layouts/container/Container.js +1 -0
  176. package/layouts/container/Container.sty.js +2 -1
  177. package/layouts/divider/Divider.css +6 -6
  178. package/layouts/divider/Divider.js +1 -0
  179. package/layouts/divider/Divider.sty.js +2 -1
  180. package/layouts/flex/Flex.js +1 -0
  181. package/layouts/grid/Grid.js +1 -0
  182. package/layouts/helpers/spacingToCss.js +1 -0
  183. package/layouts/hooks/useBreakpoint.js +1 -0
  184. package/layouts/hooks/useLayoutSizeProps.js +1 -0
  185. package/layouts/hooks/useLayoutStyles.js +1 -0
  186. package/layouts/hooks/useMarginProps.js +1 -0
  187. package/layouts/hooks/usePaddingProps.js +1 -0
  188. package/layouts/index.js +1 -0
  189. package/layouts/surface/Surface.css +39 -39
  190. package/layouts/surface/Surface.js +1 -0
  191. package/layouts/surface/Surface.sty.js +3 -2
  192. package/layouts/surface/variables.sty.js +2 -1
  193. package/layouts/types/layout.types.js +1 -0
  194. package/package.json +5 -5
  195. package/styles/colorUtils.css +60 -60
  196. package/styles/colorUtils.sty.js +3 -2
  197. package/styles/container.css +47 -47
  198. package/styles/container.sty.js +3 -2
  199. package/styles/ellipsis.css +1 -1
  200. package/styles/ellipsis.sty.js +2 -1
  201. package/styles/extract-util.js +1 -0
  202. package/styles/field.css +153 -153
  203. package/styles/field.sty.js +3 -2
  204. package/styles/getFlexStyles.js +1 -0
  205. package/styles/getGapSprinkles.js +1 -0
  206. package/styles/getGridFlexPositionSprinkles.js +1 -0
  207. package/styles/getGridStyles.js +1 -0
  208. package/styles/getLayoutSizeStyles.js +1 -0
  209. package/styles/getSpacingSprinkles.js +1 -0
  210. package/styles/index.js +1 -0
  211. package/styles/safe-sprinkles.js +1 -0
  212. package/styles/sprinkle-properties.js +1 -0
  213. package/styles/sprinkles.css +262 -262
  214. package/styles/sprinkles.sty.js +2 -1
  215. package/styles/textStyle.css +8 -8
  216. package/styles/textStyle.sty.js +2 -1
  217. package/typography/block-quote/Blockquote.css +2 -2
  218. package/typography/block-quote/Blockquote.js +1 -0
  219. package/typography/block-quote/Blockquote.sty.js +2 -1
  220. package/typography/code/Code.css +1 -1
  221. package/typography/code/Code.js +1 -0
  222. package/typography/code/Code.sty.js +2 -1
  223. package/typography/emphasis/Emphasis.css +1 -1
  224. package/typography/emphasis/Emphasis.js +1 -0
  225. package/typography/emphasis/Emphasis.sty.js +2 -1
  226. package/typography/external-link/ExternalLink.css +6 -6
  227. package/typography/external-link/ExternalLink.js +1 -0
  228. package/typography/external-link/ExternalLink.sty.js +2 -1
  229. package/typography/heading/Heading.css +7 -7
  230. package/typography/heading/Heading.js +1 -0
  231. package/typography/heading/Heading.sty.js +2 -1
  232. package/typography/highlight/Highlight.css +2 -1
  233. package/typography/highlight/Highlight.js +48 -7
  234. package/typography/highlight/Highlight.sty.js +2 -1
  235. package/typography/index.js +1 -0
  236. package/typography/link/Link.css +4 -4
  237. package/typography/link/Link.js +1 -0
  238. package/typography/link/Link.sty.js +2 -1
  239. package/typography/list/List.css +4 -4
  240. package/typography/list/List.js +1 -0
  241. package/typography/list/List.sty.js +3 -2
  242. package/typography/paragraph/Paragraph.css +3 -3
  243. package/typography/paragraph/Paragraph.js +1 -0
  244. package/typography/paragraph/Paragraph.sty.js +2 -1
  245. package/typography/strikethrough/Strikethrough.css +1 -1
  246. package/typography/strikethrough/Strikethrough.js +1 -0
  247. package/typography/strikethrough/Strikethrough.sty.js +2 -1
  248. package/typography/strong/Strong.css +1 -1
  249. package/typography/strong/Strong.js +1 -0
  250. package/typography/strong/Strong.sty.js +2 -1
  251. package/typography/text/Text.css +3 -3
  252. package/typography/text/Text.js +1 -0
  253. package/typography/text/Text.sty.js +2 -1
  254. package/typography/text-ellipsis/TextEllipsis.css +8 -5
  255. package/typography/text-ellipsis/TextEllipsis.js +5 -4
  256. package/typography/text-ellipsis/TextEllipsis.sty.d.ts +7 -2
  257. package/typography/text-ellipsis/TextEllipsis.sty.js +5 -4
  258. package/typography/utils.js +1 -0
@@ -1,4 +1,4 @@
1
- ._4oao6y0-1-3-0 {
1
+ ._4oao6y0-1-5-1 {
2
2
  text-decoration: line-through;
3
3
  text-decoration-style: solid;
4
4
  overflow-wrap: break-word;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __create = Object.create;
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -21,4 +22,4 @@ __export(Strikethrough_css_exports, {
21
22
  });
22
23
  module.exports = __toCommonJS(Strikethrough_css_exports);
23
24
  var import_Strikethrough_css_ts_vanilla = require("./Strikethrough.css");
24
- var strikethroughCSS = "_4oao6y0-1-3-0";
25
+ var strikethroughCSS = "_4oao6y0-1-5-1";
@@ -1,4 +1,4 @@
1
- ._wxp4dd0-1-3-0 {
1
+ ._wxp4dd0-1-5-1 {
2
2
  font-weight: var(--dt-typography-text-base-emphasized-weight, 500);
3
3
  overflow-wrap: break-word;
4
4
  }
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __create = Object.create;
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -21,4 +22,4 @@ __export(Strong_css_exports, {
21
22
  });
22
23
  module.exports = __toCommonJS(Strong_css_exports);
23
24
  var import_Strong_css_ts_vanilla = require("./Strong.css");
24
- var strongCSS = "_wxp4dd0-1-3-0";
25
+ var strongCSS = "_wxp4dd0-1-5-1";
@@ -1,16 +1,16 @@
1
- ._rup8ap0-1-3-0 {
1
+ ._rup8ap0-1-5-1 {
2
2
  margin-top: 0;
3
3
  margin-bottom: 0;
4
4
  min-width: 0;
5
5
  overflow-wrap: break-word;
6
6
  }
7
- ._rup8ap1-1-3-0 {
7
+ ._rup8ap1-1-5-1 {
8
8
  display: block;
9
9
  white-space: nowrap;
10
10
  text-overflow: ellipsis;
11
11
  overflow: hidden;
12
12
  }
13
- ._rup8ap2-1-3-0 {
13
+ ._rup8ap2-1-5-1 {
14
14
  display: -webkit-box;
15
15
  -webkit-line-clamp: var(--strato-ellipsis-line-clamp);
16
16
  -webkit-box-orient: vertical;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __create = Object.create;
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -22,4 +23,4 @@ __export(Text_css_exports, {
22
23
  module.exports = __toCommonJS(Text_css_exports);
23
24
  var import_Text_css_ts_vanilla = require("./Text.css");
24
25
  var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
25
- var textCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_rup8ap0-1-3-0", variantClassNames: { ellipsis: { singleLine: "_rup8ap1-1-3-0", multiLine: "_rup8ap2-1-3-0" } }, defaultVariants: {}, compoundVariants: [] });
26
+ var textCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_rup8ap0-1-5-1", variantClassNames: { ellipsis: { singleLine: "_rup8ap1-1-5-1", multiLine: "_rup8ap2-1-5-1" } }, defaultVariants: {}, compoundVariants: [] });
@@ -1,4 +1,4 @@
1
- ._1mnpbqs1-1-3-0 {
1
+ ._1mnpbqs1-1-5-1 {
2
2
  display: inline-block;
3
3
  box-sizing: border-box;
4
4
  vertical-align: middle;
@@ -9,15 +9,18 @@
9
9
  text-decoration: inherit;
10
10
  width: 100%;
11
11
  }
12
- ._1mnpbqs2-1-3-0 {
12
+ ._1mnpbqs2-1-5-1 {
13
13
  text-overflow: ellipsis;
14
14
  direction: rtl;
15
15
  text-align: left;
16
16
  }
17
- ._1mnpbqs3-1-3-0 {
17
+ ._1mnpbqs2-1-5-1::after {
18
+ content: "‎";
19
+ }
20
+ ._1mnpbqs3-1-5-1 {
18
21
  text-overflow: clip;
19
22
  }
20
- ._1mnpbqs3-1-3-0._1mnpbqs0-1-3-0:after {
23
+ ._1mnpbqs3-1-5-1._1mnpbqs0-1-5-1:after {
21
24
  content: attr(data-sourcetext) / "";
22
25
  color: transparent;
23
26
  display: table;
@@ -25,6 +28,6 @@
25
28
  line-height: 0;
26
29
  user-select: none;
27
30
  }
28
- ._1mnpbqs4-1-3-0 {
31
+ ._1mnpbqs4-1-5-1 {
29
32
  text-overflow: ellipsis;
30
33
  }
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __create = Object.create;
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -36,7 +37,7 @@ var import_use_resize_observer = __toESM(require("use-resize-observer"));
36
37
  var import_useFontsUpdated = require("../../core/hooks/useFontsUpdated.js");
37
38
  var import_useMergeRefs = require("../../core/hooks/useMergeRefs.js");
38
39
  var import_utils = require("../utils.js");
39
- var styles = __toESM(require("./TextEllipsis.sty.js"));
40
+ var import_TextEllipsis_css = require("./TextEllipsis.sty.js");
40
41
  function getFontProps(innerSpanElement) {
41
42
  const computedStyle = window.getComputedStyle(innerSpanElement, null);
42
43
  return {
@@ -134,8 +135,8 @@ const ComputedTextEllipsis = /* @__PURE__ */ (0, import_react.forwardRef)((props
134
135
  "data-testid": dataTestId,
135
136
  "data-dtrum-mask": dataDtrumMask,
136
137
  "data-dtrum-allow": dataDtrumAllow,
137
- className: (0, import_clsx.default)(styles.ellipsis({ truncationMode }), consumerClassName, {
138
- [styles.isActive]: ellipsisStateRef.current
138
+ className: (0, import_clsx.default)((0, import_TextEllipsis_css.ellipsisCSS)({ truncationMode }), consumerClassName, {
139
+ [import_TextEllipsis_css.isActiveCSS]: ellipsisStateRef.current
139
140
  }),
140
141
  style: consumerStyle,
141
142
  ...remainingProps
@@ -160,7 +161,7 @@ const CssTextEllipsis = /* @__PURE__ */ (0, import_react.forwardRef)((props, for
160
161
  "aria-label": children,
161
162
  "data-ellipsis": true,
162
163
  "data-testid": dataTestId,
163
- className: (0, import_clsx.default)(styles.ellipsis({ truncationMode }), consumerClassName),
164
+ className: (0, import_clsx.default)((0, import_TextEllipsis_css.ellipsisCSS)({ truncationMode }), consumerClassName),
164
165
  style: consumerStyle,
165
166
  ...remainingProps
166
167
  },
@@ -1,10 +1,15 @@
1
- export declare const isActive: string;
2
- export declare const ellipsis: import("@vanilla-extract/recipes").RuntimeFn<{
1
+ export declare const isActiveCSS: string;
2
+ export declare const ellipsisCSS: import("@vanilla-extract/recipes").RuntimeFn<{
3
3
  truncationMode: {
4
4
  start: {
5
5
  textOverflow: "ellipsis";
6
6
  direction: "rtl";
7
7
  textAlign: "left";
8
+ selectors: {
9
+ '&::after': {
10
+ content: "‎";
11
+ };
12
+ };
8
13
  };
9
14
  middle: {
10
15
  textOverflow: "clip";
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -17,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
17
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
19
  var TextEllipsis_css_exports = {};
19
20
  __export(TextEllipsis_css_exports, {
20
- ellipsis: () => ellipsis,
21
- isActive: () => isActive
21
+ ellipsisCSS: () => ellipsisCSS,
22
+ isActiveCSS: () => isActiveCSS
22
23
  });
23
24
  module.exports = __toCommonJS(TextEllipsis_css_exports);
24
25
  var import_TextEllipsis_css_ts_vanilla = require("./TextEllipsis.css");
25
26
  var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
26
- var ellipsis = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_1mnpbqs1-1-3-0", variantClassNames: { truncationMode: { start: "_1mnpbqs2-1-3-0", middle: "_1mnpbqs3-1-3-0", end: "_1mnpbqs4-1-3-0" } }, defaultVariants: {}, compoundVariants: [] });
27
- var isActive = "_1mnpbqs0-1-3-0";
27
+ var ellipsisCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_1mnpbqs1-1-5-1", variantClassNames: { truncationMode: { start: "_1mnpbqs2-1-5-1", middle: "_1mnpbqs3-1-5-1", end: "_1mnpbqs4-1-5-1" } }, defaultVariants: {}, compoundVariants: [] });
28
+ var isActiveCSS = "_1mnpbqs0-1-5-1";
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;