@kickstartds/ds-agency-premium 1.6.68--canary.44.1629.0 → 1.6.68--canary.44.1633.0

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.
Files changed (31) hide show
  1. package/dist/{FeaturesProps-e58616a5.d.ts → FeaturesProps-7ef528ec.d.ts} +6 -1
  2. package/dist/SectionProps-7caa223c.d.ts +2 -2
  3. package/dist/SliderProps-8a0dba0d.d.ts +1 -1
  4. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +20 -0
  5. package/dist/components/blog-overview/index.d.ts +1 -1
  6. package/dist/components/blog-post/blog-post.schema.dereffed.json +20 -0
  7. package/dist/components/blog-post/index.d.ts +1 -1
  8. package/dist/components/feature/feature.schema.dereffed.json +10 -0
  9. package/dist/components/feature/feature.schema.json +8 -0
  10. package/dist/components/feature/index.d.ts +5 -0
  11. package/dist/components/feature/index.js +2 -2
  12. package/dist/components/features/features.schema.dereffed.json +10 -0
  13. package/dist/components/features/features.schema.json +3 -0
  14. package/dist/components/features/index.d.ts +1 -1
  15. package/dist/components/features/index.js +1 -0
  16. package/dist/components/image-story/index.d.ts +1 -1
  17. package/dist/components/index/index.d.ts +3 -3
  18. package/dist/components/page/index.d.ts +1 -1
  19. package/dist/components/page/page.schema.dereffed.json +20 -0
  20. package/dist/components/page-wrapper/tokens.css +3 -3
  21. package/dist/components/presets.json +59 -32
  22. package/dist/components/section/section.schema.dereffed.json +20 -0
  23. package/dist/components/slider/slider.schema.dereffed.json +10 -0
  24. package/dist/tokens/themes.css +4 -4
  25. package/dist/tokens/tokens.css +3 -3
  26. package/dist/tokens/tokens.js +3 -3
  27. package/package.json +1 -1
  28. /package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-7caa223c.d.ts} +0 -0
  29. /package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-7caa223c.d.ts} +0 -0
  30. /package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-03ff6d21.d.ts} +0 -0
  31. /package/dist/{PageProps-aa29c554.d.ts → PageProps-7caa223c.d.ts} +0 -0
@@ -38,6 +38,10 @@ type CallToActionTarget = string;
38
38
  * The text label displayed on the link
39
39
  */
40
40
  type LinkLabel = string;
41
+ /**
42
+ * Icon for the link style of the cta
43
+ */
44
+ type Icon1 = string;
41
45
  /**
42
46
  * Component used to display a set of features
43
47
  */
@@ -57,6 +61,7 @@ interface Feature {
57
61
  cta?: {
58
62
  target?: CallToActionTarget;
59
63
  label?: LinkLabel;
64
+ icon?: Icon1;
60
65
  };
61
66
  }
62
- export { Layout, CTAToggle, Features, Icon, Title, Text, CallToActionTarget, LinkLabel, FeaturesProps, Feature };
67
+ export { Layout, CTAToggle, Features, Icon, Title, Text, CallToActionTarget, LinkLabel, Icon1, FeaturesProps, Feature };
@@ -6,11 +6,11 @@
6
6
  import { CtaProps } from "./CtaProps-8a0dba0d.js";
7
7
  import { DividerProps } from "./DividerProps-2ef31901.js";
8
8
  import { FaqProps } from "./FaqProps-ad618cd5.js";
9
- import { FeaturesProps } from "./FeaturesProps-e58616a5.js";
9
+ import { FeaturesProps } from "./FeaturesProps-7ef528ec.js";
10
10
  import { GalleryProps } from "./GalleryProps-76e7de44.js";
11
11
  import { HeroProps } from "./HeroProps-aa4e6431.js";
12
12
  import { HtmlProps } from "./HtmlProps-9d091769.js";
13
- import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
13
+ import { ImageStoryProps } from "./ImageStoryProps-03ff6d21.js";
14
14
  import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
15
15
  import { LogosProps } from "./LogosProps-f9474fe2.js";
16
16
  import { MosaicProps } from "./MosaicProps-d52c7151.js";
@@ -4,7 +4,7 @@
4
4
  * and run json-schema-to-typescript to regenerate this file.
5
5
  */
6
6
  import { CtaProps } from "./CtaProps-8a0dba0d.js";
7
- import { FeaturesProps } from "./FeaturesProps-e58616a5.js";
7
+ import { FeaturesProps } from "./FeaturesProps-7ef528ec.js";
8
8
  import { GalleryProps } from "./GalleryProps-76e7de44.js";
9
9
  import { HeroProps } from "./HeroProps-aa4e6431.js";
10
10
  import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
@@ -612,6 +612,16 @@
612
612
  "examples": [
613
613
  "See all our partners"
614
614
  ]
615
+ },
616
+ "icon": {
617
+ "type": "string",
618
+ "format": "icon",
619
+ "title": "Icon",
620
+ "description": "Icon for the link style of the cta",
621
+ "examples": [
622
+ "arrow-right"
623
+ ],
624
+ "default": "arrow-right"
615
625
  }
616
626
  },
617
627
  "additionalProperties": false
@@ -1814,6 +1824,16 @@
1814
1824
  "examples": [
1815
1825
  "See all our partners"
1816
1826
  ]
1827
+ },
1828
+ "icon": {
1829
+ "type": "string",
1830
+ "format": "icon",
1831
+ "title": "Icon",
1832
+ "description": "Icon for the link style of the cta",
1833
+ "examples": [
1834
+ "arrow-right"
1835
+ ],
1836
+ "default": "arrow-right"
1817
1837
  }
1818
1838
  },
1819
1839
  "additionalProperties": false
@@ -1,4 +1,4 @@
1
- import { BlogOverviewProps } from "../../BlogOverviewProps-9f207f1c.js";
1
+ import { BlogOverviewProps } from "../../BlogOverviewProps-7caa223c.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const BlogOverview: FC<PropsWithChildren<BlogOverviewProps>>;
4
4
  export type { BlogOverviewProps };
@@ -888,6 +888,16 @@
888
888
  "examples": [
889
889
  "See all our partners"
890
890
  ]
891
+ },
892
+ "icon": {
893
+ "type": "string",
894
+ "format": "icon",
895
+ "title": "Icon",
896
+ "description": "Icon for the link style of the cta",
897
+ "examples": [
898
+ "arrow-right"
899
+ ],
900
+ "default": "arrow-right"
891
901
  }
892
902
  },
893
903
  "additionalProperties": false
@@ -2090,6 +2100,16 @@
2090
2100
  "examples": [
2091
2101
  "See all our partners"
2092
2102
  ]
2103
+ },
2104
+ "icon": {
2105
+ "type": "string",
2106
+ "format": "icon",
2107
+ "title": "Icon",
2108
+ "description": "Icon for the link style of the cta",
2109
+ "examples": [
2110
+ "arrow-right"
2111
+ ],
2112
+ "default": "arrow-right"
2093
2113
  }
2094
2114
  },
2095
2115
  "additionalProperties": false
@@ -1,4 +1,4 @@
1
- import { BlogPostProps } from "../../BlogPostProps-d9decb7c.js";
1
+ import { BlogPostProps } from "../../BlogPostProps-7caa223c.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const BlogPost: FC<PropsWithChildren<BlogPostProps>>;
4
4
  export type { BlogPostProps };
@@ -63,6 +63,16 @@
63
63
  "See all our partners"
64
64
  ]
65
65
  },
66
+ "icon": {
67
+ "type": "string",
68
+ "format": "icon",
69
+ "title": "Icon",
70
+ "description": "Icon for the link style of the cta",
71
+ "examples": [
72
+ "arrow-right"
73
+ ],
74
+ "default": "arrow-right"
75
+ },
66
76
  "toggle": {
67
77
  "type": "boolean",
68
78
  "title": "Call to Action Toggle",
@@ -49,6 +49,14 @@
49
49
  "default": "See more",
50
50
  "examples": ["See all our partners"]
51
51
  },
52
+ "icon": {
53
+ "type": "string",
54
+ "format": "icon",
55
+ "title": "Icon",
56
+ "description": "Icon for the link style of the cta",
57
+ "examples": ["arrow-right"],
58
+ "default": "arrow-right"
59
+ },
52
60
  "toggle": {
53
61
  "type": "boolean",
54
62
  "title": "Call to Action Toggle",
@@ -26,6 +26,10 @@ type CallToActionTarget = string;
26
26
  * The text label displayed on the link
27
27
  */
28
28
  type LinkLabel = string;
29
+ /**
30
+ * Icon for the link style of the cta
31
+ */
32
+ type Icon1 = string;
29
33
  /**
30
34
  * Activate/disable the CTAs
31
35
  */
@@ -46,6 +50,7 @@ interface FeatureProps {
46
50
  interface CallToAction {
47
51
  target?: CallToActionTarget;
48
52
  label?: LinkLabel;
53
+ icon?: Icon1;
49
54
  toggle?: CallToActionToggle;
50
55
  /**
51
56
  * Choose the style of the CTA
@@ -6,7 +6,7 @@ import { Button } from '../button/index.js';
6
6
  import { Link } from '@kickstartds/base/lib/link';
7
7
  import '@kickstartds/base/lib/button';
8
8
 
9
- const FeatureContextDefault = forwardRef(({ style = "stack", title, text, icon, cta: { toggle = true, style: ctaStyle = "link", target, label = "Read more", }, ...rest }, ref) => (jsxs("div", { ...rest, ref: ref, className: classnames(`dsa-feature dsa-feature--${style === `stack`
9
+ const FeatureContextDefault = forwardRef(({ style = "stack", title, text, icon, cta, ...rest }, ref) => (jsxs("div", { ...rest, ref: ref, className: classnames(`dsa-feature dsa-feature--${style === `stack`
10
10
  ? `stack dsa-feature--large`
11
11
  : style === `besideSmall`
12
12
  ? `beside dsa-feature--small`
@@ -16,7 +16,7 @@ const FeatureContextDefault = forwardRef(({ style = "stack", title, text, icon,
16
16
  ? `intext dsa-feature--small`
17
17
  : style === `centered`
18
18
  ? `centered dsa-feature--large`
19
- : `${style}`}`), children: [jsxs("div", { className: "dsa-feature__header", children: [icon && jsx(Icon, { className: "dsa-feature__icon", icon: icon }), jsx("span", { className: "dsa-feature__title", children: title })] }), text || ctaStyle === "intext" ? (jsxs("p", { className: "dsa-feature__text", children: [text, ctaStyle === "intext" && toggle ? (jsxs(Fragment, { children: [" ", jsx(Link, { href: target, children: label ? label : "See more" })] })) : ("")] })) : (""), toggle && (ctaStyle === "link" || ctaStyle === "button") && (jsx("div", { className: "dsa-feature__cta", children: ctaStyle === "link" ? (jsxs(Link, { className: "dsa-feature__link", href: target, children: [label ? label : "See more", jsx(Icon, { icon: "arrow-right" })] })) : ctaStyle === "button" ? (jsx(Button, { className: "dsa-feature__button", size: "small", target: target, label: label ? label : "See more" })) : ("") }))] })));
19
+ : `${style}`}`), children: [jsxs("div", { className: "dsa-feature__header", children: [icon && (jsx(Icon, { className: "dsa-feature__icon", icon: icon, role: "presentation", "aria-hidden": true, focusable: false })), jsx("span", { className: "dsa-feature__title", children: title })] }), text || cta.style === "intext" ? (jsxs("p", { className: "dsa-feature__text", children: [text, cta.style === "intext" && cta.toggle ? (jsxs(Fragment, { children: [" ", " ", jsx(Link, { href: cta.target, children: cta.label ? cta.label : "See more" })] })) : ("")] })) : (""), cta.toggle && (cta.style === "link" || cta.style === "button") && (jsx("div", { className: "dsa-feature__cta", children: cta.style === "link" ? (jsxs(Link, { className: "dsa-feature__link", href: cta.target, children: [cta.label ? cta.label : "See more", jsx(Icon, { "aria-hidden": true, role: "presentation", icon: cta.icon || "arrow-right" })] })) : cta.style === "button" ? (jsx(Button, { className: "dsa-feature__button", size: "small", target: cta.target, label: cta.label ? cta.label : "See more" })) : ("") }))] })));
20
20
  const FeatureContext = createContext(FeatureContextDefault);
21
21
  const Feature = forwardRef((props, ref) => {
22
22
  const Component = useContext(FeatureContext);
@@ -100,6 +100,16 @@
100
100
  "examples": [
101
101
  "See all our partners"
102
102
  ]
103
+ },
104
+ "icon": {
105
+ "type": "string",
106
+ "format": "icon",
107
+ "title": "Icon",
108
+ "description": "Icon for the link style of the cta",
109
+ "examples": [
110
+ "arrow-right"
111
+ ],
112
+ "default": "arrow-right"
103
113
  }
104
114
  },
105
115
  "additionalProperties": false
@@ -59,6 +59,9 @@
59
59
  },
60
60
  "label": {
61
61
  "$ref": "http://schema.mydesignsystem.com/feature.schema.json#/properties/cta/properties/label"
62
+ },
63
+ "icon": {
64
+ "$ref": "http://schema.mydesignsystem.com/feature.schema.json#/properties/cta/properties/icon"
62
65
  }
63
66
  }
64
67
  }
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { FeaturesProps } from "../../FeaturesProps-e58616a5.js";
3
+ import { FeaturesProps } from "../../FeaturesProps-7ef528ec.js";
4
4
  declare const FeaturesContextDefault: import("react").ForwardRefExoticComponent<FeaturesProps & Omit<HTMLAttributes<HTMLDivElement>, "style"> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const FeaturesContext: import("react").Context<import("react").ForwardRefExoticComponent<FeaturesProps & Omit<HTMLAttributes<HTMLDivElement>, "style"> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const Features: import("react").ForwardRefExoticComponent<FeaturesProps & Omit<HTMLAttributes<HTMLDivElement>, "style"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -22,6 +22,7 @@ const FeaturesContextDefault = forwardRef(({ layout = "largeTiles", ctas = {
22
22
  target: cta?.target,
23
23
  style: ctas.style,
24
24
  toggle: ctas.toggle,
25
+ icon: cta?.icon,
25
26
  } }));
26
27
  }) })));
27
28
  const FeaturesContext = createContext(FeaturesContextDefault);
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
3
+ import { ImageStoryProps } from "../../ImageStoryProps-03ff6d21.js";
4
4
  declare const ImageStoryContextDefault: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const ImageStoryContext: import("react").Context<import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const ImageStory: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
@@ -29,7 +29,7 @@ interface SettingsProps {
29
29
  seo: SeoProps;
30
30
  iconSprite?: IconSprite;
31
31
  }
32
- export * from "../../BlogPostProps-d9decb7c.js";
33
- export * from "../../BlogOverviewProps-9f207f1c.js";
34
- export * from "../../PageProps-aa29c554.js";
32
+ export * from "../../BlogPostProps-7caa223c.js";
33
+ export * from "../../BlogOverviewProps-7caa223c.js";
34
+ export * from "../../PageProps-7caa223c.js";
35
35
  export { IconSprite, SettingsProps };
@@ -1,4 +1,4 @@
1
- import { PageProps } from "../../PageProps-aa29c554.js";
1
+ import { PageProps } from "../../PageProps-7caa223c.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const Page: FC<PropsWithChildren<PageProps>>;
4
4
  export type { PageProps };
@@ -612,6 +612,16 @@
612
612
  "examples": [
613
613
  "See all our partners"
614
614
  ]
615
+ },
616
+ "icon": {
617
+ "type": "string",
618
+ "format": "icon",
619
+ "title": "Icon",
620
+ "description": "Icon for the link style of the cta",
621
+ "examples": [
622
+ "arrow-right"
623
+ ],
624
+ "default": "arrow-right"
615
625
  }
616
626
  },
617
627
  "additionalProperties": false
@@ -1814,6 +1824,16 @@
1814
1824
  "examples": [
1815
1825
  "See all our partners"
1816
1826
  ]
1827
+ },
1828
+ "icon": {
1829
+ "type": "string",
1830
+ "format": "icon",
1831
+ "title": "Icon",
1832
+ "description": "Icon for the link style of the cta",
1833
+ "examples": [
1834
+ "arrow-right"
1835
+ ],
1836
+ "default": "arrow-right"
1817
1837
  }
1818
1838
  },
1819
1839
  "additionalProperties": false
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 May 2025 06:39:10 GMT
3
+ * Generated on Fri, 23 May 2025 07:30:10 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-fg-to-bg-9-base);
@@ -734,12 +734,12 @@
734
734
  --ks-spacing-inset-stretch-xl: var(--ks-spacing-xxl) var(--ks-spacing-xl);
735
735
  --ks-text-color-default-base: var(--ks-color-fg-alpha-3-base);
736
736
  --ks-text-color-default-interactive-base: var(--ks-color-link-base);
737
- --ks-text-color-default-interactive-hover-base: var(--ks-color-link-base);
737
+ --ks-text-color-default-interactive-hover-base: var(--ks-color-link-alpha-4-base);
738
738
  --ks-text-color-default-interactive-active-base: var(--ks-color-link-base);
739
739
  --ks-text-color-default-interactive-selected-base: var(--ks-color-link-base);
740
740
  --ks-text-color-default-inverted-base: var(--ks-color-fg-inverted-base);
741
741
  --ks-text-color-default-inverted-interactive-base: var(--ks-color-link-inverted-base);
742
- --ks-text-color-default-inverted-interactive-hover-base: var(--ks-color-link-inverted-base);
742
+ --ks-text-color-default-inverted-interactive-hover-base: var(--ks-color-link-inverted-alpha-4-base);
743
743
  --ks-text-color-default-inverted-interactive-active-base: var(--ks-color-link-inverted-base);
744
744
  --ks-text-color-default-inverted-interactive-selected-base: var(--ks-color-link-inverted-base);
745
745
  --ks-text-color-copy-base: var(--ks-color-fg-alpha-3-base);
@@ -1278,7 +1278,7 @@
1278
1278
  "id": "components-features--icon-centered",
1279
1279
  "group": "Components/Features",
1280
1280
  "name": "IconCentered",
1281
- "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Learn more',\n target: '/feature1'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"largeTiles\"\n style=\"centered\"\n/>",
1281
+ "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Learn more',\n target: '/feature1'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"largeTiles\"\n style=\"centered\"\n/>",
1282
1282
  "args": {
1283
1283
  "layout": "largeTiles",
1284
1284
  "style": "centered",
@@ -1293,7 +1293,8 @@
1293
1293
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1294
1294
  "cta": {
1295
1295
  "target": "/feature1",
1296
- "label": "Learn more"
1296
+ "label": "Learn more",
1297
+ "icon": "arrow-right"
1297
1298
  }
1298
1299
  },
1299
1300
  {
@@ -1302,7 +1303,8 @@
1302
1303
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1303
1304
  "cta": {
1304
1305
  "target": "/feature2",
1305
- "label": "Get started"
1306
+ "label": "Get started",
1307
+ "icon": "arrow-right"
1306
1308
  }
1307
1309
  },
1308
1310
  {
@@ -1311,7 +1313,8 @@
1311
1313
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1312
1314
  "cta": {
1313
1315
  "target": "/feature3",
1314
- "label": "Explore"
1316
+ "label": "Explore",
1317
+ "icon": "arrow-right"
1315
1318
  }
1316
1319
  },
1317
1320
  {
@@ -1320,7 +1323,8 @@
1320
1323
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1321
1324
  "cta": {
1322
1325
  "target": "/feature4",
1323
- "label": "Customize"
1326
+ "label": "Customize",
1327
+ "icon": "arrow-right"
1324
1328
  }
1325
1329
  },
1326
1330
  {
@@ -1329,7 +1333,8 @@
1329
1333
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1330
1334
  "cta": {
1331
1335
  "target": "/feature5",
1332
- "label": "Deploy"
1336
+ "label": "Deploy",
1337
+ "icon": "arrow-right"
1333
1338
  }
1334
1339
  },
1335
1340
  {
@@ -1338,7 +1343,8 @@
1338
1343
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1339
1344
  "cta": {
1340
1345
  "target": "/feature6",
1341
- "label": "Secure"
1346
+ "label": "Secure",
1347
+ "icon": "arrow-right"
1342
1348
  }
1343
1349
  }
1344
1350
  ]
@@ -1349,7 +1355,7 @@
1349
1355
  "id": "components-features--stack-with-button",
1350
1356
  "group": "Components/Features",
1351
1357
  "name": "StackWithButton",
1352
- "code": "<Features\n ctas={{\n style: 'button',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"smallTiles\"\n style=\"stack\"\n/>",
1358
+ "code": "<Features\n ctas={{\n style: 'button',\n toggle: true\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"smallTiles\"\n style=\"stack\"\n/>",
1353
1359
  "args": {
1354
1360
  "layout": "smallTiles",
1355
1361
  "style": "stack",
@@ -1364,7 +1370,8 @@
1364
1370
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1365
1371
  "cta": {
1366
1372
  "target": "/feature3",
1367
- "label": "Explore"
1373
+ "label": "Explore",
1374
+ "icon": "arrow-right"
1368
1375
  }
1369
1376
  },
1370
1377
  {
@@ -1373,7 +1380,8 @@
1373
1380
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1374
1381
  "cta": {
1375
1382
  "target": "/feature4",
1376
- "label": "Customize"
1383
+ "label": "Customize",
1384
+ "icon": "arrow-right"
1377
1385
  }
1378
1386
  },
1379
1387
  {
@@ -1382,7 +1390,8 @@
1382
1390
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1383
1391
  "cta": {
1384
1392
  "target": "/feature5",
1385
- "label": "Deploy"
1393
+ "label": "Deploy",
1394
+ "icon": "arrow-right"
1386
1395
  }
1387
1396
  },
1388
1397
  {
@@ -1391,7 +1400,8 @@
1391
1400
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1392
1401
  "cta": {
1393
1402
  "target": "/feature6",
1394
- "label": "Secure"
1403
+ "label": "Secure",
1404
+ "icon": "arrow-right"
1395
1405
  }
1396
1406
  }
1397
1407
  ]
@@ -1402,7 +1412,7 @@
1402
1412
  "id": "components-features--list-view",
1403
1413
  "group": "Components/Features",
1404
1414
  "name": "ListView",
1405
- "code": "<Features\n ctas={{\n style: 'intext',\n toggle: false\n }}\n feature={[\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Learn more',\n target: '/feature1'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"list\"\n style=\"besideLarge\"\n/>",
1415
+ "code": "<Features\n ctas={{\n style: 'intext',\n toggle: false\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Learn more',\n target: '/feature1'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"list\"\n style=\"besideLarge\"\n/>",
1406
1416
  "args": {
1407
1417
  "layout": "list",
1408
1418
  "style": "besideLarge",
@@ -1417,7 +1427,8 @@
1417
1427
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1418
1428
  "cta": {
1419
1429
  "target": "/feature4",
1420
- "label": "Customize"
1430
+ "label": "Customize",
1431
+ "icon": "arrow-right"
1421
1432
  }
1422
1433
  },
1423
1434
  {
@@ -1426,7 +1437,8 @@
1426
1437
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1427
1438
  "cta": {
1428
1439
  "target": "/feature2",
1429
- "label": "Get started"
1440
+ "label": "Get started",
1441
+ "icon": "arrow-right"
1430
1442
  }
1431
1443
  },
1432
1444
  {
@@ -1435,7 +1447,8 @@
1435
1447
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1436
1448
  "cta": {
1437
1449
  "target": "/feature3",
1438
- "label": "Explore"
1450
+ "label": "Explore",
1451
+ "icon": "arrow-right"
1439
1452
  }
1440
1453
  },
1441
1454
  {
@@ -1444,7 +1457,8 @@
1444
1457
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1445
1458
  "cta": {
1446
1459
  "target": "/feature1",
1447
- "label": "Learn more"
1460
+ "label": "Learn more",
1461
+ "icon": "arrow-right"
1448
1462
  }
1449
1463
  },
1450
1464
  {
@@ -1453,7 +1467,8 @@
1453
1467
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1454
1468
  "cta": {
1455
1469
  "target": "/feature5",
1456
- "label": "Deploy"
1470
+ "label": "Deploy",
1471
+ "icon": "arrow-right"
1457
1472
  }
1458
1473
  },
1459
1474
  {
@@ -1462,7 +1477,8 @@
1462
1477
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1463
1478
  "cta": {
1464
1479
  "target": "/feature6",
1465
- "label": "Secure"
1480
+ "label": "Secure",
1481
+ "icon": "arrow-right"
1466
1482
  }
1467
1483
  }
1468
1484
  ]
@@ -1473,7 +1489,7 @@
1473
1489
  "id": "components-features--icon-beside-with-link-in-text",
1474
1490
  "group": "Components/Features",
1475
1491
  "name": "IconBesideWithLinkInText",
1476
- "code": "<Features\n ctas={{\n style: 'intext',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Learn more',\n target: '/feature1'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"smallTiles\"\n style=\"intext\"\n/>",
1492
+ "code": "<Features\n ctas={{\n style: 'intext',\n toggle: true\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Learn more',\n target: '/feature1'\n },\n icon: 'home',\n text: 'Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.',\n title: 'Scalable Architecture'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"smallTiles\"\n style=\"intext\"\n/>",
1477
1493
  "args": {
1478
1494
  "layout": "smallTiles",
1479
1495
  "style": "intext",
@@ -1488,7 +1504,8 @@
1488
1504
  "text": "Our design system allows for a scalable architecture, enabling you to build applications that can grow with your needs.",
1489
1505
  "cta": {
1490
1506
  "target": "/feature1",
1491
- "label": "Learn more"
1507
+ "label": "Learn more",
1508
+ "icon": "arrow-right"
1492
1509
  }
1493
1510
  },
1494
1511
  {
@@ -1497,7 +1514,8 @@
1497
1514
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1498
1515
  "cta": {
1499
1516
  "target": "/feature2",
1500
- "label": "Get started"
1517
+ "label": "Get started",
1518
+ "icon": "arrow-right"
1501
1519
  }
1502
1520
  },
1503
1521
  {
@@ -1506,7 +1524,8 @@
1506
1524
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1507
1525
  "cta": {
1508
1526
  "target": "/feature3",
1509
- "label": "Explore"
1527
+ "label": "Explore",
1528
+ "icon": "arrow-right"
1510
1529
  }
1511
1530
  },
1512
1531
  {
@@ -1515,7 +1534,8 @@
1515
1534
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1516
1535
  "cta": {
1517
1536
  "target": "/feature4",
1518
- "label": "Customize"
1537
+ "label": "Customize",
1538
+ "icon": "arrow-right"
1519
1539
  }
1520
1540
  },
1521
1541
  {
@@ -1524,7 +1544,8 @@
1524
1544
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1525
1545
  "cta": {
1526
1546
  "target": "/feature5",
1527
- "label": "Deploy"
1547
+ "label": "Deploy",
1548
+ "icon": "arrow-right"
1528
1549
  }
1529
1550
  },
1530
1551
  {
@@ -1533,7 +1554,8 @@
1533
1554
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1534
1555
  "cta": {
1535
1556
  "target": "/feature6",
1536
- "label": "Secure"
1557
+ "label": "Secure",
1558
+ "icon": "arrow-right"
1537
1559
  }
1538
1560
  }
1539
1561
  ]
@@ -1544,7 +1566,7 @@
1544
1566
  "id": "components-features--icon-intext-with-link",
1545
1567
  "group": "Components/Features",
1546
1568
  "name": "IconIntextWithLink",
1547
- "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"largeTiles\"\n style=\"intext\"\n/>",
1569
+ "code": "<Features\n ctas={{\n style: 'link',\n toggle: true\n }}\n feature={[\n {\n cta: {\n icon: 'arrow-right',\n label: 'Customize',\n target: '/feature4'\n },\n icon: 'star',\n text: 'Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.',\n title: 'Customizable Design'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Get started',\n target: '/feature2'\n },\n icon: 'map',\n text: 'Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.',\n title: 'Efficient Development'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Explore',\n target: '/feature3'\n },\n icon: 'person',\n text: 'Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.',\n title: 'Consistent UI'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Deploy',\n target: '/feature5'\n },\n icon: 'upload',\n text: 'Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.',\n title: 'Cloud Ready'\n },\n {\n cta: {\n icon: 'arrow-right',\n label: 'Secure',\n target: '/feature6'\n },\n icon: 'login',\n text: 'Security is our priority. Our design system is built with best security practices to keep your application safe.',\n title: 'Secure'\n }\n ]}\n layout=\"largeTiles\"\n style=\"intext\"\n/>",
1548
1570
  "args": {
1549
1571
  "layout": "largeTiles",
1550
1572
  "style": "intext",
@@ -1559,7 +1581,8 @@
1559
1581
  "text": "Our design system is fully customizable, allowing you to tailor the look and feel of your application to match your brand identity.",
1560
1582
  "cta": {
1561
1583
  "target": "/feature4",
1562
- "label": "Customize"
1584
+ "label": "Customize",
1585
+ "icon": "arrow-right"
1563
1586
  }
1564
1587
  },
1565
1588
  {
@@ -1568,7 +1591,8 @@
1568
1591
  "text": "Experience efficient development like never before. Our design system streamlines the development process, saving you time and resources.",
1569
1592
  "cta": {
1570
1593
  "target": "/feature2",
1571
- "label": "Get started"
1594
+ "label": "Get started",
1595
+ "icon": "arrow-right"
1572
1596
  }
1573
1597
  },
1574
1598
  {
@@ -1577,7 +1601,8 @@
1577
1601
  "text": "Achieve a consistent UI across different platforms. Our design system ensures your applications maintain a uniform look and feel.",
1578
1602
  "cta": {
1579
1603
  "target": "/feature3",
1580
- "label": "Explore"
1604
+ "label": "Explore",
1605
+ "icon": "arrow-right"
1581
1606
  }
1582
1607
  },
1583
1608
  {
@@ -1586,7 +1611,8 @@
1586
1611
  "text": "Built with modern cloud architectures in mind, our design system is ready to be deployed on any cloud platform.",
1587
1612
  "cta": {
1588
1613
  "target": "/feature5",
1589
- "label": "Deploy"
1614
+ "label": "Deploy",
1615
+ "icon": "arrow-right"
1590
1616
  }
1591
1617
  },
1592
1618
  {
@@ -1595,7 +1621,8 @@
1595
1621
  "text": "Security is our priority. Our design system is built with best security practices to keep your application safe.",
1596
1622
  "cta": {
1597
1623
  "target": "/feature6",
1598
- "label": "Secure"
1624
+ "label": "Secure",
1625
+ "icon": "arrow-right"
1599
1626
  }
1600
1627
  }
1601
1628
  ]
@@ -598,6 +598,16 @@
598
598
  "examples": [
599
599
  "See all our partners"
600
600
  ]
601
+ },
602
+ "icon": {
603
+ "type": "string",
604
+ "format": "icon",
605
+ "title": "Icon",
606
+ "description": "Icon for the link style of the cta",
607
+ "examples": [
608
+ "arrow-right"
609
+ ],
610
+ "default": "arrow-right"
601
611
  }
602
612
  },
603
613
  "additionalProperties": false
@@ -1800,6 +1810,16 @@
1800
1810
  "examples": [
1801
1811
  "See all our partners"
1802
1812
  ]
1813
+ },
1814
+ "icon": {
1815
+ "type": "string",
1816
+ "format": "icon",
1817
+ "title": "Icon",
1818
+ "description": "Icon for the link style of the cta",
1819
+ "examples": [
1820
+ "arrow-right"
1821
+ ],
1822
+ "default": "arrow-right"
1803
1823
  }
1804
1824
  },
1805
1825
  "additionalProperties": false
@@ -337,6 +337,16 @@
337
337
  "examples": [
338
338
  "See all our partners"
339
339
  ]
340
+ },
341
+ "icon": {
342
+ "type": "string",
343
+ "format": "icon",
344
+ "title": "Icon",
345
+ "description": "Icon for the link style of the cta",
346
+ "examples": [
347
+ "arrow-right"
348
+ ],
349
+ "default": "arrow-right"
340
350
  }
341
351
  },
342
352
  "additionalProperties": false
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 May 2025 06:39:12 GMT
3
+ * Generated on Fri, 23 May 2025 07:30:13 GMT
4
4
  */
5
5
  :root [ks-theme=business] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -2727,7 +2727,7 @@
2727
2727
  }
2728
2728
  /**
2729
2729
  * Do not edit directly
2730
- * Generated on Fri, 23 May 2025 06:39:17 GMT
2730
+ * Generated on Fri, 23 May 2025 07:30:17 GMT
2731
2731
  */
2732
2732
  :root [ks-theme=google] {
2733
2733
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -5458,7 +5458,7 @@
5458
5458
  }
5459
5459
  /**
5460
5460
  * Do not edit directly
5461
- * Generated on Fri, 23 May 2025 06:39:14 GMT
5461
+ * Generated on Fri, 23 May 2025 07:30:15 GMT
5462
5462
  */
5463
5463
  :root [ks-theme=ngo] {
5464
5464
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -8459,7 +8459,7 @@
8459
8459
  }
8460
8460
  /**
8461
8461
  * Do not edit directly
8462
- * Generated on Fri, 23 May 2025 06:39:19 GMT
8462
+ * Generated on Fri, 23 May 2025 07:30:20 GMT
8463
8463
  */
8464
8464
  :root [ks-theme=telekom] {
8465
8465
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 May 2025 06:39:10 GMT
3
+ * Generated on Fri, 23 May 2025 07:30:10 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
@@ -735,12 +735,12 @@
735
735
  --ks-spacing-inset-stretch-xl: var(--ks-spacing-xxl) var(--ks-spacing-xl);
736
736
  --ks-text-color-default-base: var(--ks-color-fg-alpha-3-base);
737
737
  --ks-text-color-default-interactive-base: var(--ks-color-link-base);
738
- --ks-text-color-default-interactive-hover-base: var(--ks-color-link-base);
738
+ --ks-text-color-default-interactive-hover-base: var(--ks-color-link-alpha-4-base);
739
739
  --ks-text-color-default-interactive-active-base: var(--ks-color-link-base);
740
740
  --ks-text-color-default-interactive-selected-base: var(--ks-color-link-base);
741
741
  --ks-text-color-default-inverted-base: var(--ks-color-fg-inverted-base);
742
742
  --ks-text-color-default-inverted-interactive-base: var(--ks-color-link-inverted-base);
743
- --ks-text-color-default-inverted-interactive-hover-base: var(--ks-color-link-inverted-base);
743
+ --ks-text-color-default-inverted-interactive-hover-base: var(--ks-color-link-inverted-alpha-4-base);
744
744
  --ks-text-color-default-inverted-interactive-active-base: var(--ks-color-link-inverted-base);
745
745
  --ks-text-color-default-inverted-interactive-selected-base: var(--ks-color-link-inverted-base);
746
746
  --ks-text-color-copy-base: var(--ks-color-fg-alpha-3-base);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 May 2025 06:39:10 GMT
3
+ * Generated on Fri, 23 May 2025 07:30:11 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#f3f3f4";
@@ -739,12 +739,12 @@ export const KsSpacingInsetStretchL = "1.6543rem 1.2031rem";
739
739
  export const KsSpacingInsetStretchXl = "2.2747rem 1.6543rem";
740
740
  export const KsTextColorDefaultBase = "rgba(6, 8, 31, 0.76)";
741
741
  export const KsTextColorDefaultInteractiveBase = "#3065c0";
742
- export const KsTextColorDefaultInteractiveHoverBase = "#3065c0";
742
+ export const KsTextColorDefaultInteractiveHoverBase = "rgba(48, 101, 192, 0.63)";
743
743
  export const KsTextColorDefaultInteractiveActiveBase = "#3065c0";
744
744
  export const KsTextColorDefaultInteractiveSelectedBase = "#3065c0";
745
745
  export const KsTextColorDefaultInvertedBase = "#ffffff";
746
746
  export const KsTextColorDefaultInvertedInteractiveBase = "#98b2e0";
747
- export const KsTextColorDefaultInvertedInteractiveHoverBase = "#98b2e0";
747
+ export const KsTextColorDefaultInvertedInteractiveHoverBase = "rgba(152, 178, 224, 0.63)";
748
748
  export const KsTextColorDefaultInvertedInteractiveActiveBase = "#98b2e0";
749
749
  export const KsTextColorDefaultInvertedInteractiveSelectedBase = "#98b2e0";
750
750
  export const KsTextColorCopyBase = "rgba(6, 8, 31, 0.76)";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.6.68--canary.44.1629.0",
3
+ "version": "1.6.68--canary.44.1633.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {