lovelymaid 1.3.1 → 1.3.2

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 (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -7,6 +7,7 @@ import Input from './components/Input.vue';
7
7
  import SideBar from './components/SideBar.vue';
8
8
  import TabBar from './components/TabBar.vue';
9
9
  import TextArea from './components/TextArea.vue';
10
+ import '@/assets/styles/reset.css';
10
11
  import '@/assets/styles/main.css';
11
12
  import '@/assets/icons/iconfont.css';
12
13
  export { ActionButton, Button, ContentBar, Drawer, FoldList, Input, SideBar, TabBar, TextArea, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lovelymaid",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "A library of components based on vue3 that mimics the style of iOS 26",
5
5
  "license": "MIT",
6
6
  "keywords": [