@moises.ai/design-system 1.0.6 → 1.0.7
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/index.js +0 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { IconButton as d, Theme as p } from "@radix-ui/themes";
|
|
2
2
|
import { Avatar as w, Badge as N, Box as O, Button as S, Card as g, Container as C, Dialog as H, DropdownMenu as I, Flex as P, Grid as k, Heading as E, HoverCard as F, Popover as M, Select as $, Tabs as G, Text as V, ThemePanel as q, Tooltip as J } from "@radix-ui/themes";
|
|
3
3
|
import { jsx as c } from "react/jsx-runtime";
|
|
4
|
-
export * from "@radix-ui/react-icons";
|
|
5
4
|
const A = () => /* @__PURE__ */ c("div", { children: "Header a b c d e f" });
|
|
6
5
|
function f(o) {
|
|
7
6
|
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moises.ai/design-system",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Design System package based on @radix-ui/themes with custom defaults",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"module": "dist/index.js",
|
|
9
|
-
"style": "styles.css",
|
|
9
|
+
"style": "dist/styles.css",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/index.js",
|