@versini/sassysaint 2.0.1 → 2.0.2

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.
@@ -1,7 +1,7 @@
1
1
  import { jsxs as _, Fragment as M, jsx as l } from "react/jsx-runtime";
2
2
  import m from "clsx";
3
- import w, { useContext as k, useSyncExternalStore as W, useCallback as S, useEffect as U } from "react";
4
- import { A as F, i as P, f as q, S as j, MODEL_GPT4 as J } from "./index.9fMyg1wm.js";
3
+ import w, { useContext as k, useSyncExternalStore as W, useCallback as S, useEffect as P } from "react";
4
+ import { A as U, i as F, f as q, S as j, MODEL_GPT4 as J } from "./index.CtUMDxv6.js";
5
5
  const Q = (e) => {
6
6
  let a = "";
7
7
  if (typeof e == "number" || typeof e == "string")
@@ -46,13 +46,13 @@ const Q = (e) => {
46
46
  ] });
47
47
  };
48
48
  /*!
49
- @versini/ui-private v1.4.7
49
+ @versini/ui-private v1.4.8
50
50
  © 2024 gizmette.com
51
51
  */
52
52
  try {
53
53
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
54
- version: "1.4.7",
55
- buildTime: "08/07/2024 09:49 AM EDT",
54
+ version: "1.4.8",
55
+ buildTime: "08/25/2024 02:12 PM EDT",
56
56
  homepage: "https://github.com/aversini/ui-components",
57
57
  license: "MIT"
58
58
  });
@@ -65,7 +65,7 @@ try {
65
65
  try {
66
66
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
67
67
  version: "1.11.0",
68
- buildTime: "08/07/2024 09:49 AM EDT",
68
+ buildTime: "08/25/2024 02:12 PM EDT",
69
69
  homepage: "https://github.com/aversini/ui-components",
70
70
  license: "MIT"
71
71
  });
@@ -177,7 +177,7 @@ const Y = ({
177
177
  active: V = !1,
178
178
  ...O
179
179
  }, G) => {
180
- const $ = F({
180
+ const $ = U({
181
181
  type: q,
182
182
  mode: t,
183
183
  focusMode: s,
@@ -215,7 +215,7 @@ const Y = ({
215
215
  }
216
216
  ) : "";
217
217
  return /* @__PURE__ */ l("div", { className: D, children: /* @__PURE__ */ _(
218
- P,
218
+ F,
219
219
  {
220
220
  ref: G,
221
221
  className: $,
@@ -654,7 +654,7 @@ function xe({
654
654
  }, [a, s]), o = S(() => {
655
655
  s(null);
656
656
  }, [s]);
657
- return U(() => {
657
+ return P(() => {
658
658
  try {
659
659
  E(e) === null && typeof a < "u" && T(e, a);
660
660
  } catch (d) {
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { SassySaint as a } from "../../chunks/index.9fMyg1wm.js";
2
+ import { SassySaint as a } from "../../chunks/index.CtUMDxv6.js";
3
3
  export {
4
4
  a as SassySaint
5
5
  };
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
- import { SassySaint as r } from "./chunks/index.9fMyg1wm.js";
1
+ import { SassySaint as r } from "./chunks/index.CtUMDxv6.js";
2
2
  /*!
3
- @sassysaint/client v4.0.0
3
+ @sassysaint/client v4.0.1
4
4
  © 2024 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
8
- version: "4.0.0",
9
- buildTime: "08/24/2024 01:02 PM EDT",
8
+ version: "4.0.1",
9
+ buildTime: "08/25/2024 03:36 PM EDT",
10
10
  license: "MIT"
11
11
  });
12
12
  } catch {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/sassysaint",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -30,8 +30,8 @@
30
30
  "react-dom": "18.3.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@sassysaint/client": "4.0.0",
34
- "@versini/ui-styles": "1.9.4"
33
+ "@sassysaint/client": "4.0.1",
34
+ "@versini/ui-styles": "1.9.5"
35
35
  },
36
36
  "dependencies": {
37
37
  "@versini/ui-hooks": "4.1.0",
@@ -41,5 +41,5 @@
41
41
  "sideEffects": [
42
42
  "**/*.css"
43
43
  ],
44
- "gitHead": "1ec7d7bfe9df547530939863c513098799e0313e"
44
+ "gitHead": "f7e1d4d98bd59888430294fd246ff045229ed92e"
45
45
  }