@zyzgroup/core-web 0.0.70 → 0.0.72
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/better.css +2 -0
- package/dist/font.css +21 -0
- package/dist/zyzgroup_core_web.iife.js +18 -18
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +8724 -7456
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +18 -18
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/Pagination.d.ts +36 -0
- package/types/Pagination.d.ts.map +1 -0
- package/types/YZMessageChannel.d.ts +21 -0
- package/types/YZMessageChannel.d.ts.map +1 -0
- package/types/YZRequestIdleCallback.d.ts +14 -0
- package/types/YZRequestIdleCallback.d.ts.map +1 -0
- package/types/YZWorker.d.ts +16 -0
- package/types/YZWorker.d.ts.map +1 -0
- package/types/animate/{AnimateOperation.d.ts → YZAnimate.d.ts} +25 -26
- package/types/animate/YZAnimate.d.ts.map +1 -0
- package/types/animate/index.d.ts +2 -2
- package/types/animate/index.d.ts.map +1 -1
- package/types/animate/requestAnimationFrameCycle.d.ts +14 -0
- package/types/animate/requestAnimationFrameCycle.d.ts.map +1 -0
- package/types/animate/tween/cubicBezierToEase.d.ts +3 -5
- package/types/animate/tween/cubicBezierToEase.d.ts.map +1 -1
- package/types/cache.d.ts +1 -1
- package/types/cache.d.ts.map +1 -1
- package/types/canvas/CustomCanvasContext.d.ts.map +1 -1
- package/types/canvas/{Canvas.d.ts → YZCanvas.d.ts} +7 -6
- package/types/canvas/YZCanvas.d.ts.map +1 -0
- package/types/canvas/{CanvasOperation.d.ts → YZCanvasContext.d.ts} +13 -15
- package/types/canvas/YZCanvasContext.d.ts.map +1 -0
- package/types/canvas/index.d.ts +2 -2
- package/types/canvas/index.d.ts.map +1 -1
- package/types/dom/DOMEventBus.d.ts +4 -0
- package/types/dom/DOMEventBus.d.ts.map +1 -1
- package/types/dom/DOMUtil.d.ts +11 -4
- package/types/dom/DOMUtil.d.ts.map +1 -1
- package/types/env.d.ts +3 -1
- package/types/env.d.ts.map +1 -1
- package/types/image/bitmap.d.ts +10 -1
- package/types/image/bitmap.d.ts.map +1 -1
- package/types/index.d.ts +5 -1
- package/types/index.d.ts.map +1 -1
- package/types/math/Arc.d.ts +2 -2
- package/types/math/Arc.d.ts.map +1 -1
- package/types/math/ComboConfetti.d.ts +25 -0
- package/types/math/ComboConfetti.d.ts.map +1 -0
- package/types/math/CubicBezier.d.ts +2 -2
- package/types/math/Ellipse.d.ts +2 -2
- package/types/math/Ellipse.d.ts.map +1 -1
- package/types/math/{Light3d.d.ts → Light3D.d.ts} +7 -7
- package/types/math/{Light3d.d.ts.map → Light3D.d.ts.map} +1 -1
- package/types/math/Line.d.ts +6 -2
- package/types/math/Line.d.ts.map +1 -1
- package/types/math/Matrix.d.ts +93 -18
- package/types/math/Matrix.d.ts.map +1 -1
- package/types/math/PathD.d.ts +27 -11
- package/types/math/PathD.d.ts.map +1 -1
- package/types/math/PathDGroup.d.ts +2 -2
- package/types/math/PathDGroup.d.ts.map +1 -1
- package/types/math/Point.d.ts +39 -11
- package/types/math/Point.d.ts.map +1 -1
- package/types/math/Point3D.d.ts +78 -0
- package/types/math/Point3D.d.ts.map +1 -0
- package/types/math/Point3Ds.d.ts +19 -0
- package/types/math/{Point3ds.d.ts.map → Point3Ds.d.ts.map} +1 -1
- package/types/math/Points.d.ts +2 -2
- package/types/math/QuadraticBezier.d.ts +2 -2
- package/types/math/Rect.d.ts +2 -2
- package/types/math/Rect.d.ts.map +1 -1
- package/types/math/RenderGroup.d.ts +18 -0
- package/types/math/RenderGroup.d.ts.map +1 -0
- package/types/math/Shape.d.ts +79 -33
- package/types/math/Shape.d.ts.map +1 -1
- package/types/math/ShapeGroup.d.ts +10 -2
- package/types/math/ShapeGroup.d.ts.map +1 -1
- package/types/math/Text.d.ts +6 -7
- package/types/math/Text.d.ts.map +1 -1
- package/types/math/index.d.ts +4 -4
- package/types/math/index.d.ts.map +1 -1
- package/types/math/math.d.ts +4 -3
- package/types/math/math.d.ts.map +1 -1
- package/types/math/shapes/Arrow.d.ts +2 -2
- package/types/math/shapes/Fox.d.ts +2 -2
- package/types/math/shapes/Ring.d.ts +22 -0
- package/types/math/shapes/Ring.d.ts.map +1 -0
- package/types/math/{Sector.d.ts → shapes/Sector.d.ts} +8 -7
- package/types/math/shapes/Sector.d.ts.map +1 -0
- package/types/math/shapes/Segment.d.ts +15 -0
- package/types/math/shapes/Segment.d.ts.map +1 -0
- package/types/math/shapes/Ship.d.ts +11 -0
- package/types/math/shapes/Ship.d.ts.map +1 -0
- package/types/math/shapes/Slider.d.ts +29 -0
- package/types/math/shapes/Slider.d.ts.map +1 -0
- package/types/math/shapes/Star.d.ts.map +1 -1
- package/types/math/shapes/Tip.d.ts +23 -0
- package/types/math/shapes/Tip.d.ts.map +1 -0
- package/types/math/shapes/index.d.ts +6 -0
- package/types/math/shapes/index.d.ts.map +1 -1
- package/types/nextTick.d.ts +3 -0
- package/types/nextTick.d.ts.map +1 -0
- package/types/patch.d.ts +4 -4
- package/types/patch.d.ts.map +1 -1
- package/types/position.d.ts +9 -5
- package/types/position.d.ts.map +1 -1
- package/types/reactive.d.ts.map +1 -1
- package/types/svg/DOMSVGUtil.d.ts.map +1 -1
- package/types/svg/{SVG.d.ts → YZSVG.d.ts} +3 -3
- package/types/svg/YZSVG.d.ts.map +1 -0
- package/types/svg/index.d.ts +1 -1
- package/types/svg/index.d.ts.map +1 -1
- package/types/theme.d.ts +9 -1
- package/types/theme.d.ts.map +1 -1
- package/types/animate/AnimateOperation.d.ts.map +0 -1
- package/types/animate/animateInWeb.d.ts +0 -13
- package/types/animate/animateInWeb.d.ts.map +0 -1
- package/types/canvas/Canvas.d.ts.map +0 -1
- package/types/canvas/CanvasOperation.d.ts.map +0 -1
- package/types/math/Point3d.d.ts +0 -44
- package/types/math/Point3d.d.ts.map +0 -1
- package/types/math/Point3ds.d.ts +0 -19
- package/types/math/Sector.d.ts.map +0 -1
- package/types/math/Vector.d.ts +0 -12
- package/types/math/Vector.d.ts.map +0 -1
- package/types/shapes/ShapeShip.d.ts +0 -12
- package/types/shapes/ShapeShip.d.ts.map +0 -1
- package/types/shapes/ShapeSlider.d.ts +0 -27
- package/types/shapes/ShapeSlider.d.ts.map +0 -1
- package/types/shapes/ShapeSpirograph.d.ts +0 -9
- package/types/shapes/ShapeSpirograph.d.ts.map +0 -1
- package/types/svg/SVG.d.ts.map +0 -1
- package/types/worker.d.ts +0 -9
- package/types/worker.d.ts.map +0 -1
package/dist/better.css
CHANGED
package/dist/font.css
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "din";
|
|
3
|
+
src: url("../../assets/fonts/D-DINExp/D-DINExp.ttf") format("truetype");
|
|
4
|
+
font-weight: normal;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
font-display: swap;
|
|
7
|
+
}
|
|
8
|
+
.din {
|
|
9
|
+
font-family: "din" !important;
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
line-height: 24px;
|
|
12
|
+
font-weight: normal;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-variant: normal;
|
|
15
|
+
text-transform: none;
|
|
16
|
+
font-synthesis: none;
|
|
17
|
+
text-rendering: optimizeLegibility;
|
|
18
|
+
-webkit-font-smoothing: antialiased;
|
|
19
|
+
-moz-osx-font-smoothing: grayscale;
|
|
20
|
+
-webkit-text-size-adjust: 100%;
|
|
21
|
+
}
|