quirk-ui 0.0.370 → 0.0.372
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/{CategoryFilters-B6vUxbTP.js → CategoryFilters-DrHyKs_u.js} +1 -1
- package/dist/core/components/CallToAction/CallToAction.test.js +1 -1
- package/dist/core/components/CallToAction/index.js +1 -1
- package/dist/core/components/Footer/index.js +1 -1
- package/dist/core/components/NavBar/index.js +1 -1
- package/dist/core.js +1 -1
- package/dist/{index-BQYdtMCa.js → index-CqCF-mLv.js} +1 -1
- package/dist/{index-DukGLuy8-Dl0sNP5y.js → index-DrVg5PLi-DrDwqWp5.js} +33 -40
- package/dist/main.d.ts +4 -2
- package/dist/main.js +1 -1
- package/dist/next/blocks/DocumentListBlock/CategoryFilters.js +2 -2
- package/dist/next/blocks/DocumentListBlock/index.js +2 -2
- package/dist/next/blocks/TabsBlock/index.js +1 -1
- package/dist/next/blocks/WasHelpfulBlock/index.js +1 -1
- package/dist/next/cards/SpotlightCard/index.js +1 -1
- package/dist/next/ui/CallToActions/index.js +1 -1
- package/dist/next.d.ts +4 -2
- package/package.json +1 -1
- /package/dist/assets/{index-DukGLuy8.css → index-DrVg5PLi.css} +0 -0
- /package/dist/assets/{index-DukGLuy8.css.d.ts → index-DrVg5PLi.css.d.ts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as n, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import './assets/index.css';import './assets/CategoryFilters.css';/* empty css */
|
|
3
|
-
import { v as u } from "./index-
|
|
3
|
+
import { v as u } from "./index-DrVg5PLi-DrDwqWp5.js";
|
|
4
4
|
import { X as m } from "./x-CnsEH4Ox.js";
|
|
5
5
|
const f = "_documentList_17zlj_1", H = "_container_17zlj_9", L = "_heading_17zlj_20", S = "_listContainer_17zlj_26", F = "_listWrapper_17zlj_37", b = "_list_17zlj_26", g = "_listHeader_17zlj_58", k = "_listSearch_17zlj_71", v = "_clearSearch_17zlj_98", C = "_listHeaderFilters_17zlj_117", w = "_listResults_17zlj_128", y = "_listSort_17zlj_132", x = "_filterToggle_17zlj_155", N = "_filterHeader_17zlj_170", I = "_loadMore_17zlj_191", M = "_filterList_17zlj_195", R = "_listFilters_17zlj_202", T = "_applyFilters_17zlj_210", W = "_show_17zlj_239", $ = "_hide_17zlj_248", A = "_buttonIsLoading_17zlj_299", s = {
|
|
6
6
|
documentList: f,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { d as i, i as o, r, s as l, g as t } from "../../../vi.ClIskdbk-D39wA6Kr.js";
|
|
3
|
-
import { C as a } from "../../../index-
|
|
3
|
+
import { C as a } from "../../../index-CqCF-mLv.js";
|
|
4
4
|
import "../../../index-DPGXWTtt.js";
|
|
5
5
|
i("CallToAction", () => {
|
|
6
6
|
o("renders as a button when 'as' is set to 'button'", () => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as a, jsxs as r } from "react/jsx-runtime";
|
|
2
|
-
import { C as y } from "../../../index-
|
|
2
|
+
import { C as y } from "../../../index-CqCF-mLv.js";
|
|
3
3
|
import { ButtonGroup as k } from "../ButtonGroup/index.js";
|
|
4
4
|
import { a as $, b as F, c as I, d as w, e as A } from "../../../index-CeBA0PT0.js";
|
|
5
5
|
import { E } from "../../../external-link-BOPobeQJ.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as a, jsxs as r, Fragment as ee } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as h, useEffect as T, useRef as R, useCallback as A } from "react";
|
|
3
3
|
import { s as e, N as Ce } from "../../../NavLink-BE_Z3sd3.js";
|
|
4
4
|
import { Modal as ne } from "../Modal/index.js";
|
|
5
|
-
import { a as xe, C as ae } from "../../../index-
|
|
5
|
+
import { a as xe, C as ae } from "../../../index-CqCF-mLv.js";
|
|
6
6
|
import { ButtonGroup as le } from "../ButtonGroup/index.js";
|
|
7
7
|
import { E as F } from "../../../external-link-BOPobeQJ.js";
|
|
8
8
|
import { X as Me } from "../../../x-CnsEH4Ox.js";
|
package/dist/core.js
CHANGED
|
@@ -6,7 +6,7 @@ import { Badge as i } from "./core/components/Badge/index.js";
|
|
|
6
6
|
import { Box as l } from "./core/components/Box/index.js";
|
|
7
7
|
import { Breadcrumbs as d } from "./core/components/Breadcrumbs/index.js";
|
|
8
8
|
import { ButtonGroup as u } from "./core/components/ButtonGroup/index.js";
|
|
9
|
-
import { C } from "./index-
|
|
9
|
+
import { C } from "./index-CqCF-mLv.js";
|
|
10
10
|
import { Card as T } from "./core/components/Card/index.js";
|
|
11
11
|
import { Carousel as g } from "./core/components/Carousel/index.js";
|
|
12
12
|
import { Checkbox as F } from "./core/components/Checkbox/index.js";
|
|
@@ -6,7 +6,7 @@ import { P as x } from "./play-DYgKiSaf.js";
|
|
|
6
6
|
import { C as $ } from "./chevron-down-DSUzBz9F.js";
|
|
7
7
|
import { A as L } from "./arrow-right-QEwnX3Sk.js";
|
|
8
8
|
import { A as M } from "./arrow-left-BIJvHwNQ.js";
|
|
9
|
-
import './assets/index-
|
|
9
|
+
import './assets/index-DrVg5PLi.css';/**
|
|
10
10
|
* @license lucide-react v0.488.0 - ISC
|
|
11
11
|
*
|
|
12
12
|
* This source code is licensed under the ISC license.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a, jsxs as k, Fragment as M } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
3
|
import { b as l, e as P } from "./chevron-down-DSUzBz9F-D-Ho8Mhr.js";
|
|
4
|
-
import './assets/index-
|
|
4
|
+
import './assets/index-DrVg5PLi.css';var O = {
|
|
5
5
|
color: void 0,
|
|
6
6
|
size: void 0,
|
|
7
7
|
className: void 0,
|
|
@@ -155,55 +155,32 @@ const W = [
|
|
|
155
155
|
const J = [
|
|
156
156
|
["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
|
|
157
157
|
["path", { d: "M19 12H5", key: "x3x0zl" }]
|
|
158
|
-
], K = l("arrow-left", J), Q = "
|
|
159
|
-
callToAction: Q,
|
|
160
|
-
blurred: U,
|
|
161
|
-
primary: X,
|
|
162
|
-
secondary: Y,
|
|
163
|
-
primaryInverted: Z,
|
|
164
|
-
secondaryInverted: ee,
|
|
165
|
-
blurredInverted: re,
|
|
166
|
-
link: te,
|
|
167
|
-
linkInverted: ne,
|
|
168
|
-
underline: ae,
|
|
169
|
-
underlineInverted: ce,
|
|
170
|
-
content: ie,
|
|
171
|
-
icon: le,
|
|
172
|
-
iconLeft: oe,
|
|
173
|
-
iconRight: se
|
|
174
|
-
};
|
|
175
|
-
/**
|
|
176
|
-
* @license lucide-react v0.488.0 - ISC
|
|
177
|
-
*
|
|
178
|
-
* This source code is licensed under the ISC license.
|
|
179
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
180
|
-
*/
|
|
181
|
-
const de = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], pe = l("chevron-left", de);
|
|
158
|
+
], K = l("arrow-left", J), Q = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], U = l("chevron-left", Q);
|
|
182
159
|
/**
|
|
183
160
|
* @license lucide-react v0.488.0 - ISC
|
|
184
161
|
*
|
|
185
162
|
* This source code is licensed under the ISC license.
|
|
186
163
|
* See the LICENSE file in the root directory of this source tree.
|
|
187
164
|
*/
|
|
188
|
-
const
|
|
165
|
+
const X = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]], Y = l("chevron-right", X);
|
|
189
166
|
/**
|
|
190
167
|
* @license lucide-react v0.488.0 - ISC
|
|
191
168
|
*
|
|
192
169
|
* This source code is licensed under the ISC license.
|
|
193
170
|
* See the LICENSE file in the root directory of this source tree.
|
|
194
171
|
*/
|
|
195
|
-
const
|
|
172
|
+
const Z = [
|
|
196
173
|
["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }],
|
|
197
174
|
["polyline", { points: "10 17 15 12 10 7", key: "1ail0h" }],
|
|
198
175
|
["line", { x1: "15", x2: "3", y1: "12", y2: "12", key: "v6grx8" }]
|
|
199
|
-
],
|
|
176
|
+
], ee = l("log-in", Z);
|
|
200
177
|
/**
|
|
201
178
|
* @license lucide-react v0.488.0 - ISC
|
|
202
179
|
*
|
|
203
180
|
* This source code is licensed under the ISC license.
|
|
204
181
|
* See the LICENSE file in the root directory of this source tree.
|
|
205
182
|
*/
|
|
206
|
-
const
|
|
183
|
+
const re = [
|
|
207
184
|
[
|
|
208
185
|
"path",
|
|
209
186
|
{
|
|
@@ -211,26 +188,26 @@ const me = [
|
|
|
211
188
|
key: "foiqr5"
|
|
212
189
|
}
|
|
213
190
|
]
|
|
214
|
-
],
|
|
191
|
+
], te = l("phone", re);
|
|
215
192
|
/**
|
|
216
193
|
* @license lucide-react v0.488.0 - ISC
|
|
217
194
|
*
|
|
218
195
|
* This source code is licensed under the ISC license.
|
|
219
196
|
* See the LICENSE file in the root directory of this source tree.
|
|
220
197
|
*/
|
|
221
|
-
const
|
|
198
|
+
const ne = [
|
|
222
199
|
["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
|
|
223
200
|
["path", { d: "M3 3v5h5", key: "1xhq8a" }],
|
|
224
201
|
["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
|
|
225
202
|
["path", { d: "M16 16h5v5", key: "ccwih5" }]
|
|
226
|
-
],
|
|
203
|
+
], ae = l("refresh-ccw", ne);
|
|
227
204
|
/**
|
|
228
205
|
* @license lucide-react v0.488.0 - ISC
|
|
229
206
|
*
|
|
230
207
|
* This source code is licensed under the ISC license.
|
|
231
208
|
* See the LICENSE file in the root directory of this source tree.
|
|
232
209
|
*/
|
|
233
|
-
const
|
|
210
|
+
const ce = [
|
|
234
211
|
[
|
|
235
212
|
"path",
|
|
236
213
|
{
|
|
@@ -239,7 +216,23 @@ const we = [
|
|
|
239
216
|
}
|
|
240
217
|
],
|
|
241
218
|
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
242
|
-
],
|
|
219
|
+
], ie = l("settings", ce), le = "_callToAction_1wtpc_1", oe = "_blurred_1wtpc_26", se = "_primary_1wtpc_27", de = "_secondary_1wtpc_28", pe = "_primaryInverted_1wtpc_29", ue = "_secondaryInverted_1wtpc_30", he = "_blurredInverted_1wtpc_32", ye = "_link_1wtpc_46", ve = "_linkInverted_1wtpc_47", me = "_underline_1wtpc_48", fe = "_underlineInverted_1wtpc_49", ge = "_content_1wtpc_59", be = "_icon_1wtpc_193", we = "_iconLeft_1wtpc_213", _e = "_iconRight_1wtpc_217", c = {
|
|
220
|
+
callToAction: le,
|
|
221
|
+
blurred: oe,
|
|
222
|
+
primary: se,
|
|
223
|
+
secondary: de,
|
|
224
|
+
primaryInverted: pe,
|
|
225
|
+
secondaryInverted: ue,
|
|
226
|
+
blurredInverted: he,
|
|
227
|
+
link: ye,
|
|
228
|
+
linkInverted: ve,
|
|
229
|
+
underline: me,
|
|
230
|
+
underlineInverted: fe,
|
|
231
|
+
content: ge,
|
|
232
|
+
icon: be,
|
|
233
|
+
iconLeft: we,
|
|
234
|
+
iconRight: _e
|
|
235
|
+
}, ke = {
|
|
243
236
|
apps: /* @__PURE__ */ k(M, { children: [
|
|
244
237
|
/* @__PURE__ */ a(T, {}),
|
|
245
238
|
" ",
|
|
@@ -248,15 +241,15 @@ const we = [
|
|
|
248
241
|
"arrow-left": /* @__PURE__ */ a(K, {}),
|
|
249
242
|
"arrow-right": /* @__PURE__ */ a(G, {}),
|
|
250
243
|
"chevron-down": /* @__PURE__ */ a(P, {}),
|
|
251
|
-
"chevron-left": /* @__PURE__ */ a(
|
|
252
|
-
"chevron-right": /* @__PURE__ */ a(
|
|
244
|
+
"chevron-left": /* @__PURE__ */ a(U, {}),
|
|
245
|
+
"chevron-right": /* @__PURE__ */ a(Y, {}),
|
|
253
246
|
envelope: /* @__PURE__ */ a(D, {}),
|
|
254
|
-
phone: /* @__PURE__ */ a(
|
|
247
|
+
phone: /* @__PURE__ */ a(te, {}),
|
|
255
248
|
play: /* @__PURE__ */ a(H, {}),
|
|
256
249
|
"new-tab": /* @__PURE__ */ a(V, {}),
|
|
257
|
-
refresh: /* @__PURE__ */ a(
|
|
258
|
-
settings: /* @__PURE__ */ a(
|
|
259
|
-
"sign-in": /* @__PURE__ */ a(
|
|
250
|
+
refresh: /* @__PURE__ */ a(ae, {}),
|
|
251
|
+
settings: /* @__PURE__ */ a(ie, {}),
|
|
252
|
+
"sign-in": /* @__PURE__ */ a(ee, {})
|
|
260
253
|
}, _ = {
|
|
261
254
|
primary: c.primary,
|
|
262
255
|
primaryInverted: c.primaryInverted,
|
package/dist/main.d.ts
CHANGED
|
@@ -1284,7 +1284,7 @@ export declare interface NavigationData {
|
|
|
1284
1284
|
current: string;
|
|
1285
1285
|
};
|
|
1286
1286
|
navigationType: "default" | "advanced";
|
|
1287
|
-
variant: "standard" | "transparent"
|
|
1287
|
+
variant: "standard" | "transparent";
|
|
1288
1288
|
showSearch?: boolean;
|
|
1289
1289
|
showLocaleSelect?: boolean;
|
|
1290
1290
|
navigationItems?: NavItem[];
|
|
@@ -1293,7 +1293,9 @@ export declare interface NavigationData {
|
|
|
1293
1293
|
utilityItems?: UtilityItem[];
|
|
1294
1294
|
logo?: SanityImage;
|
|
1295
1295
|
logoLink?: {
|
|
1296
|
-
|
|
1296
|
+
slug: {
|
|
1297
|
+
current: string;
|
|
1298
|
+
};
|
|
1297
1299
|
};
|
|
1298
1300
|
primaryInfo?: PortableTextBlock[];
|
|
1299
1301
|
secondaryInfo?: PortableTextBlock[];
|
package/dist/main.js
CHANGED
|
@@ -6,7 +6,7 @@ import { Badge as i } from "./core/components/Badge/index.js";
|
|
|
6
6
|
import { Box as l } from "./core/components/Box/index.js";
|
|
7
7
|
import { Breadcrumbs as B } from "./core/components/Breadcrumbs/index.js";
|
|
8
8
|
import { ButtonGroup as k } from "./core/components/ButtonGroup/index.js";
|
|
9
|
-
import { C as u } from "./index-
|
|
9
|
+
import { C as u } from "./index-CqCF-mLv.js";
|
|
10
10
|
import { Card as S } from "./core/components/Card/index.js";
|
|
11
11
|
import { Carousel as b } from "./core/components/Carousel/index.js";
|
|
12
12
|
import { Checkbox as A } from "./core/components/Checkbox/index.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { C as e } from "../../../CategoryFilters-
|
|
2
|
+
import { C as e } from "../../../CategoryFilters-DrHyKs_u.js";
|
|
3
3
|
import '../../../assets/index.css';/* empty css */
|
|
4
|
-
import "../../../index-
|
|
4
|
+
import "../../../index-DrVg5PLi-DrDwqWp5.js";
|
|
5
5
|
import "../../../x-CnsEH4Ox.js";
|
|
6
6
|
export {
|
|
7
7
|
e as CategoryFilters
|
|
@@ -4,14 +4,14 @@ import { RichText as H } from "../../ui/PortableTextRenderer/index.js";
|
|
|
4
4
|
import { useStyleClasses as J } from "../../hooks/useStyleClasses.js";
|
|
5
5
|
import { useLocaleBridge as K } from "../../contexts/LocaleBridge.js";
|
|
6
6
|
import '../../../assets/colors.css';import '../../../assets/index.css';/* empty css */
|
|
7
|
-
import { C as L } from "../../../index-
|
|
7
|
+
import { C as L } from "../../../index-CqCF-mLv.js";
|
|
8
8
|
import { Input as Q } from "../../../core/components/Input/index.js";
|
|
9
9
|
import "react-dom";
|
|
10
10
|
import { Select as V } from "../../../core/components/Select/index.js";
|
|
11
11
|
import "../../../core/components/Tabs/index.js";
|
|
12
12
|
/* empty css */
|
|
13
13
|
import { BlogArticleCard as Y } from "../../cards/BlogArticleCard/index.js";
|
|
14
|
-
import { s, C as F } from "../../../CategoryFilters-
|
|
14
|
+
import { s, C as F } from "../../../CategoryFilters-DrHyKs_u.js";
|
|
15
15
|
import { X as ee } from "../../../x-CnsEH4Ox.js";
|
|
16
16
|
const te = [
|
|
17
17
|
{ label: "Newest", value: "date-desc" },
|
|
@@ -2,7 +2,7 @@ import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as X, useEffect as Y } from "react";
|
|
3
3
|
import { useStyleClasses as Z } from "../../hooks/useStyleClasses.js";
|
|
4
4
|
import '../../../assets/colors.css';import '../../../assets/index.css';import '../../../assets/index11.css';/* empty css */
|
|
5
|
-
import { C as A } from "../../../index-
|
|
5
|
+
import { C as A } from "../../../index-CqCF-mLv.js";
|
|
6
6
|
import "react-dom";
|
|
7
7
|
import { Tabs as f } from "../../../core/components/Tabs/index.js";
|
|
8
8
|
/* empty css */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t, jsxs as r, Fragment as _ } from "react/jsx-runtime";
|
|
2
2
|
import { useState as f, useEffect as m } from "react";
|
|
3
3
|
import '../../../assets/index.css';import '../../../assets/index67.css';/* empty css */
|
|
4
|
-
import { v as p } from "../../../index-
|
|
4
|
+
import { v as p } from "../../../index-DrVg5PLi-DrDwqWp5.js";
|
|
5
5
|
const g = "_buttonGroup_15lw8_1", b = "_left_15lw8_16", w = "_center_15lw8_20", y = "_right_15lw8_29", v = "_vertical_15lw8_33", N = "_horizontal_15lw8_37", n = {
|
|
6
6
|
buttonGroup: g,
|
|
7
7
|
left: b,
|
|
@@ -2,7 +2,7 @@ import { jsxs as y, jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import v from "next/image";
|
|
3
3
|
import '../../../assets/colors.css';import '../../../assets/index.css';import '../../../assets/index2.css';/* empty css */
|
|
4
4
|
import "react";
|
|
5
|
-
import { C as O } from "../../../index-
|
|
5
|
+
import { C as O } from "../../../index-CqCF-mLv.js";
|
|
6
6
|
import "react-dom";
|
|
7
7
|
import "../../../core/components/Tabs/index.js";
|
|
8
8
|
/* empty css */
|
|
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as c, useEffect as b } from "react";
|
|
3
3
|
import '../../../assets/colors.css';import '../../../assets/index.css';/* empty css */
|
|
4
4
|
import { ButtonGroup as h } from "../../../core/components/ButtonGroup/index.js";
|
|
5
|
-
import { C as l } from "../../../index-
|
|
5
|
+
import { C as l } from "../../../index-CqCF-mLv.js";
|
|
6
6
|
import { Modal as p } from "../../../core/components/Modal/index.js";
|
|
7
7
|
import "../../../core/components/Tabs/index.js";
|
|
8
8
|
/* empty css */
|
package/dist/next.d.ts
CHANGED
|
@@ -408,7 +408,7 @@ export declare interface NavigationData {
|
|
|
408
408
|
current: string;
|
|
409
409
|
};
|
|
410
410
|
navigationType: "default" | "advanced";
|
|
411
|
-
variant: "standard" | "transparent"
|
|
411
|
+
variant: "standard" | "transparent";
|
|
412
412
|
showSearch?: boolean;
|
|
413
413
|
showLocaleSelect?: boolean;
|
|
414
414
|
navigationItems?: NavItem[];
|
|
@@ -417,7 +417,9 @@ export declare interface NavigationData {
|
|
|
417
417
|
utilityItems?: UtilityItem[];
|
|
418
418
|
logo?: SanityImage;
|
|
419
419
|
logoLink?: {
|
|
420
|
-
|
|
420
|
+
slug: {
|
|
421
|
+
current: string;
|
|
422
|
+
};
|
|
421
423
|
};
|
|
422
424
|
primaryInfo?: PortableTextBlock[];
|
|
423
425
|
secondaryInfo?: PortableTextBlock[];
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|