@abqm-ds/icons 2.0.3 → 2.0.5

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,5 +1,5 @@
1
1
 
2
- > @abqm-ds/icons@2.0.3 build
2
+ > @abqm-ds/icons@2.0.5 build
3
3
  > tsup --dts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,10 +11,10 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  ESM dist/index.js 1.06 MB
14
- ESM ⚡️ Build success in 125ms
14
+ ESM ⚡️ Build success in 112ms
15
15
  CJS dist/index.cjs 1.06 MB
16
- CJS ⚡️ Build success in 133ms
16
+ CJS ⚡️ Build success in 111ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 2864ms
18
+ DTS ⚡️ Build success in 2963ms
19
19
  DTS dist/index.d.ts 8.06 KB
20
20
  DTS dist/index.d.cts 8.06 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @abqm-ds/icons
2
2
 
3
+ ## 2.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - release: 🦋 Nova versão do packages react/icons/token
8
+
9
+ ## 2.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - release: 🦋 Nova versão de react/icons/tokens
14
+
3
15
  ## 2.0.3
4
16
 
5
17
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -510,7 +510,7 @@ var require_react_production = __commonJS({
510
510
  var require_react_development = __commonJS({
511
511
  "../../node_modules/react/cjs/react.development.js"(exports2, module2) {
512
512
  "use strict";
513
- "production" !== process.env.NODE_ENV && function() {
513
+ "production" !== process.env.NODE_ENV && (function() {
514
514
  function defineDeprecationWarning(methodName, info) {
515
515
  Object.defineProperty(Component.prototype, methodName, {
516
516
  get: function() {
@@ -1442,7 +1442,7 @@ var require_react_development = __commonJS({
1442
1442
  };
1443
1443
  exports2.version = "19.1.0";
1444
1444
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
1445
- }();
1445
+ })();
1446
1446
  }
1447
1447
  });
1448
1448
 
@@ -1462,7 +1462,7 @@ var require_react = __commonJS({
1462
1462
  var require_react_jsx_runtime_development = __commonJS({
1463
1463
  "../../node_modules/react/cjs/react-jsx-runtime.development.js"(exports2) {
1464
1464
  "use strict";
1465
- "production" !== process.env.NODE_ENV && function() {
1465
+ "production" !== process.env.NODE_ENV && (function() {
1466
1466
  function getComponentNameFromType(type) {
1467
1467
  if (null == type) return null;
1468
1468
  if ("function" === typeof type)
@@ -1716,7 +1716,7 @@ var require_react_jsx_runtime_development = __commonJS({
1716
1716
  trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
1717
1717
  );
1718
1718
  };
1719
- }();
1719
+ })();
1720
1720
  }
1721
1721
  });
1722
1722
 
package/dist/index.js CHANGED
@@ -504,7 +504,7 @@ var require_react_production = __commonJS({
504
504
  var require_react_development = __commonJS({
505
505
  "../../node_modules/react/cjs/react.development.js"(exports, module) {
506
506
  "use strict";
507
- "production" !== process.env.NODE_ENV && function() {
507
+ "production" !== process.env.NODE_ENV && (function() {
508
508
  function defineDeprecationWarning(methodName, info) {
509
509
  Object.defineProperty(Component.prototype, methodName, {
510
510
  get: function() {
@@ -1436,7 +1436,7 @@ var require_react_development = __commonJS({
1436
1436
  };
1437
1437
  exports.version = "19.1.0";
1438
1438
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
1439
- }();
1439
+ })();
1440
1440
  }
1441
1441
  });
1442
1442
 
@@ -1456,7 +1456,7 @@ var require_react = __commonJS({
1456
1456
  var require_react_jsx_runtime_development = __commonJS({
1457
1457
  "../../node_modules/react/cjs/react-jsx-runtime.development.js"(exports) {
1458
1458
  "use strict";
1459
- "production" !== process.env.NODE_ENV && function() {
1459
+ "production" !== process.env.NODE_ENV && (function() {
1460
1460
  function getComponentNameFromType(type) {
1461
1461
  if (null == type) return null;
1462
1462
  if ("function" === typeof type)
@@ -1710,7 +1710,7 @@ var require_react_jsx_runtime_development = __commonJS({
1710
1710
  trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
1711
1711
  );
1712
1712
  };
1713
- }();
1713
+ })();
1714
1714
  }
1715
1715
  });
1716
1716
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abqm-ds/icons",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",