@lssm/lib.ui-kit-web 0.0.0-canary-20251217023603 → 0.0.0-canary-20251217050226

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/ui/sonner.js CHANGED
@@ -1,13 +1,13 @@
1
1
  'use client';
2
2
 
3
- import { $e } from "../node_modules/sonner/dist/index.js";
3
+ import { Toaster as Toaster$1 } from "../node_modules/sonner/dist/index.js";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  import { useTheme } from "next-themes";
6
6
 
7
7
  //#region ui/sonner.tsx
8
8
  const Toaster = ({ ...props }) => {
9
9
  const { theme = "system" } = useTheme();
10
- return /* @__PURE__ */ jsx($e, {
10
+ return /* @__PURE__ */ jsx(Toaster$1, {
11
11
  theme,
12
12
  className: "toaster group",
13
13
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.ui-kit-web",
3
- "version": "0.0.0-canary-20251217023603",
3
+ "version": "0.0.0-canary-20251217050226",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -8,6 +8,7 @@
8
8
  "sideEffects": false,
9
9
  "scripts": {
10
10
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
11
+ "publish:pkg:canary": "bun publish:pkg --canary",
11
12
  "build": "bun run build:bundle && bun run build:types",
12
13
  "build:bundle": "tsdown",
13
14
  "build:types": "tsc --noEmit",
@@ -21,7 +22,7 @@
21
22
  "test": "jest"
22
23
  },
23
24
  "dependencies": {
24
- "@lssm/lib.ui-kit-core": "workspace:*",
25
+ "@lssm/lib.ui-kit-core": "0.0.0-canary-20251217050226",
25
26
  "@hookform/resolvers": "5.2.2",
26
27
  "@radix-ui/react-accordion": "^1.2.11",
27
28
  "@radix-ui/react-alert-dialog": "^1.1.14",
@@ -81,8 +82,8 @@
81
82
  "typescript": "^5.9.3",
82
83
  "react": "^19.2.3",
83
84
  "react-dom": "^19.2.3",
84
- "@lssm/tool.typescript": "workspace:*",
85
- "@lssm/tool.tsdown": "workspace:*",
85
+ "@lssm/tool.typescript": "0.0.0-canary-20251217050226",
86
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217050226",
86
87
  "@types/geojson": "^7946.0.14",
87
88
  "@sentry/nextjs": "^10.30.0",
88
89
  "maplibre-gl": "^5.14.0",