@djangocfg/ui-core 2.1.424 → 2.1.426

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djangocfg/ui-core",
3
- "version": "2.1.424",
3
+ "version": "2.1.426",
4
4
  "description": "Pure React UI component library without Next.js dependencies - for Electron, Vite, CRA apps",
5
5
  "keywords": [
6
6
  "ui-components",
@@ -106,7 +106,7 @@
106
106
  "check": "tsc --noEmit"
107
107
  },
108
108
  "peerDependencies": {
109
- "@djangocfg/i18n": "^2.1.424",
109
+ "@djangocfg/i18n": "^2.1.426",
110
110
  "consola": "^3.4.2",
111
111
  "lucide-react": "^0.545.0",
112
112
  "moment": "^2.30.1",
@@ -180,8 +180,8 @@
180
180
  "@chenglou/pretext": "*"
181
181
  },
182
182
  "devDependencies": {
183
- "@djangocfg/i18n": "^2.1.424",
184
- "@djangocfg/typescript-config": "^2.1.424",
183
+ "@djangocfg/i18n": "^2.1.426",
184
+ "@djangocfg/typescript-config": "^2.1.426",
185
185
  "@types/node": "^25.2.3",
186
186
  "@types/react": "^19.2.15",
187
187
  "@types/react-dom": "^19.2.3",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * Generic notification-sound bus.
5
5
  *
6
- * Lifted from `ui-tools/Chat/core/audio/audioBus` and generalised over an
6
+ * Lifted from `ui-tools/chat/core/audio/audioBus` and generalised over an
7
7
  * arbitrary event-key type so any feature (chat, presence, alerts, …)
8
8
  * can reuse the same Safari unlock + multi-fire-safe playback infra.
9
9
  *