@tutti-os/ui-system 0.0.32 → 0.0.34
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/{chunk-556PKDN4.js → chunk-2SCAP645.js} +24 -1
- package/dist/chunk-2SCAP645.js.map +1 -0
- package/dist/{chunk-PCWBZ3PW.js → chunk-7MCMILBN.js} +14 -14
- package/dist/chunk-7MCMILBN.js.map +1 -0
- package/dist/components/index.js +2 -2
- package/dist/icons/index.d.ts +2 -1
- package/dist/icons/index.js +3 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -2
- package/dist/metadata/components.json +14 -0
- package/dist/metadata/index.js +14 -0
- package/dist/metadata/index.js.map +1 -1
- package/dist/styles/semantic.css +1 -1
- package/dist/styles/theme.css +2 -2
- package/package.json +1 -1
- package/ui-system.md +15 -0
- package/dist/chunk-556PKDN4.js.map +0 -1
- package/dist/chunk-PCWBZ3PW.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -108,7 +108,7 @@ import {
|
|
|
108
108
|
toast,
|
|
109
109
|
toastVariants,
|
|
110
110
|
useTextOverflow
|
|
111
|
-
} from "./chunk-
|
|
111
|
+
} from "./chunk-7MCMILBN.js";
|
|
112
112
|
import {
|
|
113
113
|
formatTuttiDateTime,
|
|
114
114
|
formatTuttiShortDateTime,
|
|
@@ -198,6 +198,7 @@ import {
|
|
|
198
198
|
PlayIcon,
|
|
199
199
|
ProductDocIcon,
|
|
200
200
|
ProductIcon,
|
|
201
|
+
RecentLinedIcon,
|
|
201
202
|
RefreshIcon,
|
|
202
203
|
RestoreIcon,
|
|
203
204
|
RoomsHintIcon,
|
|
@@ -221,7 +222,7 @@ import {
|
|
|
221
222
|
WeChatIcon,
|
|
222
223
|
WebIcon,
|
|
223
224
|
WebScrapeIcon
|
|
224
|
-
} from "./chunk-
|
|
225
|
+
} from "./chunk-2SCAP645.js";
|
|
225
226
|
import {
|
|
226
227
|
cn
|
|
227
228
|
} from "./chunk-DGPY4WP3.js";
|
|
@@ -363,6 +364,7 @@ export {
|
|
|
363
364
|
PopoverTrigger,
|
|
364
365
|
ProductDocIcon,
|
|
365
366
|
ProductIcon,
|
|
367
|
+
RecentLinedIcon,
|
|
366
368
|
RefreshIcon,
|
|
367
369
|
ResizableHandle,
|
|
368
370
|
ResizablePanel,
|
|
@@ -1633,6 +1633,20 @@
|
|
|
1633
1633
|
"migrationHints": [],
|
|
1634
1634
|
"iconVariant": "lined"
|
|
1635
1635
|
},
|
|
1636
|
+
{
|
|
1637
|
+
"id": "recent-lined-icon",
|
|
1638
|
+
"layer": "base",
|
|
1639
|
+
"name": "RecentLinedIcon",
|
|
1640
|
+
"export": "RecentLinedIcon",
|
|
1641
|
+
"from": "@tutti-os/ui-system/icons",
|
|
1642
|
+
"category": "icon",
|
|
1643
|
+
"status": "stable",
|
|
1644
|
+
"source": "src/icons/system-icons.tsx",
|
|
1645
|
+
"description": "System icon for recent locations and recently used items.",
|
|
1646
|
+
"useCases": ["Recent locations", "Recently used items"],
|
|
1647
|
+
"migrationHints": [],
|
|
1648
|
+
"iconVariant": "lined"
|
|
1649
|
+
},
|
|
1636
1650
|
{
|
|
1637
1651
|
"id": "folder-lined-icon",
|
|
1638
1652
|
"layer": "base",
|
package/dist/metadata/index.js
CHANGED
|
@@ -1634,6 +1634,20 @@ var components_default = {
|
|
|
1634
1634
|
migrationHints: [],
|
|
1635
1635
|
iconVariant: "lined"
|
|
1636
1636
|
},
|
|
1637
|
+
{
|
|
1638
|
+
id: "recent-lined-icon",
|
|
1639
|
+
layer: "base",
|
|
1640
|
+
name: "RecentLinedIcon",
|
|
1641
|
+
export: "RecentLinedIcon",
|
|
1642
|
+
from: "@tutti-os/ui-system/icons",
|
|
1643
|
+
category: "icon",
|
|
1644
|
+
status: "stable",
|
|
1645
|
+
source: "src/icons/system-icons.tsx",
|
|
1646
|
+
description: "System icon for recent locations and recently used items.",
|
|
1647
|
+
useCases: ["Recent locations", "Recently used items"],
|
|
1648
|
+
migrationHints: [],
|
|
1649
|
+
iconVariant: "lined"
|
|
1650
|
+
},
|
|
1637
1651
|
{
|
|
1638
1652
|
id: "folder-lined-icon",
|
|
1639
1653
|
layer: "base",
|