update exports
bump
This commit is contained in:
+10
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@avocadi/ui",
|
"name": "@avocadi/ui",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.4",
|
"version": "0.2.6",
|
||||||
"private": false,
|
"private": false,
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
@@ -38,6 +38,14 @@
|
|||||||
"./card-context": "./dist/card-context.js",
|
"./card-context": "./dist/card-context.js",
|
||||||
"./carousel": "./dist/carousel.js",
|
"./carousel": "./dist/carousel.js",
|
||||||
"./dialog": "./dist/dialog.js",
|
"./dialog": "./dist/dialog.js",
|
||||||
|
"./form/checkbox": "./dist/form/checkbox.js",
|
||||||
|
"./form/field-container": "./dist/form/field-container.js",
|
||||||
|
"./form/form": "./dist/form/form.js",
|
||||||
|
"./form/input-number": "./dist/form/input-number.js",
|
||||||
|
"./form/input-text": "./dist/form/input-text.js",
|
||||||
|
"./form/label": "./dist/form/label.js",
|
||||||
|
"./form/select": "./dist/form/select.js",
|
||||||
|
"./hooks/useInterfaceSound": "./dist/hooks/useInterfaceSound.js",
|
||||||
"./lib/utils": "./dist/lib/utils.js",
|
"./lib/utils": "./dist/lib/utils.js",
|
||||||
"./richtext": "./dist/richtext/index.js",
|
"./richtext": "./dist/richtext/index.js",
|
||||||
"./richtext/converters": "./dist/richtext/converters/index.js",
|
"./richtext/converters": "./dist/richtext/converters/index.js",
|
||||||
@@ -47,6 +55,7 @@
|
|||||||
"./section/heading": "./dist/section/heading/index.js",
|
"./section/heading": "./dist/section/heading/index.js",
|
||||||
"./section/section.types": "./dist/section/section.types.js",
|
"./section/section.types": "./dist/section/section.types.js",
|
||||||
"./select": "./dist/select.js",
|
"./select": "./dist/select.js",
|
||||||
|
"./styles/animations": "./dist/styles/animations.js",
|
||||||
"./text": "./dist/text.js",
|
"./text": "./dist/text.js",
|
||||||
"./package.json": "./package.json",
|
"./package.json": "./package.json",
|
||||||
"./globals.css": "./dist/globals.css"
|
"./globals.css": "./dist/globals.css"
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
platform: "browser",
|
platform: "browser",
|
||||||
dts: true,
|
dts: true,
|
||||||
|
exports: false,
|
||||||
plugins: [
|
plugins: [
|
||||||
url({
|
url({
|
||||||
include: ["**/*.mp3", "**/*.wav"],
|
include: ["**/*.mp3", "**/*.wav"],
|
||||||
|
|||||||
Reference in New Issue
Block a user