@ticatec/uniface-element 0.1.55 → 0.1.56

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.
@@ -0,0 +1,2 @@
1
+ import PopupHint from "./PopupHint.svelte";
2
+ export default PopupHint;
@@ -0,0 +1,2 @@
1
+ import PopupHint from "./PopupHint.svelte";
2
+ export default PopupHint;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ticatec/uniface-element",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
4
4
  "description": "uniface web elements",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -260,6 +260,10 @@
260
260
  "types": "./dist/pagination-panel/index.d.ts",
261
261
  "import": "./dist/pagination-panel/index.js"
262
262
  },
263
+ "./PopupHint": {
264
+ "types": "./dist/popup-hint/index.d.ts",
265
+ "import": "./dist/popup-hint/index.js"
266
+ },
263
267
  "./ProgressBar": {
264
268
  "types": "./dist/progress-bar/index.d.ts",
265
269
  "import": "./dist/progress-bar/index.js"