@veritree/ui 0.20.0 → 0.20.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/ui",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -12,7 +12,7 @@
12
12
  v-show="visible"
13
13
  :class="{
14
14
  'Drawer-content': headless,
15
- 'absolute z-20 flex h-screen max-h-full max-w-full flex-col overflow-auto p-5 outline-0 sm:px-10 sm:py-6':
15
+ 'fixed z-20 flex h-screen max-h-full max-w-full flex-col overflow-auto p-5 outline-0 sm:px-10 sm:py-6':
16
16
  !headless,
17
17
  'bg-white text-gray-600': !dark,
18
18
  'bg-fd-600': dark,
package/package-lock.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "name": "@veritree/ui",
3
- "version": "0.1.9",
4
- "lockfileVersion": 1,
5
- "requires": true,
6
- "dependencies": {
7
- "@veritree/icons": {
8
- "version": "0.12.0",
9
- "resolved": "https://registry.npmjs.org/@veritree/icons/-/icons-0.12.0.tgz",
10
- "integrity": "sha512-vunUKzvS9neslSf3R3y6RYQrcfRpxmp8PnhWWe2peYiyElLIJcb7zAsfCZ+I0Fg5PQ6GZG6StqWy0WF7MJ7VOg=="
11
- }
12
- }
13
- }