@ttoss/components 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.
- package/dist/esm/List/index.js +0 -1
- package/dist/esm/Markdown/index.js +0 -1
- package/dist/esm/Menu/index.js +1 -1
- package/dist/esm/Modal/index.js +1 -1
- package/dist/esm/Search/index.js +1 -1
- package/dist/esm/Table/index.js +1 -1
- package/dist/esm/{index.js → Toast/index.js} +1 -0
- package/dist/esm/{chunk-ESDEGKXL.js → chunk-XEYGFSK5.js} +8 -1
- package/package.json +11 -11
- package/dist/esm/chunk-LZE3LOYR.js +0 -10
- /package/dist/{index.d.ts → Toast/index.d.ts} +0 -0
package/dist/esm/List/index.js
CHANGED
package/dist/esm/Menu/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
|
|
2
|
-
import { __publicField } from "../chunk-
|
|
2
|
+
import { __publicField } from "../chunk-XEYGFSK5.js";
|
|
3
3
|
|
|
4
4
|
// src/components/Menu/Menu.tsx
|
|
5
5
|
import { Box as Box2, Flex, Image, Text, useResponsiveValue } from "@ttoss/ui";
|
package/dist/esm/Modal/index.js
CHANGED
package/dist/esm/Search/index.js
CHANGED
package/dist/esm/Table/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
|
|
2
|
-
import { __export, __reExport } from "../chunk-
|
|
2
|
+
import { __export, __reExport } from "../chunk-XEYGFSK5.js";
|
|
3
3
|
|
|
4
4
|
// src/components/Table/index.ts
|
|
5
5
|
var Table_exports2 = {};
|
|
@@ -3,6 +3,12 @@ var __defProp = Object.defineProperty;
|
|
|
3
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
configurable: true,
|
|
9
|
+
writable: true,
|
|
10
|
+
value
|
|
11
|
+
}) : obj[key] = value;
|
|
6
12
|
var __export = (target, all) => {
|
|
7
13
|
for (var name in all) __defProp(target, name, {
|
|
8
14
|
get: all[name],
|
|
@@ -19,4 +25,5 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
25
|
return to;
|
|
20
26
|
};
|
|
21
27
|
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
22
|
-
|
|
28
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
29
|
+
export { __export, __reExport, __publicField };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "React components for ttoss ecosystem.",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -74,21 +74,21 @@
|
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"react": ">=16.8.0",
|
|
77
|
-
"@ttoss/react-hooks": "^2.0.
|
|
78
|
-
"@ttoss/ui": "^5.0.
|
|
77
|
+
"@ttoss/react-hooks": "^2.0.1",
|
|
78
|
+
"@ttoss/ui": "^5.0.3"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@types/jest": "^29.5.
|
|
82
|
-
"@types/react": "^18.3.
|
|
81
|
+
"@types/jest": "^29.5.13",
|
|
82
|
+
"@types/react": "^18.3.7",
|
|
83
83
|
"jest": "^29.7.0",
|
|
84
84
|
"react": "^18.3.1",
|
|
85
|
-
"tsup": "^8.
|
|
85
|
+
"tsup": "^8.3.0",
|
|
86
86
|
"tsx": "^4.6.2",
|
|
87
|
-
"@ttoss/config": "^1.32.
|
|
88
|
-
"@ttoss/react-icons": "^0.4.
|
|
89
|
-
"@ttoss/
|
|
90
|
-
"@ttoss/
|
|
91
|
-
"@ttoss/ui": "^5.0.
|
|
87
|
+
"@ttoss/config": "^1.32.10",
|
|
88
|
+
"@ttoss/react-icons": "^0.4.1",
|
|
89
|
+
"@ttoss/react-hooks": "^2.0.1",
|
|
90
|
+
"@ttoss/test-utils": "^2.1.14",
|
|
91
|
+
"@ttoss/ui": "^5.0.3"
|
|
92
92
|
},
|
|
93
93
|
"keywords": [
|
|
94
94
|
"React",
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, {
|
|
4
|
-
enumerable: true,
|
|
5
|
-
configurable: true,
|
|
6
|
-
writable: true,
|
|
7
|
-
value
|
|
8
|
-
}) : obj[key] = value;
|
|
9
|
-
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
10
|
-
export { __publicField };
|
|
File without changes
|