@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.
- package/dist/animate_ce.css +15 -0
- package/dist/better.css +11 -9
- package/dist/effects.css +20 -0
- package/dist/theme.css +4 -4
- package/dist/zyzgroup_core_web.iife.js +20 -24
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +9333 -15375
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +20 -24
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/animate/AnimateOperation.d.ts +35 -30
- package/types/animate/AnimateOperation.d.ts.map +1 -1
- package/types/animate/animateInWeb.d.ts +1 -0
- package/types/animate/animateInWeb.d.ts.map +1 -1
- package/types/canvas/Canvas.d.ts +35 -0
- package/types/canvas/Canvas.d.ts.map +1 -0
- package/types/canvas/CanvasOperation.d.ts +17 -8
- package/types/canvas/CanvasOperation.d.ts.map +1 -1
- package/types/canvas/index.d.ts +1 -0
- package/types/canvas/index.d.ts.map +1 -1
- package/types/dom/DOMEventBus.d.ts +41 -19
- package/types/dom/DOMEventBus.d.ts.map +1 -1
- package/types/dom/DOMParse.d.ts +28 -0
- package/types/dom/DOMParse.d.ts.map +1 -0
- package/types/dom/DOMUtil.d.ts +57 -12
- package/types/dom/DOMUtil.d.ts.map +1 -1
- package/types/dom/index.d.ts +2 -5
- package/types/dom/index.d.ts.map +1 -1
- package/types/env.d.ts +1 -0
- package/types/env.d.ts.map +1 -1
- package/types/fetch.d.ts +1 -0
- package/types/fetch.d.ts.map +1 -1
- package/types/file.d.ts.map +1 -1
- package/types/{UPNG.d.ts → image/UPNG.d.ts} +1 -1
- package/types/image/UPNG.d.ts.map +1 -0
- package/types/image/image-gif.d.ts.map +1 -0
- package/types/{image.d.ts → image/image.d.ts} +5 -1
- package/types/image/image.d.ts.map +1 -0
- package/types/image/index.d.ts +4 -0
- package/types/image/index.d.ts.map +1 -0
- package/types/image/qrcode.d.ts.map +1 -0
- package/types/index.d.ts +2 -4
- package/types/index.d.ts.map +1 -1
- package/types/math/Arc.d.ts +24 -0
- package/types/math/Arc.d.ts.map +1 -0
- package/types/math/CubicBezier.d.ts +28 -0
- package/types/math/CubicBezier.d.ts.map +1 -0
- package/types/math/Ellipse.d.ts +18 -0
- package/types/math/Ellipse.d.ts.map +1 -0
- package/types/math/Line.d.ts +20 -0
- package/types/math/Line.d.ts.map +1 -0
- package/types/math/Matrix.d.ts +1 -1
- package/types/math/Matrix.d.ts.map +1 -1
- package/types/{shape → math}/PathGroup.d.ts +18 -25
- package/types/math/PathGroup.d.ts.map +1 -0
- package/types/math/Point.d.ts +27 -0
- package/types/math/Point.d.ts.map +1 -0
- package/types/math/Points.d.ts +23 -0
- package/types/math/Points.d.ts.map +1 -0
- package/types/math/QuadraticBezier.d.ts +22 -0
- package/types/math/QuadraticBezier.d.ts.map +1 -0
- package/types/math/Rect.d.ts +29 -0
- package/types/math/Rect.d.ts.map +1 -0
- package/types/math/Shape.d.ts +68 -0
- package/types/math/Shape.d.ts.map +1 -0
- package/types/math/ShapeFromSVG.d.ts +30 -0
- package/types/math/ShapeFromSVG.d.ts.map +1 -0
- package/types/math/index.d.ts +13 -1
- package/types/math/index.d.ts.map +1 -1
- package/types/math/math.d.ts +3 -2
- package/types/math/math.d.ts.map +1 -1
- package/types/math/shapes/Arrow.d.ts +10 -0
- package/types/math/shapes/Arrow.d.ts.map +1 -0
- package/types/math/shapes/Fox.d.ts +10 -0
- package/types/math/shapes/Fox.d.ts.map +1 -0
- package/types/math/shapes/index.d.ts +3 -0
- package/types/math/shapes/index.d.ts.map +1 -0
- package/types/position.d.ts +37 -13
- package/types/position.d.ts.map +1 -1
- package/types/{shape/shapes → shapes}/ShapeArmyAnts.d.ts +1 -1
- package/types/shapes/ShapeArmyAnts.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeBase.d.ts +2 -2
- package/types/shapes/ShapeBase.d.ts.map +1 -0
- package/types/shapes/ShapeHeart.d.ts +15 -0
- package/types/shapes/ShapeHeart.d.ts.map +1 -0
- package/types/shapes/ShapeLight.d.ts.map +1 -0
- package/types/shapes/ShapePoint3d.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeRabbit.d.ts +1 -1
- package/types/shapes/ShapeRabbit.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeShip.d.ts +1 -1
- package/types/shapes/ShapeShip.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeSlider.d.ts +1 -1
- package/types/shapes/ShapeSlider.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeSpirograph.d.ts +1 -1
- package/types/shapes/ShapeSpirograph.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeStar.d.ts +1 -1
- package/types/shapes/ShapeStar.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeTiger.d.ts +1 -1
- package/types/shapes/ShapeTiger.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeTree.d.ts +1 -1
- package/types/shapes/ShapeTree.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeTriangle.d.ts +1 -1
- package/types/shapes/ShapeTriangle.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/ShapeTriangleLight.d.ts +1 -1
- package/types/shapes/ShapeTriangleLight.d.ts.map +1 -0
- package/types/{shape/shapes → shapes}/index.d.ts +1 -7
- package/types/shapes/index.d.ts.map +1 -0
- package/types/svg/DOMSVGUtil.d.ts +61 -0
- package/types/svg/DOMSVGUtil.d.ts.map +1 -0
- package/types/svg/SVGParse.d.ts +16 -0
- package/types/svg/SVGParse.d.ts.map +1 -0
- package/types/svg/YZRaphael.d.ts +1 -0
- package/types/svg/YZRaphael.d.ts.map +1 -0
- package/types/svg/index.d.ts +2 -2
- package/types/svg/index.d.ts.map +1 -1
- package/types/svg/lib/point-in-path.d.ts.map +1 -1
- package/types/svg/line2c.d.ts +4 -0
- package/types/svg/line2c.d.ts.map +1 -0
- package/types/theme.d.ts +35 -11
- package/types/theme.d.ts.map +1 -1
- package/dist/example.css +0 -41
- package/types/UPNG.d.ts.map +0 -1
- package/types/dom/DOMDetect.d.ts +0 -19
- package/types/dom/DOMDetect.d.ts.map +0 -1
- package/types/dom/DOMEvent.d.ts +0 -7
- package/types/dom/DOMEvent.d.ts.map +0 -1
- package/types/dom/DOMMedia.d.ts +0 -8
- package/types/dom/DOMMedia.d.ts.map +0 -1
- package/types/dom/DOMQuery.d.ts +0 -82
- package/types/dom/DOMQuery.d.ts.map +0 -1
- package/types/dom/DOMScroll.d.ts +0 -11
- package/types/dom/DOMScroll.d.ts.map +0 -1
- package/types/image-gif.d.ts.map +0 -1
- package/types/image.d.ts.map +0 -1
- package/types/qrcode.d.ts.map +0 -1
- package/types/shape/Arc.d.ts +0 -22
- package/types/shape/Arc.d.ts.map +0 -1
- package/types/shape/CubicBezier.d.ts +0 -18
- package/types/shape/CubicBezier.d.ts.map +0 -1
- package/types/shape/Line.d.ts +0 -13
- package/types/shape/Line.d.ts.map +0 -1
- package/types/shape/PathGroup.d.ts.map +0 -1
- package/types/shape/Point.d.ts +0 -25
- package/types/shape/Point.d.ts.map +0 -1
- package/types/shape/Polygon.d.ts +0 -20
- package/types/shape/Polygon.d.ts.map +0 -1
- package/types/shape/QuadraticBezier.d.ts +0 -16
- package/types/shape/QuadraticBezier.d.ts.map +0 -1
- package/types/shape/Rect.d.ts +0 -18
- package/types/shape/Rect.d.ts.map +0 -1
- package/types/shape/SportBase.d.ts +0 -49
- package/types/shape/SportBase.d.ts.map +0 -1
- package/types/shape/YZRaphael.d.ts +0 -4
- package/types/shape/YZRaphael.d.ts.map +0 -1
- package/types/shape/index.d.ts +0 -7
- package/types/shape/index.d.ts.map +0 -1
- package/types/shape/shapes/ShapeArmyAnts.d.ts.map +0 -1
- package/types/shape/shapes/ShapeArrow.d.ts +0 -8
- package/types/shape/shapes/ShapeArrow.d.ts.map +0 -1
- package/types/shape/shapes/ShapeBall.d.ts +0 -9
- package/types/shape/shapes/ShapeBall.d.ts.map +0 -1
- package/types/shape/shapes/ShapeBase.d.ts.map +0 -1
- package/types/shape/shapes/ShapeFox.d.ts +0 -8
- package/types/shape/shapes/ShapeFox.d.ts.map +0 -1
- package/types/shape/shapes/ShapeLight.d.ts.map +0 -1
- package/types/shape/shapes/ShapeLine.d.ts +0 -32
- package/types/shape/shapes/ShapeLine.d.ts.map +0 -1
- package/types/shape/shapes/ShapePoint3d.d.ts.map +0 -1
- package/types/shape/shapes/ShapeRabbit.d.ts.map +0 -1
- package/types/shape/shapes/ShapeRect.d.ts +0 -18
- package/types/shape/shapes/ShapeRect.d.ts.map +0 -1
- package/types/shape/shapes/ShapeSegment.d.ts +0 -19
- package/types/shape/shapes/ShapeSegment.d.ts.map +0 -1
- package/types/shape/shapes/ShapeShip.d.ts.map +0 -1
- package/types/shape/shapes/ShapeSlider.d.ts.map +0 -1
- package/types/shape/shapes/ShapeSmileFace.d.ts +0 -6
- package/types/shape/shapes/ShapeSmileFace.d.ts.map +0 -1
- package/types/shape/shapes/ShapeSpirograph.d.ts.map +0 -1
- package/types/shape/shapes/ShapeStar.d.ts.map +0 -1
- package/types/shape/shapes/ShapeTiger.d.ts.map +0 -1
- package/types/shape/shapes/ShapeTree.d.ts.map +0 -1
- package/types/shape/shapes/ShapeTriangle.d.ts.map +0 -1
- package/types/shape/shapes/ShapeTriangleLight.d.ts.map +0 -1
- package/types/shape/shapes/index.d.ts.map +0 -1
- package/types/svg/SVGOperation.d.ts +0 -75
- package/types/svg/SVGOperation.d.ts.map +0 -1
- package/types/svg/lib/a2c.d.ts +0 -3
- package/types/svg/lib/a2c.d.ts.map +0 -1
- package/types/svg/lib/abs-svg-path.d.ts +0 -3
- package/types/svg/lib/abs-svg-path.d.ts.map +0 -1
- package/types/svg/lib/index.d.ts +0 -8
- package/types/svg/lib/index.d.ts.map +0 -1
- package/types/svg/lib/is-svg-path.d.ts +0 -3
- package/types/svg/lib/is-svg-path.d.ts.map +0 -1
- package/types/svg/lib/normalize-svg-path.d.ts +0 -3
- package/types/svg/lib/normalize-svg-path.d.ts.map +0 -1
- package/types/svg/lib/parse-svg-path.d.ts +0 -3
- package/types/svg/lib/parse-svg-path.d.ts.map +0 -1
- package/types/svg/lib/point-at-length.d.ts +0 -13
- package/types/svg/lib/point-at-length.d.ts.map +0 -1
- package/types/svg/lib/point-svg-path.d.ts +0 -12
- package/types/svg/lib/point-svg-path.d.ts.map +0 -1
- package/types/svg/lib/rel-svg-path.d.ts +0 -3
- package/types/svg/lib/rel-svg-path.d.ts.map +0 -1
- package/types/svg/rappar.d.ts +0 -3
- package/types/svg/rappar.d.ts.map +0 -1
- /package/types/{image-gif.d.ts → image/image-gif.d.ts} +0 -0
- /package/types/{qrcode.d.ts → image/qrcode.d.ts} +0 -0
- /package/types/{shape/shapes → shapes}/ShapeLight.d.ts +0 -0
- /package/types/{shape/shapes → shapes}/ShapePoint3d.d.ts +0 -0
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,
|
package/dist/effects.css
ADDED
|
@@ -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-
|
|
12
|
-
--color-gray-
|
|
13
|
-
--color-gray-
|
|
14
|
-
--color-gray-
|
|
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;
|