@cruk/chakra-components 0.1.0-alpha.4 → 0.1.0-alpha.6
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/cjs/packages/components/src/components/Button/IconButton.js +2 -0
- package/dist/cjs/packages/components/src/components/Button/IconButton.js.map +1 -0
- package/dist/cjs/packages/components/src/components/DonateWidget/index.js +1 -1
- package/dist/cjs/packages/components/src/components/List/index.js +1 -1
- package/dist/cjs/packages/components/src/components/Navigation/index.js +1 -1
- package/dist/cjs/packages/components/src/components/OnThisPage/index.js +1 -1
- package/dist/cjs/packages/components/src/components/RadioConsent/index.js +2 -0
- package/dist/cjs/packages/components/src/components/RadioConsent/index.js.map +1 -0
- package/dist/cjs/packages/components/src/components/RichHeader/index.js +1 -1
- package/dist/cjs/packages/components/src/components/SocialProof/CaseStudy.js +1 -1
- package/dist/cjs/packages/components/src/components/SocialProof/PullQuote.js +1 -1
- package/dist/cjs/packages/components/src/components/YouTubeEmbed/index.js +1 -1
- package/dist/cjs/packages/components/src/index.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/components/accordion.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/components/button.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/components/card.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/components/formControl.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/components/input.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/components/link.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/components/popover.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/components/select.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/components/tabs.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/components/tag.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/foundations/colors.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/foundations/semantic-tokens.js +1 -1
- package/dist/cjs/packages/components/src/theme/cruk/styles.js +1 -1
- package/dist/esm/packages/components/src/components/Button/IconButton.js +2 -0
- package/dist/esm/packages/components/src/components/Button/IconButton.js.map +1 -0
- package/dist/esm/packages/components/src/components/DonateWidget/index.js +1 -1
- package/dist/esm/packages/components/src/components/List/index.js +1 -1
- package/dist/esm/packages/components/src/components/Navigation/index.js +1 -1
- package/dist/esm/packages/components/src/components/OnThisPage/index.js +1 -1
- package/dist/esm/packages/components/src/components/RadioConsent/index.js +2 -0
- package/dist/esm/packages/components/src/components/RadioConsent/index.js.map +1 -0
- package/dist/esm/packages/components/src/components/RichHeader/index.js +1 -1
- package/dist/esm/packages/components/src/components/SocialProof/CaseStudy.js +1 -1
- package/dist/esm/packages/components/src/components/SocialProof/PullQuote.js +1 -1
- package/dist/esm/packages/components/src/components/YouTubeEmbed/index.js +1 -1
- package/dist/esm/packages/components/src/index.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/components/accordion.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/components/button.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/components/card.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/components/formControl.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/components/input.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/components/link.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/components/popover.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/components/select.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/components/tabs.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/components/tag.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/foundations/colors.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/foundations/semantic-tokens.js +1 -1
- package/dist/esm/packages/components/src/theme/cruk/styles.js +1 -1
- package/dist/types/src/components/Accordion/Accordion.stories.d.ts +11 -3
- package/dist/types/src/components/Accordion/Accordion.stories.d.ts.map +1 -1
- package/dist/types/src/components/Accordion/Accordion.test.d.ts +2 -0
- package/dist/types/src/components/Accordion/Accordion.test.d.ts.map +1 -0
- package/dist/types/src/components/Avatar/Avatar.stories.d.ts +14 -8
- package/dist/types/src/components/Avatar/Avatar.stories.d.ts.map +1 -1
- package/dist/types/src/components/Badge/Badge.stories.d.ts +10 -7
- package/dist/types/src/components/Badge/Badge.stories.d.ts.map +1 -1
- package/dist/types/src/components/Badge/Badge.test.d.ts +2 -0
- package/dist/types/src/components/Badge/Badge.test.d.ts.map +1 -0
- package/dist/types/src/components/Box/Box.stories.d.ts +10 -7
- package/dist/types/src/components/Box/Box.stories.d.ts.map +1 -1
- package/dist/types/src/components/Box/Box.test.d.ts +2 -0
- package/dist/types/src/components/Box/Box.test.d.ts.map +1 -0
- package/dist/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts +4 -1
- package/dist/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -1
- package/dist/types/src/components/Button/Button.stories.d.ts +15 -6
- package/dist/types/src/components/Button/Button.stories.d.ts.map +1 -1
- package/dist/types/src/components/Button/IconButton.d.ts +1 -1
- package/dist/types/src/components/Button/IconButton.d.ts.map +1 -1
- package/dist/types/src/components/Button/IconButton.stories.d.ts +7 -3
- package/dist/types/src/components/Button/IconButton.stories.d.ts.map +1 -1
- package/dist/types/src/components/Button/IconButton.test.d.ts +2 -0
- package/dist/types/src/components/Button/IconButton.test.d.ts.map +1 -0
- package/dist/types/src/components/Card/Card.stories.d.ts +3 -3
- package/dist/types/src/components/Circle/Circle.stories.d.ts +10 -7
- package/dist/types/src/components/Circle/Circle.stories.d.ts.map +1 -1
- package/dist/types/src/components/CircleDevice/CircleDevice.stories.d.ts +8 -4
- package/dist/types/src/components/CircleDevice/CircleDevice.stories.d.ts.map +1 -1
- package/dist/types/src/components/CircleDevice/CircleDevice.test.d.ts +2 -0
- package/dist/types/src/components/CircleDevice/CircleDevice.test.d.ts.map +1 -0
- package/dist/types/src/components/Container/Container.stories.d.ts +18 -5
- package/dist/types/src/components/Container/Container.stories.d.ts.map +1 -1
- package/dist/types/src/components/Container/Container.test.d.ts +2 -0
- package/dist/types/src/components/Container/Container.test.d.ts.map +1 -0
- package/dist/types/src/components/Container/index.d.ts.map +1 -1
- package/dist/types/src/components/Divider/Divider.stories.d.ts +8 -5
- package/dist/types/src/components/Divider/Divider.stories.d.ts.map +1 -1
- package/dist/types/src/components/Divider/Divider.test.d.ts +2 -0
- package/dist/types/src/components/Divider/Divider.test.d.ts.map +1 -0
- package/dist/types/src/components/DonateWidget/DonateWidget.stories.d.ts +7 -29
- package/dist/types/src/components/DonateWidget/DonateWidget.stories.d.ts.map +1 -1
- package/dist/types/src/components/DonateWidget/index.d.ts +3 -0
- package/dist/types/src/components/DonateWidget/index.d.ts.map +1 -1
- package/dist/types/src/components/Flex/Flex.stories.d.ts +9 -4
- package/dist/types/src/components/Flex/Flex.stories.d.ts.map +1 -1
- package/dist/types/src/components/Flex/Flex.test.d.ts +2 -0
- package/dist/types/src/components/Flex/Flex.test.d.ts.map +1 -0
- package/dist/types/src/components/Footer/Footer.stories.d.ts +7 -3
- package/dist/types/src/components/Footer/Footer.stories.d.ts.map +1 -1
- package/dist/types/src/components/Grid/Grid.stories.d.ts.map +1 -1
- package/dist/types/src/components/OnThisPage/index.d.ts.map +1 -1
- package/dist/types/src/components/RadioConsent/RadioConsent.stories.d.ts +7 -0
- package/dist/types/src/components/RadioConsent/RadioConsent.stories.d.ts.map +1 -0
- package/dist/types/src/components/RadioConsent/index.d.ts +15 -0
- package/dist/types/src/components/RadioConsent/index.d.ts.map +1 -0
- package/dist/types/src/components/YouTubeEmbed/index.d.ts +2 -1
- package/dist/types/src/components/YouTubeEmbed/index.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +1 -0
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/theme/cruk/foundations/semantic-tokens.d.ts.map +1 -1
- package/dist/types/src/theme/cruk/styles.d.ts +9 -0
- package/dist/types/src/theme/cruk/styles.d.ts.map +1 -1
- package/dist/types/template/template-test.d.ts +1 -0
- package/dist/types/template/template-test.d.ts.map +1 -0
- package/dist/types/template/template.stories.d.ts +1 -0
- package/dist/types/template/template.stories.d.ts.map +1 -0
- package/package.json +2 -2
- /package/dist/fonts/{fonts/poppins → poppins}/Poppins-Bold.woff +0 -0
- /package/dist/fonts/{fonts/poppins → poppins}/Poppins-Light.woff +0 -0
- /package/dist/fonts/{fonts/poppins → poppins}/Poppins-LightItalic.woff +0 -0
- /package/dist/fonts/{fonts/poppins → poppins}/Poppins-Medium.woff +0 -0
- /package/dist/fonts/{fonts/poppins → poppins}/Poppins-Regular.woff +0 -0
- /package/dist/fonts/{fonts/poppins → poppins}/Poppins-SemiBold.woff +0 -0
- /package/dist/fonts/{fonts/progress → progress}/Progress-Light.woff +0 -0
- /package/dist/fonts/{fonts/progress → progress}/Progress-Medium.woff +0 -0
- /package/dist/fonts/{fonts/progress → progress}/Progress-Regular.woff +0 -0
- /package/dist/fonts/{fonts/progress → progress}/Progress-SemiBold.woff +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CircleDevice.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/CircleDevice/CircleDevice.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"CircleDevice.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/CircleDevice/CircleDevice.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAE,YAAY,EAAqB,MAAM,GAAG,CAAC;AAoBpD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAoCnC,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,uFAAuF;AACvF,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,yGAAyG;AACzG,eAAO,MAAM,WAAW,EAAE,KAEzB,CAAC;AAEF,iHAAiH;AACjH,eAAO,MAAM,cAAc,EAAE,KAE5B,CAAC;AAEF,gIAAgI;AAChI,eAAO,MAAM,yBAAyB,EAAE,KAQvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CircleDevice.test.d.ts","sourceRoot":"","sources":["../../../../../src/components/CircleDevice/CircleDevice.test.tsx"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC"}
|
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export
|
|
5
|
-
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
+
import { Container } from ".";
|
|
3
|
+
declare const meta: Meta<typeof Container>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
/** Basic Container - This is the base version of the Container Component. */
|
|
7
|
+
export declare const Basic: Story;
|
|
8
|
+
/** Basic with Border Container - This is the base version of the Container Component with a 1px border. */
|
|
9
|
+
export declare const BasicWithBorder: Story;
|
|
10
|
+
/** Basic with Centered Items Container - This is the base version of the Container Component with a 4px border and centered items. */
|
|
11
|
+
export declare const WithCenteredBox: {
|
|
12
|
+
args: {
|
|
13
|
+
border: string;
|
|
14
|
+
p: string;
|
|
15
|
+
centerContent: boolean;
|
|
16
|
+
};
|
|
17
|
+
render: (args: any) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
};
|
|
6
19
|
//# sourceMappingURL=Container.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Container.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Container/Container.stories.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Container.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Container/Container.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGlD,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC;AAI9B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CAgChC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,6EAA6E;AAC7E,eAAO,MAAM,KAAK,EAAE,KAcnB,CAAC;AAEF,2GAA2G;AAC3G,eAAO,MAAM,eAAe,EAAE,KAc7B,CAAC;AAEF,sIAAsI;AACtI,eAAO,MAAM,eAAe;;;;;;;CAa3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Container.test.d.ts","sourceRoot":"","sources":["../../../../../src/components/Container/Container.test.tsx"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Container/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Container/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAE7D,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,CAAC"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import { StoryObj } from "@storybook/react";
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
2
2
|
import { Divider } from ".";
|
|
3
|
-
declare const
|
|
4
|
-
export default
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
declare const meta: Meta<typeof Divider>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
/** Default Divider - This is the base version of the Divider Component. */
|
|
7
|
+
export declare const Default: Story;
|
|
8
|
+
/** Footer Divider - This is the footer version of the Divider Component. */
|
|
9
|
+
export declare const FooterVariant: Story;
|
|
7
10
|
//# sourceMappingURL=Divider.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Divider.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Divider/Divider.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Divider.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Divider/Divider.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAE,OAAO,EAAE,MAAM,GAAG,CAAC;AAM5B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,CAsB9B,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,2EAA2E;AAC3E,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,4EAA4E;AAC5E,eAAO,MAAM,aAAa,EAAE,KAM3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Divider.test.d.ts","sourceRoot":"","sources":["../../../../../src/components/Divider/Divider.test.tsx"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC"}
|
|
@@ -1,30 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
tabListTitle: string;
|
|
9
|
-
amounts: AmountProps[];
|
|
10
|
-
inputLabel: string;
|
|
11
|
-
inputPlaceholder: string;
|
|
12
|
-
primaryCtaButtonCustomLink: {
|
|
13
|
-
children: string;
|
|
14
|
-
};
|
|
15
|
-
primaryCtaButton: {
|
|
16
|
-
children: string;
|
|
17
|
-
href: string;
|
|
18
|
-
};
|
|
19
|
-
errorMessageTooHigh: string;
|
|
20
|
-
errorMessageTooLow: string;
|
|
21
|
-
secondaryCtaLink: {
|
|
22
|
-
displayText: string;
|
|
23
|
-
href: string;
|
|
24
|
-
variant: string;
|
|
25
|
-
};
|
|
26
|
-
paymentIcons: string[];
|
|
27
|
-
}[];
|
|
28
|
-
};
|
|
29
|
-
};
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
+
import { DonateWidget } from "./index";
|
|
3
|
+
declare const meta: Meta<typeof DonateWidget>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
/** Default Donate Widget - This is the base version of the Donate Widget Component. */
|
|
7
|
+
export declare const Default: Story;
|
|
30
8
|
//# sourceMappingURL=DonateWidget.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DonateWidget.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/DonateWidget/DonateWidget.stories.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DonateWidget.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/DonateWidget/DonateWidget.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAe,YAAY,EAAqB,MAAM,SAAS,CAAC;AAyBvE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAgEnC,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,uFAAuF;AACvF,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC"}
|
|
@@ -21,6 +21,9 @@ type TabProps = {
|
|
|
21
21
|
inputLabel: string;
|
|
22
22
|
inputPlaceholder: string;
|
|
23
23
|
primaryCtaButton?: ButtonProps;
|
|
24
|
+
primaryCtaButtonCustomLink?: {
|
|
25
|
+
children: string;
|
|
26
|
+
};
|
|
24
27
|
secondaryCtaLink?: DonateLinkProps;
|
|
25
28
|
paymentIcons?: string[];
|
|
26
29
|
errorMessageTooHigh: React.ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DonateWidget/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAqC,MAAM,kBAAkB,CAAC;AACzE,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,EAAU,WAAW,EAAE,MAAM,WAAW,CAAC;AAIhD,OAAO,EAAQ,SAAS,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACxD,OAAO,EAA2C,SAAS,EAAE,MAAM,SAAS,CAAC;AAI7E,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,UAAU,eAAgB,SAAQ,SAAS;IACzC,EAAE,CAAC,EAAE,EAAE,CAAC;IACR,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB;AAED,KAAK,QAAQ,GAAG;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,WAAW,CAAC;IAC/B,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,mBAAmB,EAAE,KAAK,CAAC,SAAS,CAAC;IACrC,kBAAkB,EAAE,MAAM,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,UAAU,iBAAkB,SAAQ,SAAS;IAC3C,IAAI,EAAE,QAAQ,EAAE,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DonateWidget/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAqC,MAAM,kBAAkB,CAAC;AACzE,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,EAAU,WAAW,EAAE,MAAM,WAAW,CAAC;AAIhD,OAAO,EAAQ,SAAS,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACxD,OAAO,EAA2C,SAAS,EAAE,MAAM,SAAS,CAAC;AAI7E,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,UAAU,eAAgB,SAAQ,SAAS;IACzC,EAAE,CAAC,EAAE,EAAE,CAAC;IACR,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB;AAED,KAAK,QAAQ,GAAG;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,WAAW,CAAC;IAC/B,0BAA0B,CAAC,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC;IAClD,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,mBAAmB,EAAE,KAAK,CAAC,SAAS,CAAC;IACrC,kBAAkB,EAAE,MAAM,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,UAAU,iBAAkB,SAAQ,SAAS;IAC3C,IAAI,EAAE,QAAQ,EAAE,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,YAAY,yFAoPhB,CAAC;AAEH,OAAO,EAAE,KAAK,WAAW,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,CAAC"}
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export
|
|
1
|
+
import { Flex } from "@chakra-ui/react";
|
|
2
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
3
|
+
declare const meta: Meta<typeof Flex>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
/** Default Flex Component - This is the base version of the Flex Component. */
|
|
7
|
+
export declare const Basic: Story;
|
|
8
|
+
/** Default Flex Component With Spacer - This is the base version of the Flex Component with a spacer. */
|
|
9
|
+
export declare const FlexSpacer: Story;
|
|
5
10
|
//# sourceMappingURL=Flex.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Flex.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Flex/Flex.stories.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Flex.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Flex/Flex.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAU,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAIlD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,IAAI,CAI3B,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,+EAA+E;AAC/E,eAAO,MAAM,KAAK,EAAE,KAcnB,CAAC;AAEF,yGAAyG;AACzG,eAAO,MAAM,UAAU,EAAE,KAYxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Flex.test.d.ts","sourceRoot":"","sources":["../../../../../src/components/Flex/Flex.test.tsx"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
+
import { Footer } from ".";
|
|
3
|
+
declare const meta: Meta<typeof Footer>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
/** Default Footer - This is the base version of the Footer Component. */
|
|
7
|
+
export declare const FOOTER: Story;
|
|
4
8
|
//# sourceMappingURL=Footer.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Footer.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Footer/Footer.stories.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Footer.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Footer/Footer.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAE,MAAM,EAAa,MAAM,GAAG,CAAC;AAMtC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,CAW7B,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAoCnC,yEAAyE;AACzE,eAAO,MAAM,MAAM,EAAE,KAQpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Grid.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Grid/Grid.stories.tsx"],"names":[],"mappings":";AAKA,wBAIU;AAEV,eAAO,MAAM,YAAY,+CAuBxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,+
|
|
1
|
+
{"version":3,"file":"Grid.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Grid/Grid.stories.tsx"],"names":[],"mappings":";AAKA,wBAIU;AAEV,eAAO,MAAM,YAAY,+CAuBxB,CAAC;AAEF,eAAO,MAAM,oBAAoB,+CA8DhC,CAAC;AAEF,eAAO,MAAM,WAAW,+CAOvB,CAAC;AAEF,eAAO,MAAM,iBAAiB,+CAS7B,CAAC;AAEF,eAAO,MAAM,YAAY,+CAoBxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/OnThisPage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/OnThisPage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAMZ,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAoB,MAAM,OAAO,CAAC;AAUzC,UAAU,eAAgB,SAAQ,WAAW;IAC3C,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,kBAAkB,uFA8HtB,CAAC;AAEH,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { StoryObj } from "@storybook/react";
|
|
2
|
+
import { RadioConsent } from ".";
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const BasicPrimary: Story;
|
|
6
|
+
type Story = StoryObj<typeof RadioConsent>;
|
|
7
|
+
//# sourceMappingURL=RadioConsent.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioConsent.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/RadioConsent/RadioConsent.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;;AAIjC,wBAsBU;AAEV,eAAO,MAAM,YAAY,EAAE,KAW1B,CAAC;AAEF,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ChangeEventHandler } from "react";
|
|
2
|
+
type Attributes = {
|
|
3
|
+
value: string;
|
|
4
|
+
option: string;
|
|
5
|
+
};
|
|
6
|
+
type RadioConsentProps = {
|
|
7
|
+
legend: string;
|
|
8
|
+
name: string;
|
|
9
|
+
attributes: Attributes[];
|
|
10
|
+
onChange: ChangeEventHandler<HTMLInputElement>;
|
|
11
|
+
selectedValue: string;
|
|
12
|
+
};
|
|
13
|
+
declare const RadioConsent: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", RadioConsentProps>;
|
|
14
|
+
export { RadioConsent, type RadioConsentProps };
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/RadioConsent/index.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAM3C,KAAK,UAAU,GAAG;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,iBAAiB,GAAG;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,UAAU,EAAE,CAAC;IACzB,QAAQ,EAAE,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IAC/C,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,YAAY,yFA2BhB,CAAC;AAEH,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { ChakraProps } from "@chakra-ui/react";
|
|
2
2
|
type YouTubeEmbedProps = ChakraProps & {
|
|
3
|
-
|
|
3
|
+
videoID: string;
|
|
4
4
|
description: string;
|
|
5
|
+
aspectRatio?: number;
|
|
5
6
|
};
|
|
6
7
|
declare const YouTubeEmbed: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"div", YouTubeEmbedProps>;
|
|
7
8
|
export { YouTubeEmbed, type YouTubeEmbedProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/YouTubeEmbed/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAe,WAAW,EAAc,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/YouTubeEmbed/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAe,WAAW,EAAc,MAAM,kBAAkB,CAAC;AAExE,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,YAAY,yFAuBhB,CAAC;AAIH,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,CAAC"}
|
|
@@ -24,6 +24,7 @@ export { Navigation } from "./components/Navigation";
|
|
|
24
24
|
export { Popover, PopoverAnchor, PopoverArrow, PopoverBody, PopoverCloseButton, PopoverContent, PopoverFooter, PopoverHeader, type PopoverProps, PopoverTrigger, } from "./components/PopOver";
|
|
25
25
|
export { ProgressBar } from "./components/ProgressBar";
|
|
26
26
|
export { Radio, RadioGroup } from "./components/Radio";
|
|
27
|
+
export { RadioConsent } from "./components/RadioConsent";
|
|
27
28
|
export { ReferenceBlock, ReferenceBlockContainer, type ReferenceBlockContainerProps, type ReferenceBlockProps, } from "./components/ReferenceBlock";
|
|
28
29
|
export { RichHeader } from "./components/RichHeader";
|
|
29
30
|
export { Select } from "./components/Select";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG/D,OAAO,EACL,SAAS,EACT,eAAe,EACf,aAAa,EACb,aAAa,EACb,cAAc,GACf,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvE,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EACL,UAAU,EACV,cAAc,EACd,KAAK,mBAAmB,EACxB,cAAc,GACf,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EACL,IAAI,EACJ,KAAK,SAAS,EACd,SAAS,EACT,KAAK,cAAc,GACpB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EACL,MAAM,EACN,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,SAAS,GACf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,cAAc,EACd,SAAS,GACV,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EACL,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAQ,GACT,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EACL,KAAK,EACL,UAAU,EACV,UAAU,EACV,cAAc,EACd,gBAAgB,EAChB,eAAe,EACf,iBAAiB,GAClB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EACL,iBAAiB,EACjB,SAAS,EACT,aAAa,EACb,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EACL,OAAO,EACP,aAAa,EACb,YAAY,EACZ,WAAW,EACX,kBAAkB,EAClB,cAAc,EACd,aAAa,EACb,aAAa,EACb,KAAK,YAAY,EACjB,cAAc,GACf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EACL,cAAc,EACd,uBAAuB,EACvB,KAAK,4BAA4B,EACjC,KAAK,mBAAmB,GACzB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAC5E,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,EAAE,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EACL,KAAK,EACL,cAAc,EACd,KAAK,EACL,EAAE,EACF,EAAE,EACF,KAAK,EACL,EAAE,GACH,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAEnD,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"semantic-tokens.d.ts","sourceRoot":"","sources":["../../../../../../src/theme/cruk/foundations/semantic-tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,QAAA,MAAM,eAAe,EAAE,eAOtB,CAAC;AAEF,QAAA,MAAM,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"semantic-tokens.d.ts","sourceRoot":"","sources":["../../../../../../src/theme/cruk/foundations/semantic-tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,QAAA,MAAM,eAAe,EAAE,eAOtB,CAAC;AAEF,QAAA,MAAM,eAAe,EAAE,eA+KtB,CAAC;AAEF,QAAA,MAAM,eAAe;;CAEpB,CAAC;AAEF,QAAA,MAAM,cAAc;;;;;;;CAMnB,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,eAAe,EAAE,CAAC;AAE7D,eAAe,cAAc,CAAC"}
|
|
@@ -7,6 +7,15 @@ export declare const globalTheme: {
|
|
|
7
7
|
scrollBehavior: string;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
+
"@font-face": ({
|
|
11
|
+
fontFamily: string;
|
|
12
|
+
src: string;
|
|
13
|
+
fontWeight?: undefined;
|
|
14
|
+
} | {
|
|
15
|
+
fontFamily: string;
|
|
16
|
+
src: string;
|
|
17
|
+
fontWeight: string;
|
|
18
|
+
})[];
|
|
10
19
|
};
|
|
11
20
|
export default globalTheme;
|
|
12
21
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/theme/cruk/styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/theme/cruk/styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;CA6DvB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=template-test.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-test.d.ts","sourceRoot":"","sources":["../../../template/template-test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=template.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template.stories.d.ts","sourceRoot":"","sources":["../../../template/template.stories.tsx"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cruk/chakra-components",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.6",
|
|
4
4
|
"description": "Chakra UI based components for CRUK - Work In Progress",
|
|
5
5
|
"main": "./dist/cjs/packages/components/src/index.js",
|
|
6
6
|
"module": "./dist/esm/packages/components/src/index.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@rollup/plugin-babel": "^5.0.0",
|
|
47
47
|
"@rollup/plugin-commonjs": "^25.0.0",
|
|
48
48
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
49
|
-
"@storybook/addon-a11y": "^7.6.
|
|
49
|
+
"@storybook/addon-a11y": "^7.6.17",
|
|
50
50
|
"@storybook/addon-designs": "^7.0.9",
|
|
51
51
|
"@storybook/addon-essentials": "^7.1.1",
|
|
52
52
|
"@storybook/addon-interactions": "^7.1.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|