@ttoss/components 2.11.4 → 2.11.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,8 +1,8 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- import { Icon } from "../chunk-WT55GXBD.js";
3
2
  import { __name } from "../chunk-V4MHYKRI.js";
4
3
 
5
4
  // src/components/Menu/Menu.tsx
5
+ import { Icon } from "@ttoss/react-icons";
6
6
  import { Box, Flex } from "@ttoss/ui";
7
7
  import * as React from "react";
8
8
  var Menu = /* @__PURE__ */__name(({
@@ -1,8 +1,8 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- import { Icon } from "../chunk-WT55GXBD.js";
3
2
  import { __name } from "../chunk-V4MHYKRI.js";
4
3
 
5
4
  // src/components/NavList/NavList.tsx
5
+ import { Icon } from "@ttoss/react-icons";
6
6
  import { Divider, Flex, Link, Text } from "@ttoss/ui";
7
7
  import * as React from "react";
8
8
  var getVariantStyles = /* @__PURE__ */__name(variant => {
@@ -1,5 +1,4 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- import { NotificationCard } from "../chunk-6LHIQ5YP.js";
3
- import "../chunk-WT55GXBD.js";
2
+ import { NotificationCard } from "../chunk-5NIRZ3X3.js";
4
3
  import "../chunk-V4MHYKRI.js";
5
4
  export { NotificationCard };
@@ -1,9 +1,9 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- import { NotificationCard } from "../chunk-6LHIQ5YP.js";
3
- import { Icon } from "../chunk-WT55GXBD.js";
2
+ import { NotificationCard } from "../chunk-5NIRZ3X3.js";
4
3
  import { __name } from "../chunk-V4MHYKRI.js";
5
4
 
6
5
  // src/components/NotificationsMenu/NotificationsMenu.tsx
6
+ import { Icon } from "@ttoss/react-icons";
7
7
  import { Box, Button, Card, Flex, IconButton, Text } from "@ttoss/ui";
8
8
  import * as React from "react";
9
9
  var NotificationsMenu = /* @__PURE__ */__name(({
@@ -1,8 +1,8 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- import { Icon } from "../chunk-WT55GXBD.js";
3
2
  import { __name } from "../chunk-V4MHYKRI.js";
4
3
 
5
4
  // src/components/SpotlightCard/SpotlightCard.tsx
5
+ import { Icon } from "@ttoss/react-icons";
6
6
  import { Box, Button, Card, Flex, keyframes, Text } from "@ttoss/ui";
7
7
  import * as React from "react";
8
8
  var SpotlightCard = /* @__PURE__ */__name(({
@@ -1,8 +1,8 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
- import { Icon } from "./chunk-WT55GXBD.js";
3
2
  import { __name } from "./chunk-V4MHYKRI.js";
4
3
 
5
4
  // src/components/NotificationCard/NotificationCard.tsx
5
+ import { Icon } from "@ttoss/react-icons";
6
6
  import { Box, Card, CloseButton, Link, Tag, Text } from "@ttoss/ui";
7
7
  import * as React from "react";
8
8
  var NotificationCard = /* @__PURE__ */__name(props => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/components",
3
- "version": "2.11.4",
3
+ "version": "2.11.5",
4
4
  "description": "React components for ttoss ecosystem.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -26,6 +26,10 @@
26
26
  "types": "./dist/Drawer/index.d.ts",
27
27
  "default": "./dist/esm/Drawer/index.js"
28
28
  },
29
+ "./EnhancedTitle": {
30
+ "types": "./dist/EnhancedTitle/index.d.ts",
31
+ "default": "./dist/esm/EnhancedTitle/index.js"
32
+ },
29
33
  "./InstallPwa": {
30
34
  "types": "./dist/InstallPwa/index.d.ts",
31
35
  "default": "./dist/esm/InstallPwa/index.js"
@@ -50,6 +54,10 @@
50
54
  "types": "./dist/Markdown/index.d.ts",
51
55
  "default": "./dist/esm/Markdown/index.js"
52
56
  },
57
+ "./MetricCard": {
58
+ "types": "./dist/MetricCard/index.d.ts",
59
+ "default": "./dist/esm/MetricCard/index.js"
60
+ },
53
61
  "./Menu": {
54
62
  "types": "./dist/Menu/index.d.ts",
55
63
  "default": "./dist/esm/Menu/index.js"
@@ -116,8 +124,9 @@
116
124
  "peerDependencies": {
117
125
  "react": ">=16.8.0",
118
126
  "@ttoss/react-hooks": "^2.1.11",
119
- "@ttoss/react-i18n": "^2.0.25",
120
- "@ttoss/ui": "^6.3.2"
127
+ "@ttoss/react-icons": "^0.5.6",
128
+ "@ttoss/ui": "^6.3.2",
129
+ "@ttoss/react-i18n": "^2.0.25"
121
130
  },
122
131
  "devDependencies": {
123
132
  "@types/jest": "^30.0.0",
@@ -129,11 +138,11 @@
129
138
  "tsx": "^4.19.2",
130
139
  "@ttoss/config": "^1.35.12",
131
140
  "@ttoss/i18n-cli": "^0.7.38",
132
- "@ttoss/react-hooks": "^2.1.11",
133
141
  "@ttoss/react-i18n": "^2.0.25",
134
- "@ttoss/react-icons": "^0.5.6",
142
+ "@ttoss/react-hooks": "^2.1.11",
135
143
  "@ttoss/test-utils": "^4.0.2",
136
- "@ttoss/ui": "^6.3.2"
144
+ "@ttoss/ui": "^6.3.2",
145
+ "@ttoss/react-icons": "^0.5.6"
137
146
  },
138
147
  "keywords": [
139
148
  "React",