@zyzgroup/core-web 0.1.86 → 0.1.89

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 (94) hide show
  1. package/dist/css/better.css +349 -0
  2. package/dist/{font.css → css/font.css} +42 -35
  3. package/dist/css/media.css +65 -0
  4. package/dist/css/theme.css +229 -0
  5. package/dist/fonts/D-DINExp/D-DINExp-Bold-number.ttf +0 -0
  6. package/dist/fonts/D-DINExp/D-DINExp-Bold.ttf +0 -0
  7. package/dist/fonts/D-DINExp/D-DINExp-number-with-money.ttf +0 -0
  8. package/dist/fonts/D-DINExp/D-DINExp-number.ttf +0 -0
  9. package/dist/fonts/HYYouYuan/HYYouYuan-55W.ttf +0 -0
  10. package/dist/fonts/HYYouYuan/HYYouYuan-75W.ttf +0 -0
  11. package/dist/fonts/IosevkaCurly/iosevka-curly-bold.woff2 +0 -0
  12. package/dist/fonts/IosevkaCurly/iosevka-curly-medium.woff2 +0 -0
  13. package/dist/zyzgroup_core_web.iife.js +33 -33
  14. package/dist/zyzgroup_core_web.iife.js.map +1 -1
  15. package/dist/zyzgroup_core_web.js +10318 -9824
  16. package/dist/zyzgroup_core_web.js.map +1 -1
  17. package/dist/zyzgroup_core_web.umd.cjs +33 -33
  18. package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
  19. package/package.json +7 -6
  20. package/types/Context.d.ts +4 -4
  21. package/types/Context.d.ts.map +1 -1
  22. package/types/DeviceFingerprint.d.ts +4 -0
  23. package/types/DeviceFingerprint.d.ts.map +1 -0
  24. package/types/Pagination.d.ts.map +1 -1
  25. package/types/WebMonitor.d.ts +15 -0
  26. package/types/WebMonitor.d.ts.map +1 -0
  27. package/types/WebSocketClient.d.ts.map +1 -1
  28. package/types/ajax.d.ts.map +1 -1
  29. package/types/animate/schedule.d.ts +3 -0
  30. package/types/animate/schedule.d.ts.map +1 -1
  31. package/types/animate/tween/Easing.d.ts +42 -39
  32. package/types/animate/tween/Easing.d.ts.map +1 -1
  33. package/types/animate/tween/index.d.ts +41 -38
  34. package/types/animate/tween/index.d.ts.map +1 -1
  35. package/types/color.d.ts +1 -0
  36. package/types/color.d.ts.map +1 -1
  37. package/types/env.d.ts +4 -10
  38. package/types/env.d.ts.map +1 -1
  39. package/types/file.d.ts +12 -4
  40. package/types/file.d.ts.map +1 -1
  41. package/types/hooks/useAttribute.d.ts +0 -1
  42. package/types/hooks/useAttribute.d.ts.map +1 -1
  43. package/types/hooks/useCookie.d.ts +3 -3
  44. package/types/hooks/useCookie.d.ts.map +1 -1
  45. package/types/hooks/useDraw/DrawContext.d.ts.map +1 -1
  46. package/types/hooks/useDraw/Shape.d.ts.map +1 -1
  47. package/types/hooks/useDraw/canvas/YZCanvasContext.d.ts +1 -0
  48. package/types/hooks/useDraw/canvas/YZCanvasContext.d.ts.map +1 -1
  49. package/types/hooks/useDraw/line/PathD.d.ts.map +1 -1
  50. package/types/hooks/useElement.d.ts +19 -4
  51. package/types/hooks/useElement.d.ts.map +1 -1
  52. package/types/hooks/useElementEventBus.d.ts.map +1 -1
  53. package/types/hooks/useElementEvents.d.ts +87 -23
  54. package/types/hooks/useElementEvents.d.ts.map +1 -1
  55. package/types/hooks/useEventListener.d.ts +21 -8
  56. package/types/hooks/useEventListener.d.ts.map +1 -1
  57. package/types/hooks/useFeRouteChange.d.ts +23 -1
  58. package/types/hooks/useFeRouteChange.d.ts.map +1 -1
  59. package/types/hooks/useFetch.d.ts +1 -1
  60. package/types/hooks/useFetch.d.ts.map +1 -1
  61. package/types/hooks/useLocalStorage.d.ts +3 -6
  62. package/types/hooks/useLocalStorage.d.ts.map +1 -1
  63. package/types/hooks/useSessionStorage.d.ts +3 -6
  64. package/types/hooks/useSessionStorage.d.ts.map +1 -1
  65. package/types/hooks/useStyle.d.ts +19 -1
  66. package/types/hooks/useStyle.d.ts.map +1 -1
  67. package/types/hooks/useTheme.d.ts +2 -1
  68. package/types/hooks/useTheme.d.ts.map +1 -1
  69. package/types/hooks/useVnode.d.ts.map +1 -1
  70. package/types/index.d.ts +1 -1
  71. package/types/index.d.ts.map +1 -1
  72. package/types/math/Matrix.d.ts.map +1 -1
  73. package/types/signature.d.ts.map +1 -1
  74. package/types/threejs.d.ts +2 -0
  75. package/types/threejs.d.ts.map +1 -0
  76. package/types/vnode.d.ts.map +1 -1
  77. package/dist/better.css +0 -425
  78. package/dist/theme.css +0 -28
  79. package/types/axios.d.ts +0 -35
  80. package/types/axios.d.ts.map +0 -1
  81. /package/dist/{animate.css → css/animate.css} +0 -0
  82. /package/dist/{animate.min.css → css/animate.min.css} +0 -0
  83. /package/dist/{animate_ce.css → css/animate_ce.css} +0 -0
  84. /package/dist/{effects.css → css/effects.css} +0 -0
  85. /package/dist/{flex.css → css/flex.css} +0 -0
  86. /package/dist/{grid.css → css/grid.css} +0 -0
  87. /package/dist/{rem_1080.css → css/rem_1080.css} +0 -0
  88. /package/dist/{rem_1920.css → css/rem_1920.css} +0 -0
  89. /package/dist/{rem_640.css → css/rem_640.css} +0 -0
  90. /package/dist/{rem_720.css → css/rem_720.css} +0 -0
  91. /package/dist/{rem_750.css → css/rem_750.css} +0 -0
  92. /package/dist/{tailwind.css → css/tailwind.css} +0 -0
  93. /package/dist/{D-DINCondensed-number.ttf → fonts/D-DINExp/D-DINCondensed-number.ttf} +0 -0
  94. /package/dist/{D-DINExp.ttf → fonts/D-DINExp/D-DINExp.ttf} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.