armtek-uikit-react 1.0.270 → 1.0.272

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.
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var isBigint = { exports: {} };
4
- exports.__module = isBigint;
3
+ var isSymbol = { exports: {} };
4
+ exports.__module = isSymbol;
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var isWeakset = { exports: {} };
4
- exports.__module = isWeakset;
3
+ var isBigint = { exports: {} };
4
+ exports.__module = isBigint;
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var isSymbol = { exports: {} };
4
- exports.__module = isSymbol;
3
+ var isWeakset = { exports: {} };
4
+ exports.__module = isWeakset;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../../_virtual/index10.cjs");
3
+ const index = require("../../_virtual/index11.cjs");
4
4
  const index$1 = require("../has-bigints/index.cjs");
5
5
  var hasRequiredIsBigint;
6
6
  function requireIsBigint() {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../../_virtual/index9.cjs");
3
+ const index = require("../../_virtual/index10.cjs");
4
4
  const index$2 = require("../call-bound/index.cjs");
5
5
  const index$1 = require("../has-symbols/index.cjs");
6
6
  const index$3 = require("../safe-regex-test/index.cjs");
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../../_virtual/index11.cjs");
3
+ const index = require("../../_virtual/index9.cjs");
4
4
  const index$1 = require("../get-intrinsic/index.cjs");
5
5
  const index$2 = require("../call-bound/index.cjs");
6
6
  var hasRequiredIsWeakset;
@@ -1 +1,2 @@
1
- export { default, type BadgeProps } from './Badge';
1
+ export { default } from './Badge';
2
+ export { type BadgeProps } from './Badge';
@@ -1,4 +1,4 @@
1
- var isBigint = { exports: {} };
1
+ var isSymbol = { exports: {} };
2
2
  export {
3
- isBigint as __module
3
+ isSymbol as __module
4
4
  };
@@ -1,4 +1,4 @@
1
- var isWeakset = { exports: {} };
1
+ var isBigint = { exports: {} };
2
2
  export {
3
- isWeakset as __module
3
+ isBigint as __module
4
4
  };
@@ -1,4 +1,4 @@
1
- var isSymbol = { exports: {} };
1
+ var isWeakset = { exports: {} };
2
2
  export {
3
- isSymbol as __module
3
+ isWeakset as __module
4
4
  };
@@ -1,4 +1,4 @@
1
- import { __module as isBigint } from "../../_virtual/index10.js";
1
+ import { __module as isBigint } from "../../_virtual/index11.js";
2
2
  import { __require as requireHasBigints } from "../has-bigints/index.js";
3
3
  var hasRequiredIsBigint;
4
4
  function requireIsBigint() {
@@ -1,4 +1,4 @@
1
- import { __module as isSymbol } from "../../_virtual/index9.js";
1
+ import { __module as isSymbol } from "../../_virtual/index10.js";
2
2
  import { __require as requireCallBound } from "../call-bound/index.js";
3
3
  import { __require as requireHasSymbols } from "../has-symbols/index.js";
4
4
  import { __require as requireSafeRegexTest } from "../safe-regex-test/index.js";
@@ -1,4 +1,4 @@
1
- import { __module as isWeakset } from "../../_virtual/index11.js";
1
+ import { __module as isWeakset } from "../../_virtual/index9.js";
2
2
  import { __require as requireGetIntrinsic } from "../get-intrinsic/index.js";
3
3
  import { __require as requireCallBound } from "../call-bound/index.js";
4
4
  var hasRequiredIsWeakset;
@@ -1 +1,2 @@
1
- export { default, type BadgeProps } from './Badge';
1
+ export { default } from './Badge';
2
+ export { type BadgeProps } from './Badge';
@@ -1 +1,2 @@
1
- export * from './Badge/index'
1
+ export * from './Badge/index'
2
+ export { default } from './Badge/index'
@@ -1 +1,2 @@
1
- export * from './Badge/index.js'
1
+ export * from './Badge/index.js'
2
+ export { default } from './Badge/index.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "armtek-uikit-react",
3
- "version": "1.0.270",
3
+ "version": "1.0.272",
4
4
  "description": "Armtek UIKit for React",
5
5
  "main": "lib/cjs/index.cjs",
6
6
  "module": "lib/esm/index.js",
@@ -26,7 +26,7 @@
26
26
  "scripts": {
27
27
  "start": "storybook dev -p 3001 --no-open --config-dir ./config/storybook",
28
28
  "build:storybook": "storybook build --config-dir ./config/storybook",
29
- "clean:build": "node -e \"const fs=require('fs'); const path=require('path'); const rmOpts={recursive:true,force:true,maxRetries:10,retryDelay:200}; const clean=(dir)=>{ if(!fs.existsSync(dir)) return; for (const entry of fs.readdirSync(dir)) fs.rmSync(path.join(dir, entry), rmOpts); }; clean('lib'); clean('types');\"",
29
+ "clean:build": "node -e \"const fs=require('fs'); const path=require('path'); const rmOpts={recursive:true,force:true,maxRetries:10,retryDelay:200}; const clean=(dir)=>{ if(!fs.existsSync(dir)) return; for (const entry of fs.readdirSync(dir)) fs.rmSync(path.join(dir, entry), rmOpts); }; clean('lib'); clean('types');\"",
30
30
  "build:esm": "vite build --config vite.config.ts --mode esm",
31
31
  "build:cjs": "vite build --config vite.config.ts --mode cjs",
32
32
  "build": "npm run clean:build && npm run build-types && npm run build:esm && npm run build:cjs && node config/postbuild-vite.mjs",