@skippr/live-agent-sdk 0.42.0 → 0.43.0
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/esm/lib-exports.js +0 -2
- package/package.json +1 -1
package/dist/esm/lib-exports.js
CHANGED
|
@@ -1519,12 +1519,10 @@ var hasA11yProp = (props) => {
|
|
|
1519
1519
|
|
|
1520
1520
|
// ../../node_modules/.bun/lucide-react@1.8.0+83d5fd7b249dbeef/node_modules/lucide-react/dist/esm/context.js
|
|
1521
1521
|
import { createContext as createContext2, useContext, useMemo, createElement } from "react";
|
|
1522
|
-
"use client";
|
|
1523
1522
|
var LucideContext = createContext2({});
|
|
1524
1523
|
var useLucideContext = () => useContext(LucideContext);
|
|
1525
1524
|
|
|
1526
1525
|
// ../../node_modules/.bun/lucide-react@1.8.0+83d5fd7b249dbeef/node_modules/lucide-react/dist/esm/Icon.js
|
|
1527
|
-
"use client";
|
|
1528
1526
|
var Icon = forwardRef(({ color, size, strokeWidth, absoluteStrokeWidth, className = "", children, iconNode, ...rest }, ref) => {
|
|
1529
1527
|
const {
|
|
1530
1528
|
size: contextSize = 24,
|