@versini/sassysaint 1.0.12 → 1.0.13

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.
@@ -3,7 +3,7 @@ import A from "clsx";
3
3
  import * as c from "react";
4
4
  import { useRef as C, useReducer as M, useEffect as _, useId as x } from "react";
5
5
  import { useMergeRefs as S, FloatingPortal as F, FloatingOverlay as O, FloatingFocusManager as k, useFloating as P, useClick as L, useDismiss as V, useRole as B, useInteractions as U } from "@floating-ui/react";
6
- import { S as j } from "./index.zLmZbLWJ.js";
6
+ import { S as j } from "./index.CJJY2C9o.js";
7
7
  const b = "SET_ANNOUNCEMENT", w = "CLEAR_ANNOUNCEMENT", q = {
8
8
  alert: null,
9
9
  alertdialog: null,
@@ -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
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";
4
+ import { A as F, i as P, f as q, S as j, MODEL_GPT4 as J } from "./index.CJJY2C9o.js";
5
5
  const Q = (e) => {
6
6
  let a = "";
7
7
  if (typeof e == "number" || typeof e == "string")
@@ -459,11 +459,10 @@ const y = w.createContext({
459
459
  ), g = {
460
460
  GET_LOCATION: `query GetLocation($latitude: Float!, $longitude: Float!) {
461
461
  location(latitude: $latitude, longitude: $longitude) {
462
- city
463
- region
464
- regionShort
465
- country
466
- countryShort
462
+ country
463
+ state
464
+ city
465
+ displayName
467
466
  }
468
467
  }`,
469
468
  GET_CHATS: `query GetChats($userId: String!) {
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { SassySaint as a } from "../../chunks/index.zLmZbLWJ.js";
2
+ import { SassySaint as a } from "../../chunks/index.CJJY2C9o.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.zLmZbLWJ.js";
1
+ import { SassySaint as r } from "./chunks/index.CJJY2C9o.js";
2
2
  /*!
3
- @sassysaint/client v3.4.6
3
+ @sassysaint/client v3.4.8
4
4
  © 2024 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
8
- version: "3.4.6",
9
- buildTime: "08/07/2024 02:13 PM EDT",
8
+ version: "3.4.8",
9
+ buildTime: "08/12/2024 04:41 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.12",
3
+ "version": "1.0.13",
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.6",
33
+ "@sassysaint/client": "3.4.8",
34
34
  "@versini/ui-styles": "1.9.4"
35
35
  },
36
36
  "dependencies": {
@@ -41,5 +41,5 @@
41
41
  "sideEffects": [
42
42
  "**/*.css"
43
43
  ],
44
- "gitHead": "4c52059e58df8230baea26eb598de21781ab9b0a"
44
+ "gitHead": "0d544b1b611bd574099bac4b61422bc58f13f075"
45
45
  }