@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
@@ -1,582 +0,0 @@
1
-
2
-
3
-
4
- [styler-align-content=inherit] {
5
- align-content: inherit;
6
- }
7
-
8
- [styler-align-content=initial] {
9
- align-content: initial;
10
- }
11
-
12
- [styler-align-content=revert] {
13
- align-content: revert;
14
- }
15
-
16
- [styler-align-content=revert-layer] {
17
- align-content: revert-layer;
18
- }
19
-
20
- [styler-align-content=unset] {
21
- align-content: unset;
22
- }
23
-
24
- [styler-align-content=center] {
25
- align-content: center;
26
- }
27
-
28
- [styler-align-content=start] {
29
- align-content: start;
30
- }
31
-
32
- [styler-align-content=end] {
33
- align-content: end;
34
- }
35
-
36
- [styler-align-content=flex-start] {
37
- align-content: flex-start;
38
- }
39
-
40
- [styler-align-content=flex-end] {
41
- align-content: flex-end;
42
- }
43
-
44
- [styler-align-content=normal] {
45
- align-content: normal;
46
- }
47
-
48
- [styler-align-content=baseline] {
49
- align-content: baseline;
50
- }
51
-
52
- [styler-align-content=space-between] {
53
- align-content: space-between;
54
- }
55
-
56
- [styler-align-content=space-around] {
57
- align-content: space-around;
58
- }
59
-
60
- [styler-align-content=space-evenly] {
61
- align-content: space-evenly;
62
- }
63
-
64
- [styler-align-content=stretch] {
65
- align-content: stretch;
66
- }
67
-
68
- [styler-align-content=safe-center] {
69
- align-content: safe center;
70
- }
71
-
72
- [styler-align-content=unsafe-center] {
73
- align-content: unsafe center;
74
- }
75
-
76
- [styler-align-content=first-baseline] {
77
- align-content: first baseline;
78
- }
79
-
80
- [styler-align-content=last-baseline] {
81
- align-content: last baseline;
82
- }
83
-
84
-
85
-
86
- [styler-align-items=inherit] {
87
- align-items: inherit;
88
- }
89
-
90
- [styler-align-items=initial] {
91
- align-items: initial;
92
- }
93
-
94
- [styler-align-items=revert] {
95
- align-items: revert;
96
- }
97
-
98
- [styler-align-items=revert-layer] {
99
- align-items: revert-layer;
100
- }
101
-
102
- [styler-align-items=unset] {
103
- align-items: unset;
104
- }
105
-
106
- [styler-align-items=normal] {
107
- align-items: normal;
108
- }
109
-
110
- [styler-align-items=stretch] {
111
- align-items: stretch;
112
- }
113
-
114
- [styler-align-items=center] {
115
- align-items: center;
116
- }
117
-
118
- [styler-align-items=start] {
119
- align-items: start;
120
- }
121
-
122
- [styler-align-items=end] {
123
- align-items: end;
124
- }
125
-
126
- [styler-align-items=flex-start] {
127
- align-items: flex-start;
128
- }
129
-
130
- [styler-align-items=flex-end] {
131
- align-items: flex-end;
132
- }
133
-
134
- [styler-align-items=self-start] {
135
- align-items: self-start;
136
- }
137
-
138
- [styler-align-items=self-end] {
139
- align-items: self-end;
140
- }
141
-
142
- [styler-align-items=baseline] {
143
- align-items: baseline;
144
- }
145
-
146
- [styler-align-items=first-baseline] {
147
- align-items: first baseline;
148
- }
149
-
150
- [styler-align-items=last-baseline] {
151
- align-items: last baseline;
152
- }
153
-
154
- [styler-align-items=safe-center] {
155
- align-items: safe center;
156
- }
157
-
158
- [styler-align-items=unsafe-center] {
159
- align-items: unsafe center;
160
- }
161
-
162
-
163
-
164
- [styler-align-self=inherit] {
165
- align-self: inherit;
166
- }
167
-
168
- [styler-align-self=initial] {
169
- align-self: initial;
170
- }
171
-
172
- [styler-align-self=revert] {
173
- align-self: revert;
174
- }
175
-
176
- [styler-align-self=revert-layer] {
177
- align-self: revert-layer;
178
- }
179
-
180
- [styler-align-self=unset] {
181
- align-self: unset;
182
- }
183
-
184
- [styler-align-self=normal] {
185
- align-self: normal;
186
- }
187
-
188
- [styler-align-self=auto] {
189
- align-self: auto;
190
- }
191
-
192
- [styler-align-self=center] {
193
- align-self: center;
194
- }
195
-
196
- [styler-align-self=start] {
197
- align-self: start;
198
- }
199
-
200
- [styler-align-self=end] {
201
- align-self: end;
202
- }
203
-
204
- [styler-align-self=self-start] {
205
- align-self: self-start;
206
- }
207
-
208
- [styler-align-self=self-end] {
209
- align-self: self-end;
210
- }
211
-
212
- [styler-align-self=flex-start] {
213
- align-self: flex-start;
214
- }
215
-
216
- [styler-align-self=flex-end] {
217
- align-self: flex-end;
218
- }
219
-
220
- [styler-align-self=baseline] {
221
- align-self: baseline;
222
- }
223
-
224
- [styler-align-self=first-baseline] {
225
- align-self: first baseline;
226
- }
227
-
228
- [styler-align-self=last-baseline] {
229
- align-self: last baseline;
230
- }
231
-
232
- [styler-align-self=stretch] {
233
- align-self: stretch;
234
- }
235
-
236
- [styler-align-self=safe-center] {
237
- align-self: safe center;
238
- }
239
-
240
- [styler-align-self=unsafe-center] {
241
- align-self: unsafe center;
242
- }
243
-
244
-
245
-
246
- [styler-flex-direction=inherit] {
247
- flex-direction: inherit;
248
- }
249
-
250
- [styler-flex-direction=initial] {
251
- flex-direction: initial;
252
- }
253
-
254
- [styler-flex-direction=revert] {
255
- flex-direction: revert;
256
- }
257
-
258
- [styler-flex-direction=revert-layer] {
259
- flex-direction: revert-layer;
260
- }
261
-
262
- [styler-flex-direction=unset] {
263
- flex-direction: unset;
264
- }
265
-
266
- [styler-flex-direction=row] {
267
- flex-direction: row;
268
- }
269
-
270
- [styler-flex-direction=column] {
271
- flex-direction: column;
272
- }
273
-
274
- [styler-flex-direction=row-reverse] {
275
- flex-direction: row-reverse;
276
- }
277
-
278
- [styler-flex-direction=column-reverse] {
279
- flex-direction: column-reverse;
280
- }
281
-
282
-
283
-
284
- [styler-flex-wrap=inherit] {
285
- flex-wrap: inherit;
286
- }
287
-
288
- [styler-flex-wrap=initial] {
289
- flex-wrap: initial;
290
- }
291
-
292
- [styler-flex-wrap=revert] {
293
- flex-wrap: revert;
294
- }
295
-
296
- [styler-flex-wrap=revert-layer] {
297
- flex-wrap: revert-layer;
298
- }
299
-
300
- [styler-flex-wrap=unset] {
301
- flex-wrap: unset;
302
- }
303
-
304
- [styler-flex-wrap=none] {
305
- flex-wrap: none;
306
- }
307
-
308
- [styler-flex-wrap=wrap] {
309
- flex-wrap: wrap;
310
- }
311
-
312
-
313
-
314
- [styler-justify-content=inherit] {
315
- justify-content: inherit;
316
- }
317
-
318
- [styler-justify-content=initial] {
319
- justify-content: initial;
320
- }
321
-
322
- [styler-justify-content=revert] {
323
- justify-content: revert;
324
- }
325
-
326
- [styler-justify-content=revert-layer] {
327
- justify-content: revert-layer;
328
- }
329
-
330
- [styler-justify-content=unset] {
331
- justify-content: unset;
332
- }
333
-
334
- [styler-justify-content=center] {
335
- justify-content: center;
336
- }
337
-
338
- [styler-justify-content=start] {
339
- justify-content: start;
340
- }
341
-
342
- [styler-justify-content=end] {
343
- justify-content: end;
344
- }
345
-
346
- [styler-justify-content=flex-start] {
347
- justify-content: flex-start;
348
- }
349
-
350
- [styler-justify-content=flex-end] {
351
- justify-content: flex-end;
352
- }
353
-
354
- [styler-justify-content=left] {
355
- justify-content: left;
356
- }
357
-
358
- [styler-justify-content=right] {
359
- justify-content: right;
360
- }
361
-
362
- [styler-justify-content=normal] {
363
- justify-content: normal;
364
- }
365
-
366
- [styler-justify-content=space-between] {
367
- justify-content: space-between;
368
- }
369
-
370
- [styler-justify-content=space-around] {
371
- justify-content: space-around;
372
- }
373
-
374
- [styler-justify-content=space-evenly] {
375
- justify-content: space-evenly;
376
- }
377
-
378
- [styler-justify-content=stretch] {
379
- justify-content: stretch;
380
- }
381
-
382
- [styler-justify-content=safe-center] {
383
- justify-content: safe center;
384
- }
385
-
386
- [styler-justify-content=unsafe-center] {
387
- justify-content: unsafe center;
388
- }
389
-
390
-
391
-
392
- [styler-justify-items=inherit] {
393
- justify-items: inherit;
394
- }
395
-
396
- [styler-justify-items=initial] {
397
- justify-items: initial;
398
- }
399
-
400
- [styler-justify-items=revert] {
401
- justify-items: revert;
402
- }
403
-
404
- [styler-justify-items=revert-layer] {
405
- justify-items: revert-layer;
406
- }
407
-
408
- [styler-justify-items=unset] {
409
- justify-items: unset;
410
- }
411
-
412
- [styler-justify-items=normal] {
413
- justify-items: normal;
414
- }
415
-
416
- [styler-justify-items=stretch] {
417
- justify-items: stretch;
418
- }
419
-
420
- [styler-justify-items=center] {
421
- justify-items: center;
422
- }
423
-
424
- [styler-justify-items=start] {
425
- justify-items: start;
426
- }
427
-
428
- [styler-justify-items=end] {
429
- justify-items: end;
430
- }
431
-
432
- [styler-justify-items=flex-start] {
433
- justify-items: flex-start;
434
- }
435
-
436
- [styler-justify-items=flex-end] {
437
- justify-items: flex-end;
438
- }
439
-
440
- [styler-justify-items=self-start] {
441
- justify-items: self-start;
442
- }
443
-
444
- [styler-justify-items=self-end] {
445
- justify-items: self-end;
446
- }
447
-
448
- [styler-justify-items=left] {
449
- justify-items: left;
450
- }
451
-
452
- [styler-justify-items=right] {
453
- justify-items: right;
454
- }
455
-
456
- [styler-justify-items=baseline] {
457
- justify-items: baseline;
458
- }
459
-
460
- [styler-justify-items=first-baseline] {
461
- justify-items: first baseline;
462
- }
463
-
464
- [styler-justify-items=last-baseline] {
465
- justify-items: last baseline;
466
- }
467
-
468
- [styler-justify-items=safe-center] {
469
- justify-items: safe center;
470
- }
471
-
472
- [styler-justify-items=unsafe-center] {
473
- justify-items: unsafe center;
474
- }
475
-
476
- [styler-justify-items=legacy-right] {
477
- justify-items: legacy right;
478
- }
479
-
480
- [styler-justify-items=legacy-left] {
481
- justify-items: legacy left;
482
- }
483
-
484
- [styler-justify-items=legacy-center] {
485
- justify-items: legacy center;
486
- }
487
-
488
-
489
-
490
- [styler-justify-self=inherit] {
491
- justify-self: inherit;
492
- }
493
-
494
- [styler-justify-self=initial] {
495
- justify-self: initial;
496
- }
497
-
498
- [styler-justify-self=revert] {
499
- justify-self: revert;
500
- }
501
-
502
- [styler-justify-self=revert-layer] {
503
- justify-self: revert-layer;
504
- }
505
-
506
- [styler-justify-self=unset] {
507
- justify-self: unset;
508
- }
509
-
510
- [styler-justify-self=auto] {
511
- justify-self: auto;
512
- }
513
-
514
- [styler-justify-self=normal] {
515
- justify-self: normal;
516
- }
517
-
518
- [styler-justify-self=stretch] {
519
- justify-self: stretch;
520
- }
521
-
522
- [styler-justify-self=center] {
523
- justify-self: center;
524
- }
525
-
526
- [styler-justify-self=start] {
527
- justify-self: start;
528
- }
529
-
530
- [styler-justify-self=end] {
531
- justify-self: end;
532
- }
533
-
534
- [styler-justify-self=flex-start] {
535
- justify-self: flex-start;
536
- }
537
-
538
- [styler-justify-self=flex-end] {
539
- justify-self: flex-end;
540
- }
541
-
542
- [styler-justify-self=self-start] {
543
- justify-self: self-start;
544
- }
545
-
546
- [styler-justify-self=self-end] {
547
- justify-self: self-end;
548
- }
549
-
550
- [styler-justify-self=left] {
551
- justify-self: left;
552
- }
553
-
554
- [styler-justify-self=right] {
555
- justify-self: right;
556
- }
557
-
558
- [styler-justify-self=baseline] {
559
- justify-self: baseline;
560
- }
561
-
562
- [styler-justify-self=first-baseline] {
563
- justify-self: first baseline;
564
- }
565
-
566
- [styler-justify-self=last-baseline] {
567
- justify-self: last baseline;
568
- }
569
-
570
- [styler-justify-self=safe-center] {
571
- justify-self: safe center;
572
- }
573
-
574
- [styler-justify-self=unsafe-center] {
575
- justify-self: unsafe center;
576
- }
577
-
578
-
579
-
580
-
581
-
582
- /*# sourceMappingURL=align.css.map */
@@ -1,110 +0,0 @@
1
- import styled from "postcss-import-styled-js";
2
- import { splitNames } from "../../../core.js";
3
-
4
- const alignContent = splitNames(`
5
- inherit, initial, revert, revert-layer, unset,
6
- center, start, end,
7
- flex-start, flex-end, normal, baseline,
8
- space-between, space-around, space-evenly, stretch,
9
- safe center, unsafe center,
10
- first baseline, last baseline
11
- `).map((key) => styled.css `
12
- [styler-align-content=${key.replaceAll(" ", "-")}] {
13
- align-content: ${key};
14
- }
15
- `);
16
-
17
- const alignItems = splitNames(`
18
- inherit, initial, revert, revert-layer, unset,
19
- normal, stretch, center, start, end,
20
- flex-start, flex-end, self-start, self-end,
21
- baseline, first baseline, last baseline, safe center, unsafe center
22
- `).map((key) => styled.css `
23
- [styler-align-items=${key.replaceAll(" ", "-")}] {
24
- align-items: ${key};
25
- }
26
- `);
27
-
28
- const alignSelf = splitNames(`
29
- inherit, initial, revert, revert-layer, unset,
30
- normal, auto, center, start, end, self-start, self-end, flex-start, flex-end,
31
- baseline, first baseline, last baseline, stretch, safe center, unsafe center
32
- `).map((key) => styled.css `
33
- [styler-align-self=${key.replaceAll(" ", "-")}] {
34
- align-self: ${key};
35
- }
36
- `);
37
-
38
- const flexDirection = splitNames(`
39
- inherit, initial, revert, revert-layer, unset,
40
- row, column, row-reverse, column-reverse
41
- `).map((key) => styled.css `
42
- [styler-flex-direction=${key.replaceAll(" ", "-")}] {
43
- flex-direction: ${key};
44
- }
45
- `);
46
-
47
- const flexWrap = splitNames(`
48
- inherit, initial, revert, revert-layer, unset,
49
- none, wrap
50
- `).map((key) => styled.css `
51
- [styler-flex-wrap=${key.replaceAll(" ", "-")}] {
52
- flex-wrap: ${key};
53
- }
54
- `);
55
-
56
- const justifyContent = splitNames(`
57
- inherit, initial, revert, revert-layer, unset,
58
- center, start, end,
59
- flex-start, flex-end, left, right, normal,
60
- space-between, space-around, space-evenly, stretch,
61
- safe center, unsafe center
62
- `).map((key) => styled.css `
63
- [styler-justify-content=${key.replaceAll(" ", "-")}] {
64
- justify-content: ${key};
65
- }
66
- `);
67
-
68
- const justifyItems = splitNames(`
69
- inherit, initial, revert, revert-layer, unset,
70
- normal, stretch, center, start, end, flex-start, flex-end, self-start, self-end,
71
- left, right, baseline, first baseline, last baseline, safe center, unsafe center,
72
- legacy right, legacy left, legacy center
73
- `).map((key) => styled.css `
74
- [styler-justify-items=${key.replaceAll(" ", "-")}] {
75
- justify-items: ${key};
76
- }
77
- `);
78
-
79
- const justifySelf = splitNames(`
80
- inherit, initial, revert, revert-layer, unset,
81
- auto, normal, stretch,
82
- center, start, end, flex-start, flex-end, self-start, self-end, left, right,
83
- baseline, first baseline, last baseline, safe center, unsafe center
84
- `).map((key) => styled.css `
85
- [styler-justify-self=${key.replaceAll(" ", "-")}] {
86
- justify-self: ${key};
87
- }
88
- `);
89
-
90
- export default styled.css `
91
-
92
- ${alignContent}
93
-
94
- ${alignItems}
95
-
96
- ${alignSelf}
97
-
98
- ${flexDirection}
99
-
100
- ${flexWrap}
101
-
102
- ${justifyContent}
103
-
104
- ${justifyItems}
105
-
106
- ${justifySelf}
107
-
108
-
109
-
110
- `;
@@ -1 +0,0 @@
1
- {"version":3,"sources":["align.css.js"],"names":[],"mappings":"AAyF2B;AAAA;AAAA,IA/EC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA+ED;AAAA;AAAA,IApEC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAoED;AAAA;AAAA,IA1DC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA0DD;AAAA;AAAA,IAjDC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAiDD;AAAA;AAAA,IAxCC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAwCD;AAAA;AAAA,IA5BC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA4BD;AAAA;AAAA,IAjBC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAiBD;AAAA;AAAA,IANC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAMD;AAAA;AAAA;AAAA"}