@local-logic/design-system 0.7.45 → 0.7.47
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.es.js +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as H, jsx as E, Fragment as Bt } from "react/jsx-runtime";
|
|
2
2
|
import * as f from "react";
|
|
3
|
-
import Ve, {
|
|
3
|
+
import Ve, { useContext as me, useEffect as ue, useMemo as Ue, createElement as Le, useImperativeHandle as Yf, Children as Fr, createContext as dt, useRef as be, useState as _e, useCallback as se, useLayoutEffect as Gl, forwardRef as Yl, Component as wi, useId as Ti, useInsertionEffect as Xl, isValidElement as Xf, Fragment as ql } from "react";
|
|
4
4
|
import * as Ql from "react-dom";
|
|
5
5
|
import qf from "react-dom";
|
|
6
6
|
const Ei = "-", Qf = (e) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@local-logic/design-system",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.47",
|
|
4
4
|
"description": "This is a design system implementation allowing for the display of Local Logic components and themes.",
|
|
5
5
|
"author": "Local Logic",
|
|
6
6
|
"license": "ISC",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"react": "^18.3.1",
|
|
78
78
|
"react-dom": "^18.3.1",
|
|
79
79
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
80
|
-
"storybook": "^8.6.
|
|
80
|
+
"storybook": "^8.6.17",
|
|
81
81
|
"tailwindcss": "^3.4.17",
|
|
82
82
|
"tsconfig": "workspace:*",
|
|
83
83
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"vitest": "^2.1.9"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"@emotion/is-prop-valid": "^1.
|
|
92
|
+
"@emotion/is-prop-valid": "^1.4.0",
|
|
93
93
|
"@phosphor-icons/react": "^2.1.10",
|
|
94
94
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
95
95
|
"@radix-ui/react-toast": "^1.2.15",
|