zero-tooltip 1.0.4 → 1.0.5

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/README.md +2 -1
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -101,7 +101,8 @@ const tooltipConfig: ZeroTooltipLocalConfig = {
101
101
  arrowSize: ... ,
102
102
  arrowClasses: ... ,
103
103
  arrowMinOffsetFromTooltipCorner: ... ,
104
- zIndex: ...
104
+ zIndex: ... ,
105
+ show: ...
105
106
  }
106
107
  </script>
107
108
  ```
package/package.json CHANGED
@@ -9,6 +9,10 @@
9
9
  "import": "./dist/zero-tooltip.js",
10
10
  "require": "./dist/zero-tooltip.umd.cjs",
11
11
  "types": "./dist/index.d.ts"
12
+ },
13
+ "./dist/styles.css": {
14
+ "import": "./dist/styles.css",
15
+ "require": "./dist/styles.css"
12
16
  }
13
17
  },
14
18
  "./package.json": "./package.json",
@@ -16,7 +20,7 @@
16
20
  "dist",
17
21
  "src"
18
22
  ],
19
- "version": "1.0.4",
23
+ "version": "1.0.5",
20
24
  "type": "module",
21
25
  "scripts": {
22
26
  "dev": "vite",