@ttoss/components 2.1.1 → 2.1.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/components",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "description": "React components for ttoss ecosystem.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "peerDependencies": {
90
90
  "react": ">=16.8.0",
91
- "@ttoss/ui": "^5.2.0",
91
+ "@ttoss/ui": "^5.2.1",
92
92
  "@ttoss/react-hooks": "^2.0.10"
93
93
  },
94
94
  "devDependencies": {
@@ -98,11 +98,11 @@
98
98
  "react": "^19.0.0",
99
99
  "tsup": "^8.3.5",
100
100
  "tsx": "^4.19.2",
101
- "@ttoss/config": "^1.35.2",
102
101
  "@ttoss/react-hooks": "^2.0.10",
103
102
  "@ttoss/react-icons": "^0.4.9",
104
- "@ttoss/ui": "^5.2.0",
105
- "@ttoss/test-utils": "^2.1.22"
103
+ "@ttoss/ui": "^5.2.1",
104
+ "@ttoss/test-utils": "^2.1.22",
105
+ "@ttoss/config": "^1.35.2"
106
106
  },
107
107
  "keywords": [
108
108
  "React",
@@ -1,22 +0,0 @@
1
- /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all) __defProp(target, name, {
8
- get: all[name],
9
- enumerable: true
10
- });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
15
- get: () => from[key],
16
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
- });
18
- }
19
- return to;
20
- };
21
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
22
- export { __export, __reExport };