fancy-plugins-components 1.0.13 → 1.0.15

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.
File without changes
@@ -0,0 +1,4 @@
1
+ .test_btn {
2
+ height: 33px;
3
+ border: 1px solid red;
4
+ }
@@ -1 +1 @@
1
- export { default as FancyButton } from './Button/button.vue';
1
+ export { default as FancyButton } from './button/button.vue';
@@ -1,4 +1,4 @@
1
- import { default as o } from "./Button/button.vue.js";
1
+ import { default as o } from "./button/button.vue.js";
2
2
  export {
3
3
  o as FancyButton
4
4
  };
package/dist/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { default as e } from "./Button/button.vue.js";
1
+ import { default as e } from "./button/button.vue.js";
2
2
  import { installer as a } from "./installer.js";
3
3
  export {
4
4
  e as FancyButton,
@@ -1 +1 @@
1
- @use './button/index.scss';
1
+ @use '../button/styles/index.scss';
@@ -1 +1 @@
1
- export * from './Button/types';
1
+ export * from './button/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fancy-plugins-components",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "",
5
5
  "main": "./dist/es/index.js",
6
6
  "module": "./dist/es/index.js",
@@ -11,7 +11,7 @@
11
11
  "import": "./dist/es/index.js"
12
12
  },
13
13
  "./styles": {
14
- "default": "./dist/es/styles/index.scss"
14
+ "default": "./dist/es/styles/index.css"
15
15
  }
16
16
  },
17
17
  "files": [
@@ -1,3 +0,0 @@
1
- .test_btn {
2
- height: 22px;
3
- }
File without changes
File without changes
File without changes
File without changes