@veritree/ui 0.1.8 → 0.1.9

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.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -11,13 +11,13 @@
11
11
  >
12
12
  <div
13
13
  v-if="visible"
14
- class="fixed inset-0 z-50 flex flex-col justify-center bg-fd-700/75 px-4 sm:px-6 md:px-8"
14
+ class="fixed inset-0 z-50 flex flex-col justify-center bg-fd-700/75"
15
15
  tabindex="-1"
16
16
  @keyup.esc="close"
17
17
  @click="close"
18
18
  >
19
19
  <div
20
- class="relative mx-auto flex max-w-lg flex-col justify-center rounded bg-white p-20"
20
+ class="relative mx-auto flex max-w-lg flex-col justify-center rounded bg-white"
21
21
  @click.stop
22
22
  >
23
23
  <div class="absolute right-4 top-4">