@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,64 +0,0 @@
1
- import styled from "postcss-import-styled-js";
2
- import { splitNames } from "../../../core.js";
3
-
4
- const timingFunctions = splitNames(`
5
- inherit, initial, revert, revert-layer, unset,
6
- linear, ease, ease-in, ease-out, ease-in-out, step-start, step-end
7
- `);
8
-
9
- const animationTimingFunctions = timingFunctions.map((s) => styled.css `
10
-
11
- [styler-on-enter-timing-function=${s}] {
12
- --styler-on-enter-timing-function: ${s};
13
- }
14
-
15
- [styler-on-enter-effect-1-timing-function=${s}] {
16
- --styler-on-enter-effect-1-timing-function: ${s};
17
- }
18
-
19
- [styler-on-enter-effect-2-timing-function=${s}] {
20
- --styler-on-enter-effect-2-timing-function: ${s};
21
- }
22
-
23
- [styler-on-click-timing-function=${s}] {
24
- --styler-on-click-timing-function: ${s};
25
- }
26
-
27
- [styler-on-click-effect-1-timing-function=${s}] {
28
- --styler-on-click-effect-1-timing-function: ${s};
29
- }
30
-
31
- [styler-on-click-effect-2-timing-function=${s}] {
32
- --styler-on-click-effect-2-timing-function: ${s};
33
- }
34
-
35
- [styler-on-hover-timing-function=${s}] {
36
- --styler-on-hover-timing-function: ${s};
37
- }
38
-
39
- [styler-on-hover-effect-1-timing-function=${s}] {
40
- --styler-on-hover-effect-1-timing-function: ${s};
41
- }
42
-
43
- [styler-on-hover-effect-2-timing-function=${s}] {
44
- --styler-on-hover-effect-2-timing-function: ${s};
45
- }
46
-
47
- [styler-on-leave-timing-function=${s}] {
48
- --styler-on-leave-timing-function: ${s};
49
- }
50
-
51
- [styler-on-leave-effect-1-timing-function=${s}] {
52
- --styler-on-leave-effect-1-timing-function: ${s};
53
- }
54
-
55
- [styler-on-leave-effect-2-timing-function=${s}] {
56
- --styler-on-leave-effect-2-timing-function: ${s};
57
- }
58
-
59
- `);
60
-
61
-
62
- export default styled.css `
63
- ${animationTimingFunctions}
64
- `;
@@ -1 +0,0 @@
1
- {"version":3,"sources":["timing-function.css.js"],"names":[],"mappings":"AA6D2B;AAAA,IArD6C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAqD7C"}
@@ -1,34 +0,0 @@
1
- scroll-aware[styler-on-scroll] {
2
- position: relative;
3
- }
4
-
5
- scroll-aware[styler-on-scroll] > * {
6
- transition: all var(--styler-on-scroll-delay, 0.1s);
7
- }
8
-
9
- scroll-aware[above-body][styler-on-scroll=move-away] {
10
- perspective: 1000px;
11
- }
12
-
13
- scroll-aware[above-body][styler-on-scroll=move-away] > *,
14
- scroll-aware[above-body][styler-on-scroll-effect-2=blur]::after {
15
- --translate-y: var(--above-body-height);
16
- --translate-z: calc(var(--above-body-height) * -1);
17
- transform: translate3d(0px, var(--translate-y), var(--translate-z));
18
- }
19
-
20
- scroll-aware[above-body][styler-on-scroll-effect-1=fade-out] > * {
21
- opacity: clamp(0.5, var(--body-ratio), 1);
22
- }
23
-
24
- scroll-aware[above-body][styler-on-scroll-effect-2=blur]::after {
25
- display: block;
26
- position: absolute;
27
- left: 0;
28
- top: 0;
29
- right: 0;
30
- bottom: 0;
31
- content: "";
32
- pointer-events: none;
33
- backdrop-filter: blur(5px);
34
- }
@@ -1,10 +0,0 @@
1
- [styler-element=image-link] {
2
- border: solid 1px transparent;
3
- outline: none;
4
- text-decoration: none;
5
- display: flex;
6
- &:hover {
7
- border-color: green;
8
- text-decoration: underline;
9
- }
10
- }
@@ -1,19 +0,0 @@
1
- [styler-element=link-button] {
2
- display: inline-flex;
3
- flex-direction: column;
4
- align-items: center;
5
- justify-content: center;
6
- gap: var(--size-default);
7
- padding-top: var(--rem0_5);
8
- padding-bottom: var(--rem0_5);
9
- padding-left: var(--rem2_5);
10
- padding-right: var(--rem2_5);
11
- background: var(--button-background);
12
- color: var(--button-text);
13
- border: none;
14
- border-radius: var(--size-small);
15
- text-decoration: none;
16
- &:hover {
17
- text-decoration: underline;
18
- }
19
- }
@@ -1,18 +0,0 @@
1
- [styler-element=link-icon-button] {
2
- display: flex;
3
- flex-direction: column;
4
- align-items: center;
5
- gap: var(--size-default);
6
- padding-top: var(--rem0_5);
7
- padding-bottom: var(--rem0_5);
8
- padding-left: var(--rem2_5);
9
- padding-right: var(--rem2_5);
10
- background: var(--button-background);
11
- color: var(--button-text);
12
- border: none;
13
- border-radius: var(--size-small);
14
- text-decoration: none;
15
- &:hover {
16
- text-decoration: underline;
17
- }
18
- }
@@ -1,37 +0,0 @@
1
- body[editing] {
2
- & pdf-viewer {
3
- display: inline-block;
4
- position: relative;
5
- overflow: hidden;
6
- &::part(thumb) {
7
- width: 100%;
8
- height: 100%;
9
- object-fit: contain;
10
- }
11
-
12
-
13
- & * {
14
- user-select: none;
15
- pointer-events: none;
16
- }
17
-
18
- &:not([poster]):before {
19
- background-color: #ddd;
20
- color: #000;
21
- font-size: 16px;
22
- font-weight: bold;
23
- font-family: 'Courier New', Courier, monospace;
24
- height: 100%;
25
- display: flex;
26
- justify-items: center;
27
- align-items: center;
28
- min-height: 30px;
29
- opacity: 0.3;
30
- border-radius: 3px;
31
- white-space: nowrap;
32
- overflow: hidden;
33
- text-overflow: ellipsis;
34
- content: "PDF View";
35
- }
36
- }
37
- }
@@ -1,35 +0,0 @@
1
- body[editing=true] video-player {
2
- display: flex;
3
- content: "Video Player";
4
- align-items: center;
5
- justify-content: center;
6
- justify-items: center;
7
- min-height: 100px;
8
- background-color: black;
9
- border-radius: 10px;
10
- color: white;
11
-
12
- &:before {
13
- padding: 10px;
14
- background-color: #ddd;
15
- color: #000;
16
- font-size: 16px;
17
- font-weight: bold;
18
- font-family: 'Courier New', Courier, monospace;
19
- height: 100%;
20
- min-height: 100px;
21
- display: flex;
22
- justify-items: center;
23
- align-items: center;
24
- opacity: 0.3;
25
- border-radius: 3px;
26
- white-space: nowrap;
27
- overflow: hidden;
28
- text-align: center;
29
- vertical-align: middle;
30
- text-overflow: ellipsis;
31
- content: "Video Player";
32
-
33
- }
34
-
35
- }
@@ -1,3 +0,0 @@
1
- animated-text > * {
2
- transform-origin: inherit;
3
- }
@@ -1,13 +0,0 @@
1
- [styler-layout=banner] {
2
- display: flex;
3
- flex-direction: column;
4
- width: 100vw;
5
- align-self: center;
6
- align-items: center;
7
- justify-content: center;
8
- z-index: 20;
9
-
10
- & > * {
11
- width: var(--children-width, 100%);
12
- }
13
- }
@@ -1,26 +0,0 @@
1
- [styler-layout=billboard] {
2
- display: grid;
3
- grid-template-columns: 1fr auto 1fr;
4
- grid-template-rows: 1fr auto 1fr;
5
- justify-content: center;
6
- align-items: center;
7
- justify-items: center;
8
- margin: var(--size-default);
9
- & > h1 {
10
- grid-row: 1 / span 3;
11
- grid-column: 1 / span 3;
12
- margin-block-start: 0;
13
- margin-block-end: 0;
14
- font-size: 5rem;
15
- -webkit-text-stroke-color: currentColor;
16
- -webkit-text-stroke-width: 1px;
17
- -webkit-text-fill-color: transparent;
18
- }
19
- & > h4 {
20
- grid-row: 2;
21
- grid-column: 2;
22
- margin-block-start: 0;
23
- margin-block-end: 0;
24
- font-size: 2rem;
25
- }
26
- }
@@ -1,37 +0,0 @@
1
- [styler-layout=box-frame] {
2
- overflow: hidden;
3
- resize: none;
4
- width: 500px;
5
- min-height: 500px;
6
- position: relative;
7
- max-width: 80vw;
8
- & > * {
9
- border: none;
10
- position: absolute;
11
- left: 0;
12
- top: 0;
13
- width: 100%;
14
- height: 100%;
15
- }
16
- }
17
-
18
- body[editing] [styler-layout=box-frame] {
19
- &:before {
20
- background-color: #ddd;
21
- color: #000;
22
- font-size: 16px;
23
- font-weight: bold;
24
- font-family: 'Courier New', Courier, monospace;
25
- height: 100%;
26
- display: flex;
27
- justify-items: center;
28
- align-items: center;
29
- min-height: 30px;
30
- opacity: 0.3;
31
- border-radius: 3px;
32
- white-space: nowrap;
33
- overflow: hidden;
34
- text-overflow: ellipsis;
35
- content: "IFRAME CONTENT";
36
- }
37
- }
@@ -1,29 +0,0 @@
1
- [styler-layout=card] {
2
- display: grid;
3
- margin: var(--size-default);
4
- border-radius: var(--size-default);
5
- grid-template-columns: 1fr;
6
- grid-template-rows: auto 1fr;
7
- justify-items: stretch;
8
- align-items: stretch;
9
- contain: content;
10
-
11
- & > h4 {
12
- max-width: 100%;
13
- padding: var(--size-default);
14
- font-size: var(--rem1_5);
15
- grid-column: 1;
16
- grid-row: 1;
17
- margin-top: 0;
18
- margin-bottom: 0;
19
- }
20
-
21
- & > section {
22
- max-width: 100%;
23
- margin: var(--size-default);
24
- padding: var(--size-default);
25
- border-radius: var(--size-default);
26
- grid-column: 1;
27
- grid-row: 3;
28
- }
29
- }
@@ -1 +0,0 @@
1
- <?xml version="1.0"?><svg xmlns="http://www.w3.org/2000/svg" width="600" height="600"><path d="m7.7,404.6c0,0 115.2,129.7 138.2,182.68l99,0c41.5-126.7 202.7-429.1 340.92-535.1c28.6-36.8-43.3-52-101.35-27.62-87.5,36.7-252.5,317.2-283.3,384.64-43.7,11.5-89.8-73.7-89.84-73.7z" fill="#6c4"/></svg>
@@ -1,22 +0,0 @@
1
- [styler-layout=columns-2] {
2
- display: flex;
3
- flex-wrap: nowrap;
4
- flex-direction: row;
5
- gap: var(--size-default);
6
- border-radius: var(--size-default);
7
- flex-direction: row;
8
- align-items: center;
9
- justify-content: space-around;
10
- overflow: hidden;
11
-
12
- @media (max-width: 700px) {
13
- & {
14
- flex-direction: column;
15
- width: 100%;
16
- max-width: 100%;
17
- justify-items: center;
18
- align-items: center;
19
- justify-content: center;
20
- }
21
- }
22
- }
@@ -1,32 +0,0 @@
1
- [styler-layout=columns-3] {
2
- display: grid;
3
- gap: var(--size-default);
4
- border-radius: var(--size-default);
5
- align-items: stretch;
6
- grid-template-columns: 1fr 1fr 1fr;
7
- overflow: hidden;
8
-
9
- & > :not([styler-justify]) {
10
- justify-self: center;
11
- }
12
-
13
- & > :first-child:not([styler-justify-self]) {
14
- justify-self: start;
15
- }
16
-
17
- & > :last-child:not([styler-justify-self]) {
18
- justify-self: end;
19
- }
20
-
21
- @media (max-width: 700px) {
22
- & {
23
- display: flex;
24
- flex-direction: column;
25
- width: 100%;
26
- max-width: 100%;
27
- justify-items: center;
28
- align-items: center;
29
- justify-content: center;
30
- }
31
- }
32
- }
@@ -1,10 +0,0 @@
1
- [styler-layout=column] {
2
- display: flex;
3
- flex-direction: column;
4
- gap: var(--size-default);
5
- padding: var(--size-default);
6
- border-radius: var(--size-default);
7
- justify-items: center;
8
- align-items: stretch;
9
- overflow: hidden;
10
- }
@@ -1,26 +0,0 @@
1
- [styler-layout=component] {
2
- display: block;
3
-
4
- &:not([data-ready]):before {
5
- background-color: #ddd;
6
- color: #000;
7
- font-size: 16px;
8
- font-weight: bold;
9
- font-family: 'Courier New', Courier, monospace;
10
- height: 20px;
11
- display: flex;
12
- justify-items: center;
13
- align-items: center;
14
- min-height: 30px;
15
- opacity: 0.3;
16
- border-radius: 3px;
17
- white-space: nowrap;
18
- overflow: hidden;
19
- text-overflow: ellipsis;
20
- margin: var(--size-default);
21
- padding: var(--size-default);
22
- border-radius: var(--size-default);
23
- content: "Loading Component ...";
24
-
25
- }
26
- }
@@ -1,86 +0,0 @@
1
- [styler-layout=floating-nav-bar] {
2
- display: flex;
3
- padding: var(--size-small);
4
- padding-left: var(--size-large);
5
- padding-right: var(--size-large);
6
- margin: var(--size-default);
7
- position: sticky;
8
- top: var(--size-default);
9
- border-radius: var(--size-large);
10
- border: solid 1px var(--border-color);
11
- background: var(--nav-bar-background);
12
- backdrop-filter: var(--nav-bar-back-drop-filter);
13
- align-items: center;
14
- justify-content: space-between;
15
- z-index: 20;
16
- & > h1, & > h2, & > h3, & > h5, & > h6 {
17
- margin-block-start: 0;
18
- margin-block-end: 0;
19
- & a {
20
- text-decoration: none;
21
- color: var(--default-text-color);
22
- &:hover {
23
- color: var(--accent-color);
24
- }
25
- }
26
- }
27
- & > [styler-element=navbar] {
28
- display: flex;
29
- gap: 5px;
30
- position: relative;
31
- & > input[type=checkbox][styler-element=drawer] {
32
- color: transparent;
33
- display: none;
34
- }
35
- & > nav {
36
- display: flex;
37
- gap: var(--size-default);
38
- flex-wrap: wrap;
39
- }
40
- }
41
-
42
- @media (max-width: 500px) {
43
- & > [styler-element=navbar] {
44
-
45
- & > nav {
46
- display: none;
47
- }
48
-
49
- & > input[type=checkbox][styler-element=drawer] {
50
- display: inline-block;
51
- background-color: white;
52
- background-image: data-uri("./svgs/bars.svg");
53
- background-position: 2px 2px;
54
- border-radius: 2px;
55
- background-repeat: no-repeat;
56
- border-width: 1px;
57
- border-style: solid;
58
- border-color: transparent;
59
- width: 21px;
60
- height: 22px;
61
- appearance: none;
62
- outline: none;
63
- &:checked {
64
- background-image: data-uri("./svgs/cross.svg");
65
- }
66
-
67
- &:checked ~ nav {
68
- display: flex;
69
- gap: var(--size-default);
70
- flex-direction: column;
71
- position: absolute;
72
- right: 10px;
73
- top: 40px;
74
- background: var(--primary-surface);
75
- color: var(--primary-text-color);
76
- padding: var(--size-default);
77
- border-radius: var(--size-default);
78
- box-shadow: 0 0 8px 2px gray;
79
- min-width: 200px;
80
- min-height: 300px;
81
- }
82
- }
83
- }
84
-
85
- }
86
- }
@@ -1,9 +0,0 @@
1
- [styler-layout=grid] {
2
- display: grid;
3
- gap: var(--size-default);
4
- padding: var(--size-default);
5
- border-radius: var(--size-default);
6
- justify-items: center;
7
- align-items: stretch;
8
- overflow: hidden;
9
- }
@@ -1,19 +0,0 @@
1
- [styler-layout=grid-1x1] {
2
- display: grid;
3
- gap: var(--size-default);
4
- padding: var(--size-default);
5
- border-radius: var(--size-default);
6
- align-items: center;
7
- justify-content: center;
8
- justify-items: stretch;
9
- grid-template-columns: 1fr;
10
- grid-template-rows: 1fr;
11
- max-width: 100%;
12
-
13
- & > * {
14
- grid-row: 1;
15
- grid-column: 1;
16
- max-width: 100%;
17
- max-height: 100%;
18
- }
19
- }
@@ -1,44 +0,0 @@
1
- [styler-layout=image-box] {
2
- display: flex;
3
- flex-direction: row;
4
- gap: var(--size-default);
5
- padding: var(--size-default);
6
- margin: var(--size-default);
7
- border-radius: var(--size-default);
8
- justify-items: center;
9
- align-items: stretch;
10
- contain: content;
11
- position: relative;
12
-
13
- & > img {
14
- align-self: stretch;
15
- }
16
-
17
- & > section {
18
- & > h4[styler-element=accent] {
19
- padding: var(--size-large);
20
- }
21
- }
22
- & > * {
23
- padding: var(--size-default);
24
- flex: 1 1 50%;
25
- max-width: 50%;
26
- }
27
-
28
-
29
- @media (max-width: 700px) {
30
- & {
31
- flex-direction: column;
32
- }
33
-
34
- & > img {
35
- align-self: stretch;
36
- }
37
-
38
- & > * {
39
- padding: var(--size-default);
40
- flex: 1 1 100%;
41
- max-width: 100%;
42
- }
43
- }
44
- }
@@ -1,61 +0,0 @@
1
- [styler-layout=image-card] {
2
- display: grid;
3
- margin: var(--size-default);
4
- border-radius: var(--size-default);
5
- grid-template-columns: 1fr;
6
- grid-template-rows: auto 1fr 1fr;
7
- justify-items: stretch;
8
- align-items: stretch;
9
- contain: content;
10
-
11
- & > h4 {
12
- max-width: 100%;
13
- padding: var(--size-default);
14
- grid-column: 1;
15
- grid-row: 1;
16
- margin-top: 0;
17
- margin-bottom: 0;
18
- }
19
-
20
- & > img {
21
- padding: var(--size-default);
22
- margin: var(--size-default);
23
- align-self: center;
24
- max-width: 100%;
25
- grid-column: 1;
26
- grid-row: 2;
27
- }
28
- & > section {
29
- max-width: 100%;
30
- margin: var(--size-default);
31
- padding: var(--size-default);
32
- border-radius: var(--size-default);
33
- grid-column: 1;
34
- grid-row: 3;
35
- }
36
-
37
- @media (min-width: 600px) {
38
- & {
39
- grid-template-columns: 1fr 1fr;
40
- grid-template-rows: auto 1fr;
41
- }
42
-
43
- & > h4 {
44
- max-width: 100%;
45
- grid-column: 1 / span 2;
46
- grid-row: 1;
47
- }
48
-
49
- & > img {
50
- padding: var(--size-default);
51
- max-width: 100%;
52
- grid-column: 1;
53
- grid-row: 2;
54
- }
55
- & > section {
56
- max-width: 100%;
57
- grid-column: 2;
58
- grid-row: 2;
59
- }
60
- }
61
- }