@zyzgroup/core-web 0.1.92 → 0.1.93
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/css/font.css +108 -0
- package/dist/css/theme.css +58 -53
- package/dist/zyzgroup_core_web.iife.js +94 -54
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +21745 -19941
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +94 -54
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +10 -2
- package/types/components/angular/demoAngular.d.ts +1 -0
- package/types/components/angular/demoAngular.d.ts.map +1 -0
- package/types/components/component-core.d.ts +7 -2
- package/types/components/component-core.d.ts.map +1 -1
- package/types/components/react/CatFriends.d.ts +2 -0
- package/types/components/react/CatFriends.d.ts.map +1 -0
- package/types/components/react/DemoForm.d.ts +2 -0
- package/types/components/react/DemoForm.d.ts.map +1 -0
- package/types/components/react/ErrorBoundary.d.ts +16 -0
- package/types/components/react/ErrorBoundary.d.ts.map +1 -0
- package/types/components/react/TravelPlan.d.ts +2 -0
- package/types/components/react/TravelPlan.d.ts.map +1 -0
- package/types/components/react/VideoPlayer.d.ts +5 -0
- package/types/components/react/VideoPlayer.d.ts.map +1 -0
- package/types/components/react/demoReact.d.ts +4 -0
- package/types/components/react/demoReact.d.ts.map +1 -0
- package/types/components/react/motion/Refresh.d.ts +4 -0
- package/types/components/react/motion/Refresh.d.ts.map +1 -0
- package/types/components/react/motion/demo/AddToBasket.d.ts +12 -0
- package/types/components/react/motion/demo/AddToBasket.d.ts.map +1 -0
- package/types/components/react/motion/demo/Cursor.d.ts +4 -0
- package/types/components/react/motion/demo/Cursor.d.ts.map +1 -0
- package/types/components/react/motion/demo/LayoutAnchor.d.ts +6 -0
- package/types/components/react/motion/demo/LayoutAnchor.d.ts.map +1 -0
- package/types/components/react/motion/demo/LayoutAnimation.d.ts +2 -0
- package/types/components/react/motion/demo/LayoutAnimation.d.ts.map +1 -0
- package/types/components/react/motion/demo/LayoutGroup.d.ts +2 -0
- package/types/components/react/motion/demo/LayoutGroup.d.ts.map +1 -0
- package/types/components/react/motion/demo/MotionDemo.d.ts +2 -0
- package/types/components/react/motion/demo/MotionDemo.d.ts.map +1 -0
- package/types/components/react/motion/demo/Navigation.d.ts +2 -0
- package/types/components/react/motion/demo/Navigation.d.ts.map +1 -0
- package/types/components/react/motion/demo/Reordering.d.ts +2 -0
- package/types/components/react/motion/demo/Reordering.d.ts.map +1 -0
- package/types/components/react/motion/demo/ScrollLinked.d.ts +2 -0
- package/types/components/react/motion/demo/ScrollLinked.d.ts.map +1 -0
- package/types/components/react/motion/demo/ScrollTriggered.d.ts +2 -0
- package/types/components/react/motion/demo/ScrollTriggered.d.ts.map +1 -0
- package/types/components/react/motion/demo/SharedLayoutAnimation.d.ts +2 -0
- package/types/components/react/motion/demo/SharedLayoutAnimation.d.ts.map +1 -0
- package/types/components/react/motion/demo/StateAnimations.d.ts +2 -0
- package/types/components/react/motion/demo/StateAnimations.d.ts.map +1 -0
- package/types/components/react/motion/demo/UseTransform.d.ts +2 -0
- package/types/components/react/motion/demo/UseTransform.d.ts.map +1 -0
- package/types/components/react/ssr/Html.d.ts +7 -0
- package/types/components/react/ssr/Html.d.ts.map +1 -0
- package/types/components/vue/demoVue.d.ts +16 -0
- package/types/components/vue/demoVue.d.ts.map +1 -0
- package/types/{hooks/useCookie.d.ts → createCookie.d.ts} +2 -2
- package/types/createCookie.d.ts.map +1 -0
- package/types/{hooks/useIndexDB.d.ts → createIndexDB.d.ts} +1 -1
- package/types/createIndexDB.d.ts.map +1 -0
- package/types/{hooks/useLocalStorage.d.ts → createLocalStorage.d.ts} +2 -2
- package/types/createLocalStorage.d.ts.map +1 -0
- package/types/{hooks/useSessionStorage.d.ts → createSessionStorage.d.ts} +2 -2
- package/types/createSessionStorage.d.ts.map +1 -0
- package/types/{hooks/useAttribute.d.ts → dom/attribute.d.ts} +3 -3
- package/types/dom/attribute.d.ts.map +1 -0
- package/types/dom/coords.d.ts +6 -0
- package/types/dom/coords.d.ts.map +1 -0
- package/types/{hooks/useElementEventBus.d.ts → dom/createElementEventBus.d.ts} +8 -8
- package/types/dom/createElementEventBus.d.ts.map +1 -0
- package/types/{hooks/useEventListener.d.ts → dom/createEventListener.d.ts} +7 -7
- package/types/dom/createEventListener.d.ts.map +1 -0
- package/types/dom/dataset.d.ts +7 -0
- package/types/dom/dataset.d.ts.map +1 -0
- package/types/{hooks/useElement.d.ts → dom/dom.d.ts} +8 -8
- package/types/dom/dom.d.ts.map +1 -0
- package/types/{hooks/useElementEvents.d.ts → dom/elementEvents.d.ts} +24 -84
- package/types/dom/elementEvents.d.ts.map +1 -0
- package/types/{hooks/useFeRouteChange.d.ts → dom/feRouteChange.d.ts} +6 -6
- package/types/dom/feRouteChange.d.ts.map +1 -0
- package/types/dom/index.d.ts +15 -0
- package/types/dom/index.d.ts.map +1 -1
- package/types/dom/intersection.d.ts +4 -0
- package/types/dom/intersection.d.ts.map +1 -0
- package/types/dom/matchMedia.d.ts +3 -0
- package/types/dom/matchMedia.d.ts.map +1 -0
- package/types/{hooks/useMutation.d.ts → dom/mutation.d.ts} +2 -2
- package/types/dom/mutation.d.ts.map +1 -0
- package/types/dom/resize.d.ts +9 -0
- package/types/dom/resize.d.ts.map +1 -0
- package/types/{hooks/useSafeArea.d.ts → dom/safeArea.d.ts} +2 -2
- package/types/dom/safeArea.d.ts.map +1 -0
- package/types/{hooks/useStyle.d.ts → dom/style.d.ts} +1 -1
- package/types/dom/style.d.ts.map +1 -0
- package/types/dom/visible.d.ts +7 -0
- package/types/dom/visible.d.ts.map +1 -0
- package/types/file.d.ts +0 -4
- package/types/file.d.ts.map +1 -1
- package/types/hooks/alimini/createAliMiniControllableState.d.ts +12 -0
- package/types/hooks/alimini/createAliMiniControllableState.d.ts.map +1 -0
- package/types/hooks/core/index.d.ts +3 -0
- package/types/hooks/core/index.d.ts.map +1 -0
- package/types/hooks/core/reduxStore.d.ts +30 -0
- package/types/hooks/core/reduxStore.d.ts.map +1 -0
- package/types/hooks/core/stateStore.d.ts +10 -0
- package/types/hooks/core/stateStore.d.ts.map +1 -0
- package/types/hooks/index.d.ts +3 -20
- package/types/hooks/index.d.ts.map +1 -1
- package/types/hooks/react/index.d.ts +5 -0
- package/types/hooks/react/index.d.ts.map +1 -0
- package/types/hooks/react/useAnimationLoop.d.ts +2 -0
- package/types/hooks/react/useAnimationLoop.d.ts.map +1 -0
- package/types/hooks/react/useAppState.d.ts +15 -0
- package/types/hooks/react/useAppState.d.ts.map +1 -0
- package/types/hooks/react/useDelayedValue.d.ts +2 -0
- package/types/hooks/react/useDelayedValue.d.ts.map +1 -0
- package/types/hooks/react/useDimensions.d.ts +5 -0
- package/types/hooks/react/useDimensions.d.ts.map +1 -0
- package/types/hooks/react/useDoublePress.d.ts +3 -0
- package/types/hooks/react/useDoublePress.d.ts.map +1 -0
- package/types/hooks/react/useFadeIn.d.ts +3 -0
- package/types/hooks/react/useFadeIn.d.ts.map +1 -0
- package/types/hooks/react/useFetch.d.ts +2 -0
- package/types/hooks/react/useFetch.d.ts.map +1 -0
- package/types/hooks/react/useFormInput.d.ts +5 -0
- package/types/hooks/react/useFormInput.d.ts.map +1 -0
- package/types/hooks/react/useImmer.d.ts +9 -0
- package/types/hooks/react/useImmer.d.ts.map +1 -0
- package/types/hooks/react/useMailbox.d.ts +4 -0
- package/types/hooks/react/useMailbox.d.ts.map +1 -0
- package/types/hooks/react/useMinDisplayTime.d.ts +2 -0
- package/types/hooks/react/useMinDisplayTime.d.ts.map +1 -0
- package/types/hooks/react/useOnlineStatus.d.ts +2 -0
- package/types/hooks/react/useOnlineStatus.d.ts.map +1 -0
- package/types/hooks/react/usePointerPosition.d.ts +5 -0
- package/types/hooks/react/usePointerPosition.d.ts.map +1 -0
- package/types/hooks/react/useProgressBar.d.ts +1 -0
- package/types/hooks/react/useProgressBar.d.ts.map +1 -0
- package/types/hooks/react/useQuery.d.ts +12 -0
- package/types/hooks/react/useQuery.d.ts.map +1 -0
- package/types/hooks/react/useReactControllableState.d.ts +10 -0
- package/types/hooks/react/useReactControllableState.d.ts.map +1 -0
- package/types/hooks/react/useTimeout.d.ts +2 -0
- package/types/hooks/react/useTimeout.d.ts.map +1 -0
- package/types/hooks/react/useTimer.d.ts +2 -0
- package/types/hooks/react/useTimer.d.ts.map +1 -0
- package/types/hooks/useDraw/DrawContext.d.ts +3 -3
- package/types/hooks/useDraw/DrawContext.d.ts.map +1 -1
- package/types/hooks/useDraw/Shape.d.ts +2 -2
- package/types/hooks/useDraw/Shape.d.ts.map +1 -1
- package/types/hooks/useDraw/line/Arc.d.ts +1 -1
- package/types/hooks/useDraw/line/Arc.d.ts.map +1 -1
- package/types/hooks/useDraw/line/CubicBezier.d.ts +1 -1
- package/types/hooks/useDraw/line/CubicBezier.d.ts.map +1 -1
- package/types/hooks/useDraw/line/L.d.ts +1 -1
- package/types/hooks/useDraw/line/L.d.ts.map +1 -1
- package/types/hooks/useDraw/line/PathD.d.ts +1 -1
- package/types/hooks/useDraw/line/PathD.d.ts.map +1 -1
- package/types/hooks/useDraw/line/QuadraticBezier.d.ts +1 -1
- package/types/hooks/useDraw/line/QuadraticBezier.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/ArrowShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/ArrowShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/BallShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/BallShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/CurveShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/CurveShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/EllipseShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/EllipseShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/FoxShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/FoxShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/HeartShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/HeartShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/HeartVariantShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/HeartVariantShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/LineShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/LineShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/PointsShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/PointsShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/RabbitShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/RabbitShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/RectShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/RectShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/RingShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/RingShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/StarShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/StarShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/TextShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/TextShape.d.ts.map +1 -1
- package/types/hooks/vue/index.d.ts +3 -0
- package/types/hooks/vue/index.d.ts.map +1 -0
- package/types/hooks/vue/useAppState.d.ts +13 -0
- package/types/hooks/vue/useAppState.d.ts.map +1 -0
- package/types/hooks/vue/useVueControllableState.d.ts +11 -0
- package/types/hooks/vue/useVueControllableState.d.ts.map +1 -0
- package/types/hooks/wxmini/createWxMiniControllableState.d.ts +12 -0
- package/types/hooks/wxmini/createWxMiniControllableState.d.ts.map +1 -0
- package/types/index.d.ts +6 -3
- package/types/index.d.ts.map +1 -1
- package/types/math/Shape.d.ts +4 -4
- package/types/math/Shape.d.ts.map +1 -1
- package/types/math/line/Arc.d.ts +2 -2
- package/types/math/line/Arc.d.ts.map +1 -1
- package/types/math/line/CubicBezier.d.ts +2 -2
- package/types/math/line/CubicBezier.d.ts.map +1 -1
- package/types/math/line/L.d.ts +2 -2
- package/types/math/line/L.d.ts.map +1 -1
- package/types/math/line/PathD.d.ts +6 -6
- package/types/math/line/PathD.d.ts.map +1 -1
- package/types/math/line/QuadraticBezier.d.ts +2 -2
- package/types/math/line/QuadraticBezier.d.ts.map +1 -1
- package/types/math/shapes/Light3D.d.ts +2 -2
- package/types/math/shapes/Light3D.d.ts.map +1 -1
- package/types/math/shapes/Point3D.d.ts +2 -2
- package/types/math/shapes/Point3D.d.ts.map +1 -1
- package/types/math/shapes/Point3Ds.d.ts +2 -2
- package/types/math/shapes/Point3Ds.d.ts.map +1 -1
- package/types/motion.d.ts +7 -0
- package/types/motion.d.ts.map +1 -0
- package/types/{hooks/useServiceWorker.d.ts → serviceWorker.d.ts} +1 -1
- package/types/serviceWorker.d.ts.map +1 -0
- package/types/svg/SVGParse.d.ts +1 -1
- package/types/svg/SVGParse.d.ts.map +1 -1
- package/types/svg/SVGUtil.d.ts.map +1 -0
- package/types/svg/index.d.ts +2 -1
- package/types/svg/index.d.ts.map +1 -1
- package/types/{hooks/useTheme.d.ts → theme.d.ts} +13 -14
- package/types/theme.d.ts.map +1 -0
- package/types/Context.d.ts +0 -33
- package/types/Context.d.ts.map +0 -1
- package/types/env.d.ts +0 -23
- package/types/env.d.ts.map +0 -1
- package/types/hooks/useAttribute.d.ts.map +0 -1
- package/types/hooks/useCookie.d.ts.map +0 -1
- package/types/hooks/useCoords.d.ts +0 -6
- package/types/hooks/useCoords.d.ts.map +0 -1
- package/types/hooks/useDataset.d.ts +0 -4
- package/types/hooks/useDataset.d.ts.map +0 -1
- package/types/hooks/useDraw/svg/SVGParse.d.ts +0 -16
- package/types/hooks/useDraw/svg/SVGParse.d.ts.map +0 -1
- package/types/hooks/useDraw/svg/SVGUtil.d.ts.map +0 -1
- package/types/hooks/useDraw/svg/index.d.ts +0 -4
- package/types/hooks/useDraw/svg/index.d.ts.map +0 -1
- package/types/hooks/useDraw/svg/line2c.d.ts +0 -5
- package/types/hooks/useDraw/svg/line2c.d.ts.map +0 -1
- package/types/hooks/useElement.d.ts.map +0 -1
- package/types/hooks/useElementEventBus.d.ts.map +0 -1
- package/types/hooks/useElementEvents.d.ts.map +0 -1
- package/types/hooks/useEventListener.d.ts.map +0 -1
- package/types/hooks/useFeRouteChange.d.ts.map +0 -1
- package/types/hooks/useIndexDB.d.ts.map +0 -1
- package/types/hooks/useIntersection.d.ts +0 -4
- package/types/hooks/useIntersection.d.ts.map +0 -1
- package/types/hooks/useLocalStorage.d.ts.map +0 -1
- package/types/hooks/useMatchMedia.d.ts +0 -3
- package/types/hooks/useMatchMedia.d.ts.map +0 -1
- package/types/hooks/useMutation.d.ts.map +0 -1
- package/types/hooks/useResize.d.ts +0 -9
- package/types/hooks/useResize.d.ts.map +0 -1
- package/types/hooks/useSafeArea.d.ts.map +0 -1
- package/types/hooks/useServiceWorker.d.ts.map +0 -1
- package/types/hooks/useSessionStorage.d.ts.map +0 -1
- package/types/hooks/useStyle.d.ts.map +0 -1
- package/types/hooks/useTheme.d.ts.map +0 -1
- package/types/hooks/useVisible.d.ts +0 -10
- package/types/hooks/useVisible.d.ts.map +0 -1
- package/types/svg/DOMSVGUtil.d.ts +0 -20
- package/types/svg/DOMSVGUtil.d.ts.map +0 -1
- /package/types/{hooks/useDraw/svg → svg}/SVGUtil.d.ts +0 -0
package/dist/css/font.css
CHANGED
|
@@ -73,3 +73,111 @@
|
|
|
73
73
|
font-weight: bold;
|
|
74
74
|
font-style: normal;
|
|
75
75
|
}
|
|
76
|
+
|
|
77
|
+
@font-face {
|
|
78
|
+
font-family: Optimistic Text;
|
|
79
|
+
src: url(../fonts/react/Optimistic_Text_W_Rg.woff2) format("woff2");
|
|
80
|
+
font-weight: 400;
|
|
81
|
+
font-style: normal;
|
|
82
|
+
font-display: swap;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/* vietnamese */
|
|
86
|
+
@font-face {
|
|
87
|
+
font-family: "Signika Negative";
|
|
88
|
+
font-style: normal;
|
|
89
|
+
font-weight: 300;
|
|
90
|
+
src: url(https://fonts.gstatic.com/s/signikanegative/v26/E218_cfngu7HiRpPX3ZpNE4kY5zKYvqhr7vr5zfbRQ.woff2)
|
|
91
|
+
format("woff2");
|
|
92
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
|
93
|
+
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
|
94
|
+
U+1EA0-1EF9, U+20AB;
|
|
95
|
+
}
|
|
96
|
+
/* latin-ext */
|
|
97
|
+
@font-face {
|
|
98
|
+
font-family: "Signika Negative";
|
|
99
|
+
font-style: normal;
|
|
100
|
+
font-weight: 300;
|
|
101
|
+
src: url(https://fonts.gstatic.com/s/signikanegative/v26/E218_cfngu7HiRpPX3ZpNE4kY5zKYvuhr7vr5zfbRQ.woff2)
|
|
102
|
+
format("woff2");
|
|
103
|
+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
|
104
|
+
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
|
105
|
+
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
106
|
+
}
|
|
107
|
+
/* latin */
|
|
108
|
+
@font-face {
|
|
109
|
+
font-family: "Signika Negative";
|
|
110
|
+
font-style: normal;
|
|
111
|
+
font-weight: 300;
|
|
112
|
+
src: url(https://fonts.gstatic.com/s/signikanegative/v26/E218_cfngu7HiRpPX3ZpNE4kY5zKYvWhr7vr5zc.woff2)
|
|
113
|
+
format("woff2");
|
|
114
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
115
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
|
116
|
+
U+2212, U+2215, U+FEFF, U+FFFD;
|
|
117
|
+
}
|
|
118
|
+
/* vietnamese */
|
|
119
|
+
@font-face {
|
|
120
|
+
font-family: "Signika Negative";
|
|
121
|
+
font-style: normal;
|
|
122
|
+
font-weight: 400;
|
|
123
|
+
src: url(https://fonts.gstatic.com/s/signikanegative/v26/E218_cfngu7HiRpPX3ZpNE4kY5zKYvqhr7vr5zfbRQ.woff2)
|
|
124
|
+
format("woff2");
|
|
125
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
|
126
|
+
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
|
127
|
+
U+1EA0-1EF9, U+20AB;
|
|
128
|
+
}
|
|
129
|
+
/* latin-ext */
|
|
130
|
+
@font-face {
|
|
131
|
+
font-family: "Signika Negative";
|
|
132
|
+
font-style: normal;
|
|
133
|
+
font-weight: 400;
|
|
134
|
+
src: url(https://fonts.gstatic.com/s/signikanegative/v26/E218_cfngu7HiRpPX3ZpNE4kY5zKYvuhr7vr5zfbRQ.woff2)
|
|
135
|
+
format("woff2");
|
|
136
|
+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
|
137
|
+
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
|
138
|
+
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
139
|
+
}
|
|
140
|
+
/* latin */
|
|
141
|
+
@font-face {
|
|
142
|
+
font-family: "Signika Negative";
|
|
143
|
+
font-style: normal;
|
|
144
|
+
font-weight: 400;
|
|
145
|
+
src: url(https://fonts.gstatic.com/s/signikanegative/v26/E218_cfngu7HiRpPX3ZpNE4kY5zKYvWhr7vr5zc.woff2)
|
|
146
|
+
format("woff2");
|
|
147
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
148
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
|
149
|
+
U+2212, U+2215, U+FEFF, U+FFFD;
|
|
150
|
+
}
|
|
151
|
+
/* vietnamese */
|
|
152
|
+
@font-face {
|
|
153
|
+
font-family: "Signika Negative";
|
|
154
|
+
font-style: normal;
|
|
155
|
+
font-weight: 700;
|
|
156
|
+
src: url(https://fonts.gstatic.com/s/signikanegative/v26/E218_cfngu7HiRpPX3ZpNE4kY5zKYvqhr7vr5zfbRQ.woff2)
|
|
157
|
+
format("woff2");
|
|
158
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
|
159
|
+
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
|
160
|
+
U+1EA0-1EF9, U+20AB;
|
|
161
|
+
}
|
|
162
|
+
/* latin-ext */
|
|
163
|
+
@font-face {
|
|
164
|
+
font-family: "Signika Negative";
|
|
165
|
+
font-style: normal;
|
|
166
|
+
font-weight: 700;
|
|
167
|
+
src: url(https://fonts.gstatic.com/s/signikanegative/v26/E218_cfngu7HiRpPX3ZpNE4kY5zKYvuhr7vr5zfbRQ.woff2)
|
|
168
|
+
format("woff2");
|
|
169
|
+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
|
170
|
+
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
|
171
|
+
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
172
|
+
}
|
|
173
|
+
/* latin */
|
|
174
|
+
@font-face {
|
|
175
|
+
font-family: "Signika Negative";
|
|
176
|
+
font-style: normal;
|
|
177
|
+
font-weight: 700;
|
|
178
|
+
src: url(https://fonts.gstatic.com/s/signikanegative/v26/E218_cfngu7HiRpPX3ZpNE4kY5zKYvWhr7vr5zc.woff2)
|
|
179
|
+
format("woff2");
|
|
180
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
181
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
|
182
|
+
U+2212, U+2215, U+FEFF, U+FFFD;
|
|
183
|
+
}
|
package/dist/css/theme.css
CHANGED
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
--yz-padding-vertical: 10px;
|
|
23
23
|
--yz-padding-vertical-double: 20px;
|
|
24
24
|
|
|
25
|
-
--yz-font-size: 16px; /* 1.4 line-height
|
|
26
|
-
--yz-font-size-secondary: 14px; /* 1.4 line-height
|
|
25
|
+
--yz-font-size: 16px; /* 1.4 line-height:上下单边距 = 3px */
|
|
26
|
+
--yz-font-size-secondary: 14px; /* 1.4 line-height:上下单边距 = 3px */
|
|
27
27
|
|
|
28
28
|
--yz-disabled-opacity: 0.4;
|
|
29
29
|
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
--yz-input-height: 44px;
|
|
45
45
|
--yz-input-border-radius: 4px;
|
|
46
46
|
|
|
47
|
-
/*
|
|
48
|
-
--yz-
|
|
49
|
-
--yz-
|
|
47
|
+
/* 组件:深色模式下:颜色加深 */
|
|
48
|
+
--yz-background-common: #ffffff;
|
|
49
|
+
--yz-background-border-common: #e6e6e6;
|
|
50
50
|
--yz-panel-common: #f5f5f5;
|
|
51
51
|
--yz-panel-border-common: #b3b3b3;
|
|
52
52
|
--yz-gap-common: #cccccc;
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
--yz-font-secondary-common: #666666;
|
|
56
56
|
--yz-font-tertiary-common: #999999;
|
|
57
57
|
|
|
58
|
-
/*
|
|
59
|
-
--yz-
|
|
60
|
-
--yz-
|
|
58
|
+
/* 组件:深色模式下:颜色反向 */
|
|
59
|
+
--yz-background-reverse: #ffffff;
|
|
60
|
+
--yz-background-border-reverse: #e6e6e6;
|
|
61
61
|
--yz-panel-reverse: #f5f5f5;
|
|
62
62
|
--yz-panel-border-reverse: #b3b3b3;
|
|
63
63
|
--yz-gap-reverse: #cccccc;
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
--yz-font-secondary-reverse: #666666;
|
|
67
67
|
--yz-font-tertiary-reverse: #999999;
|
|
68
68
|
|
|
69
|
-
/*
|
|
69
|
+
/* 预定义颜色:深色模式下:颜色加深 */
|
|
70
70
|
--yz-xg-blue: #5a82f0;
|
|
71
71
|
--yz-xg-blue-panel: #e6f0ff; /* #e3eeff */
|
|
72
72
|
--yz-xg-blue-panel-border: #a0b4f0;
|
|
@@ -92,24 +92,29 @@
|
|
|
92
92
|
--yz-yz-green: #29c999;
|
|
93
93
|
--yz-yz-green-panel: #eef8f8;
|
|
94
94
|
|
|
95
|
-
|
|
96
|
-
--yz-
|
|
97
|
-
--yz-sys-warning: rgb(150, 108, 30);
|
|
95
|
+
/* 系统通用颜色:深色模式下:颜色加深 */
|
|
96
|
+
--yz-foreground: var(--yz-xg-blue, #5a82f0);
|
|
98
97
|
|
|
99
|
-
--yz-
|
|
100
|
-
--yz-
|
|
101
|
-
--yz-
|
|
102
|
-
--yz-sys-rainbow-green: rgb(145, 200, 130);
|
|
103
|
-
--yz-sys-rainbow-blue: rgb(130, 170, 220);
|
|
104
|
-
--yz-sys-rainbow-indigo: rgb(155, 130, 200);
|
|
105
|
-
--yz-sys-rainbow-violet: rgb(200, 130, 180);
|
|
98
|
+
--yz-success: rgb(44, 122, 57);
|
|
99
|
+
--yz-error: rgb(171, 43, 63);
|
|
100
|
+
--yz-warning: rgb(150, 108, 30);
|
|
106
101
|
|
|
107
|
-
|
|
108
|
-
--yz-
|
|
102
|
+
--yz-rainbow-red: rgb(235, 95, 87);
|
|
103
|
+
--yz-rainbow-orange: rgb(245, 139, 87);
|
|
104
|
+
--yz-rainbow-yellow: rgb(250, 195, 95);
|
|
105
|
+
--yz-rainbow-green: rgb(145, 200, 130);
|
|
106
|
+
--yz-rainbow-blue: rgb(130, 170, 220);
|
|
107
|
+
--yz-rainbow-indigo: rgb(155, 130, 200);
|
|
108
|
+
--yz-rainbow-violet: rgb(200, 130, 180);
|
|
109
|
+
|
|
110
|
+
/* 预定义颜色模式:深色模式下:颜色加深 */
|
|
111
|
+
|
|
112
|
+
/* 预定义颜色模式:xg-blue:信鸽蓝 */
|
|
113
|
+
--yz-pattern-xg-blue-primary: var(--yz-xg-blue);
|
|
109
114
|
--yz-pattern-xg-blue-secondary: var(--yz-xg-blue-panel);
|
|
110
115
|
--yz-pattern-xg-blue-gradient: var(--yz-xg-blue-gradient);
|
|
111
|
-
--yz-pattern-xg-blue-
|
|
112
|
-
--yz-pattern-xg-blue-
|
|
116
|
+
--yz-pattern-xg-blue-background: var(--yz-background-common);
|
|
117
|
+
--yz-pattern-xg-blue-background-border: var(--yz-background-border-common);
|
|
113
118
|
--yz-pattern-xg-blue-panel: var(--yz-panel-common);
|
|
114
119
|
--yz-pattern-xg-blue-panel-border: var(--yz-panel-border-common);
|
|
115
120
|
--yz-pattern-xg-blue-gap: var(--yz-gap-common);
|
|
@@ -118,12 +123,12 @@
|
|
|
118
123
|
--yz-pattern-xg-blue-font-secondary: var(--yz-font-secondary-common);
|
|
119
124
|
--yz-pattern-xg-blue-font-tertiary: var(--yz-font-tertiary-common);
|
|
120
125
|
|
|
121
|
-
/* 预定义颜色模式:xg-red
|
|
126
|
+
/* 预定义颜色模式:xg-red:信鸽红 */
|
|
122
127
|
--yz-pattern-xg-red-primary: var(--yz-xg-red);
|
|
123
128
|
--yz-pattern-xg-red-secondary: var(--yz-xg-red-panel);
|
|
124
129
|
--yz-pattern-xg-red-gradient: var(--yz-xg-red-gradient);
|
|
125
|
-
--yz-pattern-xg-red-
|
|
126
|
-
--yz-pattern-xg-red-
|
|
130
|
+
--yz-pattern-xg-red-background: var(--yz-background-common);
|
|
131
|
+
--yz-pattern-xg-red-background-border: var(--yz-background-border-common);
|
|
127
132
|
--yz-pattern-xg-red-panel: var(--yz-panel-common);
|
|
128
133
|
--yz-pattern-xg-red-panel-border: var(--yz-panel-border-common);
|
|
129
134
|
--yz-pattern-xg-red-gap: var(--yz-gap-common);
|
|
@@ -132,10 +137,10 @@
|
|
|
132
137
|
--yz-pattern-xg-red-font-secondary: var(--yz-font-secondary-common);
|
|
133
138
|
--yz-pattern-xg-red-font-tertiary: var(--yz-font-tertiary-common);
|
|
134
139
|
|
|
135
|
-
/* 预定义颜色模式:xg-green
|
|
140
|
+
/* 预定义颜色模式:xg-green:信鸽绿 */
|
|
136
141
|
--yz-pattern-xg-green-primary: var(--yz-xg-green);
|
|
137
|
-
--yz-pattern-xg-green-
|
|
138
|
-
--yz-pattern-xg-green-
|
|
142
|
+
--yz-pattern-xg-green-background: var(--yz-background-common);
|
|
143
|
+
--yz-pattern-xg-green-background-border: var(--yz-background-border-common);
|
|
139
144
|
--yz-pattern-xg-green-panel: var(--yz-panel-common);
|
|
140
145
|
--yz-pattern-xg-green-panel-border: var(--yz-panel-border-common);
|
|
141
146
|
--yz-pattern-xg-green-gap: var(--yz-gap-common);
|
|
@@ -144,12 +149,12 @@
|
|
|
144
149
|
--yz-pattern-xg-green-font-secondary: var(--yz-font-secondary-common);
|
|
145
150
|
--yz-pattern-xg-green-font-tertiary: var(--yz-font-tertiary-common);
|
|
146
151
|
|
|
147
|
-
/* 预定义颜色模式:ks-green
|
|
152
|
+
/* 预定义颜色模式:ks-green:昆山绿 */
|
|
148
153
|
--yz-pattern-ks-green-primary: var(--yz-ks-green);
|
|
149
154
|
--yz-pattern-ks-green-secondary: var(--yz-ks-green-panel);
|
|
150
155
|
--yz-pattern-ks-green-gradient: var(--yz-ks-green);
|
|
151
|
-
--yz-pattern-ks-green-
|
|
152
|
-
--yz-pattern-ks-green-
|
|
156
|
+
--yz-pattern-ks-green-background: var(--yz-background-common);
|
|
157
|
+
--yz-pattern-ks-green-background-border: var(--yz-background-border-common);
|
|
153
158
|
--yz-pattern-ks-green-panel: var(--yz-panel-common);
|
|
154
159
|
--yz-pattern-ks-green-panel-border: var(--yz-panel-border-common);
|
|
155
160
|
--yz-pattern-ks-green-gap: var(--yz-gap-common);
|
|
@@ -158,12 +163,12 @@
|
|
|
158
163
|
--yz-pattern-ks-green-font-secondary: var(--yz-font-secondary-common);
|
|
159
164
|
--yz-pattern-ks-green-font-tertiary: var(--yz-font-tertiary-common);
|
|
160
165
|
|
|
161
|
-
/* 预定义颜色模式:yz-green
|
|
166
|
+
/* 预定义颜色模式:yz-green:扬州绿 */
|
|
162
167
|
--yz-pattern-yz-green-primary: var(--yz-yz-green);
|
|
163
168
|
--yz-pattern-yz-green-secondary: var(--yz-yz-green-panel);
|
|
164
169
|
--yz-pattern-yz-green-gradient: var(--yz-yz-green);
|
|
165
|
-
--yz-pattern-yz-green-
|
|
166
|
-
--yz-pattern-yz-green-
|
|
170
|
+
--yz-pattern-yz-green-background: var(--yz-background-common);
|
|
171
|
+
--yz-pattern-yz-green-background-border: var(--yz-background-border-common);
|
|
167
172
|
--yz-pattern-yz-green-panel: var(--yz-panel-common);
|
|
168
173
|
--yz-pattern-yz-green-panel-border: var(--yz-panel-border-common);
|
|
169
174
|
--yz-pattern-yz-green-gap: var(--yz-gap-common);
|
|
@@ -191,9 +196,9 @@ html[data-theme="light"]:host {
|
|
|
191
196
|
} */
|
|
192
197
|
html[data-theme="dark"]:root,
|
|
193
198
|
html[data-theme="dark"]:host {
|
|
194
|
-
/*
|
|
195
|
-
--yz-
|
|
196
|
-
--yz-
|
|
199
|
+
/* 组件:深色模式下:颜色加深 */
|
|
200
|
+
--yz-background-common: #eeeeee;
|
|
201
|
+
--yz-background-border-common: #dddddd;
|
|
197
202
|
--yz-panel-common: #e5e5e5;
|
|
198
203
|
--yz-panel-border-common: #bbbbbb;
|
|
199
204
|
--yz-gap-common: #aaaaaa;
|
|
@@ -202,9 +207,9 @@ html[data-theme="dark"]:host {
|
|
|
202
207
|
--yz-font-secondary-common: #4d4d4d;
|
|
203
208
|
--yz-font-tertiary-common: #7f7f7f;
|
|
204
209
|
|
|
205
|
-
/*
|
|
206
|
-
--yz-
|
|
207
|
-
--yz-
|
|
210
|
+
/* 组件:深色模式下:颜色反向 */
|
|
211
|
+
--yz-background-reverse: #1d1d1d;
|
|
212
|
+
--yz-background-border-reverse: #333333;
|
|
208
213
|
--yz-panel-reverse: #242424;
|
|
209
214
|
--yz-panel-border-reverse: #555555;
|
|
210
215
|
--yz-gap-reverse: #444444;
|
|
@@ -213,7 +218,7 @@ html[data-theme="dark"]:host {
|
|
|
213
218
|
--yz-font-secondary-reverse: #8d8d8d;
|
|
214
219
|
--yz-font-tertiary-reverse: #5d5d5d;
|
|
215
220
|
|
|
216
|
-
/*
|
|
221
|
+
/* 预定义颜色:深色模式下:颜色加深 */
|
|
217
222
|
--yz-xg-blue: #4a6ed7;
|
|
218
223
|
--yz-xg-blue-panel: #aec6d9;
|
|
219
224
|
--yz-xg-blue-panel-border: #6e7ccf;
|
|
@@ -239,15 +244,15 @@ html[data-theme="dark"]:host {
|
|
|
239
244
|
--yz-yz-green: #1f9f86;
|
|
240
245
|
--yz-yz-green-panel: #3a8c8a;
|
|
241
246
|
|
|
242
|
-
--yz-
|
|
243
|
-
--yz-
|
|
244
|
-
--yz-
|
|
245
|
-
|
|
246
|
-
--yz-
|
|
247
|
-
--yz-
|
|
248
|
-
--yz-
|
|
249
|
-
--yz-
|
|
250
|
-
--yz-
|
|
251
|
-
--yz-
|
|
252
|
-
--yz-
|
|
247
|
+
--yz-success: rgb(78, 186, 101);
|
|
248
|
+
--yz-error: rgb(255, 107, 128);
|
|
249
|
+
--yz-warning: rgb(255, 193, 7);
|
|
250
|
+
|
|
251
|
+
--yz-rainbow-red: rgb(235, 95, 87);
|
|
252
|
+
--yz-rainbow-orange: rgb(245, 139, 87);
|
|
253
|
+
--yz-rainbow-yellow: rgb(250, 195, 95);
|
|
254
|
+
--yz-rainbow-green: rgb(145, 200, 130);
|
|
255
|
+
--yz-rainbow-blue: rgb(130, 170, 220);
|
|
256
|
+
--yz-rainbow-indigo: rgb(155, 130, 200);
|
|
257
|
+
--yz-rainbow-violet: rgb(200, 130, 180);
|
|
253
258
|
}
|