@zyzgroup/core-web 0.0.62 → 0.0.64

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 (211) hide show
  1. package/dist/animate_ce.css +15 -0
  2. package/dist/better.css +11 -9
  3. package/dist/effects.css +20 -0
  4. package/dist/theme.css +4 -4
  5. package/dist/zyzgroup_core_web.iife.js +20 -24
  6. package/dist/zyzgroup_core_web.iife.js.map +1 -1
  7. package/dist/zyzgroup_core_web.js +9333 -15375
  8. package/dist/zyzgroup_core_web.js.map +1 -1
  9. package/dist/zyzgroup_core_web.umd.cjs +20 -24
  10. package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
  11. package/package.json +1 -1
  12. package/types/animate/AnimateOperation.d.ts +35 -30
  13. package/types/animate/AnimateOperation.d.ts.map +1 -1
  14. package/types/animate/animateInWeb.d.ts +1 -0
  15. package/types/animate/animateInWeb.d.ts.map +1 -1
  16. package/types/canvas/Canvas.d.ts +35 -0
  17. package/types/canvas/Canvas.d.ts.map +1 -0
  18. package/types/canvas/CanvasOperation.d.ts +17 -8
  19. package/types/canvas/CanvasOperation.d.ts.map +1 -1
  20. package/types/canvas/index.d.ts +1 -0
  21. package/types/canvas/index.d.ts.map +1 -1
  22. package/types/dom/DOMEventBus.d.ts +41 -19
  23. package/types/dom/DOMEventBus.d.ts.map +1 -1
  24. package/types/dom/DOMParse.d.ts +28 -0
  25. package/types/dom/DOMParse.d.ts.map +1 -0
  26. package/types/dom/DOMUtil.d.ts +57 -12
  27. package/types/dom/DOMUtil.d.ts.map +1 -1
  28. package/types/dom/index.d.ts +2 -5
  29. package/types/dom/index.d.ts.map +1 -1
  30. package/types/env.d.ts +1 -0
  31. package/types/env.d.ts.map +1 -1
  32. package/types/fetch.d.ts +1 -0
  33. package/types/fetch.d.ts.map +1 -1
  34. package/types/file.d.ts.map +1 -1
  35. package/types/{UPNG.d.ts → image/UPNG.d.ts} +1 -1
  36. package/types/image/UPNG.d.ts.map +1 -0
  37. package/types/image/image-gif.d.ts.map +1 -0
  38. package/types/{image.d.ts → image/image.d.ts} +5 -1
  39. package/types/image/image.d.ts.map +1 -0
  40. package/types/image/index.d.ts +4 -0
  41. package/types/image/index.d.ts.map +1 -0
  42. package/types/image/qrcode.d.ts.map +1 -0
  43. package/types/index.d.ts +2 -4
  44. package/types/index.d.ts.map +1 -1
  45. package/types/math/Arc.d.ts +24 -0
  46. package/types/math/Arc.d.ts.map +1 -0
  47. package/types/math/CubicBezier.d.ts +28 -0
  48. package/types/math/CubicBezier.d.ts.map +1 -0
  49. package/types/math/Ellipse.d.ts +18 -0
  50. package/types/math/Ellipse.d.ts.map +1 -0
  51. package/types/math/Line.d.ts +20 -0
  52. package/types/math/Line.d.ts.map +1 -0
  53. package/types/math/Matrix.d.ts +1 -1
  54. package/types/math/Matrix.d.ts.map +1 -1
  55. package/types/{shape → math}/PathGroup.d.ts +18 -25
  56. package/types/math/PathGroup.d.ts.map +1 -0
  57. package/types/math/Point.d.ts +27 -0
  58. package/types/math/Point.d.ts.map +1 -0
  59. package/types/math/Points.d.ts +23 -0
  60. package/types/math/Points.d.ts.map +1 -0
  61. package/types/math/QuadraticBezier.d.ts +22 -0
  62. package/types/math/QuadraticBezier.d.ts.map +1 -0
  63. package/types/math/Rect.d.ts +29 -0
  64. package/types/math/Rect.d.ts.map +1 -0
  65. package/types/math/Shape.d.ts +68 -0
  66. package/types/math/Shape.d.ts.map +1 -0
  67. package/types/math/ShapeFromSVG.d.ts +30 -0
  68. package/types/math/ShapeFromSVG.d.ts.map +1 -0
  69. package/types/math/index.d.ts +13 -1
  70. package/types/math/index.d.ts.map +1 -1
  71. package/types/math/math.d.ts +3 -2
  72. package/types/math/math.d.ts.map +1 -1
  73. package/types/math/shapes/Arrow.d.ts +10 -0
  74. package/types/math/shapes/Arrow.d.ts.map +1 -0
  75. package/types/math/shapes/Fox.d.ts +10 -0
  76. package/types/math/shapes/Fox.d.ts.map +1 -0
  77. package/types/math/shapes/index.d.ts +3 -0
  78. package/types/math/shapes/index.d.ts.map +1 -0
  79. package/types/position.d.ts +37 -13
  80. package/types/position.d.ts.map +1 -1
  81. package/types/{shape/shapes → shapes}/ShapeArmyAnts.d.ts +1 -1
  82. package/types/shapes/ShapeArmyAnts.d.ts.map +1 -0
  83. package/types/{shape/shapes → shapes}/ShapeBase.d.ts +2 -2
  84. package/types/shapes/ShapeBase.d.ts.map +1 -0
  85. package/types/shapes/ShapeHeart.d.ts +15 -0
  86. package/types/shapes/ShapeHeart.d.ts.map +1 -0
  87. package/types/shapes/ShapeLight.d.ts.map +1 -0
  88. package/types/shapes/ShapePoint3d.d.ts.map +1 -0
  89. package/types/{shape/shapes → shapes}/ShapeRabbit.d.ts +1 -1
  90. package/types/shapes/ShapeRabbit.d.ts.map +1 -0
  91. package/types/{shape/shapes → shapes}/ShapeShip.d.ts +1 -1
  92. package/types/shapes/ShapeShip.d.ts.map +1 -0
  93. package/types/{shape/shapes → shapes}/ShapeSlider.d.ts +1 -1
  94. package/types/shapes/ShapeSlider.d.ts.map +1 -0
  95. package/types/{shape/shapes → shapes}/ShapeSpirograph.d.ts +1 -1
  96. package/types/shapes/ShapeSpirograph.d.ts.map +1 -0
  97. package/types/{shape/shapes → shapes}/ShapeStar.d.ts +1 -1
  98. package/types/shapes/ShapeStar.d.ts.map +1 -0
  99. package/types/{shape/shapes → shapes}/ShapeTiger.d.ts +1 -1
  100. package/types/shapes/ShapeTiger.d.ts.map +1 -0
  101. package/types/{shape/shapes → shapes}/ShapeTree.d.ts +1 -1
  102. package/types/shapes/ShapeTree.d.ts.map +1 -0
  103. package/types/{shape/shapes → shapes}/ShapeTriangle.d.ts +1 -1
  104. package/types/shapes/ShapeTriangle.d.ts.map +1 -0
  105. package/types/{shape/shapes → shapes}/ShapeTriangleLight.d.ts +1 -1
  106. package/types/shapes/ShapeTriangleLight.d.ts.map +1 -0
  107. package/types/{shape/shapes → shapes}/index.d.ts +1 -7
  108. package/types/shapes/index.d.ts.map +1 -0
  109. package/types/svg/DOMSVGUtil.d.ts +61 -0
  110. package/types/svg/DOMSVGUtil.d.ts.map +1 -0
  111. package/types/svg/SVGParse.d.ts +16 -0
  112. package/types/svg/SVGParse.d.ts.map +1 -0
  113. package/types/svg/YZRaphael.d.ts +1 -0
  114. package/types/svg/YZRaphael.d.ts.map +1 -0
  115. package/types/svg/index.d.ts +2 -2
  116. package/types/svg/index.d.ts.map +1 -1
  117. package/types/svg/lib/point-in-path.d.ts.map +1 -1
  118. package/types/svg/line2c.d.ts +4 -0
  119. package/types/svg/line2c.d.ts.map +1 -0
  120. package/types/theme.d.ts +35 -11
  121. package/types/theme.d.ts.map +1 -1
  122. package/dist/example.css +0 -41
  123. package/types/UPNG.d.ts.map +0 -1
  124. package/types/dom/DOMDetect.d.ts +0 -19
  125. package/types/dom/DOMDetect.d.ts.map +0 -1
  126. package/types/dom/DOMEvent.d.ts +0 -7
  127. package/types/dom/DOMEvent.d.ts.map +0 -1
  128. package/types/dom/DOMMedia.d.ts +0 -8
  129. package/types/dom/DOMMedia.d.ts.map +0 -1
  130. package/types/dom/DOMQuery.d.ts +0 -82
  131. package/types/dom/DOMQuery.d.ts.map +0 -1
  132. package/types/dom/DOMScroll.d.ts +0 -11
  133. package/types/dom/DOMScroll.d.ts.map +0 -1
  134. package/types/image-gif.d.ts.map +0 -1
  135. package/types/image.d.ts.map +0 -1
  136. package/types/qrcode.d.ts.map +0 -1
  137. package/types/shape/Arc.d.ts +0 -22
  138. package/types/shape/Arc.d.ts.map +0 -1
  139. package/types/shape/CubicBezier.d.ts +0 -18
  140. package/types/shape/CubicBezier.d.ts.map +0 -1
  141. package/types/shape/Line.d.ts +0 -13
  142. package/types/shape/Line.d.ts.map +0 -1
  143. package/types/shape/PathGroup.d.ts.map +0 -1
  144. package/types/shape/Point.d.ts +0 -25
  145. package/types/shape/Point.d.ts.map +0 -1
  146. package/types/shape/Polygon.d.ts +0 -20
  147. package/types/shape/Polygon.d.ts.map +0 -1
  148. package/types/shape/QuadraticBezier.d.ts +0 -16
  149. package/types/shape/QuadraticBezier.d.ts.map +0 -1
  150. package/types/shape/Rect.d.ts +0 -18
  151. package/types/shape/Rect.d.ts.map +0 -1
  152. package/types/shape/SportBase.d.ts +0 -49
  153. package/types/shape/SportBase.d.ts.map +0 -1
  154. package/types/shape/YZRaphael.d.ts +0 -4
  155. package/types/shape/YZRaphael.d.ts.map +0 -1
  156. package/types/shape/index.d.ts +0 -7
  157. package/types/shape/index.d.ts.map +0 -1
  158. package/types/shape/shapes/ShapeArmyAnts.d.ts.map +0 -1
  159. package/types/shape/shapes/ShapeArrow.d.ts +0 -8
  160. package/types/shape/shapes/ShapeArrow.d.ts.map +0 -1
  161. package/types/shape/shapes/ShapeBall.d.ts +0 -9
  162. package/types/shape/shapes/ShapeBall.d.ts.map +0 -1
  163. package/types/shape/shapes/ShapeBase.d.ts.map +0 -1
  164. package/types/shape/shapes/ShapeFox.d.ts +0 -8
  165. package/types/shape/shapes/ShapeFox.d.ts.map +0 -1
  166. package/types/shape/shapes/ShapeLight.d.ts.map +0 -1
  167. package/types/shape/shapes/ShapeLine.d.ts +0 -32
  168. package/types/shape/shapes/ShapeLine.d.ts.map +0 -1
  169. package/types/shape/shapes/ShapePoint3d.d.ts.map +0 -1
  170. package/types/shape/shapes/ShapeRabbit.d.ts.map +0 -1
  171. package/types/shape/shapes/ShapeRect.d.ts +0 -18
  172. package/types/shape/shapes/ShapeRect.d.ts.map +0 -1
  173. package/types/shape/shapes/ShapeSegment.d.ts +0 -19
  174. package/types/shape/shapes/ShapeSegment.d.ts.map +0 -1
  175. package/types/shape/shapes/ShapeShip.d.ts.map +0 -1
  176. package/types/shape/shapes/ShapeSlider.d.ts.map +0 -1
  177. package/types/shape/shapes/ShapeSmileFace.d.ts +0 -6
  178. package/types/shape/shapes/ShapeSmileFace.d.ts.map +0 -1
  179. package/types/shape/shapes/ShapeSpirograph.d.ts.map +0 -1
  180. package/types/shape/shapes/ShapeStar.d.ts.map +0 -1
  181. package/types/shape/shapes/ShapeTiger.d.ts.map +0 -1
  182. package/types/shape/shapes/ShapeTree.d.ts.map +0 -1
  183. package/types/shape/shapes/ShapeTriangle.d.ts.map +0 -1
  184. package/types/shape/shapes/ShapeTriangleLight.d.ts.map +0 -1
  185. package/types/shape/shapes/index.d.ts.map +0 -1
  186. package/types/svg/SVGOperation.d.ts +0 -75
  187. package/types/svg/SVGOperation.d.ts.map +0 -1
  188. package/types/svg/lib/a2c.d.ts +0 -3
  189. package/types/svg/lib/a2c.d.ts.map +0 -1
  190. package/types/svg/lib/abs-svg-path.d.ts +0 -3
  191. package/types/svg/lib/abs-svg-path.d.ts.map +0 -1
  192. package/types/svg/lib/index.d.ts +0 -8
  193. package/types/svg/lib/index.d.ts.map +0 -1
  194. package/types/svg/lib/is-svg-path.d.ts +0 -3
  195. package/types/svg/lib/is-svg-path.d.ts.map +0 -1
  196. package/types/svg/lib/normalize-svg-path.d.ts +0 -3
  197. package/types/svg/lib/normalize-svg-path.d.ts.map +0 -1
  198. package/types/svg/lib/parse-svg-path.d.ts +0 -3
  199. package/types/svg/lib/parse-svg-path.d.ts.map +0 -1
  200. package/types/svg/lib/point-at-length.d.ts +0 -13
  201. package/types/svg/lib/point-at-length.d.ts.map +0 -1
  202. package/types/svg/lib/point-svg-path.d.ts +0 -12
  203. package/types/svg/lib/point-svg-path.d.ts.map +0 -1
  204. package/types/svg/lib/rel-svg-path.d.ts +0 -3
  205. package/types/svg/lib/rel-svg-path.d.ts.map +0 -1
  206. package/types/svg/rappar.d.ts +0 -3
  207. package/types/svg/rappar.d.ts.map +0 -1
  208. /package/types/{image-gif.d.ts → image/image-gif.d.ts} +0 -0
  209. /package/types/{qrcode.d.ts → image/qrcode.d.ts} +0 -0
  210. /package/types/{shape/shapes → shapes}/ShapeLight.d.ts +0 -0
  211. /package/types/{shape/shapes → shapes}/ShapePoint3d.d.ts +0 -0
@@ -0,0 +1,15 @@
1
+ @keyframes jelly {
2
+ 0%,
3
+ 100% {
4
+ transform: scale(1, 1);
5
+ }
6
+ 25% {
7
+ transform: scale(0.9, 1.1);
8
+ }
9
+ 50% {
10
+ transform: scale(1.1, 0.9);
11
+ }
12
+ 75% {
13
+ transform: scale(0.95, 1.05);
14
+ }
15
+ }
package/dist/better.css CHANGED
@@ -124,15 +124,6 @@ html {
124
124
  }
125
125
 
126
126
  body {
127
- font-size: 16px;
128
- /* font-size: clamp(
129
- var(--min-font-size) * 1px,
130
- var(--font-size),
131
- var(--max-font-size) * 1px
132
- ); */
133
-
134
- line-height: 1.4;
135
-
136
127
  position: relative;
137
128
  min-width: 100%;
138
129
  min-width: 100vw;
@@ -154,6 +145,17 @@ body {
154
145
  padding-right: env(safe-area-inset-right);
155
146
  }
156
147
 
148
+ html,
149
+ body {
150
+ font-size: 16px;
151
+ /* font-size: clamp(
152
+ var(--min-font-size) * 1px,
153
+ var(--font-size),
154
+ var(--max-font-size) * 1px
155
+ ); */
156
+ line-height: 1.4;
157
+ }
158
+
157
159
  a,
158
160
  a:link,
159
161
  a:visited,
@@ -0,0 +1,20 @@
1
+ @keyframes blur {
2
+ 0% {
3
+ filter: blur(0px);
4
+ transform: skew(0deg);
5
+ }
6
+ 100% {
7
+ filter: blur(3px);
8
+ transform: skew(-4deg);
9
+ }
10
+ }
11
+
12
+ .border-sample {
13
+ border: 5px solid #b4a078;
14
+ outline: 6px solid #b4a078;
15
+ outline-offset: -10px;
16
+ box-shadow: 0 0 0 10px #b4a078;
17
+ box-shadow: 0 0 0 0.3em #e8e2d6, 0 0 0 0.6em #e1d9c9, 0 0 0 1em #d9cfbb,
18
+ 0 0 0 1.3em #d2c6ae, 0 0 0 1.6em #cabca0, 0 0 0 2em #c3b393,
19
+ 0 0 0 2.3em #bba985, 0 0 0 2em #b4a078;
20
+ }
package/dist/theme.css CHANGED
@@ -8,10 +8,10 @@
8
8
  --color-purple: #6464fa;
9
9
  --color-black: #001428;
10
10
 
11
- --color-gray-0: #000000;
12
- --color-gray-3: #333333;
13
- --color-gray-6: #666666;
14
- --color-gray-9: #999999;
11
+ --color-gray-00: #000000;
12
+ --color-gray-33: #333333;
13
+ --color-gray-66: #666666;
14
+ --color-gray-99: #999999;
15
15
  --color-gray-cc: #cccccc;
16
16
  --color-gray-dd: #dddddd;
17
17
  --color-gray-e6: #e6e6e6;