@versini/sassysaint 1.0.7 → 1.0.9

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.DgZgswqQ.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.t9wD3Z9D.js";
5
5
  const Q = (e) => {
6
6
  let a = "";
7
7
  if (typeof e == "number" || typeof e == "string")
@@ -52,20 +52,20 @@ const Q = (e) => {
52
52
  try {
53
53
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
54
54
  version: "1.4.6",
55
- buildTime: "07/06/2024 10:24 AM EDT",
55
+ buildTime: "07/19/2024 08:17 PM EDT",
56
56
  homepage: "https://github.com/aversini/ui-components",
57
57
  license: "MIT"
58
58
  });
59
59
  } catch {
60
60
  }
61
61
  /*!
62
- @versini/ui-icons v1.10.0
62
+ @versini/ui-icons v1.11.0
63
63
  © 2024 gizmette.com
64
64
  */
65
65
  try {
66
66
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
67
- version: "1.10.0",
68
- buildTime: "07/06/2024 10:24 AM EDT",
67
+ version: "1.11.0",
68
+ buildTime: "07/19/2024 08:17 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: $,
@@ -655,7 +655,7 @@ function xe({
655
655
  }, [a, s]), o = S(() => {
656
656
  s(null);
657
657
  }, [s]);
658
- return U(() => {
658
+ return P(() => {
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.DgZgswqQ.js";
2
+ import { SassySaint as a } from "../../chunks/index.t9wD3Z9D.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.DgZgswqQ.js";
1
+ import { SassySaint as r } from "./chunks/index.t9wD3Z9D.js";
2
2
  /*!
3
- @sassysaint/client v3.4.1
3
+ @sassysaint/client v3.4.3
4
4
  © 2024 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
8
- version: "3.4.1",
9
- buildTime: "07/16/2024 07:36 PM EDT",
8
+ version: "3.4.3",
9
+ buildTime: "07/23/2024 01:46 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.7",
3
+ "version": "1.0.9",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -30,7 +30,7 @@
30
30
  "react-dom": "18.3.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@sassysaint/client": "3.4.1",
33
+ "@sassysaint/client": "3.4.3",
34
34
  "@versini/ui-styles": "1.9.3"
35
35
  },
36
36
  "dependencies": {
@@ -41,5 +41,5 @@
41
41
  "sideEffects": [
42
42
  "**/*.css"
43
43
  ],
44
- "gitHead": "2b6b3de2f5573349b5b8ccf948c741bfcc7d72b2"
44
+ "gitHead": "6cb4d20e177a2f973988afcebad1c21076132a94"
45
45
  }