@flanksource/clicky-ui 0.3.14 → 0.3.15

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.
@@ -15,9 +15,9 @@ function detectMode() {
15
15
  }
16
16
  function getVersionInfo() {
17
17
  return {
18
- commit: read(() => "2ab76b33", ""),
19
- tag: read(() => "clicky-ui@0.3.13", ""),
20
- date: read(() => "2026-07-16T18:37:04.048Z", ""),
18
+ commit: read(() => "df3338f6", ""),
19
+ tag: read(() => "clicky-ui@0.3.14", ""),
20
+ date: read(() => "2026-07-22T13:34:38.142Z", ""),
21
21
  dirty: read(() => true, false),
22
22
  mode: detectMode()
23
23
  };
@@ -13,9 +13,9 @@ function detectMode() {
13
13
  }
14
14
  function getVersionInfo() {
15
15
  return {
16
- commit: read(() => "2ab76b33", ""),
17
- tag: read(() => "clicky-ui@0.3.13", ""),
18
- date: read(() => "2026-07-16T18:36:45.992Z", ""),
16
+ commit: read(() => "df3338f6", ""),
17
+ tag: read(() => "clicky-ui@0.3.14", ""),
18
+ date: read(() => "2026-07-22T13:34:19.117Z", ""),
19
19
  dirty: read(() => true, false),
20
20
  mode: detectMode()
21
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flanksource/clicky-ui",
3
- "version": "0.3.14",
3
+ "version": "0.3.15",
4
4
  "description": "Flanksource Clicky UI — React component library built on shadcn/ui with light/dark and density theming.",
5
5
  "homepage": "https://github.com/flanksource/clicky-ui#readme",
6
6
  "bugs": "https://github.com/flanksource/clicky-ui/issues",