quirk-ui 0.0.377 → 0.0.378
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-D5MNbeZd.js → CategoryFilters-CNI--NTo.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-DuwmOXD0-B10mZqzI.js → index-BDb2x_Tt-q5h4z5bA.js} +1 -1
- package/dist/{index-BDb2x_Tt.js → index-dTNCdDV2.js} +1 -1
- package/dist/main.d.ts +29 -1
- 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 +29 -1
- package/package.json +1 -1
- /package/dist/assets/{index-DuwmOXD0.css → index-BDb2x_Tt.css} +0 -0
- /package/dist/assets/{index-DuwmOXD0.css.d.ts → index-BDb2x_Tt.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-BDb2x_Tt-q5h4z5bA.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-dTNCdDV2.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-dTNCdDV2.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-dTNCdDV2.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-dTNCdDV2.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";
|
|
@@ -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-BDb2x_Tt.css';var O = {
|
|
5
5
|
color: void 0,
|
|
6
6
|
size: void 0,
|
|
7
7
|
className: void 0,
|
|
@@ -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-BDb2x_Tt.css';/**
|
|
10
10
|
* @license lucide-react v0.488.0 - ISC
|
|
11
11
|
*
|
|
12
12
|
* This source code is licensed under the ISC license.
|
package/dist/main.d.ts
CHANGED
|
@@ -1527,6 +1527,34 @@ export declare type SingletonBlockProps = {
|
|
|
1527
1527
|
singleton: FetchedSingletonBlock;
|
|
1528
1528
|
};
|
|
1529
1529
|
|
|
1530
|
+
export declare interface SiteSettings {
|
|
1531
|
+
_id: string;
|
|
1532
|
+
_type: "site";
|
|
1533
|
+
title: string;
|
|
1534
|
+
identifier: {
|
|
1535
|
+
current: string;
|
|
1536
|
+
};
|
|
1537
|
+
domain?: string;
|
|
1538
|
+
defaultLocale?: string;
|
|
1539
|
+
logo?: SanityImage;
|
|
1540
|
+
siteIcon?: {
|
|
1541
|
+
favicon?: SanityImage;
|
|
1542
|
+
appleTouchIcon?: SanityImage;
|
|
1543
|
+
maskIcon?: SanityImage;
|
|
1544
|
+
};
|
|
1545
|
+
defaultSEO?: {
|
|
1546
|
+
title?: string;
|
|
1547
|
+
description?: string;
|
|
1548
|
+
image?: SanityImage;
|
|
1549
|
+
};
|
|
1550
|
+
socialLinks?: {
|
|
1551
|
+
platform: "Twitter" | "Facebook" | "Instagram" | "LinkedIn" | "YouTube" | "TikTok" | "GitHub";
|
|
1552
|
+
url: string;
|
|
1553
|
+
}[];
|
|
1554
|
+
defaultNavigation: NavigationData;
|
|
1555
|
+
defaultFooter?: NavigationData;
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1530
1558
|
declare type Size = keyof typeof sizeClassMap;
|
|
1531
1559
|
|
|
1532
1560
|
declare type Size_2 = keyof typeof sizeClassMap_2;
|
|
@@ -1656,7 +1684,7 @@ declare interface StickyScrollBlockProps {
|
|
|
1656
1684
|
styleOptions: Styles;
|
|
1657
1685
|
}
|
|
1658
1686
|
|
|
1659
|
-
declare type Styles = {
|
|
1687
|
+
export declare type Styles = {
|
|
1660
1688
|
theme?: string;
|
|
1661
1689
|
orientation?: string;
|
|
1662
1690
|
padding?: string[];
|
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-dTNCdDV2.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-CNI--NTo.js";
|
|
3
3
|
import '../../../assets/index.css';/* empty css */
|
|
4
|
-
import "../../../index-
|
|
4
|
+
import "../../../index-BDb2x_Tt-q5h4z5bA.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-dTNCdDV2.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-CNI--NTo.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-dTNCdDV2.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-BDb2x_Tt-q5h4z5bA.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-dTNCdDV2.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-dTNCdDV2.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
|
@@ -528,6 +528,34 @@ export declare type SingletonBlockProps = {
|
|
|
528
528
|
singleton: FetchedSingletonBlock;
|
|
529
529
|
};
|
|
530
530
|
|
|
531
|
+
export declare interface SiteSettings {
|
|
532
|
+
_id: string;
|
|
533
|
+
_type: "site";
|
|
534
|
+
title: string;
|
|
535
|
+
identifier: {
|
|
536
|
+
current: string;
|
|
537
|
+
};
|
|
538
|
+
domain?: string;
|
|
539
|
+
defaultLocale?: string;
|
|
540
|
+
logo?: SanityImage;
|
|
541
|
+
siteIcon?: {
|
|
542
|
+
favicon?: SanityImage;
|
|
543
|
+
appleTouchIcon?: SanityImage;
|
|
544
|
+
maskIcon?: SanityImage;
|
|
545
|
+
};
|
|
546
|
+
defaultSEO?: {
|
|
547
|
+
title?: string;
|
|
548
|
+
description?: string;
|
|
549
|
+
image?: SanityImage;
|
|
550
|
+
};
|
|
551
|
+
socialLinks?: {
|
|
552
|
+
platform: "Twitter" | "Facebook" | "Instagram" | "LinkedIn" | "YouTube" | "TikTok" | "GitHub";
|
|
553
|
+
url: string;
|
|
554
|
+
}[];
|
|
555
|
+
defaultNavigation: NavigationData;
|
|
556
|
+
defaultFooter?: NavigationData;
|
|
557
|
+
}
|
|
558
|
+
|
|
531
559
|
export declare function StickyScrollBlock({ heading, items, showNumbers, }: StickyScrollBlockProps): JSX.Element;
|
|
532
560
|
|
|
533
561
|
declare interface StickyScrollBlockProps {
|
|
@@ -544,7 +572,7 @@ declare interface StickyScrollBlockProps {
|
|
|
544
572
|
styleOptions: Styles;
|
|
545
573
|
}
|
|
546
574
|
|
|
547
|
-
declare type Styles = {
|
|
575
|
+
export declare type Styles = {
|
|
548
576
|
theme?: string;
|
|
549
577
|
orientation?: string;
|
|
550
578
|
padding?: string[];
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|