Skip to content

Commit

Permalink
Fix #6268 - MeterGroup - InputIcon - IconField: Component is not expo…
Browse files Browse the repository at this point in the history
…rted from the library
  • Loading branch information
gucal committed Apr 1, 2024
1 parent 411f26a commit 16eb1ee
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/lib/iconfield/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"main": "./iconfield.cjs.js",
"module": "./iconfield.esm.js",
"unpkg": "./iconfield.min.js",
"types": "./iconfield.d.ts",
"sideEffects": false
}
7 changes: 7 additions & 0 deletions components/lib/inputicon/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"main": "./inputicon.cjs.js",
"module": "./inputicon.esm.js",
"unpkg": "./inputicon.min.js",
"types": "./inputicon.d.ts",
"sideEffects": false
}
7 changes: 7 additions & 0 deletions components/lib/metergroup/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"main": "./metergroup.cjs.js",
"module": "./metergroup.esm.js",
"unpkg": "./metergroup.min.js",
"types": "./metergroup.d.ts",
"sideEffects": false
}

0 comments on commit 16eb1ee

Please sign in to comment.