@dynatrace/strato-components 0.85.10 → 0.85.32

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 (250) hide show
  1. package/buttons/button/Button.css +1 -0
  2. package/buttons/button/Button.d.ts +4 -4
  3. package/buttons/button/Label.d.ts +1 -1
  4. package/buttons/button/Prefix.d.ts +1 -1
  5. package/buttons/button/Suffix.d.ts +1 -1
  6. package/buttons/index.d.ts +2 -0
  7. package/buttons/index.js +2 -0
  8. package/buttons/intent-button/IntentButton.d.ts +44 -0
  9. package/buttons/intent-button/IntentButton.js +102 -0
  10. package/buttons/intent-button/useIntentButton.d.ts +12 -0
  11. package/buttons/intent-button/useIntentButton.js +72 -0
  12. package/content/index.d.ts +4 -0
  13. package/content/index.js +5 -1
  14. package/content/progress/ProgressBar.d.ts +4 -4
  15. package/content/progress/ProgressBarIcon.d.ts +1 -1
  16. package/content/progress/ProgressBarLabel.d.ts +1 -1
  17. package/content/progress/ProgressBarValue.d.ts +1 -1
  18. package/content/progress/ProgressCircle.d.ts +1 -1
  19. package/content/skeleton/Skeleton.css +33 -0
  20. package/content/skeleton/Skeleton.d.ts +30 -0
  21. package/content/skeleton/Skeleton.js +60 -0
  22. package/content/skeleton/Skeleton.sty.d.ts +10 -0
  23. package/content/skeleton/Skeleton.sty.js +25 -0
  24. package/content/skeleton/SkeletonText.d.ts +24 -0
  25. package/content/skeleton/SkeletonText.js +84 -0
  26. package/core/components/app-root/AppRoot.d.ts +2 -2
  27. package/core/components/focus-scope/FocusScope.d.ts +1 -1
  28. package/core/contexts/FocusContext.d.ts +1 -2
  29. package/core/providers/FocusProvider.d.ts +2 -3
  30. package/esm/buttons/button/Button.css +1 -0
  31. package/esm/buttons/index.js +2 -0
  32. package/esm/buttons/index.js.map +2 -2
  33. package/esm/buttons/intent-button/IntentButton.js +74 -0
  34. package/esm/buttons/intent-button/IntentButton.js.map +7 -0
  35. package/esm/buttons/intent-button/useIntentButton.js +57 -0
  36. package/esm/buttons/intent-button/useIntentButton.js.map +7 -0
  37. package/esm/content/index.js +5 -1
  38. package/esm/content/index.js.map +2 -2
  39. package/esm/content/skeleton/Skeleton.css +33 -0
  40. package/esm/content/skeleton/Skeleton.js +32 -0
  41. package/esm/content/skeleton/Skeleton.js.map +7 -0
  42. package/esm/content/skeleton/Skeleton.sty.js +7 -0
  43. package/esm/content/skeleton/Skeleton.sty.js.map +7 -0
  44. package/esm/content/skeleton/SkeletonText.js +56 -0
  45. package/esm/content/skeleton/SkeletonText.js.map +7 -0
  46. package/esm/core/components/focus-scope/FocusScope.js.map +1 -1
  47. package/esm/core/contexts/FocusContext.js.map +2 -2
  48. package/esm/core/providers/FocusProvider.js.map +2 -2
  49. package/esm/layouts/{Divider → divider}/Divider.css +5 -5
  50. package/esm/layouts/{Divider → divider}/Divider.js.map +1 -1
  51. package/esm/layouts/{Divider → divider}/Divider.sty.js +1 -1
  52. package/esm/layouts/{Divider → divider}/Divider.sty.js.map +2 -2
  53. package/esm/layouts/helpers/spacingToCss.js +13 -0
  54. package/esm/layouts/helpers/spacingToCss.js.map +7 -0
  55. package/esm/layouts/hooks/useBreakpoint.js +44 -0
  56. package/esm/layouts/hooks/useBreakpoint.js.map +7 -0
  57. package/esm/layouts/hooks/useLayoutSizeProps.js +15 -0
  58. package/esm/layouts/hooks/useLayoutSizeProps.js.map +7 -0
  59. package/esm/layouts/hooks/useLayoutStyles.js +105 -0
  60. package/esm/layouts/hooks/useLayoutStyles.js.map +7 -0
  61. package/esm/layouts/hooks/useMarginProps.js +55 -0
  62. package/esm/layouts/hooks/useMarginProps.js.map +7 -0
  63. package/esm/layouts/hooks/usePaddingProps.js +59 -0
  64. package/esm/layouts/hooks/usePaddingProps.js.map +7 -0
  65. package/esm/layouts/index.js +8 -2
  66. package/esm/layouts/index.js.map +2 -2
  67. package/esm/layouts/surface/Surface.css +95 -0
  68. package/esm/layouts/surface/Surface.js +84 -0
  69. package/esm/layouts/surface/Surface.js.map +7 -0
  70. package/esm/layouts/surface/Surface.sty.js +10 -0
  71. package/esm/layouts/surface/Surface.sty.js.map +7 -0
  72. package/esm/layouts/surface/variables.sty.js +5 -0
  73. package/esm/layouts/surface/variables.sty.js.map +7 -0
  74. package/esm/layouts/types/layout.types.js +1 -0
  75. package/esm/layouts/types/layout.types.js.map +7 -0
  76. package/esm/typography/{BlockQuote → block-quote}/Blockquote.css +2 -2
  77. package/esm/typography/{BlockQuote → block-quote}/Blockquote.js.map +2 -2
  78. package/esm/typography/{BlockQuote → block-quote}/Blockquote.sty.js +1 -1
  79. package/esm/typography/{BlockQuote → block-quote}/Blockquote.sty.js.map +2 -2
  80. package/{typography/Code → esm/typography/code}/Code.css +1 -1
  81. package/esm/typography/{Code → code}/Code.js.map +2 -2
  82. package/esm/typography/{Code → code}/Code.sty.js +1 -1
  83. package/esm/typography/{Code → code}/Code.sty.js.map +2 -2
  84. package/esm/typography/{Emphasis → emphasis}/Emphasis.css +1 -1
  85. package/esm/typography/{Emphasis → emphasis}/Emphasis.js.map +2 -2
  86. package/esm/typography/{Emphasis → emphasis}/Emphasis.sty.js +1 -1
  87. package/esm/typography/{Emphasis → emphasis}/Emphasis.sty.js.map +2 -2
  88. package/{typography/ExternalLink → esm/typography/external-link}/ExternalLink.css +6 -6
  89. package/esm/typography/{ExternalLink → external-link}/ExternalLink.js.map +2 -2
  90. package/esm/typography/{ExternalLink → external-link}/ExternalLink.sty.js +1 -1
  91. package/esm/typography/{ExternalLink → external-link}/ExternalLink.sty.js.map +2 -2
  92. package/esm/typography/{Heading → heading}/Heading.css +7 -7
  93. package/esm/typography/heading/Heading.js.map +7 -0
  94. package/esm/typography/heading/Heading.sty.js +7 -0
  95. package/esm/typography/{Heading → heading}/Heading.sty.js.map +2 -2
  96. package/esm/typography/{Highlight → highlight}/Highlight.css +1 -1
  97. package/esm/typography/{Highlight → highlight}/Highlight.js.map +2 -2
  98. package/esm/typography/{Highlight → highlight}/Highlight.sty.js +1 -1
  99. package/esm/typography/{Highlight → highlight}/Highlight.sty.js.map +2 -2
  100. package/esm/typography/index.js +13 -13
  101. package/esm/typography/index.js.map +1 -1
  102. package/{typography/Link → esm/typography/link}/Link.css +4 -4
  103. package/esm/typography/{Link → link}/Link.js +1 -1
  104. package/esm/typography/link/Link.js.map +7 -0
  105. package/esm/typography/{Link → link}/Link.sty.js +1 -1
  106. package/esm/typography/{Link → link}/Link.sty.js.map +2 -2
  107. package/esm/typography/{List → list}/List.css +4 -4
  108. package/esm/typography/{List → list}/List.js +1 -1
  109. package/esm/typography/{List → list}/List.js.map +2 -2
  110. package/esm/typography/{List → list}/List.sty.js +2 -2
  111. package/esm/typography/{List → list}/List.sty.js.map +2 -2
  112. package/esm/typography/{Paragraph → paragraph}/Paragraph.css +3 -3
  113. package/esm/typography/{Paragraph → paragraph}/Paragraph.js.map +2 -2
  114. package/esm/typography/{Paragraph → paragraph}/Paragraph.sty.js +1 -1
  115. package/esm/typography/{Paragraph → paragraph}/Paragraph.sty.js.map +2 -2
  116. package/{typography/Strikethrough → esm/typography/strikethrough}/Strikethrough.css +1 -1
  117. package/esm/typography/strikethrough/Strikethrough.js.map +7 -0
  118. package/esm/typography/{Strikethrough → strikethrough}/Strikethrough.sty.js +1 -1
  119. package/esm/typography/{Strikethrough → strikethrough}/Strikethrough.sty.js.map +2 -2
  120. package/{typography/Strong → esm/typography/strong}/Strong.css +1 -1
  121. package/esm/typography/{Strong → strong}/Strong.js.map +2 -2
  122. package/esm/typography/{Strong → strong}/Strong.sty.js +1 -1
  123. package/esm/typography/{Strong → strong}/Strong.sty.js.map +2 -2
  124. package/{typography/Text → esm/typography/text}/Text.css +3 -3
  125. package/esm/typography/text/Text.js.map +7 -0
  126. package/esm/typography/{Text → text}/Text.sty.js +1 -1
  127. package/esm/typography/{Text → text}/Text.sty.js.map +2 -2
  128. package/{typography/TextEllipsis → esm/typography/text-ellipsis}/TextEllipsis.css +4 -4
  129. package/esm/typography/text-ellipsis/TextEllipsis.js.map +7 -0
  130. package/esm/typography/text-ellipsis/TextEllipsis.sty.js +7 -0
  131. package/esm/typography/{TextEllipsis → text-ellipsis}/TextEllipsis.sty.js.map +2 -2
  132. package/lang/en.json +6 -0
  133. package/lang/ja.json +24 -0
  134. package/lang/uncompiled/en.json +4 -0
  135. package/lang/uncompiled/ja.json +14 -1
  136. package/layouts/{Divider → divider}/Divider.css +5 -5
  137. package/layouts/{Divider → divider}/Divider.d.ts +1 -1
  138. package/layouts/{Divider → divider}/Divider.sty.js +1 -1
  139. package/layouts/helpers/spacingToCss.d.ts +6 -0
  140. package/layouts/helpers/spacingToCss.js +29 -0
  141. package/layouts/hooks/useBreakpoint.d.ts +27 -0
  142. package/layouts/hooks/useBreakpoint.js +62 -0
  143. package/layouts/hooks/useLayoutSizeProps.d.ts +6 -0
  144. package/layouts/hooks/useLayoutSizeProps.js +33 -0
  145. package/layouts/hooks/useLayoutStyles.d.ts +7 -0
  146. package/layouts/hooks/useLayoutStyles.js +123 -0
  147. package/layouts/hooks/useMarginProps.d.ts +7 -0
  148. package/layouts/hooks/useMarginProps.js +73 -0
  149. package/layouts/hooks/usePaddingProps.d.ts +7 -0
  150. package/layouts/hooks/usePaddingProps.js +77 -0
  151. package/layouts/index.d.ts +7 -2
  152. package/layouts/index.js +8 -2
  153. package/layouts/surface/Surface.css +95 -0
  154. package/layouts/surface/Surface.d.ts +46 -0
  155. package/layouts/surface/Surface.js +110 -0
  156. package/layouts/surface/Surface.sty.d.ts +43 -0
  157. package/layouts/surface/Surface.sty.js +28 -0
  158. package/layouts/surface/variables.sty.d.ts +1 -0
  159. package/layouts/surface/variables.sty.js +23 -0
  160. package/layouts/types/layout.types.d.ts +64 -0
  161. package/layouts/types/layout.types.js +15 -0
  162. package/package.json +11 -4
  163. package/typography/{BlockQuote → block-quote}/Blockquote.css +2 -2
  164. package/typography/{BlockQuote → block-quote}/Blockquote.d.ts +2 -2
  165. package/typography/{BlockQuote → block-quote}/Blockquote.sty.js +1 -1
  166. package/{esm/typography/Code → typography/code}/Code.css +1 -1
  167. package/typography/{Code → code}/Code.d.ts +2 -2
  168. package/typography/{Code → code}/Code.sty.js +1 -1
  169. package/typography/{Emphasis → emphasis}/Emphasis.css +1 -1
  170. package/typography/{Emphasis → emphasis}/Emphasis.d.ts +2 -2
  171. package/typography/{Emphasis → emphasis}/Emphasis.sty.js +1 -1
  172. package/{esm/typography/ExternalLink → typography/external-link}/ExternalLink.css +6 -6
  173. package/typography/{ExternalLink → external-link}/ExternalLink.d.ts +2 -2
  174. package/typography/{ExternalLink → external-link}/ExternalLink.sty.js +1 -1
  175. package/typography/{Heading → heading}/Heading.css +7 -7
  176. package/typography/{Heading → heading}/Heading.d.ts +4 -3
  177. package/typography/{Heading → heading}/Heading.sty.js +1 -1
  178. package/typography/{Highlight → highlight}/Highlight.css +1 -1
  179. package/typography/{Highlight → highlight}/Highlight.sty.js +1 -1
  180. package/typography/index.d.ts +26 -26
  181. package/typography/index.js +13 -13
  182. package/{esm/typography/Link → typography/link}/Link.css +4 -4
  183. package/typography/{Link → link}/Link.js +1 -1
  184. package/typography/{Link → link}/Link.sty.js +1 -1
  185. package/typography/{List → list}/List.css +4 -4
  186. package/typography/{List → list}/List.d.ts +2 -2
  187. package/typography/{List → list}/List.js +1 -1
  188. package/typography/{List → list}/List.sty.js +2 -2
  189. package/typography/{Paragraph → paragraph}/Paragraph.css +3 -3
  190. package/typography/{Paragraph → paragraph}/Paragraph.d.ts +2 -2
  191. package/typography/{Paragraph → paragraph}/Paragraph.sty.js +1 -1
  192. package/{esm/typography/Strikethrough → typography/strikethrough}/Strikethrough.css +1 -1
  193. package/typography/{Strikethrough → strikethrough}/Strikethrough.d.ts +3 -3
  194. package/typography/{Strikethrough → strikethrough}/Strikethrough.sty.js +1 -1
  195. package/{esm/typography/Strong → typography/strong}/Strong.css +1 -1
  196. package/typography/{Strong → strong}/Strong.d.ts +2 -2
  197. package/typography/{Strong → strong}/Strong.sty.js +1 -1
  198. package/{esm/typography/Text → typography/text}/Text.css +3 -3
  199. package/typography/{Text → text}/Text.d.ts +5 -3
  200. package/typography/{Text → text}/Text.sty.js +1 -1
  201. package/{esm/typography/TextEllipsis → typography/text-ellipsis}/TextEllipsis.css +4 -4
  202. package/typography/{TextEllipsis → text-ellipsis}/TextEllipsis.d.ts +4 -4
  203. package/typography/{TextEllipsis → text-ellipsis}/TextEllipsis.sty.js +1 -1
  204. package/esm/typography/Heading/Heading.js.map +0 -7
  205. package/esm/typography/Heading/Heading.sty.js +0 -7
  206. package/esm/typography/Link/Link.js.map +0 -7
  207. package/esm/typography/Strikethrough/Strikethrough.js.map +0 -7
  208. package/esm/typography/Text/Text.js.map +0 -7
  209. package/esm/typography/TextEllipsis/TextEllipsis.js.map +0 -7
  210. package/esm/typography/TextEllipsis/TextEllipsis.sty.js +0 -7
  211. package/esm/layouts/{Divider → divider}/Divider.js +0 -0
  212. package/esm/typography/{BlockQuote → block-quote}/Blockquote.js +0 -0
  213. package/esm/typography/{Code → code}/Code.js +0 -0
  214. package/esm/typography/{Emphasis → emphasis}/Emphasis.js +0 -0
  215. package/esm/typography/{ExternalLink → external-link}/ExternalLink.js +0 -0
  216. package/esm/typography/{Heading → heading}/Heading.js +0 -0
  217. package/esm/typography/{Highlight → highlight}/Highlight.js +0 -0
  218. package/esm/typography/{Paragraph → paragraph}/Paragraph.js +0 -0
  219. package/esm/typography/{Strikethrough → strikethrough}/Strikethrough.js +0 -0
  220. package/esm/typography/{Strong → strong}/Strong.js +0 -0
  221. package/esm/typography/{Text → text}/Text.js +0 -0
  222. package/esm/typography/{TextEllipsis → text-ellipsis}/TextEllipsis.js +0 -0
  223. package/layouts/{Divider → divider}/Divider.js +0 -0
  224. package/layouts/{Divider → divider}/Divider.sty.d.ts +0 -0
  225. package/typography/{BlockQuote → block-quote}/Blockquote.js +0 -0
  226. package/typography/{BlockQuote → block-quote}/Blockquote.sty.d.ts +0 -0
  227. package/typography/{Code → code}/Code.js +0 -0
  228. package/typography/{Code → code}/Code.sty.d.ts +0 -0
  229. package/typography/{Emphasis → emphasis}/Emphasis.js +0 -0
  230. package/typography/{Emphasis → emphasis}/Emphasis.sty.d.ts +0 -0
  231. package/typography/{ExternalLink → external-link}/ExternalLink.js +0 -0
  232. package/typography/{ExternalLink → external-link}/ExternalLink.sty.d.ts +0 -0
  233. package/typography/{Heading → heading}/Heading.js +0 -0
  234. package/typography/{Heading → heading}/Heading.sty.d.ts +0 -0
  235. package/typography/{Highlight → highlight}/Highlight.d.ts +1 -1
  236. package/typography/{Highlight → highlight}/Highlight.js +0 -0
  237. package/typography/{Highlight → highlight}/Highlight.sty.d.ts +0 -0
  238. package/typography/{Link → link}/Link.d.ts +1 -1
  239. /package/typography/{Link → link}/Link.sty.d.ts +0 -0
  240. /package/typography/{List → list}/List.sty.d.ts +0 -0
  241. /package/typography/{Paragraph → paragraph}/Paragraph.js +0 -0
  242. /package/typography/{Paragraph → paragraph}/Paragraph.sty.d.ts +0 -0
  243. /package/typography/{Strikethrough → strikethrough}/Strikethrough.js +0 -0
  244. /package/typography/{Strikethrough → strikethrough}/Strikethrough.sty.d.ts +0 -0
  245. /package/typography/{Strong → strong}/Strong.js +0 -0
  246. /package/typography/{Strong → strong}/Strong.sty.d.ts +0 -0
  247. /package/typography/{Text → text}/Text.js +0 -0
  248. /package/typography/{Text → text}/Text.sty.d.ts +0 -0
  249. /package/typography/{TextEllipsis → text-ellipsis}/TextEllipsis.js +0 -0
  250. /package/typography/{TextEllipsis → text-ellipsis}/TextEllipsis.sty.d.ts +0 -0
@@ -0,0 +1,123 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var useLayoutStyles_exports = {};
19
+ __export(useLayoutStyles_exports, {
20
+ useLayoutStyles: () => useLayoutStyles
21
+ });
22
+ module.exports = __toCommonJS(useLayoutStyles_exports);
23
+ var import_useLayoutSizeProps = require("./useLayoutSizeProps.js");
24
+ var import_useMarginProps = require("./useMarginProps.js");
25
+ var import_usePaddingProps = require("./usePaddingProps.js");
26
+ function useLayoutStyles(props, defaultStyles) {
27
+ const {
28
+ /** Padding props */
29
+ padding,
30
+ p,
31
+ paddingX,
32
+ px,
33
+ paddingY,
34
+ py,
35
+ paddingTop,
36
+ pt,
37
+ paddingRight,
38
+ pr,
39
+ paddingBottom,
40
+ pb,
41
+ paddingLeft,
42
+ pl,
43
+ /** Margin props */
44
+ margin,
45
+ m,
46
+ marginX,
47
+ mx,
48
+ marginY,
49
+ my,
50
+ marginTop,
51
+ mt,
52
+ marginRight,
53
+ mr,
54
+ marginBottom,
55
+ mb,
56
+ marginLeft,
57
+ ml,
58
+ /** Layout props */
59
+ width,
60
+ minWidth,
61
+ maxWidth,
62
+ height,
63
+ minHeight,
64
+ maxHeight,
65
+ /** filtered remaining props for passing back to component */
66
+ ...remainingProps
67
+ } = props;
68
+ const paddingProps = {
69
+ padding,
70
+ p,
71
+ paddingX,
72
+ px,
73
+ paddingY,
74
+ py,
75
+ paddingTop,
76
+ pt,
77
+ paddingRight,
78
+ pr,
79
+ paddingBottom,
80
+ pb,
81
+ paddingLeft,
82
+ pl
83
+ };
84
+ const marginProps = {
85
+ margin,
86
+ m,
87
+ marginX,
88
+ mx,
89
+ marginY,
90
+ my,
91
+ marginTop,
92
+ mt,
93
+ marginRight,
94
+ mr,
95
+ marginBottom,
96
+ mb,
97
+ marginLeft,
98
+ ml
99
+ };
100
+ const layoutProps = {
101
+ width,
102
+ minWidth,
103
+ maxWidth,
104
+ height,
105
+ minHeight,
106
+ maxHeight
107
+ };
108
+ const paddingStyles = (0, import_usePaddingProps.usePaddingProps)(
109
+ paddingProps,
110
+ defaultStyles.paddingDefaults
111
+ );
112
+ const marginStyles = (0, import_useMarginProps.useMarginProps)(
113
+ marginProps,
114
+ defaultStyles.marginDefaults
115
+ );
116
+ const layoutSizeStyles = (0, import_useLayoutSizeProps.useLayoutSizeProps)(layoutProps);
117
+ return {
118
+ paddingStyles,
119
+ marginStyles,
120
+ layoutSizeStyles,
121
+ remainingProps
122
+ };
123
+ }
@@ -0,0 +1,7 @@
1
+ import { SpacingProps } from '../../styles/getSpacingSprinkles.js';
2
+ import type { MarginCSS, DefaultMargin } from '../types/layout.types.js';
3
+ /**
4
+ * Generates CSS margin properties based on the provided margin props and default margin values.
5
+ * @internal
6
+ */
7
+ export declare const useMarginProps: (props: SpacingProps, defaultMarginProps?: DefaultMargin) => MarginCSS;
@@ -0,0 +1,73 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var useMarginProps_exports = {};
19
+ __export(useMarginProps_exports, {
20
+ useMarginProps: () => useMarginProps
21
+ });
22
+ module.exports = __toCommonJS(useMarginProps_exports);
23
+ var import_lodash_es = require("lodash");
24
+ var import_spacingToCss = require("../helpers/spacingToCss.js");
25
+ const defaultMargin = {
26
+ margin: 0,
27
+ marginTop: 0,
28
+ marginRight: 0,
29
+ marginBottom: 0,
30
+ marginLeft: 0
31
+ };
32
+ const useMarginProps = (props, defaultMarginProps = defaultMargin) => {
33
+ const {
34
+ margin,
35
+ m,
36
+ marginX,
37
+ mx,
38
+ marginY,
39
+ my,
40
+ marginTop,
41
+ mt,
42
+ marginRight,
43
+ mr,
44
+ marginBottom,
45
+ mb,
46
+ marginLeft,
47
+ ml
48
+ } = props;
49
+ const convertedDefaultMarginProps = {
50
+ marginTop: (0, import_spacingToCss.spacingToCss)(
51
+ defaultMarginProps.marginTop ?? defaultMarginProps.margin
52
+ ),
53
+ marginLeft: (0, import_spacingToCss.spacingToCss)(
54
+ defaultMarginProps.marginLeft ?? defaultMarginProps.margin
55
+ ),
56
+ marginBottom: (0, import_spacingToCss.spacingToCss)(
57
+ defaultMarginProps.marginBottom ?? defaultMarginProps.margin
58
+ ),
59
+ marginRight: (0, import_spacingToCss.spacingToCss)(
60
+ defaultMarginProps.marginRight ?? defaultMarginProps.margin
61
+ )
62
+ };
63
+ return (0, import_lodash_es.merge)({}, convertedDefaultMarginProps, {
64
+ marginTop: (0, import_spacingToCss.spacingToCss)(mt ?? marginTop ?? my ?? marginY ?? m ?? margin),
65
+ marginRight: (0, import_spacingToCss.spacingToCss)(
66
+ mr ?? marginRight ?? mx ?? marginX ?? m ?? margin
67
+ ),
68
+ marginBottom: (0, import_spacingToCss.spacingToCss)(
69
+ mb ?? marginBottom ?? my ?? marginY ?? m ?? margin
70
+ ),
71
+ marginLeft: (0, import_spacingToCss.spacingToCss)(ml ?? marginLeft ?? mx ?? marginX ?? m ?? margin)
72
+ });
73
+ };
@@ -0,0 +1,7 @@
1
+ import { SpacingProps } from '../../styles/getSpacingSprinkles.js';
2
+ import type { PaddingCSS, DefaultPadding } from '../types/layout.types.js';
3
+ /**
4
+ * Generates CSS padding properties based on the provided padding props and default padding values.
5
+ * @internal
6
+ */
7
+ export declare const usePaddingProps: (props: SpacingProps, defaultPaddingProps?: DefaultPadding) => PaddingCSS;
@@ -0,0 +1,77 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var usePaddingProps_exports = {};
19
+ __export(usePaddingProps_exports, {
20
+ usePaddingProps: () => usePaddingProps
21
+ });
22
+ module.exports = __toCommonJS(usePaddingProps_exports);
23
+ var import_lodash_es = require("lodash");
24
+ var import_spacingToCss = require("../helpers/spacingToCss.js");
25
+ const defaultPadding = {
26
+ padding: 0,
27
+ paddingTop: 0,
28
+ paddingRight: 0,
29
+ paddingBottom: 0,
30
+ paddingLeft: 0
31
+ };
32
+ const usePaddingProps = (props, defaultPaddingProps = defaultPadding) => {
33
+ const {
34
+ padding,
35
+ p,
36
+ paddingX,
37
+ px,
38
+ paddingY,
39
+ py,
40
+ paddingTop,
41
+ pt,
42
+ paddingRight,
43
+ pr,
44
+ paddingBottom,
45
+ pb,
46
+ paddingLeft,
47
+ pl
48
+ } = props;
49
+ const convertedDefaultPaddingProps = {
50
+ paddingTop: (0, import_spacingToCss.spacingToCss)(
51
+ defaultPaddingProps.paddingTop ?? defaultPaddingProps.padding
52
+ ),
53
+ paddingLeft: (0, import_spacingToCss.spacingToCss)(
54
+ defaultPaddingProps.paddingLeft ?? defaultPaddingProps.padding
55
+ ),
56
+ paddingBottom: (0, import_spacingToCss.spacingToCss)(
57
+ defaultPaddingProps.paddingBottom ?? defaultPaddingProps.padding
58
+ ),
59
+ paddingRight: (0, import_spacingToCss.spacingToCss)(
60
+ defaultPaddingProps.paddingRight ?? defaultPaddingProps.padding
61
+ )
62
+ };
63
+ return (0, import_lodash_es.merge)({}, convertedDefaultPaddingProps, {
64
+ paddingTop: (0, import_spacingToCss.spacingToCss)(
65
+ pt ?? paddingTop ?? py ?? paddingY ?? p ?? padding
66
+ ),
67
+ paddingRight: (0, import_spacingToCss.spacingToCss)(
68
+ pr ?? paddingRight ?? px ?? paddingX ?? p ?? padding
69
+ ),
70
+ paddingBottom: (0, import_spacingToCss.spacingToCss)(
71
+ pb ?? paddingBottom ?? py ?? paddingY ?? p ?? padding
72
+ ),
73
+ paddingLeft: (0, import_spacingToCss.spacingToCss)(
74
+ pl ?? paddingLeft ?? px ?? paddingX ?? p ?? padding
75
+ )
76
+ });
77
+ };
@@ -1,6 +1,11 @@
1
1
  export { Flex, type FlexOwnProps, type FlexProps } from './flex/Flex.js';
2
2
  export { Grid, type GridOwnProps, type GridProps } from './grid/Grid.js';
3
- export { Divider } from './Divider/Divider.js';
4
- export type { DividerProps } from './Divider/Divider.js';
3
+ export { Divider } from './divider/Divider.js';
4
+ export type { DividerProps } from './divider/Divider.js';
5
5
  export { Container } from './container/Container.js';
6
6
  export type { ContainerOwnProps, ContainerProps, } from './container/Container.js';
7
+ export type { LayoutSizeCSS } from './types/layout.types.js';
8
+ export { Surface } from './surface/Surface.js';
9
+ export type { SurfaceOwnProps, SurfaceProps } from './surface/Surface.js';
10
+ export { surfaceBorderRadius as _surfaceBorderRadius } from './surface/variables.css.js';
11
+ export { useBreakpoint } from './hooks/useBreakpoint.js';
package/layouts/index.js CHANGED
@@ -20,10 +20,16 @@ __export(layouts_exports, {
20
20
  Container: () => import_Container.Container,
21
21
  Divider: () => import_Divider.Divider,
22
22
  Flex: () => import_Flex.Flex,
23
- Grid: () => import_Grid.Grid
23
+ Grid: () => import_Grid.Grid,
24
+ Surface: () => import_Surface.Surface,
25
+ _surfaceBorderRadius: () => import_variables_css.surfaceBorderRadius,
26
+ useBreakpoint: () => import_useBreakpoint.useBreakpoint
24
27
  });
25
28
  module.exports = __toCommonJS(layouts_exports);
26
29
  var import_Flex = require("./flex/Flex.js");
27
30
  var import_Grid = require("./grid/Grid.js");
28
- var import_Divider = require("./Divider/Divider.js");
31
+ var import_Divider = require("./divider/Divider.js");
29
32
  var import_Container = require("./container/Container.js");
33
+ var import_Surface = require("./surface/Surface.js");
34
+ var import_variables_css = require("./surface/variables.sty.js");
35
+ var import_useBreakpoint = require("./hooks/useBreakpoint.js");
@@ -0,0 +1,95 @@
1
+ .Surface_surfaceCSS__1qto6jt6 {
2
+ --surfaceBorderRadius__1igzksy0: var(--dt-borders-radius-surface-default, 16px);
3
+ color: var(--dt-colors-text-neutral-default, #2b2a58);
4
+ text-align: left;
5
+ border: none;
6
+ outline: none;
7
+ position: relative;
8
+ background-color: var(--dt-colors-background-surface-default, #fcfcfd);
9
+ border-radius: var(--surfaceBorderRadius__1igzksy0);
10
+ }
11
+ .Surface_surfaceCSS__1qto6jt6::before, .Surface_surfaceCSS__1qto6jt6::after {
12
+ content: "";
13
+ width: 100%;
14
+ height: 100%;
15
+ position: absolute;
16
+ left: 0;
17
+ top: 0;
18
+ border-radius: var(--surfaceBorderRadius__1igzksy0);
19
+ pointer-events: none;
20
+ }
21
+ .Surface_surfaceCSS__1qto6jt6::after {
22
+ box-shadow: 0px 0px 0px 1px var(--dt-colors-background-base-default, #f3f3f7);
23
+ outline-offset: 1px;
24
+ outline: 2px solid var(--vars_borderColor__17bwkb02);
25
+ opacity: var(--selectionOpacity__1qto6jt4);
26
+ transition: var(--selectionTransition__1qto6jt5);
27
+ }
28
+ .Surface_surfaceCSS_selected_true__1qto6jt7 {
29
+ --selectionOpacity__1qto6jt4: 1;
30
+ --selectionTransition__1qto6jt5: var(--dt-animations-fade-in-easing, cubic-bezier(0.5, 0, 1, 1)) var(--dt-animations-fade-in-duration-fast, 150ms);
31
+ }
32
+ .Surface_surfaceCSS_selected_false__1qto6jt8 {
33
+ --selectionOpacity__1qto6jt4: 0;
34
+ --selectionTransition__1qto6jt5: var(--dt-animations-fade-out-easing, cubic-bezier(0, 0, 0.2, 1)) var(--dt-animations-fade-out-duration-fast, 150ms);
35
+ }
36
+ .Surface_pseudoElementCSS__1qto6jt9 {
37
+ --dragOpacity__1qto6jt1: 0;
38
+ --dragCursor__1qto6jt2: pointer;
39
+ --hoverElevation__1qto6jt3: var(--dt-box-shadows-surface-flat-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12);
40
+ width: 100%;
41
+ height: 100%;
42
+ position: absolute;
43
+ left: 0;
44
+ top: 0;
45
+ border-radius: var(--surfaceBorderRadius__1igzksy0);
46
+ pointer-events: none;
47
+ }
48
+ .Surface_pseudoElementCSS__1qto6jt9::after,.Surface_pseudoElementCSS__1qto6jt9::before {
49
+ content: "";
50
+ width: 100%;
51
+ height: 100%;
52
+ position: absolute;
53
+ left: 0;
54
+ top: 0;
55
+ border-radius: var(--surfaceBorderRadius__1igzksy0);
56
+ pointer-events: none;
57
+ transition: var(--dt-animations-fade-in-easing, cubic-bezier(0.5, 0, 1, 1)) var(--dt-animations-fade-in-duration-fast, 150ms);
58
+ }
59
+ .Surface_pseudoElementCSS__1qto6jt9::after {
60
+ box-shadow: var(--dragElevation__1qto6jt0);
61
+ opacity: var(--dragOpacity__1qto6jt1);
62
+ }
63
+ .Surface_pseudoElementCSS__1qto6jt9::before {
64
+ box-shadow: var(--hoverElevation__1qto6jt3);
65
+ opacity: 0;
66
+ }
67
+ .Surface_pseudoElementCSS_elevation_flat__1qto6jta {
68
+ --dragElevation__1qto6jt0: var(--dt-box-shadows-surface-flat-drag, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52);
69
+ --hoverElevation__1qto6jt3: var(--dt-box-shadows-surface-flat-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12);
70
+ box-shadow: var(--dt-box-shadows-surface-flat-rest, none);
71
+ }
72
+ .Surface_pseudoElementCSS_elevation_raised__1qto6jtb {
73
+ --dragElevation__1qto6jt0: var(--dt-box-shadows-surface-raised-drag, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52);
74
+ --hoverElevation__1qto6jt3: var(--dt-box-shadows-surface-raised-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29);
75
+ box-shadow: var(--dt-box-shadows-surface-raised-rest, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12);
76
+ }
77
+ .Surface_pseudoElementCSS_elevation_floating__1qto6jtc {
78
+ --dragElevation__1qto6jt0: var(--dt-box-shadows-surface-floating-drag, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52);
79
+ --hoverElevation__1qto6jt3: var(--dt-box-shadows-surface-floating-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 6px 14px -2px #2d2e4e3d);
80
+ box-shadow: var(--dt-box-shadows-surface-floating-rest, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29);
81
+ }
82
+ .Surface_pseudoElementCSS_dragged_true__1qto6jtd {
83
+ --dragOpacity__1qto6jt1: 1;
84
+ --dragCursor__1qto6jt2: grab;
85
+ }
86
+ button.strato-surface:not(:disabled), a.strato-surface:not(:disabled) {
87
+ cursor: pointer;
88
+ }
89
+ button.strato-surface:not(:disabled):hover > div:first-child::before, a.strato-surface:not(:disabled):hover > div:first-child::before {
90
+ opacity: 1;
91
+ }
92
+ button.strato-surface:not(:disabled):active > div:first-child::before, a.strato-surface:not(:disabled):active > div:first-child::before {
93
+ transition: var(--dt-animations-fade-in-easing, cubic-bezier(0.5, 0, 1, 1)) var(--dt-animations-fade-in-duration-fast, 150ms);
94
+ opacity: 0;
95
+ }
@@ -0,0 +1,46 @@
1
+ import { type ElementType, type ReactElement } from 'react';
2
+ import type { AriaLabelingProps } from '../../core/types/a11y-props.js';
3
+ import type { DataTestId } from '../../core/types/data-props.js';
4
+ import type { DOMProps } from '../../core/types/dom.js';
5
+ import type { MaskingProps } from '../../core/types/masking-props.js';
6
+ import type { PolymorphicComponentProps } from '../../core/types/polymorph.js';
7
+ import type { StylingProps } from '../../core/types/styling-props.js';
8
+ import type { WithChildren } from '../../core/types/with-children.js';
9
+ import { type SpacingProps } from '../../styles/getSpacingSprinkles.js';
10
+ import type { LayoutSizeCSS } from '../types/layout.types.js';
11
+ /**
12
+ * Accepted properties for Surface
13
+ * @public
14
+ */
15
+ export interface SurfaceOwnProps extends AriaLabelingProps, SpacingProps, LayoutSizeCSS, DOMProps, WithChildren, StylingProps, DataTestId, MaskingProps {
16
+ /**
17
+ * Color of the border when the surface has focus or is selected.
18
+ * @defaultValue 'neutral'
19
+ */
20
+ color?: 'neutral' | 'primary' | 'success' | 'critical' | 'warning';
21
+ /**
22
+ * Defines if the surface is selected and should indicate that state with a border.
23
+ * @defaultValue false
24
+ */
25
+ selected?: boolean;
26
+ /**
27
+ * Indicates if the surface is currently dragged and then applies the corresponding styles.
28
+ * @defaultValue false
29
+ */
30
+ dragged?: boolean;
31
+ /**
32
+ * Defines the surface's elevation to the background.
33
+ * @defaultValue 'flat'
34
+ */
35
+ elevation?: 'flat' | 'raised' | 'floating';
36
+ }
37
+ /**
38
+ * Merge own props with others inherited from the underlying element type
39
+ * @public
40
+ */
41
+ export type SurfaceProps<E extends ElementType> = PolymorphicComponentProps<E, SurfaceOwnProps>;
42
+ /**
43
+ * The Surface component is used to structure content on a page.
44
+ * @public
45
+ */
46
+ export declare const Surface: <E extends ElementType = 'div'>(props: SurfaceProps<E>) => ReactElement | null;
@@ -0,0 +1,110 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+ var Surface_exports = {};
29
+ __export(Surface_exports, {
30
+ Surface: () => Surface
31
+ });
32
+ module.exports = __toCommonJS(Surface_exports);
33
+ var import_clsx = __toESM(require("clsx"));
34
+ var import_react = __toESM(require("react"));
35
+ var import_Surface_css = require("./Surface.sty.js");
36
+ var import_useAriaLabelingProps = require("../../core/hooks/useAriaLabelingProps.js");
37
+ var import_useFocusRing = require("../../core/styles/useFocusRing.js");
38
+ var import_merge_props = require("../../core/utils/merge-props.js");
39
+ var import_colorUtils_css = require("../../styles/colorUtils.sty.js");
40
+ var import_getSpacingSprinkles = require("../../styles/getSpacingSprinkles.js");
41
+ var import_textStyle_css = require("../../styles/textStyle.sty.js");
42
+ var import_useLayoutStyles = require("../hooks/useLayoutStyles.js");
43
+ const Surface = /* @__PURE__ */ (0, import_react.forwardRef)(
44
+ (props, forwardedRef) => {
45
+ const {
46
+ elevation = "flat",
47
+ dragged = false,
48
+ selected = false,
49
+ color = "neutral",
50
+ children,
51
+ className: consumerClassName,
52
+ style: consumerStyle,
53
+ "data-testid": dataTestId,
54
+ "data-dtrum-mask": dataDtrumMask,
55
+ "data-dtrum-allow": dataDtrumAllow,
56
+ as,
57
+ ...remainingProps
58
+ } = props;
59
+ const ariaLabelingProps = (0, import_useAriaLabelingProps.useAriaLabelingProps)(remainingProps);
60
+ const { layoutSizeStyles, remainingProps: surfaceProps } = (0, import_useLayoutStyles.useLayoutStyles)(
61
+ remainingProps,
62
+ { paddingDefaults: { padding: 24 } }
63
+ );
64
+ const { focusProps, focusClassName } = (0, import_useFocusRing.useFocusRing)({
65
+ variant: color
66
+ });
67
+ const surfaceMergedProps = {
68
+ ...(0, import_merge_props.mergeProps)(
69
+ // Need to cast this one as the inference of mergeProps would generate
70
+ // a not allowed overlap. The remainingProps type is too complex due to the
71
+ // polymorphic inheritance.
72
+ surfaceProps,
73
+ focusProps,
74
+ ariaLabelingProps
75
+ )
76
+ };
77
+ const Component = as ?? "div";
78
+ return /* @__PURE__ */ import_react.default.createElement(
79
+ Component,
80
+ {
81
+ ...surfaceMergedProps,
82
+ "data-testid": dataTestId,
83
+ "data-dtrum-mask": dataDtrumMask,
84
+ "data-dtrum-allow": dataDtrumAllow,
85
+ ref: forwardedRef,
86
+ className: (0, import_clsx.default)(
87
+ "strato-surface",
88
+ (0, import_colorUtils_css.colorUtilsCSS)({ color, variant: selected ? "accent" : "default" }),
89
+ (0, import_Surface_css.surfaceCSS)({ selected }),
90
+ focusClassName,
91
+ consumerClassName,
92
+ (0, import_getSpacingSprinkles.getSpacingSprinkles)(remainingProps, { padding: 24 }),
93
+ (0, import_textStyle_css.textStyleCSS)({ textStyle: "base" })
94
+ ),
95
+ style: { ...layoutSizeStyles, ...consumerStyle }
96
+ },
97
+ /* @__PURE__ */ import_react.default.createElement(
98
+ "div",
99
+ {
100
+ className: (0, import_clsx.default)(
101
+ "surface-background",
102
+ (0, import_Surface_css.pseudoElementCSS)({ elevation, dragged })
103
+ ),
104
+ "aria-hidden": true
105
+ }
106
+ ),
107
+ children
108
+ );
109
+ }
110
+ );
@@ -0,0 +1,43 @@
1
+ export declare const surfaceCSS: import("@vanilla-extract/recipes").RuntimeFn<{
2
+ selected: {
3
+ true: {
4
+ vars: {
5
+ [x: string]: string;
6
+ };
7
+ };
8
+ false: {
9
+ vars: {
10
+ [x: string]: string;
11
+ };
12
+ };
13
+ };
14
+ }>;
15
+ export declare const pseudoElementCSS: import("@vanilla-extract/recipes").RuntimeFn<{
16
+ elevation: {
17
+ flat: {
18
+ boxShadow: string;
19
+ vars: {
20
+ [x: string]: string;
21
+ };
22
+ };
23
+ raised: {
24
+ boxShadow: string;
25
+ vars: {
26
+ [x: string]: string;
27
+ };
28
+ };
29
+ floating: {
30
+ boxShadow: string;
31
+ vars: {
32
+ [x: string]: string;
33
+ };
34
+ };
35
+ };
36
+ dragged: {
37
+ true: {
38
+ vars: {
39
+ [x: string]: string;
40
+ };
41
+ };
42
+ };
43
+ }>;
@@ -0,0 +1,28 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var Surface_css_exports = {};
19
+ __export(Surface_css_exports, {
20
+ pseudoElementCSS: () => pseudoElementCSS,
21
+ surfaceCSS: () => surfaceCSS
22
+ });
23
+ module.exports = __toCommonJS(Surface_css_exports);
24
+ var import_colorUtils_css_ts_vanilla = require("../../styles/colorUtils.css");
25
+ var import_Surface_css_ts_vanilla = require("./Surface.css");
26
+ var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
27
+ var pseudoElementCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "Surface_pseudoElementCSS__1qto6jt9", variantClassNames: { elevation: { flat: "Surface_pseudoElementCSS_elevation_flat__1qto6jta", raised: "Surface_pseudoElementCSS_elevation_raised__1qto6jtb", floating: "Surface_pseudoElementCSS_elevation_floating__1qto6jtc" }, dragged: { true: "Surface_pseudoElementCSS_dragged_true__1qto6jtd" } }, defaultVariants: {}, compoundVariants: [] });
28
+ var surfaceCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "Surface_surfaceCSS__1qto6jt6", variantClassNames: { selected: { true: "Surface_surfaceCSS_selected_true__1qto6jt7", false: "Surface_surfaceCSS_selected_false__1qto6jt8" } }, defaultVariants: {}, compoundVariants: [] });
@@ -0,0 +1 @@
1
+ export declare const surfaceBorderRadius: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -0,0 +1,23 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var variables_css_exports = {};
19
+ __export(variables_css_exports, {
20
+ surfaceBorderRadius: () => surfaceBorderRadius
21
+ });
22
+ module.exports = __toCommonJS(variables_css_exports);
23
+ var surfaceBorderRadius = "var(--surfaceBorderRadius__1igzksy0)";