yuang-framework-ui-pc 1.1.37 → 1.1.39

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.
@@ -0,0 +1 @@
1
+ import "./index.scss";
@@ -1,4 +1,6 @@
1
1
 
2
+ @use '../../style/default.scss' as *;
3
+
2
4
  /* 滑块验证码弹出框 */
3
5
  .yu-slider-captcha-dialog {
4
6
  .yu-slider-captcha-dialog-modal {
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ require("./index.scss");
@@ -1,4 +1,6 @@
1
1
 
2
+ @use '../../style/default.scss' as *;
3
+
2
4
  /* 滑块验证码弹出框 */
3
5
  .yu-slider-captcha-dialog {
4
6
  .yu-slider-captcha-dialog-modal {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.1.37",
3
+ "version": "1.1.39",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts --mode dev",