@social-mail/social-mail-client 1.8.445 → 1.9.3

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 (202) hide show
  1. package/dist/site-editor/editor/HtmlPageEditor.d.ts.map +1 -1
  2. package/dist/site-editor/editor/HtmlPageEditor.js +6 -0
  3. package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
  4. package/dist/site-editor/editor/ui/SelectionUI.js +1 -1
  5. package/dist/site-editor/editor/ui/SelectionUI.js.map +1 -1
  6. package/dist/site-editor/properties/groups/ChildSizeGroupEditor.d.ts.map +1 -1
  7. package/dist/site-editor/properties/groups/ChildSizeGroupEditor.js +0 -27
  8. package/dist/site-editor/properties/groups/ChildSizeGroupEditor.js.map +1 -1
  9. package/dist/site-editor/properties/groups/ImageEditor.d.ts.map +1 -1
  10. package/dist/site-editor/properties/groups/ImageEditor.js +0 -3
  11. package/dist/site-editor/properties/groups/ImageEditor.js.map +1 -1
  12. package/dist/site-editor/properties/groups/PositionGroupEditor.d.ts.map +1 -1
  13. package/dist/site-editor/properties/groups/PositionGroupEditor.js +0 -3
  14. package/dist/site-editor/properties/groups/PositionGroupEditor.js.map +1 -1
  15. package/dist/site-editor/properties/groups/SizeGroupEditor.d.ts.map +1 -1
  16. package/dist/site-editor/properties/groups/SizeGroupEditor.js +0 -27
  17. package/dist/site-editor/properties/groups/SizeGroupEditor.js.map +1 -1
  18. package/dist/site-editor/properties/groups/TextPropertyEditor.d.ts.map +1 -1
  19. package/dist/site-editor/properties/groups/TextPropertyEditor.js +0 -3
  20. package/dist/site-editor/properties/groups/TextPropertyEditor.js.map +1 -1
  21. package/dist/site-editor/properties/groups/TransformGroupEditor.d.ts.map +1 -1
  22. package/dist/site-editor/properties/groups/TransformGroupEditor.js +0 -15
  23. package/dist/site-editor/properties/groups/TransformGroupEditor.js.map +1 -1
  24. package/dist/site-editor/suggestions/editorSuggestions.d.ts +0 -84
  25. package/dist/site-editor/suggestions/editorSuggestions.d.ts.map +1 -1
  26. package/dist/site-editor/suggestions/properties/image.d.ts +0 -4
  27. package/dist/site-editor/suggestions/properties/image.d.ts.map +1 -1
  28. package/dist/site-editor/suggestions/properties/image.js +0 -1
  29. package/dist/site-editor/suggestions/properties/image.js.map +1 -1
  30. package/dist/site-editor/suggestions/properties/position.d.ts +0 -5
  31. package/dist/site-editor/suggestions/properties/position.d.ts.map +1 -1
  32. package/dist/site-editor/suggestions/properties/position.js +0 -1
  33. package/dist/site-editor/suggestions/properties/position.js.map +1 -1
  34. package/dist/site-editor/suggestions/properties/size.d.ts +0 -60
  35. package/dist/site-editor/suggestions/properties/size.d.ts.map +1 -1
  36. package/dist/site-editor/suggestions/properties/size.js +0 -12
  37. package/dist/site-editor/suggestions/properties/size.js.map +1 -1
  38. package/dist/site-editor/suggestions/properties/text.d.ts +0 -5
  39. package/dist/site-editor/suggestions/properties/text.d.ts.map +1 -1
  40. package/dist/site-editor/suggestions/properties/text.js +0 -1
  41. package/dist/site-editor/suggestions/properties/text.js.map +1 -1
  42. package/dist/site-editor/suggestions/properties/transform.d.ts +0 -10
  43. package/dist/site-editor/suggestions/properties/transform.d.ts.map +1 -1
  44. package/dist/site-editor/suggestions/properties/transform.js +0 -2
  45. package/dist/site-editor/suggestions/properties/transform.js.map +1 -1
  46. package/dist/site-editor-app/SiteEditorApp.pack.js +7 -96
  47. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  48. package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
  49. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  50. package/dist/tsconfig.tsbuildinfo +1 -1
  51. package/package.json +1 -1
  52. package/src/site-editor/editor/HtmlPageEditor.tsx +8 -0
  53. package/src/site-editor/editor/ui/SelectionUI.tsx +1 -1
  54. package/src/site-editor/properties/groups/ChildSizeGroupEditor.tsx +0 -24
  55. package/src/site-editor/properties/groups/ImageEditor.tsx +0 -3
  56. package/src/site-editor/properties/groups/PositionGroupEditor.tsx +0 -5
  57. package/src/site-editor/properties/groups/SizeGroupEditor.tsx +0 -39
  58. package/src/site-editor/properties/groups/TextPropertyEditor.tsx +0 -4
  59. package/src/site-editor/properties/groups/TransformGroupEditor.tsx +0 -5
  60. package/src/site-editor/suggestions/properties/image.ts +0 -1
  61. package/src/site-editor/suggestions/properties/position.ts +0 -1
  62. package/src/site-editor/suggestions/properties/size.ts +0 -14
  63. package/src/site-editor/suggestions/properties/text.ts +0 -1
  64. package/src/site-editor/suggestions/properties/transform.ts +0 -2
  65. package/styler-lite/styler.css +1 -1
  66. package/styler-lite/styler.css.map +1 -1
  67. package/styler-lite/styles/layouts/canvas.css +3 -3
  68. package/styler-lite/styles/properties/effects/transform.css +1 -26
  69. package/styler-lite/styles/properties/image/image.css +1 -8
  70. package/styler-lite/styles/properties/position/position.css +1 -7
  71. package/styler-lite/styles/properties/size/size.css +1 -54
  72. package/styler-lite/styles/properties/text/text.css +1 -7
  73. package/styler/body.css +0 -17
  74. package/styler/core.js +0 -28
  75. package/styler/end.css +0 -117
  76. package/styler/init.css +0 -13
  77. package/styler/styler-main.css +0 -18
  78. package/styler/styler.css +0 -2
  79. package/styler/styler.css.map +0 -1
  80. package/styler/styler.js +0 -4652
  81. package/styler/styles/animations/animation-definition.js +0 -46
  82. package/styler/styles/animations/animations/fade-in.css +0 -155
  83. package/styler/styles/animations/animations/fade-in.css.js +0 -20
  84. package/styler/styles/animations/animations/fade-in.css.map +0 -1
  85. package/styler/styles/animations/animations.css +0 -108
  86. package/styler/styles/animations/animations.css.js +0 -40
  87. package/styler/styles/animations/animations.css.map +0 -1
  88. package/styler/styles/animations/effects-key-frames.css +0 -11
  89. package/styler/styles/animations/effects.css +0 -29
  90. package/styler/styles/animations/effects.css.js +0 -39
  91. package/styler/styles/animations/effects.css.map +0 -1
  92. package/styler/styles/animations/hover/hover-animations.css +0 -23
  93. package/styler/styles/animations/main-key-frames.css +0 -48
  94. package/styler/styles/animations/main-key-frames.css.js +0 -49
  95. package/styler/styles/animations/main-key-frames.css.map +0 -1
  96. package/styler/styles/animations/properties/delay.css +0 -1254
  97. package/styler/styles/animations/properties/delay.css.js +0 -66
  98. package/styler/styles/animations/properties/delay.css.map +0 -1
  99. package/styler/styles/animations/properties/direction.css +0 -454
  100. package/styler/styles/animations/properties/direction.css.js +0 -64
  101. package/styler/styles/animations/properties/direction.css.map +0 -1
  102. package/styler/styles/animations/properties/duration.css +0 -1204
  103. package/styler/styles/animations/properties/duration.css.js +0 -65
  104. package/styler/styles/animations/properties/duration.css.map +0 -1
  105. package/styler/styles/animations/properties/iteration-count.css +0 -854
  106. package/styler/styles/animations/properties/iteration-count.css.js +0 -64
  107. package/styler/styles/animations/properties/iteration-count.css.map +0 -1
  108. package/styler/styles/animations/properties/timing-function.css +0 -604
  109. package/styler/styles/animations/properties/timing-function.css.js +0 -64
  110. package/styler/styles/animations/properties/timing-function.css.map +0 -1
  111. package/styler/styles/animations/scroll-animations.css +0 -34
  112. package/styler/styles/elements/image-link.css +0 -10
  113. package/styler/styles/elements/link-button.css +0 -19
  114. package/styler/styles/elements/link-icon-button.css +0 -18
  115. package/styler/styles/elements/pdf-viewer.css +0 -37
  116. package/styler/styles/elements/video-player.css +0 -35
  117. package/styler/styles/layouts/animated-text.css +0 -3
  118. package/styler/styles/layouts/banner.css +0 -13
  119. package/styler/styles/layouts/billboard.css +0 -26
  120. package/styler/styles/layouts/box-frame.css +0 -37
  121. package/styler/styles/layouts/card.css +0 -29
  122. package/styler/styles/layouts/check.svg +0 -1
  123. package/styler/styles/layouts/column-2.css +0 -22
  124. package/styler/styles/layouts/column-3.css +0 -32
  125. package/styler/styles/layouts/column.css +0 -10
  126. package/styler/styles/layouts/component.css +0 -26
  127. package/styler/styles/layouts/floating-nav-bar.css +0 -86
  128. package/styler/styles/layouts/grid.css +0 -9
  129. package/styler/styles/layouts/grid1x1.css +0 -19
  130. package/styler/styles/layouts/image-box.css +0 -44
  131. package/styler/styles/layouts/image-card.css +0 -61
  132. package/styler/styles/layouts/image-gallery.css +0 -58
  133. package/styler/styles/layouts/inject.css +0 -8
  134. package/styler/styles/layouts/inline-svg.css +0 -3
  135. package/styler/styles/layouts/link.css +0 -6
  136. package/styler/styles/layouts/main.css +0 -60
  137. package/styler/styles/layouts/nav-bar.css +0 -87
  138. package/styler/styles/layouts/price-box.css +0 -69
  139. package/styler/styles/layouts/right-image-box.css +0 -44
  140. package/styler/styles/layouts/row.css +0 -24
  141. package/styler/styles/layouts/svgs/bars.svg +0 -1
  142. package/styler/styles/layouts/svgs/cross.svg +0 -1
  143. package/styler/styles/layouts/text-box.css +0 -10
  144. package/styler/styles/layouts/vertical-image-box.css +0 -28
  145. package/styler/styles/layouts/wrap-list.css +0 -9
  146. package/styler/styles/lists/color-list.js +0 -40
  147. package/styler/styles/lists/size-list.js +0 -100
  148. package/styler/styles/properties/background/background-clip.css +0 -5
  149. package/styler/styles/properties/background/background.css +0 -1027
  150. package/styler/styles/properties/background/background.css.js +0 -191
  151. package/styler/styles/properties/background/background.css.map +0 -1
  152. package/styler/styles/properties/border/border.css +0 -926
  153. package/styler/styles/properties/border/border.css.js +0 -57
  154. package/styler/styles/properties/border/border.css.map +0 -1
  155. package/styler/styles/properties/child-size/child-size.css +0 -7321
  156. package/styler/styles/properties/child-size/child-size.css.js +0 -184
  157. package/styler/styles/properties/child-size/child-size.css.map +0 -1
  158. package/styler/styles/properties/colors/color-sets.css +0 -89
  159. package/styler/styles/properties/effects/cursor.css +0 -174
  160. package/styler/styles/properties/effects/cursor.css.js +0 -54
  161. package/styler/styles/properties/effects/cursor.css.map +0 -1
  162. package/styler/styles/properties/effects/effects.css +0 -107
  163. package/styler/styles/properties/effects/effects.css.js +0 -71
  164. package/styler/styles/properties/effects/effects.css.map +0 -1
  165. package/styler/styles/properties/effects/overflow.css +0 -114
  166. package/styler/styles/properties/effects/overflow.css.js +0 -29
  167. package/styler/styles/properties/effects/overflow.css.map +0 -1
  168. package/styler/styles/properties/effects/transform.css +0 -136
  169. package/styler/styles/properties/effects/transform.css.js +0 -81
  170. package/styler/styles/properties/effects/transform.css.map +0 -1
  171. package/styler/styles/properties/grid/grid.css +0 -241
  172. package/styler/styles/properties/grid/grid.css.js +0 -258
  173. package/styler/styles/properties/grid/grid.css.map +0 -1
  174. package/styler/styles/properties/image/image.css +0 -148
  175. package/styler/styles/properties/image/image.css.js +0 -54
  176. package/styler/styles/properties/image/image.css.map +0 -1
  177. package/styler/styles/properties/layouts/layouts.css +0 -52
  178. package/styler/styles/properties/layouts/layouts.css.js +0 -15
  179. package/styler/styles/properties/layouts/layouts.css.map +0 -1
  180. package/styler/styles/properties/position/align.css +0 -582
  181. package/styler/styles/properties/position/align.css.js +0 -110
  182. package/styler/styles/properties/position/align.css.map +0 -1
  183. package/styler/styles/properties/position/gap.css +0 -982
  184. package/styler/styles/properties/position/gap.css.js +0 -33
  185. package/styler/styles/properties/position/gap.css.map +0 -1
  186. package/styler/styles/properties/position/position.css +0 -1369
  187. package/styler/styles/properties/position/position.css.js +0 -77
  188. package/styler/styles/properties/position/position.css.map +0 -1
  189. package/styler/styles/properties/size/size.css +0 -1959
  190. package/styler/styles/properties/size/size.css.js +0 -69
  191. package/styler/styles/properties/size/size.css.map +0 -1
  192. package/styler/styles/properties/space/space.css +0 -3264
  193. package/styler/styles/properties/space/space.css.js +0 -97
  194. package/styler/styles/properties/space/space.css.map +0 -1
  195. package/styler/styles/properties/text/font-styles.css +0 -1296
  196. package/styler/styles/properties/text/font-styles.css.js +0 -39
  197. package/styler/styles/properties/text/font-styles.css.map +0 -1
  198. package/styler/styles/properties/text/text.css +0 -1666
  199. package/styler/styles/properties/text/text.css.js +0 -221
  200. package/styler/styles/properties/text/text.css.map +0 -1
  201. package/styler/styles/ref.css +0 -52
  202. package/styler/vars.css +0 -144
@@ -18,7 +18,7 @@
18
18
  transform-origin: var(--styler-transform-origin);
19
19
  }
20
20
 
21
- @media (min-width: 701px) {
21
+ @media (min-width: 701px) and (max-width: 900px) {
22
22
 
23
23
  [styler-tablet-transform] {
24
24
  transform: var(--styler-tablet-transform);
@@ -65,28 +65,3 @@
65
65
  }
66
66
 
67
67
  }
68
-
69
-
70
- @media (min-width: 900px) {
71
-
72
- [styler-desktop-transform] {
73
- transform: var(--styler-desktop-transform);
74
- }
75
-
76
- [styler-desktop-transform-origin] {
77
- transform-origin: var(--styler-desktop-transform-origin);
78
- }
79
-
80
- [styler-desktop-scale] {
81
- scale: var(--styler-desktop-scale);
82
- }
83
-
84
- [styler-desktop-translate] {
85
- translate: var(--styler-desktop-translate);
86
- }
87
-
88
- [styler-desktop-rotate] {
89
- rotate: var(--styler-desktop-rotate);
90
- }
91
-
92
- }
@@ -14,20 +14,13 @@
14
14
  }
15
15
  }
16
16
 
17
- @media (min-width: 701px) {
17
+ @media (min-width: 701px) and (max-width: 900px) {
18
18
  [styler-tablet-object-position] {
19
19
  object-position: var(--styler-tablet-object-position);
20
20
  object-fit: none;
21
21
  }
22
22
  }
23
23
 
24
- @media (min-width: 900px) {
25
- [styler-desktop-object-position] {
26
- object-position: var(--styler-desktop-object-position);
27
- object-fit: none;
28
- }
29
- }
30
-
31
24
  [styler-image-orientation] {
32
25
  image-orientation: var(--styler-image-orientation);
33
26
  }
@@ -12,18 +12,12 @@
12
12
  }
13
13
  }
14
14
 
15
- @media (min-width: 701px) {
15
+ @media (min-width: 701px) and (max-width: 900px) {
16
16
  [styler-tablet-inset] {
17
17
  inset: var(--styler-tablet-inset);
18
18
  }
19
19
  }
20
20
 
21
- @media (min-width: 900px) {
22
- [styler-desktop-inset] {
23
- inset: var(--styler-desktop-inset);
24
- }
25
- }
26
-
27
21
  [styler-left] {
28
22
  left: var(--styler-left);
29
23
  }
@@ -99,7 +99,7 @@
99
99
 
100
100
  }
101
101
 
102
- @media (min-width: 701px) {
102
+ @media (min-width: 701px) and (max-width: 900px) {
103
103
 
104
104
  [styler-tablet-width] {
105
105
  width: var(--styler-tablet-width);
@@ -151,56 +151,3 @@
151
151
  }
152
152
 
153
153
  }
154
-
155
-
156
- @media (min-width: 900px) {
157
-
158
- [styler-desktop-width] {
159
- width: var(--styler-desktop-width);
160
- }
161
-
162
- [styler-desktop-min-width] {
163
- min-width: var(--styler-desktop-min-width);
164
- }
165
-
166
- [styler-desktop-max-width] {
167
- max-width: var(--styler-desktop-max-width);
168
- }
169
-
170
- [styler-desktop-height] {
171
- height: var(--styler-desktop-height);
172
- }
173
-
174
- [styler-desktop-min-height] {
175
- min-height: var(--styler-desktop-min-height);
176
- }
177
-
178
- [styler-desktop-max-height] {
179
- max-height: var(--styler-desktop-max-height);
180
- }
181
-
182
- [styler-desktop-child-width] > * {
183
- width: var(--styler-desktop-child-width);
184
- }
185
-
186
- [styler-desktop-child-min-width] > * {
187
- min-width: var(--styler-desktop-child-min-width);
188
- }
189
-
190
- [styler-desktop-child-max-width] > * {
191
- max-width: var(--styler-desktop-child-max-width);
192
- }
193
-
194
- [styler-desktop-child-height] > * {
195
- height: var(--styler-desktop-child-height);
196
- }
197
-
198
- [styler-desktop-child-min-height] > * {
199
- min-height: var(--styler-desktop-child-min-height);
200
- }
201
-
202
- [styler-desktop-child-max-height] > * {
203
- max-height: var(--styler-desktop-child-max-height);
204
- }
205
-
206
- }
@@ -8,18 +8,12 @@
8
8
  }
9
9
  }
10
10
 
11
- @media (min-width: 701px) {
11
+ @media (min-width: 701px) and (max-width: 900px) {
12
12
  [styler-tablet-font-size] {
13
13
  font-size: var(--styler-tablet-font-size);
14
14
  }
15
15
  }
16
16
 
17
- @media (min-width: 900px) {
18
- [styler-desktop-font-size] {
19
- font-size: var(--styler-desktop-font-size);
20
- }
21
- }
22
-
23
17
  [styler-font-weight] {
24
18
  font-weight: var(--styler-font-weight);
25
19
  }
package/styler/body.css DELETED
@@ -1,17 +0,0 @@
1
- a {
2
- text-decoration: none;
3
- }
4
-
5
- a:hover {
6
- color: var(--accent-color);
7
- }
8
-
9
- body {
10
- background-color: var(--body-color);
11
- color: var(--default-text-color);
12
- overflow-x: hidden;
13
- }
14
-
15
- body[editing=true] {
16
- margin: 20px;
17
- }
package/styler/core.js DELETED
@@ -1,28 +0,0 @@
1
- export const splitNames = ( /** @type {string} */ text) => text
2
- .split(",")
3
- .map((x) => x.trim())
4
- .filter((x) => x);
5
-
6
- export const stylerProperty = (
7
- /** @type {string} */ key,
8
- /** @type {string} */ value
9
- ) => value
10
- ? `[styler-${key}]`
11
- : `[styler-${key}=${value}]`;
12
-
13
- export const stylerAnimations = [
14
- "on-enter",
15
- "on-hover",
16
- "on-leave",
17
- "on-scroll",
18
- ];
19
-
20
- export const stylerAnimation = (
21
- /** @type {string} */ key,
22
- /** @type {string} */ value,
23
- /** @type {string} */ suffix = ""
24
- ) => value
25
- ? `:not(animated-text)[styler-${key}=${value}]${suffix},
26
- animated-text[styler-${key}=${value}]${suffix} > *`
27
- : `:not(animated-text)[styler-${key}]${suffix},
28
- animated-text[styler-${key}]${suffix} > *`;
package/styler/end.css DELETED
@@ -1,117 +0,0 @@
1
- body {
2
- font-family: var(--font-default, --default-fonts);
3
- }
4
-
5
- body[editing] {
6
- & menu-bar {
7
- & menu-item {
8
- & nav {
9
- display: none;
10
- }
11
- }
12
- }
13
-
14
- & [styler-layout] {
15
-
16
- &:empty:before {
17
- background-color: #ddd;
18
- color: #000;
19
- font-size: 16px;
20
- font-weight: bold;
21
- font-family: 'Courier New', Courier, monospace;
22
- display: flex;
23
- justify-items: center;
24
- align-items: center;
25
- min-height: 30px;
26
- height: 100%;
27
- opacity: 0.3;
28
- border-radius: 3px;
29
- white-space: nowrap;
30
- overflow: hidden;
31
- text-overflow: ellipsis;
32
- content: "Container";
33
- }
34
-
35
- & > :not(animated-text):not(pdf-link):not(img):not(inline-svg):not([is-web-component]):empty:before {
36
- background-color: #ddd;
37
- color: #000;
38
- font-size: 16px;
39
- font-weight: bold;
40
- font-family: 'Courier New', Courier, monospace;
41
- display: flex;
42
- justify-items: center;
43
- align-items: center;
44
- min-height: 30px;
45
- height: 100%;
46
- opacity: 0.3;
47
- border-radius: 3px;
48
- white-space: nowrap;
49
- overflow: hidden;
50
- text-overflow: ellipsis;
51
- content: "Container";
52
- }
53
- }
54
-
55
- & > h1, & > h2, & > h3, & > h4, & > h5, & > h6 {
56
- &:empty:before {
57
- content: "Title";
58
- }
59
- }
60
-
61
- & marquee-text:empty:before {
62
- content: "Marquee Text";
63
- }
64
-
65
- & inject {
66
- display: flex;
67
- flex-direction: column;
68
- width: 100vw;
69
- padding: 0;
70
- margin: 0;
71
- align-self: center;
72
- align-items: center;
73
- justify-content: center;
74
-
75
- &:has(:first-child[styler-position=sticky]) {
76
- position: sticky;
77
- top: 0;
78
- z-index: 100;
79
- }
80
-
81
- & > :not([styler-layout=banner]) {
82
- width: var(--children-width, 100%);
83
- }
84
- & * {
85
- user-select: none;
86
- pointer-events: none;
87
- }
88
- &:empty:before {
89
- content: "Inject Not Set";
90
- }
91
-
92
- & > [styler-background-mode=extend] {
93
- align-self: center;
94
- width: 100vw;
95
- padding: 10px calc(50vw - var(--children-width) / 2 + 20px);
96
- border-radius: 0;
97
- }
98
-
99
- }
100
-
101
- & video-player {
102
- &:empty:before {
103
- content: "Video Player";
104
- }
105
-
106
- }
107
-
108
- & pdf-flip-book {
109
- & * {
110
- user-select: none;
111
- pointer-events: none;
112
- }
113
- &:empty:before {
114
- content: "PDF Flip Book";
115
- }
116
- }
117
- }
package/styler/init.css DELETED
@@ -1,13 +0,0 @@
1
- html, body {
2
- margin: 0;
3
- padding: 0;
4
- scrollbar-width: thin;
5
- }
6
-
7
- :root {
8
- --default-fonts: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
9
- }
10
-
11
- * {
12
- box-sizing: border-box;
13
- }
@@ -1,18 +0,0 @@
1
- @import "./init.css";
2
- @import "./vars.css";
3
- @import "./body.css";
4
-
5
- @import-styled-js "./styles/elements/**/*.css.js";
6
- @import-glob "./styles/elements/**/*.css";
7
-
8
- @import-styled-js "./styles/layouts/**/*.css.js";
9
- @import-glob "./styles/layouts/**/*.css";
10
-
11
- @import-styled-js "./styles/properties/**/*.css.js";
12
- @import-glob "./styles/properties/**/*.css";
13
-
14
- @import-styled-js "./styles/animations/**/*.css.js";
15
- @import-glob "./styles/animations/**/*.css";
16
-
17
- @import "./end.css";
18
-