@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.
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skippr/live-agent-sdk",
3
- "version": "0.42.0",
3
+ "version": "0.43.0",
4
4
  "type": "module",
5
5
  "main": "dist/esm/lib-exports.js",
6
6
  "module": "dist/esm/lib-exports.js",