@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,1027 +0,0 @@
1
-
2
-
3
- @keyframes gradient {
4
- 0% {
5
- background-position: 0% 50%;
6
- }
7
- 50% {
8
- background-position: 100% 50%;
9
- }
10
- 100% {
11
- background-position: 0% 50%;
12
- }
13
- }
14
-
15
- [styler-background=none] {
16
- background: none;
17
- }
18
-
19
- [styler-background=animated-gradient] {
20
- background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
21
- background-size: 400% 400%;
22
- animation: gradient 15s ease infinite;
23
- }
24
-
25
-
26
- [styler-background-size=cover] {
27
- background-size: cover;
28
- }
29
-
30
- [styler-background-size=contain] {
31
- background-size: contain;
32
- }
33
-
34
- [styler-background-size=half] {
35
- background-size: 50%;
36
- }
37
-
38
- [styler-background-size=full] {
39
- background-size: 100%;
40
- }
41
-
42
-
43
- [styler-background-size=inherit] {
44
- background-size: inherit;
45
- }
46
-
47
- [styler-background-size=initial] {
48
- background-size: initial;
49
- }
50
-
51
- [styler-background-size=revert] {
52
- background-size: revert;
53
- }
54
-
55
- [styler-background-size=revert-layer] {
56
- background-size: revert-layer;
57
- }
58
-
59
- [styler-background-size=unset] {
60
- background-size: unset;
61
- }
62
-
63
- [styler-background-size=size-zero] {
64
- background-size: var(--size-zero);
65
- }
66
-
67
- [styler-background-size=size-auto] {
68
- background-size: var(--size-auto);
69
- }
70
-
71
- [styler-background-size=size-thin] {
72
- background-size: var(--size-thin);
73
- }
74
-
75
- [styler-background-size=size-tiny] {
76
- background-size: var(--size-tiny);
77
- }
78
-
79
- [styler-background-size=size-small] {
80
- background-size: var(--size-small);
81
- }
82
-
83
- [styler-background-size=size-smaller] {
84
- background-size: var(--size-smaller);
85
- }
86
-
87
- [styler-background-size=size-default] {
88
- background-size: var(--size-default);
89
- }
90
-
91
- [styler-background-size=size-larger] {
92
- background-size: var(--size-larger);
93
- }
94
-
95
- [styler-background-size=size-large] {
96
- background-size: var(--size-large);
97
- }
98
-
99
- [styler-background-size=size-mobile-width] {
100
- background-size: var(--size-mobile-width);
101
- }
102
-
103
- [styler-background-size=size-tablet-width] {
104
- background-size: var(--size-tablet-width);
105
- }
106
-
107
- [styler-background-size=size10-pc] {
108
- background-size: var(--size10-pc);
109
- }
110
-
111
- [styler-background-size=size20-pc] {
112
- background-size: var(--size20-pc);
113
- }
114
-
115
- [styler-background-size=size25-pc] {
116
- background-size: var(--size25-pc);
117
- }
118
-
119
- [styler-background-size=size30-pc] {
120
- background-size: var(--size30-pc);
121
- }
122
-
123
- [styler-background-size=size33-pc] {
124
- background-size: var(--size33-pc);
125
- }
126
-
127
- [styler-background-size=size40-pc] {
128
- background-size: var(--size40-pc);
129
- }
130
-
131
- [styler-background-size=size50-pc] {
132
- background-size: var(--size50-pc);
133
- }
134
-
135
- [styler-background-size=size60-pc] {
136
- background-size: var(--size60-pc);
137
- }
138
-
139
- [styler-background-size=size66-pc] {
140
- background-size: var(--size66-pc);
141
- }
142
-
143
- [styler-background-size=size70-pc] {
144
- background-size: var(--size70-pc);
145
- }
146
-
147
- [styler-background-size=size75-pc] {
148
- background-size: var(--size75-pc);
149
- }
150
-
151
- [styler-background-size=size80-pc] {
152
- background-size: var(--size80-pc);
153
- }
154
-
155
- [styler-background-size=size90-pc] {
156
- background-size: var(--size90-pc);
157
- }
158
-
159
- [styler-background-size=size100-pc] {
160
- background-size: var(--size100-pc);
161
- }
162
-
163
- [styler-background-size=size10vw] {
164
- background-size: var(--size10vw);
165
- }
166
-
167
- [styler-background-size=size20vw] {
168
- background-size: var(--size20vw);
169
- }
170
-
171
- [styler-background-size=size25vw] {
172
- background-size: var(--size25vw);
173
- }
174
-
175
- [styler-background-size=size30vw] {
176
- background-size: var(--size30vw);
177
- }
178
-
179
- [styler-background-size=size33vw] {
180
- background-size: var(--size33vw);
181
- }
182
-
183
- [styler-background-size=size40vw] {
184
- background-size: var(--size40vw);
185
- }
186
-
187
- [styler-background-size=size50vw] {
188
- background-size: var(--size50vw);
189
- }
190
-
191
- [styler-background-size=size60vw] {
192
- background-size: var(--size60vw);
193
- }
194
-
195
- [styler-background-size=size66vw] {
196
- background-size: var(--size66vw);
197
- }
198
-
199
- [styler-background-size=size70vw] {
200
- background-size: var(--size70vw);
201
- }
202
-
203
- [styler-background-size=size75vw] {
204
- background-size: var(--size75vw);
205
- }
206
-
207
- [styler-background-size=size80vw] {
208
- background-size: var(--size80vw);
209
- }
210
-
211
- [styler-background-size=size90vw] {
212
- background-size: var(--size90vw);
213
- }
214
-
215
- [styler-background-size=size100vw] {
216
- background-size: var(--size100vw);
217
- }
218
-
219
- [styler-background-size=size10vh] {
220
- background-size: var(--size10vh);
221
- }
222
-
223
- [styler-background-size=size20vh] {
224
- background-size: var(--size20vh);
225
- }
226
-
227
- [styler-background-size=size25vh] {
228
- background-size: var(--size25vh);
229
- }
230
-
231
- [styler-background-size=size30vh] {
232
- background-size: var(--size30vh);
233
- }
234
-
235
- [styler-background-size=size33vh] {
236
- background-size: var(--size33vh);
237
- }
238
-
239
- [styler-background-size=size40vh] {
240
- background-size: var(--size40vh);
241
- }
242
-
243
- [styler-background-size=size50vh] {
244
- background-size: var(--size50vh);
245
- }
246
-
247
- [styler-background-size=size60vh] {
248
- background-size: var(--size60vh);
249
- }
250
-
251
- [styler-background-size=size66vh] {
252
- background-size: var(--size66vh);
253
- }
254
-
255
- [styler-background-size=size70vh] {
256
- background-size: var(--size70vh);
257
- }
258
-
259
- [styler-background-size=size75vh] {
260
- background-size: var(--size75vh);
261
- }
262
-
263
- [styler-background-size=size80vh] {
264
- background-size: var(--size80vh);
265
- }
266
-
267
- [styler-background-size=size90vh] {
268
- background-size: var(--size90vh);
269
- }
270
-
271
- [styler-background-size=size100vh] {
272
- background-size: var(--size100vh);
273
- }
274
-
275
- [styler-background-size=rem1] {
276
- background-size: var(--rem1);
277
- }
278
-
279
- [styler-background-size=rem2] {
280
- background-size: var(--rem2);
281
- }
282
-
283
- [styler-background-size=rem3] {
284
- background-size: var(--rem3);
285
- }
286
-
287
- [styler-background-size=rem4] {
288
- background-size: var(--rem4);
289
- }
290
-
291
- [styler-background-size=rem5] {
292
- background-size: var(--rem5);
293
- }
294
-
295
- [styler-background-size=rem7_5] {
296
- background-size: var(--rem7_5);
297
- }
298
-
299
- [styler-background-size=rem10] {
300
- background-size: var(--rem10);
301
- }
302
-
303
- [styler-background-size=rem12_5] {
304
- background-size: var(--rem2_5);
305
- }
306
-
307
- [styler-background-size=rem15] {
308
- background-size: var(--rem15);
309
- }
310
-
311
- [styler-background-size=rel-size-x-s] {
312
- background-size: var(--rel-size-x-s);
313
- }
314
-
315
- [styler-background-size=rel-size-small] {
316
- background-size: var(--rel-size-small);
317
- }
318
-
319
- [styler-background-size=rel-size-medium] {
320
- background-size: var(--rel-size-medium);
321
- }
322
-
323
- [styler-background-size=rel-size-large] {
324
- background-size: var(--rel-size-large);
325
- }
326
-
327
- [styler-background-size=rel-size-x-l] {
328
- background-size: var(--rel-size-x-l);
329
- }
330
-
331
- [styler-background-size=rel-size2-x-l] {
332
- background-size: var(--rel-size2-x-l);
333
- }
334
-
335
- [styler-background-size=rel-size3-x-l] {
336
- background-size: var(--rel-size3-x-l);
337
- }
338
-
339
- [styler-background-size=rel-size4-x-l] {
340
- background-size: var(--rel-size4-x-l);
341
- }
342
-
343
- [styler-background-size=rel-size5-x-l] {
344
- background-size: var(--rel-size5-x-l);
345
- }
346
-
347
- [styler-background-size=rel-size6-x-l] {
348
- background-size: var(--rel-size6-x-l);
349
- }
350
-
351
- [styler-background-size=rel-size7-x-l] {
352
- background-size: var(--rel-size7-x-l);
353
- }
354
-
355
- [styler-background-size=rel-size-full] {
356
- background-size: var(--rel-size-full);
357
- }
358
-
359
- [styler-background-size=rel-size-prose] {
360
- background-size: var(--rel-size-prose);
361
- }
362
-
363
- [styler-background-size=custom] {
364
- background-size: var(--styler-background-size);
365
- }
366
-
367
-
368
-
369
- [styler-background-clip=inherit] {
370
- background-clip: inherit;
371
- }
372
-
373
- [styler-background-clip=initial] {
374
- background-clip: initial;
375
- }
376
-
377
- [styler-background-clip=revert] {
378
- background-clip: revert;
379
- }
380
-
381
- [styler-background-clip=revert-layer] {
382
- background-clip: revert-layer;
383
- }
384
-
385
- [styler-background-clip=unset] {
386
- background-clip: unset;
387
- }
388
-
389
- [styler-background-clip=none] {
390
- background-clip: none;
391
- }
392
-
393
- [styler-background-clip=text] {
394
- background-clip: text;
395
- }
396
-
397
- [styler-background-clip=border-box] {
398
- background-clip: border-box;
399
- }
400
-
401
- [styler-background-clip=padding-box] {
402
- background-clip: padding-box;
403
- }
404
-
405
- [styler-background-clip=content-box] {
406
- background-clip: content-box;
407
- }
408
-
409
-
410
-
411
- [styler-background-image=inherit] {
412
- background-image: inherit;
413
- }
414
-
415
- [styler-background-image=initial] {
416
- background-image: initial;
417
- }
418
-
419
- [styler-background-image=revert] {
420
- background-image: revert;
421
- }
422
-
423
- [styler-background-image=revert-layer] {
424
- background-image: revert-layer;
425
- }
426
-
427
- [styler-background-image=unset] {
428
- background-image: unset;
429
- }
430
-
431
- [styler-background-image=none] {
432
- background-image: none;
433
- }
434
-
435
-
436
-
437
- [styler-background-position=inherit] {
438
- background-position: inherit;
439
- }
440
-
441
- [styler-background-position=initial] {
442
- background-position: initial;
443
- }
444
-
445
- [styler-background-position=revert] {
446
- background-position: revert;
447
- }
448
-
449
- [styler-background-position=revert-layer] {
450
- background-position: revert-layer;
451
- }
452
-
453
- [styler-background-position=unset] {
454
- background-position: unset;
455
- }
456
-
457
- [styler-background-position=top] {
458
- background-position: top;
459
- }
460
-
461
- [styler-background-position=bottom] {
462
- background-position: bottom;
463
- }
464
-
465
- [styler-background-position=left] {
466
- background-position: left;
467
- }
468
-
469
- [styler-background-position=right] {
470
- background-position: right;
471
- }
472
-
473
-
474
-
475
- [styler-background-position-x=inherit] {
476
- background-position-x: inherit;
477
- }
478
-
479
- [styler-background-position-x=initial] {
480
- background-position-x: initial;
481
- }
482
-
483
- [styler-background-position-x=revert] {
484
- background-position-x: revert;
485
- }
486
-
487
- [styler-background-position-x=revert-layer] {
488
- background-position-x: revert-layer;
489
- }
490
-
491
- [styler-background-position-x=unset] {
492
- background-position-x: unset;
493
- }
494
-
495
- [styler-background-position-x=top] {
496
- background-position-x: top;
497
- }
498
-
499
- [styler-background-position-x=bottom] {
500
- background-position-x: bottom;
501
- }
502
-
503
- [styler-background-position-x=left] {
504
- background-position-x: left;
505
- }
506
-
507
- [styler-background-position-x=right] {
508
- background-position-x: right;
509
- }
510
-
511
-
512
-
513
- [styler-background-position-y=inherit] {
514
- background-position-y: inherit;
515
- }
516
-
517
- [styler-background-position-y=initial] {
518
- background-position-y: initial;
519
- }
520
-
521
- [styler-background-position-y=revert] {
522
- background-position-y: revert;
523
- }
524
-
525
- [styler-background-position-y=revert-layer] {
526
- background-position-y: revert-layer;
527
- }
528
-
529
- [styler-background-position-y=unset] {
530
- background-position-y: unset;
531
- }
532
-
533
- [styler-background-position-y=top] {
534
- background-position-y: top;
535
- }
536
-
537
- [styler-background-position-y=bottom] {
538
- background-position-y: bottom;
539
- }
540
-
541
- [styler-background-position-y=left] {
542
- background-position-y: left;
543
- }
544
-
545
- [styler-background-position-y=right] {
546
- background-position-y: right;
547
- }
548
-
549
-
550
-
551
- [styler-background-blend-mode=inherit] {
552
- background-blend-mode: inherit;
553
- }
554
-
555
- [styler-background-blend-mode=initial] {
556
- background-blend-mode: initial;
557
- }
558
-
559
- [styler-background-blend-mode=revert] {
560
- background-blend-mode: revert;
561
- }
562
-
563
- [styler-background-blend-mode=revert-layer] {
564
- background-blend-mode: revert-layer;
565
- }
566
-
567
- [styler-background-blend-mode=unset] {
568
- background-blend-mode: unset;
569
- }
570
-
571
- [styler-background-blend-mode=none] {
572
- background-blend-mode: none;
573
- }
574
-
575
- [styler-background-blend-mode=extend] {
576
- background-blend-mode: extend;
577
- }
578
-
579
- [styler-background-blend-mode=normal] {
580
- background-blend-mode: normal;
581
- }
582
-
583
- [styler-background-blend-mode=multiply] {
584
- background-blend-mode: multiply;
585
- }
586
-
587
- [styler-background-blend-mode=scree] {
588
- background-blend-mode: scree;
589
- }
590
-
591
- [styler-background-blend-mode=overlay] {
592
- background-blend-mode: overlay;
593
- }
594
-
595
- [styler-background-blend-mode=darken] {
596
- background-blend-mode: darken;
597
- }
598
-
599
- [styler-background-blend-mode=lighten] {
600
- background-blend-mode: lighten;
601
- }
602
-
603
- [styler-background-blend-mode=color-dodge] {
604
- background-blend-mode: color-dodge;
605
- }
606
-
607
- [styler-background-blend-mode=color-burn] {
608
- background-blend-mode: color-burn;
609
- }
610
-
611
- [styler-background-blend-mode=hard-light] {
612
- background-blend-mode: hard-light;
613
- }
614
-
615
- [styler-background-blend-mode=soft-light] {
616
- background-blend-mode: soft-light;
617
- }
618
-
619
- [styler-background-blend-mode=difference] {
620
- background-blend-mode: difference;
621
- }
622
-
623
- [styler-background-blend-mode=exclusion] {
624
- background-blend-mode: exclusion;
625
- }
626
-
627
- [styler-background-blend-mode=hue] {
628
- background-blend-mode: hue;
629
- }
630
-
631
- [styler-background-blend-mode=saturation] {
632
- background-blend-mode: saturation;
633
- }
634
-
635
- [styler-background-blend-mode=color] {
636
- background-blend-mode: color;
637
- }
638
-
639
- [styler-background-blend-mode=luminosity] {
640
- background-blend-mode: luminosity;
641
- }
642
-
643
-
644
-
645
- [styler-background-repeat=inherit] {
646
- background-repeat: inherit;
647
- }
648
-
649
- [styler-background-repeat=initial] {
650
- background-repeat: initial;
651
- }
652
-
653
- [styler-background-repeat=revert] {
654
- background-repeat: revert;
655
- }
656
-
657
- [styler-background-repeat=revert-layer] {
658
- background-repeat: revert-layer;
659
- }
660
-
661
- [styler-background-repeat=unset] {
662
- background-repeat: unset;
663
- }
664
-
665
- [styler-background-repeat=no-repeat] {
666
- background-repeat: no-repeat;
667
- }
668
-
669
- [styler-background-repeat=repeat] {
670
- background-repeat: repeat;
671
- }
672
-
673
- [styler-background-repeat=repeat-x] {
674
- background-repeat: repeat-x;
675
- }
676
-
677
- [styler-background-repeat=repeat-y] {
678
- background-repeat: repeat-y;
679
- }
680
-
681
- [styler-background-repeat=round] {
682
- background-repeat: round;
683
- }
684
-
685
- [styler-background-repeat=space] {
686
- background-repeat: space;
687
- }
688
-
689
-
690
-
691
- [styler-background-attachment=inherit] {
692
- background-attachment: inherit;
693
- }
694
-
695
- [styler-background-attachment=initial] {
696
- background-attachment: initial;
697
- }
698
-
699
- [styler-background-attachment=revert] {
700
- background-attachment: revert;
701
- }
702
-
703
- [styler-background-attachment=revert-layer] {
704
- background-attachment: revert-layer;
705
- }
706
-
707
- [styler-background-attachment=unset] {
708
- background-attachment: unset;
709
- }
710
-
711
- [styler-background-attachment=fixed] {
712
- background-attachment: fixed;
713
- }
714
-
715
- [styler-background-attachment=local] {
716
- background-attachment: local;
717
- }
718
-
719
- [styler-background-attachment=scroll] {
720
- background-attachment: scroll;
721
- }
722
-
723
-
724
-
725
- [styler-background-origin=inherit] {
726
- background-origin: inherit;
727
- }
728
-
729
- [styler-background-origin=initial] {
730
- background-origin: initial;
731
- }
732
-
733
- [styler-background-origin=revert] {
734
- background-origin: revert;
735
- }
736
-
737
- [styler-background-origin=revert-layer] {
738
- background-origin: revert-layer;
739
- }
740
-
741
- [styler-background-origin=unset] {
742
- background-origin: unset;
743
- }
744
-
745
- [styler-background-origin=border-box] {
746
- background-origin: border-box;
747
- }
748
-
749
- [styler-background-origin=content-box] {
750
- background-origin: content-box;
751
- }
752
-
753
- [styler-background-origin=padding-box] {
754
- background-origin: padding-box;
755
- }
756
-
757
-
758
-
759
- [styler-background-color=inherit] {
760
- background-color: inherit;
761
- }
762
-
763
- [styler-background-color=initial] {
764
- background-color: initial;
765
- }
766
-
767
- [styler-background-color=revert] {
768
- background-color: revert;
769
- }
770
-
771
- [styler-background-color=revert-layer] {
772
- background-color: revert-layer;
773
- }
774
-
775
- [styler-background-color=unset] {
776
- background-color: unset;
777
- }
778
-
779
- [styler-background-color=transparent] {
780
- background-color: transparent;
781
- }
782
-
783
- [styler-background-color=default-color] {
784
- background-color: var(--default-color);
785
- }
786
-
787
- [styler-background-color=default-text-color] {
788
- background-color: var(--default-text-color);
789
- }
790
-
791
- [styler-background-color=surface-color] {
792
- background-color: var(--surface-color);
793
- }
794
-
795
- [styler-background-color=surface-text-color] {
796
- background-color: var(--surface-text-color);
797
- }
798
-
799
- [styler-background-color=accent-color] {
800
- background-color: var(--accent-color);
801
- }
802
-
803
- [styler-background-color=accent-text-color] {
804
- background-color: var(--accent-text-color);
805
- }
806
-
807
- [styler-background-color=accept-color] {
808
- background-color: var(--accept-color);
809
- }
810
-
811
- [styler-background-color=border-color] {
812
- background-color: var(--border-color);
813
- }
814
-
815
- [styler-background-color=go-color] {
816
- background-color: var(--go-color);
817
- }
818
-
819
- [styler-background-color=go-text-color] {
820
- background-color: var(--go-text-color);
821
- }
822
-
823
- [styler-background-color=header-color] {
824
- background-color: var(--header-color);
825
- }
826
-
827
- [styler-background-color=header-text-color] {
828
- background-color: var(--header-text-color);
829
- }
830
-
831
- [styler-background-color=hover-color] {
832
- background-color: var(--hover-color);
833
- }
834
-
835
- [styler-background-color=hover-text-color] {
836
- background-color: var(--hover-text-color);
837
- }
838
-
839
- [styler-background-color=link-color] {
840
- background-color: var(--link-color);
841
- }
842
-
843
- [styler-background-color=note-color] {
844
- background-color: var(--note-color);
845
- }
846
-
847
- [styler-background-color=note-text-color] {
848
- background-color: var(--note-text-color);
849
- }
850
-
851
- [styler-background-color=reject-color] {
852
- background-color: var(--reject-color);
853
- }
854
-
855
- [styler-background-color=reject-text-color] {
856
- background-color: var(--reject-text-color);
857
- }
858
-
859
- [styler-background-color=selection-color] {
860
- background-color: var(--selection-color);
861
- }
862
-
863
- [styler-background-color=selection-text-color] {
864
- background-color: var(--selection-text-color);
865
- }
866
-
867
- [styler-background-color=stop-color] {
868
- background-color: var(--stop-color);
869
- }
870
-
871
- [styler-background-color=stop-text-color] {
872
- background-color: var(--stop-text-color);
873
- }
874
-
875
- [styler-background-color=warning-color] {
876
- background-color: var(--warning-color);
877
- }
878
-
879
- [styler-background-color=warning-text-color] {
880
- background-color: var(--warning-text-color);
881
- }
882
-
883
- [styler-background-color=custom] {
884
- background-color: var(--styler-background-color);
885
- }
886
-
887
-
888
-
889
- [styler-background-hover-color=inherit]:hover {
890
- background-color: inherit;
891
- }
892
-
893
- [styler-background-hover-color=initial]:hover {
894
- background-color: initial;
895
- }
896
-
897
- [styler-background-hover-color=revert]:hover {
898
- background-color: revert;
899
- }
900
-
901
- [styler-background-hover-color=revert-layer]:hover {
902
- background-color: revert-layer;
903
- }
904
-
905
- [styler-background-hover-color=unset]:hover {
906
- background-color: unset;
907
- }
908
-
909
- [styler-background-hover-color=transparent]:hover {
910
- background-color: transparent;
911
- }
912
-
913
- [styler-background-hover-color=default-color]:hover {
914
- background-color: var(--default-color);
915
- }
916
-
917
- [styler-background-hover-color=default-text-color]:hover {
918
- background-color: var(--default-text-color);
919
- }
920
-
921
- [styler-background-hover-color=surface-color]:hover {
922
- background-color: var(--surface-color);
923
- }
924
-
925
- [styler-background-hover-color=surface-text-color]:hover {
926
- background-color: var(--surface-text-color);
927
- }
928
-
929
- [styler-background-hover-color=accent-color]:hover {
930
- background-color: var(--accent-color);
931
- }
932
-
933
- [styler-background-hover-color=accent-text-color]:hover {
934
- background-color: var(--accent-text-color);
935
- }
936
-
937
- [styler-background-hover-color=accept-color]:hover {
938
- background-color: var(--accept-color);
939
- }
940
-
941
- [styler-background-hover-color=border-color]:hover {
942
- background-color: var(--border-color);
943
- }
944
-
945
- [styler-background-hover-color=go-color]:hover {
946
- background-color: var(--go-color);
947
- }
948
-
949
- [styler-background-hover-color=go-text-color]:hover {
950
- background-color: var(--go-text-color);
951
- }
952
-
953
- [styler-background-hover-color=header-color]:hover {
954
- background-color: var(--header-color);
955
- }
956
-
957
- [styler-background-hover-color=header-text-color]:hover {
958
- background-color: var(--header-text-color);
959
- }
960
-
961
- [styler-background-hover-color=hover-color]:hover {
962
- background-color: var(--hover-color);
963
- }
964
-
965
- [styler-background-hover-color=hover-text-color]:hover {
966
- background-color: var(--hover-text-color);
967
- }
968
-
969
- [styler-background-hover-color=link-color]:hover {
970
- background-color: var(--link-color);
971
- }
972
-
973
- [styler-background-hover-color=note-color]:hover {
974
- background-color: var(--note-color);
975
- }
976
-
977
- [styler-background-hover-color=note-text-color]:hover {
978
- background-color: var(--note-text-color);
979
- }
980
-
981
- [styler-background-hover-color=reject-color]:hover {
982
- background-color: var(--reject-color);
983
- }
984
-
985
- [styler-background-hover-color=reject-text-color]:hover {
986
- background-color: var(--reject-text-color);
987
- }
988
-
989
- [styler-background-hover-color=selection-color]:hover {
990
- background-color: var(--selection-color);
991
- }
992
-
993
- [styler-background-hover-color=selection-text-color]:hover {
994
- background-color: var(--selection-text-color);
995
- }
996
-
997
- [styler-background-hover-color=stop-color]:hover {
998
- background-color: var(--stop-color);
999
- }
1000
-
1001
- [styler-background-hover-color=stop-text-color]:hover {
1002
- background-color: var(--stop-text-color);
1003
- }
1004
-
1005
- [styler-background-hover-color=warning-color]:hover {
1006
- background-color: var(--warning-color);
1007
- }
1008
-
1009
- [styler-background-hover-color=warning-text-color]:hover {
1010
- background-color: var(--warning-text-color);
1011
- }
1012
-
1013
- [styler-background-hover-color=custom]:hover {
1014
- background-color: var(--styler-background-hover-color);
1015
- }
1016
-
1017
-
1018
- [styler-background-attachment=local-scroll] {
1019
- background-attachment: local, scroll;
1020
- }
1021
-
1022
- [styler-background-attachment=scroll-local] {
1023
- background-attachment: scroll, local;
1024
- }
1025
-
1026
-
1027
- /*# sourceMappingURL=background.css.map */