@versini/sassysaint 1.0.11 → 1.0.12

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 P } from "react";
4
- import { A as U, i as F, f as q, S as j, MODEL_GPT4 as J } from "./index.eFSALEqy.js";
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.zLmZbLWJ.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.6
49
+ @versini/ui-private v1.4.7
50
50
  © 2024 gizmette.com
51
51
  */
52
52
  try {
53
53
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
54
- version: "1.4.6",
55
- buildTime: "07/19/2024 08:17 PM EDT",
54
+ version: "1.4.7",
55
+ buildTime: "08/07/2024 09:49 AM 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: "07/19/2024 08:17 PM EDT",
68
+ buildTime: "08/07/2024 09:49 AM 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 $ = U({
180
+ const $ = F({
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
- F,
218
+ P,
219
219
  {
220
220
  ref: G,
221
221
  className: $,
@@ -655,7 +655,7 @@ function xe({
655
655
  }, [a, s]), o = S(() => {
656
656
  s(null);
657
657
  }, [s]);
658
- return P(() => {
658
+ return U(() => {
659
659
  try {
660
660
  E(e) === null && typeof a < "u" && T(e, a);
661
661
  } catch (d) {
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { SassySaint as a } from "../../chunks/index.eFSALEqy.js";
2
+ import { SassySaint as a } from "../../chunks/index.zLmZbLWJ.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.eFSALEqy.js";
1
+ import { SassySaint as r } from "./chunks/index.zLmZbLWJ.js";
2
2
  /*!
3
- @sassysaint/client v3.4.5
3
+ @sassysaint/client v3.4.6
4
4
  © 2024 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
8
- version: "3.4.5",
9
- buildTime: "08/01/2024 07:46 PM EDT",
8
+ version: "3.4.6",
9
+ buildTime: "08/07/2024 02:13 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": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -30,16 +30,16 @@
30
30
  "react-dom": "18.3.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@sassysaint/client": "3.4.5",
34
- "@versini/ui-styles": "1.9.3"
33
+ "@sassysaint/client": "3.4.6",
34
+ "@versini/ui-styles": "1.9.4"
35
35
  },
36
36
  "dependencies": {
37
- "@versini/ui-hooks": "4.0.1",
37
+ "@versini/ui-hooks": "4.1.0",
38
38
  "clsx": "2.1.1",
39
- "tailwindcss": "3.4.7"
39
+ "tailwindcss": "3.4.8"
40
40
  },
41
41
  "sideEffects": [
42
42
  "**/*.css"
43
43
  ],
44
- "gitHead": "ef2e3518d5179f83112b0a4a5b6fe47850db5c1f"
44
+ "gitHead": "4c52059e58df8230baea26eb598de21781ab9b0a"
45
45
  }