ekm-ui 0.3.72 → 0.3.76

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.
@@ -10,7 +10,7 @@ Browserslist: caniuse-lite is outdated. Please run:
10
10
  npx update-browserslist-db@latest
11
11
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 66917ms
13
+ DTS ⚡️ Build success in 64425ms
14
14
  DTS dist/index.d.ts 2.98 KB
15
15
  DTS dist/footer-heart-icon.d.ts 70.00 B
16
16
  DTS dist/accordion.d.ts 1.84 KB
@@ -233,9 +233,9 @@ Browserslist: caniuse-lite is outdated. Please run:
233
233
  ESM dist/table-header/table-header.mjs.map 51.00 B
234
234
  ESM dist/toast/index.mjs.map 51.00 B
235
235
  ESM dist/tooltip/tooltip.mjs.map 51.00 B
236
+ ESM dist/featurePageComponents/mini-feature-block.mjs.map 1.53 KB
236
237
  ESM dist/file-picker/file-listing.mjs.map 51.00 B
237
238
  ESM dist/file-picker/file-picker.mjs.map 51.00 B
238
- ESM dist/featurePageComponents/mini-feature-block.mjs.map 1.53 KB
239
239
  ESM dist/layout/layout.mjs.map 51.00 B
240
240
  ESM dist/navbar/navbar.mjs.map 51.00 B
241
241
  ESM dist/pagination/pagination.mjs.map 51.00 B
@@ -346,4 +346,4 @@ Browserslist: caniuse-lite is outdated. Please run:
346
346
  ESM dist/chunk-GBY2NNWZ.mjs.map 117.04 KB
347
347
  ESM dist/chunk-PUJZGK7Y.mjs.map 62.53 KB
348
348
  ESM dist/chunk-CEK5K5TU.mjs.map 709.95 KB
349
- ESM ⚡️ Build success in 73066ms
349
+ ESM ⚡️ Build success in 73077ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # ekm-ui
2
2
 
3
+ ## 0.3.76
4
+
5
+ ### Patch Changes
6
+
7
+ - d33c1e1e: New Export
8
+
9
+ ## 0.3.74
10
+
11
+ ### Patch Changes
12
+
13
+ - d5fb5216: Entry point change to package json
14
+
3
15
  ## 0.3.72
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ekm-ui",
3
- "version": "0.3.72",
3
+ "version": "0.3.76",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ],
@@ -8,6 +8,7 @@
8
8
  "types": "./dist/index.d.ts",
9
9
  "exports": {
10
10
  ".": "./dist",
11
+ "./index.mjs": "./dist/index.mjs",
11
12
  "./styles.css": "./dist/index.css"
12
13
  },
13
14
  "license": "MIT",