@versini/sassysaint 5.0.1 → 5.1.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.
- package/dist/chunks/App.Doru-B7k.js +1434 -0
- package/dist/chunks/LazyHeader.DClUfXqp.js +1981 -0
- package/dist/chunks/{LazyMarkdownWithExtra.Crb3W0hj.js → LazyMarkdownWithExtra.CxcZ95uu.js} +1 -1
- package/dist/chunks/{LazyMessageAssistant.Cvu_1y4O.js → LazyMessageAssistant.KLzNh6WV.js} +535 -510
- package/dist/chunks/{index.CMDql_8l.js → index.B5Wp8y85.js} +1587 -1367
- package/dist/chunks/index.B5nDJSgt.js +1466 -0
- package/dist/chunks/index.DY3Gz5Cp.DIHttQr7.js +261 -0
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +5 -5
- package/dist/chunks/App.BMR9hf5e.js +0 -500
- package/dist/chunks/LazyHeader.Bu6NhpqV.js +0 -1429
- package/dist/chunks/index.BA5202H5.DKMEJZV8.js +0 -253
- package/dist/chunks/useLocalStorage.D91BITud.js +0 -1016
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
import { jsx as i, jsxs as E, Fragment as D } from "react/jsx-runtime";
|
|
2
|
+
import y from "clsx";
|
|
3
|
+
import * as c from "react";
|
|
4
|
+
import { useRef as A, useReducer as M, useEffect as _, useId as x } from "react";
|
|
5
|
+
import { useMergeRefs as F, FloatingPortal as O, FloatingOverlay as P, FloatingFocusManager as S, useFloating as k, useClick as L, useDismiss as B, useRole as V, useInteractions as $ } from "@floating-ui/react";
|
|
6
|
+
const R = "SET_ANNOUNCEMENT", w = "CLEAR_ANNOUNCEMENT", j = {
|
|
7
|
+
alert: null,
|
|
8
|
+
alertdialog: null,
|
|
9
|
+
log: "polite",
|
|
10
|
+
marquee: null,
|
|
11
|
+
progressbar: null,
|
|
12
|
+
status: "polite",
|
|
13
|
+
timer: "assertive"
|
|
14
|
+
}, U = (e, n) => {
|
|
15
|
+
switch (n == null ? void 0 : n.type) {
|
|
16
|
+
case R:
|
|
17
|
+
return {
|
|
18
|
+
...e,
|
|
19
|
+
announcement: n.payload
|
|
20
|
+
};
|
|
21
|
+
case w:
|
|
22
|
+
return {
|
|
23
|
+
...e,
|
|
24
|
+
announcement: null
|
|
25
|
+
};
|
|
26
|
+
default:
|
|
27
|
+
return e;
|
|
28
|
+
}
|
|
29
|
+
}, q = ({
|
|
30
|
+
onAnnouncementClear: e,
|
|
31
|
+
dispatch: n
|
|
32
|
+
}) => {
|
|
33
|
+
n({
|
|
34
|
+
type: w
|
|
35
|
+
}), typeof e == "function" && e();
|
|
36
|
+
}, C = ({
|
|
37
|
+
children: e,
|
|
38
|
+
clearAnnouncementDelay: n,
|
|
39
|
+
clearAnnouncementTimeoutRef: t,
|
|
40
|
+
onAnnouncementClear: o,
|
|
41
|
+
dispatch: l
|
|
42
|
+
}) => {
|
|
43
|
+
(t == null ? void 0 : t.current) !== null && clearTimeout(t.current), e !== null && l({
|
|
44
|
+
type: R,
|
|
45
|
+
payload: e
|
|
46
|
+
}), n && (t.current = setTimeout(
|
|
47
|
+
() => q({
|
|
48
|
+
onAnnouncementClear: o,
|
|
49
|
+
dispatch: l
|
|
50
|
+
}),
|
|
51
|
+
n
|
|
52
|
+
));
|
|
53
|
+
}, H = ({
|
|
54
|
+
children: e,
|
|
55
|
+
announcementTimeoutRef: n,
|
|
56
|
+
announcementDelay: t,
|
|
57
|
+
clearAnnouncementDelay: o,
|
|
58
|
+
clearAnnouncementTimeoutRef: l,
|
|
59
|
+
onAnnouncementClear: r,
|
|
60
|
+
dispatch: a
|
|
61
|
+
}) => {
|
|
62
|
+
clearTimeout(n.current), t ? n.current = setTimeout(C, t, {
|
|
63
|
+
children: e,
|
|
64
|
+
clearAnnouncementDelay: o,
|
|
65
|
+
clearAnnouncementTimeoutRef: l,
|
|
66
|
+
onAnnouncementClear: r,
|
|
67
|
+
dispatch: a
|
|
68
|
+
}) : C({
|
|
69
|
+
children: e,
|
|
70
|
+
clearAnnouncementDelay: o,
|
|
71
|
+
clearAnnouncementTimeoutRef: l,
|
|
72
|
+
onAnnouncementClear: r,
|
|
73
|
+
dispatch: a
|
|
74
|
+
});
|
|
75
|
+
};
|
|
76
|
+
function K({
|
|
77
|
+
children: e,
|
|
78
|
+
className: n,
|
|
79
|
+
politeness: t,
|
|
80
|
+
role: o = null,
|
|
81
|
+
announcementDelay: l,
|
|
82
|
+
clearAnnouncementDelay: r,
|
|
83
|
+
onAnnouncementClear: a,
|
|
84
|
+
visible: s,
|
|
85
|
+
...p
|
|
86
|
+
}) {
|
|
87
|
+
const u = A(), d = A(), [m, f] = M(U, {
|
|
88
|
+
announcement: null
|
|
89
|
+
});
|
|
90
|
+
let h = t;
|
|
91
|
+
typeof h > "u" && (h = o ? j[o] : "assertive"), _(() => {
|
|
92
|
+
H({
|
|
93
|
+
announcementTimeoutRef: u,
|
|
94
|
+
announcementDelay: l,
|
|
95
|
+
children: e,
|
|
96
|
+
clearAnnouncementDelay: r,
|
|
97
|
+
clearAnnouncementTimeoutRef: d,
|
|
98
|
+
onAnnouncementClear: a,
|
|
99
|
+
dispatch: f
|
|
100
|
+
});
|
|
101
|
+
}, [
|
|
102
|
+
e,
|
|
103
|
+
l,
|
|
104
|
+
r,
|
|
105
|
+
a
|
|
106
|
+
]);
|
|
107
|
+
const v = y(n, {
|
|
108
|
+
"sr-only": !s
|
|
109
|
+
});
|
|
110
|
+
return /* @__PURE__ */ i(
|
|
111
|
+
"div",
|
|
112
|
+
{
|
|
113
|
+
"aria-live": h,
|
|
114
|
+
...o && { role: o },
|
|
115
|
+
className: v,
|
|
116
|
+
...p,
|
|
117
|
+
children: m.announcement
|
|
118
|
+
}
|
|
119
|
+
);
|
|
120
|
+
}
|
|
121
|
+
const I = c.createContext(null);
|
|
122
|
+
function z({
|
|
123
|
+
initialOpen: e = !1,
|
|
124
|
+
open: n,
|
|
125
|
+
onOpenChange: t
|
|
126
|
+
} = {}) {
|
|
127
|
+
const [o, l] = c.useState(e), [r, a] = c.useState(), [s, p] = c.useState(), u = n ?? o, d = t ?? l, m = k({
|
|
128
|
+
open: u,
|
|
129
|
+
onOpenChange: d
|
|
130
|
+
}), f = m.context, h = L(f, {
|
|
131
|
+
enabled: n == null
|
|
132
|
+
}), v = B(f, {
|
|
133
|
+
outsidePress: !1,
|
|
134
|
+
outsidePressEvent: "mousedown"
|
|
135
|
+
}), N = V(f), b = $([h, v, N]);
|
|
136
|
+
return c.useMemo(
|
|
137
|
+
() => ({
|
|
138
|
+
open: u,
|
|
139
|
+
setOpen: d,
|
|
140
|
+
...b,
|
|
141
|
+
...m,
|
|
142
|
+
labelId: r,
|
|
143
|
+
descriptionId: s,
|
|
144
|
+
setLabelId: a,
|
|
145
|
+
setDescriptionId: p
|
|
146
|
+
}),
|
|
147
|
+
[u, d, b, m, r, s]
|
|
148
|
+
);
|
|
149
|
+
}
|
|
150
|
+
const g = () => {
|
|
151
|
+
const e = c.useContext(I);
|
|
152
|
+
if (e == null)
|
|
153
|
+
throw new Error("Modal components must be wrapped in <Modal />");
|
|
154
|
+
return e;
|
|
155
|
+
};
|
|
156
|
+
function T(e) {
|
|
157
|
+
return x();
|
|
158
|
+
}
|
|
159
|
+
function Q({
|
|
160
|
+
children: e,
|
|
161
|
+
...n
|
|
162
|
+
}) {
|
|
163
|
+
const t = z(n);
|
|
164
|
+
return /* @__PURE__ */ i(I.Provider, { value: t, children: e });
|
|
165
|
+
}
|
|
166
|
+
const W = c.forwardRef(function(e, n) {
|
|
167
|
+
const { context: t, ...o } = g(), l = F([o.refs.setFloating, n]);
|
|
168
|
+
if (!t.open)
|
|
169
|
+
return null;
|
|
170
|
+
const { overlayBackground: r, ...a } = e, s = y("grid place-items-center", {
|
|
171
|
+
[`${r}`]: r,
|
|
172
|
+
"bg-black sm:bg-black/[.8]": !r
|
|
173
|
+
});
|
|
174
|
+
return /* @__PURE__ */ i(O, { children: /* @__PURE__ */ i(P, { className: s, lockScroll: !0, children: /* @__PURE__ */ i(S, { context: t, children: /* @__PURE__ */ i(
|
|
175
|
+
"div",
|
|
176
|
+
{
|
|
177
|
+
ref: l,
|
|
178
|
+
"aria-labelledby": o.labelId,
|
|
179
|
+
"aria-describedby": o.descriptionId,
|
|
180
|
+
...o.getFloatingProps(a),
|
|
181
|
+
children: a.children
|
|
182
|
+
}
|
|
183
|
+
) }) }) });
|
|
184
|
+
}), ee = c.forwardRef(function({ children: e, ...n }, t) {
|
|
185
|
+
const { setLabelId: o } = g(), l = T();
|
|
186
|
+
return c.useLayoutEffect(() => (o(l), () => o(void 0)), [l, o]), /* @__PURE__ */ i("h1", { ...n, ref: t, id: l, children: e });
|
|
187
|
+
}), ne = c.forwardRef(function({ children: e, ...n }, t) {
|
|
188
|
+
const { setDescriptionId: o } = g(), l = T();
|
|
189
|
+
return c.useLayoutEffect(() => (o(l), () => o(void 0)), [l, o]), /* @__PURE__ */ i("div", { ...n, ref: t, id: l, children: e });
|
|
190
|
+
}), te = c.forwardRef(function(e, n) {
|
|
191
|
+
const { setOpen: t } = g(), { trigger: o, className: l, ...r } = e, a = c.useCallback(() => t(!1), [t]);
|
|
192
|
+
return /* @__PURE__ */ i("div", { className: l, children: c.cloneElement(o, {
|
|
193
|
+
ref: n,
|
|
194
|
+
onClick: a,
|
|
195
|
+
...r
|
|
196
|
+
}) });
|
|
197
|
+
}), G = (e) => {
|
|
198
|
+
let n = "";
|
|
199
|
+
if (typeof e == "number" || typeof e == "string")
|
|
200
|
+
n = "m-" + e;
|
|
201
|
+
else {
|
|
202
|
+
const t = [];
|
|
203
|
+
(e == null ? void 0 : e.t) !== void 0 && t.push(`mt-${e.t}`), (e == null ? void 0 : e.r) !== void 0 && t.push(`mr-${e.r}`), (e == null ? void 0 : e.b) !== void 0 && t.push(`mb-${e.b}`), (e == null ? void 0 : e.l) !== void 0 && t.push(`ml-${e.l}`), n = t.join(" ");
|
|
204
|
+
}
|
|
205
|
+
return n;
|
|
206
|
+
}, oe = ({
|
|
207
|
+
children: e,
|
|
208
|
+
fill: n,
|
|
209
|
+
viewBox: t,
|
|
210
|
+
className: o,
|
|
211
|
+
defaultViewBox: l,
|
|
212
|
+
defaultClassName: r,
|
|
213
|
+
spacing: a,
|
|
214
|
+
title: s,
|
|
215
|
+
semantic: p = !1,
|
|
216
|
+
...u
|
|
217
|
+
}) => {
|
|
218
|
+
const d = G(a), m = y(
|
|
219
|
+
d,
|
|
220
|
+
o || r
|
|
221
|
+
);
|
|
222
|
+
return /* @__PURE__ */ E(D, { children: [
|
|
223
|
+
/* @__PURE__ */ i(
|
|
224
|
+
"svg",
|
|
225
|
+
{
|
|
226
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
227
|
+
className: m,
|
|
228
|
+
viewBox: t || l,
|
|
229
|
+
fill: n || "currentColor",
|
|
230
|
+
role: "img",
|
|
231
|
+
"aria-hidden": !p,
|
|
232
|
+
focusable: !1,
|
|
233
|
+
...u,
|
|
234
|
+
children: e
|
|
235
|
+
}
|
|
236
|
+
),
|
|
237
|
+
s && p && /* @__PURE__ */ i("span", { className: "sr-only", children: s })
|
|
238
|
+
] });
|
|
239
|
+
};
|
|
240
|
+
/*!
|
|
241
|
+
@versini/ui-private v1.4.13
|
|
242
|
+
© 2024 gizmette.com
|
|
243
|
+
*/
|
|
244
|
+
try {
|
|
245
|
+
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
246
|
+
version: "1.4.13",
|
|
247
|
+
buildTime: "09/24/2024 07:45 PM EDT",
|
|
248
|
+
homepage: "https://github.com/aversini/ui-components",
|
|
249
|
+
license: "MIT"
|
|
250
|
+
});
|
|
251
|
+
} catch {
|
|
252
|
+
}
|
|
253
|
+
export {
|
|
254
|
+
K as LiveRegion,
|
|
255
|
+
Q as Modal,
|
|
256
|
+
te as ModalClose,
|
|
257
|
+
W as ModalContent,
|
|
258
|
+
ne as ModalDescription,
|
|
259
|
+
ee as ModalHeading,
|
|
260
|
+
oe as SvgIcon
|
|
261
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SassySaint as r } from "./chunks/index.
|
|
1
|
+
import { SassySaint as r } from "./chunks/index.B5Wp8y85.js";
|
|
2
2
|
/*!
|
|
3
|
-
@sassysaint/client v4.
|
|
3
|
+
@sassysaint/client v4.5.1
|
|
4
4
|
© 2024 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_SASSY_GLOBAL__ || (window.__VERSINI_SASSY_GLOBAL__ = {
|
|
8
|
-
version: "4.
|
|
9
|
-
buildTime: "09/
|
|
8
|
+
version: "4.5.1",
|
|
9
|
+
buildTime: "09/25/2024 12:19 PM EDT",
|
|
10
10
|
license: "MIT"
|
|
11
11
|
});
|
|
12
12
|
} catch {
|
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
*,:before,:after{
|
|
1
|
+
*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}@keyframes blink{50%{fill:transparent}}.m-0{margin:0}.m-1{margin:.25rem}.m-10{margin:2.5rem}.m-11{margin:2.75rem}.m-12{margin:3rem}.m-14{margin:3.5rem}.m-16{margin:4rem}.m-2{margin:.5rem}.m-20{margin:5rem}.m-24{margin:6rem}.m-28{margin:7rem}.m-3{margin:.75rem}.m-32{margin:8rem}.m-36{margin:9rem}.m-4{margin:1rem}.m-44{margin:11rem}.m-48{margin:12rem}.m-5{margin:1.25rem}.m-52{margin:13rem}.m-56{margin:14rem}.m-6{margin:1.5rem}.m-60{margin:15rem}.m-64{margin:16rem}.m-7{margin:1.75rem}.m-72{margin:18rem}.m-8{margin:2rem}.m-80{margin:20rem}.m-9{margin:2.25rem}.m-96{margin:24rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-11{margin-bottom:2.75rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-28{margin-bottom:7rem}.mb-3{margin-bottom:.75rem}.mb-32{margin-bottom:8rem}.mb-36{margin-bottom:9rem}.mb-4{margin-bottom:1rem}.mb-44{margin-bottom:11rem}.mb-48{margin-bottom:12rem}.mb-5{margin-bottom:1.25rem}.mb-52{margin-bottom:13rem}.mb-56{margin-bottom:14rem}.mb-6{margin-bottom:1.5rem}.mb-60{margin-bottom:15rem}.mb-64{margin-bottom:16rem}.mb-7{margin-bottom:1.75rem}.mb-72{margin-bottom:18rem}.mb-8{margin-bottom:2rem}.mb-80{margin-bottom:20rem}.mb-9{margin-bottom:2.25rem}.mb-96{margin-bottom:24rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-11{margin-left:2.75rem}.ml-12{margin-left:3rem}.ml-14{margin-left:3.5rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-20{margin-left:5rem}.ml-24{margin-left:6rem}.ml-28{margin-left:7rem}.ml-3{margin-left:.75rem}.ml-32{margin-left:8rem}.ml-36{margin-left:9rem}.ml-4{margin-left:1rem}.ml-44{margin-left:11rem}.ml-48{margin-left:12rem}.ml-5{margin-left:1.25rem}.ml-52{margin-left:13rem}.ml-56{margin-left:14rem}.ml-6{margin-left:1.5rem}.ml-60{margin-left:15rem}.ml-64{margin-left:16rem}.ml-7{margin-left:1.75rem}.ml-72{margin-left:18rem}.ml-8{margin-left:2rem}.ml-80{margin-left:20rem}.ml-9{margin-left:2.25rem}.ml-96{margin-left:24rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-10{margin-right:2.5rem}.mr-11{margin-right:2.75rem}.mr-12{margin-right:3rem}.mr-14{margin-right:3.5rem}.mr-16{margin-right:4rem}.mr-2{margin-right:.5rem}.mr-20{margin-right:5rem}.mr-24{margin-right:6rem}.mr-28{margin-right:7rem}.mr-3{margin-right:.75rem}.mr-32{margin-right:8rem}.mr-36{margin-right:9rem}.mr-4{margin-right:1rem}.mr-44{margin-right:11rem}.mr-48{margin-right:12rem}.mr-5{margin-right:1.25rem}.mr-52{margin-right:13rem}.mr-56{margin-right:14rem}.mr-6{margin-right:1.5rem}.mr-60{margin-right:15rem}.mr-64{margin-right:16rem}.mr-7{margin-right:1.75rem}.mr-72{margin-right:18rem}.mr-8{margin-right:2rem}.mr-80{margin-right:20rem}.mr-9{margin-right:2.25rem}.mr-96{margin-right:24rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-28{margin-top:7rem}.mt-3{margin-top:.75rem}.mt-32{margin-top:8rem}.mt-36{margin-top:9rem}.mt-4{margin-top:1rem}.mt-44{margin-top:11rem}.mt-48{margin-top:12rem}.mt-5{margin-top:1.25rem}.mt-52{margin-top:13rem}.mt-56{margin-top:14rem}.mt-6{margin-top:1.5rem}.mt-60{margin-top:15rem}.mt-64{margin-top:16rem}.mt-7{margin-top:1.75rem}.mt-72{margin-top:18rem}.mt-8{margin-top:2rem}.mt-80{margin-top:20rem}.mt-9{margin-top:2.25rem}.mt-96{margin-top:24rem}.fadeIn{animation:fadeInAnimation ease 1s;animation-iteration-count:1;animation-fill-mode:forwards}.fadeOut{animation:fadeOutAnimation ease 1s;animation-iteration-count:1;animation-fill-mode:forwards;transition:all .7s ease-in;transform:translate(-75%,-125%) scale(.1)}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeOutAnimation{0%{opacity:1}to{opacity:0}}/*!
|
|
2
2
|
Theme: Tomorrow Night
|
|
3
3
|
Author: Chris Kempson (http://chriskempson.com)
|
|
4
4
|
License: ~ MIT (or more permissive) [via base16-schemes-source]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/sassysaint",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.2",
|
|
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": "4.
|
|
34
|
-
"@versini/ui-styles": "1.
|
|
33
|
+
"@sassysaint/client": "4.5.1",
|
|
34
|
+
"@versini/ui-styles": "1.10.1"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@versini/ui-hooks": "4.1.3",
|
|
38
38
|
"clsx": "2.1.1",
|
|
39
|
-
"tailwindcss": "3.4.
|
|
39
|
+
"tailwindcss": "3.4.13"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": [
|
|
42
42
|
"**/*.css"
|
|
43
43
|
],
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "b31d9acbfefda958c0ec275bff189fae75ae75d7"
|
|
45
45
|
}
|