@ttoss/components 2.0.3 → 2.0.4

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,4 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- import "../chunk-LZE3LOYR.js";
3
2
 
4
3
  // src/components/List/List.tsx
5
4
  import * as React from "react";
@@ -1,5 +1,4 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- import "../chunk-LZE3LOYR.js";
3
2
 
4
3
  // src/components/Markdown/Markdown.tsx
5
4
  import { BaseStyles } from "@ttoss/ui";
@@ -1,5 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- import { __publicField } from "../chunk-LZE3LOYR.js";
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";
@@ -1,5 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- import "../chunk-ESDEGKXL.js";
2
+ import "../chunk-XEYGFSK5.js";
3
3
 
4
4
  // src/components/Modal/Modal.tsx
5
5
  import { css as transformStyleObject } from "@theme-ui/css";
@@ -1,5 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- import "../chunk-ESDEGKXL.js";
2
+ import "../chunk-XEYGFSK5.js";
3
3
 
4
4
  // src/components/Search/Search.tsx
5
5
  import * as React from "react";
@@ -1,5 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- import { __export, __reExport } from "../chunk-ESDEGKXL.js";
2
+ import { __export, __reExport } from "../chunk-XEYGFSK5.js";
3
3
 
4
4
  // src/components/Table/index.ts
5
5
  var Table_exports2 = {};
@@ -1,4 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
+ import "../chunk-XEYGFSK5.js";
2
3
 
3
4
  // src/components/Toast/Toast.tsx
4
5
  import * as React from "react";
@@ -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
- export { __export, __reExport };
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",
3
+ "version": "2.0.4",
4
4
  "description": "React components for ttoss ecosystem.",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -84,11 +84,11 @@
84
84
  "react": "^18.3.1",
85
85
  "tsup": "^8.2.4",
86
86
  "tsx": "^4.6.2",
87
- "@ttoss/config": "^1.32.9",
88
87
  "@ttoss/react-icons": "^0.4.0",
88
+ "@ttoss/config": "^1.32.9",
89
+ "@ttoss/ui": "^5.0.2",
89
90
  "@ttoss/test-utils": "^2.1.13",
90
- "@ttoss/react-hooks": "^2.0.0",
91
- "@ttoss/ui": "^5.0.2"
91
+ "@ttoss/react-hooks": "^2.0.0"
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