@kickstartds/ds-agency-premium 1.7.0--canary.46.1830.0 → 1.7.0--canary.46.1927.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.
- package/dist/components/blog-aside/index.js +1 -1
- package/dist/components/blog-author/index.js +1 -1
- package/dist/components/blog-head/index.js +1 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +5 -5
- package/dist/components/blog-overview/blog-overview.schema.json +2 -2
- package/dist/components/blog-overview/index.js +1 -1
- package/dist/components/blog-post/blog-post.schema.dereffed.json +5 -5
- package/dist/components/blog-post/blog-post.schema.json +2 -2
- package/dist/components/blog-post/index.js +1 -1
- package/dist/components/blog-teaser/index.js +1 -1
- package/dist/components/contact/index.js +1 -1
- package/dist/components/cta/index.js +1 -1
- package/dist/components/divider/index.js +1 -1
- package/dist/components/faq/index.js +1 -1
- package/dist/components/feature/index.js +1 -1
- package/dist/components/features/index.js +1 -1
- package/dist/components/footer/index.js +1 -1
- package/dist/components/gallery/index.js +1 -1
- package/dist/components/header/index.js +1 -1
- package/dist/components/hero/index.js +1 -1
- package/dist/components/html/index.js +1 -1
- package/dist/components/image-story/index.js +1 -1
- package/dist/components/image-text/index.js +1 -1
- package/dist/components/logo/index.js +1 -1
- package/dist/components/logos/index.js +1 -1
- package/dist/components/mosaic/index.js +1 -1
- package/dist/components/nav-flyout/index.js +1 -1
- package/dist/components/nav-main/index.js +1 -1
- package/dist/components/nav-topbar/index.js +1 -1
- package/dist/components/page/page.schema.dereffed.json +5 -5
- package/dist/components/page/page.schema.json +2 -2
- package/dist/components/page-wrapper/index.js +1 -1
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/providers/index.js +1 -1
- package/dist/components/section/index.js +1 -1
- package/dist/components/seo/seo.schema.dereffed.json +4 -4
- package/dist/components/seo/seo.schema.json +4 -3
- package/dist/components/settings/settings.schema.dereffed.json +5 -5
- package/dist/components/settings/settings.schema.json +2 -2
- package/dist/components/stat/index.js +1 -1
- package/dist/components/stats/index.js +1 -1
- package/dist/components/teaser-card/index.js +1 -1
- package/dist/components/testimonial/index.js +1 -1
- package/dist/components/testimonials/index.js +1 -1
- package/dist/components/text/index.js +1 -1
- package/dist/components/video-curtain/index.js +1 -1
- package/dist/{helpers-84d80d46.d.ts → helpers-12f48df8.d.ts} +2 -1
- package/dist/{helpers-84d80d46.js → helpers-12f48df8.js} +11 -4
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +2 -2
|
@@ -7,7 +7,7 @@ import { PostShareBar } from '@kickstartds/blog/lib/post-share-bar';
|
|
|
7
7
|
import { Container } from '@kickstartds/core/lib/container';
|
|
8
8
|
import { BlogAuthor } from '../blog-author/index.js';
|
|
9
9
|
import { Headline } from '../headline/index.js';
|
|
10
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
10
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
11
11
|
import '../contact/index.js';
|
|
12
12
|
import '@kickstartds/base/lib/picture';
|
|
13
13
|
import '@kickstartds/base/lib/contact';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef, createContext, useContext } from 'react';
|
|
3
3
|
import { Contact } from '../contact/index.js';
|
|
4
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
4
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '@kickstartds/base/lib/picture';
|
|
7
7
|
import '@kickstartds/base/lib/contact';
|
|
@@ -2,7 +2,7 @@ import "./blog-head.css";
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef, createContext, useContext } from 'react';
|
|
4
4
|
import { PostHead } from '@kickstartds/blog/lib/post-head';
|
|
5
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
5
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
6
6
|
|
|
7
7
|
const defaults = {
|
|
8
8
|
"tags": []
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://
|
|
3
|
+
"$id": "http://cms.mydesignsystem.com/blog-overview.schema.json",
|
|
4
4
|
"title": "Blog Overview",
|
|
5
5
|
"description": "Abstracts a blog overview concept into JSON schema",
|
|
6
6
|
"type": "object",
|
|
@@ -3834,13 +3834,10 @@
|
|
|
3834
3834
|
},
|
|
3835
3835
|
"seo": {
|
|
3836
3836
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3837
|
-
"$id": "http://
|
|
3837
|
+
"$id": "http://cms.mydesignsystem.com/seo.schema.json",
|
|
3838
3838
|
"title": "Seo",
|
|
3839
3839
|
"description": "Abstracts SEO settings for a website into JSON schema",
|
|
3840
3840
|
"type": "object",
|
|
3841
|
-
"required": [
|
|
3842
|
-
"title"
|
|
3843
|
-
],
|
|
3844
3841
|
"properties": {
|
|
3845
3842
|
"title": {
|
|
3846
3843
|
"type": "string",
|
|
@@ -3873,6 +3870,9 @@
|
|
|
3873
3870
|
"const": "seo"
|
|
3874
3871
|
}
|
|
3875
3872
|
},
|
|
3873
|
+
"required": [
|
|
3874
|
+
"title"
|
|
3875
|
+
],
|
|
3876
3876
|
"additionalProperties": false
|
|
3877
3877
|
},
|
|
3878
3878
|
"type": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://
|
|
3
|
+
"$id": "http://cms.mydesignsystem.com/blog-overview.schema.json",
|
|
4
4
|
"title": "Blog Overview",
|
|
5
5
|
"description": "Abstracts a blog overview concept into JSON schema",
|
|
6
6
|
"type": "object",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"$ref": "http://schema.mydesignsystem.com/cta.schema.json"
|
|
56
56
|
},
|
|
57
57
|
"seo": {
|
|
58
|
-
"$ref": "http://
|
|
58
|
+
"$ref": "http://cms.mydesignsystem.com/seo.schema.json"
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -9,7 +9,7 @@ import '@kickstartds/core/lib/react';
|
|
|
9
9
|
import '@kickstartds/base/lib/section';
|
|
10
10
|
import '../section/js/Section.client.js';
|
|
11
11
|
import '@kickstartds/core/lib/component';
|
|
12
|
-
import '../../helpers-
|
|
12
|
+
import '../../helpers-12f48df8.js';
|
|
13
13
|
import '@kickstartds/blog/lib/post-teaser';
|
|
14
14
|
import '@kickstartds/core/lib/container';
|
|
15
15
|
import '@kickstartds/content/lib/storytelling';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://
|
|
3
|
+
"$id": "http://cms.mydesignsystem.com/blog-post.schema.json",
|
|
4
4
|
"title": "Blog Post",
|
|
5
5
|
"description": "Abstracts a blog post concept into JSON schema",
|
|
6
6
|
"type": "object",
|
|
@@ -3593,13 +3593,10 @@
|
|
|
3593
3593
|
},
|
|
3594
3594
|
"seo": {
|
|
3595
3595
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3596
|
-
"$id": "http://
|
|
3596
|
+
"$id": "http://cms.mydesignsystem.com/seo.schema.json",
|
|
3597
3597
|
"title": "Seo",
|
|
3598
3598
|
"description": "Abstracts SEO settings for a website into JSON schema",
|
|
3599
3599
|
"type": "object",
|
|
3600
|
-
"required": [
|
|
3601
|
-
"title"
|
|
3602
|
-
],
|
|
3603
3600
|
"properties": {
|
|
3604
3601
|
"title": {
|
|
3605
3602
|
"type": "string",
|
|
@@ -3632,6 +3629,9 @@
|
|
|
3632
3629
|
"const": "seo"
|
|
3633
3630
|
}
|
|
3634
3631
|
},
|
|
3632
|
+
"required": [
|
|
3633
|
+
"title"
|
|
3634
|
+
],
|
|
3635
3635
|
"additionalProperties": false
|
|
3636
3636
|
},
|
|
3637
3637
|
"type": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://
|
|
3
|
+
"$id": "http://cms.mydesignsystem.com/blog-post.schema.json",
|
|
4
4
|
"title": "Blog Post",
|
|
5
5
|
"description": "Abstracts a blog post concept into JSON schema",
|
|
6
6
|
"type": "object",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"$ref": "http://schema.mydesignsystem.com/cta.schema.json"
|
|
31
31
|
},
|
|
32
32
|
"seo": {
|
|
33
|
-
"$ref": "http://
|
|
33
|
+
"$ref": "http://cms.mydesignsystem.com/seo.schema.json"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -8,7 +8,7 @@ import { Cta } from '../cta/index.js';
|
|
|
8
8
|
import 'classnames';
|
|
9
9
|
import 'react';
|
|
10
10
|
import '@kickstartds/blog/lib/post-head';
|
|
11
|
-
import '../../helpers-
|
|
11
|
+
import '../../helpers-12f48df8.js';
|
|
12
12
|
import '@kickstartds/core/lib/react';
|
|
13
13
|
import '@kickstartds/base/lib/section';
|
|
14
14
|
import '../section/js/Section.client.js';
|
|
@@ -4,7 +4,7 @@ import classnames from 'classnames';
|
|
|
4
4
|
import { forwardRef, createContext, useContext } from 'react';
|
|
5
5
|
import { PostTeaserContextDefault } from '@kickstartds/blog/lib/post-teaser';
|
|
6
6
|
import { Container } from '@kickstartds/core/lib/container';
|
|
7
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
7
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
8
8
|
|
|
9
9
|
const defaults = {
|
|
10
10
|
"tags": [],
|
|
@@ -8,7 +8,7 @@ import { Link } from '@kickstartds/base/lib/link';
|
|
|
8
8
|
import { Icon } from '@kickstartds/base/lib/icon';
|
|
9
9
|
import { RichText } from '@kickstartds/base/lib/rich-text';
|
|
10
10
|
import { Container } from '@kickstartds/core/lib/container';
|
|
11
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
11
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
12
12
|
|
|
13
13
|
const defaults = {
|
|
14
14
|
"image": {
|
|
@@ -5,7 +5,7 @@ import { Storytelling } from '@kickstartds/content/lib/storytelling';
|
|
|
5
5
|
import { ButtonContext } from '@kickstartds/base/lib/button';
|
|
6
6
|
import classnames from 'classnames';
|
|
7
7
|
import { useButtonGroup } from '../button-group/index.js';
|
|
8
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
8
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
9
9
|
import '@kickstartds/base/lib/button-group';
|
|
10
10
|
|
|
11
11
|
const defaults = {
|
|
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { forwardRef, createContext, useContext } from 'react';
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { DividerContextDefault as DividerContextDefault$1, DividerContext as DividerContext$1 } from '@kickstartds/base/lib/divider';
|
|
6
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
6
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
7
7
|
|
|
8
8
|
const defaults = {
|
|
9
9
|
"variant": "default"
|
|
@@ -2,7 +2,7 @@ import "./faq.css";
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef, createContext, useContext } from 'react';
|
|
4
4
|
import { CollapsibleBox } from '@kickstartds/base/lib/collapsible-box';
|
|
5
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
5
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
6
6
|
|
|
7
7
|
const defaults = {
|
|
8
8
|
"questions": []
|
|
@@ -5,7 +5,7 @@ import { Icon } from '@kickstartds/base/lib/icon';
|
|
|
5
5
|
import { Button } from '../button/index.js';
|
|
6
6
|
import { Link } from '@kickstartds/base/lib/link';
|
|
7
7
|
import { RichText } from '@kickstartds/base/lib/rich-text';
|
|
8
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
8
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
9
9
|
import '@kickstartds/base/lib/button';
|
|
10
10
|
|
|
11
11
|
const defaults = {
|
|
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { forwardRef, createElement, createContext, useContext } from 'react';
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { Feature } from '../feature/index.js';
|
|
6
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
6
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
7
7
|
import '@kickstartds/base/lib/icon';
|
|
8
8
|
import '../button/index.js';
|
|
9
9
|
import '@kickstartds/base/lib/button';
|
|
@@ -4,7 +4,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
|
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { Link } from '@kickstartds/base/lib/link';
|
|
6
6
|
import { Logo } from '../logo/index.js';
|
|
7
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
7
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
8
8
|
import '@kickstartds/base/lib/picture';
|
|
9
9
|
|
|
10
10
|
const defaults = {
|
|
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { forwardRef, useMemo, createContext, useContext } from 'react';
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { TextMedia } from '@kickstartds/base/lib/text-media';
|
|
6
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
6
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
7
7
|
|
|
8
8
|
const defaults = {
|
|
9
9
|
"images": [],
|
|
@@ -4,7 +4,7 @@ import classnames from 'classnames';
|
|
|
4
4
|
import { forwardRef, createContext, useContext } from 'react';
|
|
5
5
|
import { NavMain } from '../nav-main/index.js';
|
|
6
6
|
import { Logo } from '../logo/index.js';
|
|
7
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
7
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
8
8
|
import '../nav-main/js/NavToggle.client.js';
|
|
9
9
|
import '@kickstartds/core/lib/component';
|
|
10
10
|
import '../nav-main/js/navMainEvents.client.js';
|
|
@@ -6,7 +6,7 @@ import classnames from 'classnames';
|
|
|
6
6
|
import { Container } from '@kickstartds/core/lib/container';
|
|
7
7
|
import { ButtonContext } from '@kickstartds/base/lib/button';
|
|
8
8
|
import { useButtonGroup } from '../button-group/index.js';
|
|
9
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
9
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
10
10
|
import '@kickstartds/base/lib/button-group';
|
|
11
11
|
|
|
12
12
|
const defaults = {
|
|
@@ -5,7 +5,7 @@ import classnames from 'classnames';
|
|
|
5
5
|
import { Button } from '@kickstartds/base/lib/button';
|
|
6
6
|
import { RichText } from '@kickstartds/base/lib/rich-text';
|
|
7
7
|
import './Html.client.js';
|
|
8
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
8
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
9
9
|
import '@kickstartds/core/lib/component';
|
|
10
10
|
|
|
11
11
|
const defaults = {
|
|
@@ -5,7 +5,7 @@ import { Storytelling } from '@kickstartds/content/lib/storytelling';
|
|
|
5
5
|
import { ButtonContext } from '@kickstartds/base/lib/button';
|
|
6
6
|
import classnames from 'classnames';
|
|
7
7
|
import { useButtonGroup } from '../button-group/index.js';
|
|
8
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
8
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
9
9
|
import '@kickstartds/base/lib/button-group';
|
|
10
10
|
|
|
11
11
|
const defaults = {
|
|
@@ -4,7 +4,7 @@ import { forwardRef, createContext, useContext } from 'react';
|
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { TextMediaContextDefault, TextMediaContext } from '@kickstartds/base/lib/text-media';
|
|
6
6
|
import { Container } from '@kickstartds/core/lib/container';
|
|
7
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
7
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
8
8
|
|
|
9
9
|
const defaults = {
|
|
10
10
|
"highlightText": false,
|
|
@@ -4,7 +4,7 @@ import classnames from 'classnames';
|
|
|
4
4
|
import { forwardRef, createContext, useContext } from 'react';
|
|
5
5
|
import { Picture } from '@kickstartds/base/lib/picture';
|
|
6
6
|
import { Link } from '@kickstartds/base/lib/link';
|
|
7
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
7
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
8
8
|
|
|
9
9
|
const defaults = {
|
|
10
10
|
"homepageHref": "/"
|
|
@@ -6,7 +6,7 @@ import { LogoTiles } from '@kickstartds/content/lib/logo-tiles';
|
|
|
6
6
|
import { Button } from '@kickstartds/base/lib/button';
|
|
7
7
|
import { Link } from '@kickstartds/base/lib/link';
|
|
8
8
|
import { Container } from '@kickstartds/core/lib/container';
|
|
9
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
9
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
10
10
|
|
|
11
11
|
const defaults = {
|
|
12
12
|
"logo": [],
|
|
@@ -2,7 +2,7 @@ import "./mosaic.css";
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef, createContext, useContext } from 'react';
|
|
4
4
|
import { Storytelling } from '@kickstartds/content/lib/storytelling';
|
|
5
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
5
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
6
6
|
|
|
7
7
|
const defaults = {
|
|
8
8
|
"layout": "alternate",
|
|
@@ -4,7 +4,7 @@ import classnames from 'classnames';
|
|
|
4
4
|
import { Link } from '@kickstartds/base/lib/link';
|
|
5
5
|
import { Logo } from '../logo/index.js';
|
|
6
6
|
import { forwardRef, createContext, useContext } from 'react';
|
|
7
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
7
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
8
8
|
import '@kickstartds/base/lib/picture';
|
|
9
9
|
|
|
10
10
|
const defaults = {
|
|
@@ -6,7 +6,7 @@ import './js/navMainEvents.client.js';
|
|
|
6
6
|
import { NavToggle } from '../nav-toggle/index.js';
|
|
7
7
|
import { NavTopbar } from '../nav-topbar/index.js';
|
|
8
8
|
import { NavFlyout } from '../nav-flyout/index.js';
|
|
9
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
9
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
10
10
|
import '@kickstartds/core/lib/component';
|
|
11
11
|
import './js/body.client.js';
|
|
12
12
|
import '@kickstartds/core/lib/core';
|
|
@@ -5,7 +5,7 @@ import { Link } from '@kickstartds/base/lib/link';
|
|
|
5
5
|
import { Icon } from '@kickstartds/base/lib/icon';
|
|
6
6
|
import { NavDropdown } from '../nav-dropdown/index.js';
|
|
7
7
|
import { forwardRef, createContext, useContext } from 'react';
|
|
8
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
8
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
9
9
|
|
|
10
10
|
const defaults = {
|
|
11
11
|
"items": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://
|
|
3
|
+
"$id": "http://cms.mydesignsystem.com/page.schema.json",
|
|
4
4
|
"title": "Page",
|
|
5
5
|
"description": "Abstracts a page concept into JSON schema",
|
|
6
6
|
"type": "object",
|
|
@@ -3189,13 +3189,10 @@
|
|
|
3189
3189
|
},
|
|
3190
3190
|
"seo": {
|
|
3191
3191
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3192
|
-
"$id": "http://
|
|
3192
|
+
"$id": "http://cms.mydesignsystem.com/seo.schema.json",
|
|
3193
3193
|
"title": "Seo",
|
|
3194
3194
|
"description": "Abstracts SEO settings for a website into JSON schema",
|
|
3195
3195
|
"type": "object",
|
|
3196
|
-
"required": [
|
|
3197
|
-
"title"
|
|
3198
|
-
],
|
|
3199
3196
|
"properties": {
|
|
3200
3197
|
"title": {
|
|
3201
3198
|
"type": "string",
|
|
@@ -3228,6 +3225,9 @@
|
|
|
3228
3225
|
"const": "seo"
|
|
3229
3226
|
}
|
|
3230
3227
|
},
|
|
3228
|
+
"required": [
|
|
3229
|
+
"title"
|
|
3230
|
+
],
|
|
3231
3231
|
"additionalProperties": false
|
|
3232
3232
|
},
|
|
3233
3233
|
"type": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://
|
|
3
|
+
"$id": "http://cms.mydesignsystem.com/page.schema.json",
|
|
4
4
|
"title": "Page",
|
|
5
5
|
"description": "Abstracts a page concept into JSON schema",
|
|
6
6
|
"type": "object",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"seo": {
|
|
50
|
-
"$ref": "http://
|
|
50
|
+
"$ref": "http://cms.mydesignsystem.com/seo.schema.json"
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
}
|
|
@@ -12,7 +12,7 @@ import '@kickstartds/core/lib/react';
|
|
|
12
12
|
import '@kickstartds/base/lib/section';
|
|
13
13
|
import '../section/js/Section.client.js';
|
|
14
14
|
import '@kickstartds/core/lib/component';
|
|
15
|
-
import '../../helpers-
|
|
15
|
+
import '../../helpers-12f48df8.js';
|
|
16
16
|
import '../teaser-card/index.js';
|
|
17
17
|
import '@kickstartds/base/lib/teaser-box';
|
|
18
18
|
import '@kickstartds/core/lib/container';
|
|
@@ -13,7 +13,7 @@ import '@kickstartds/core/lib/react';
|
|
|
13
13
|
import '@kickstartds/base/lib/section';
|
|
14
14
|
import '../section/js/Section.client.js';
|
|
15
15
|
import '@kickstartds/core/lib/component';
|
|
16
|
-
import '../../helpers-
|
|
16
|
+
import '../../helpers-12f48df8.js';
|
|
17
17
|
import '@kickstartds/base/lib/teaser-box';
|
|
18
18
|
import '@kickstartds/core/lib/container';
|
|
19
19
|
import 'markdown-to-jsx';
|
|
@@ -5,7 +5,7 @@ import classnames from 'classnames';
|
|
|
5
5
|
import { useKsComponent } from '@kickstartds/core/lib/react';
|
|
6
6
|
import { SectionContextDefault as SectionContextDefault$1, SectionContext as SectionContext$1 } from '@kickstartds/base/lib/section';
|
|
7
7
|
import { identifier } from './js/Section.client.js';
|
|
8
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
8
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
9
9
|
import '@kickstartds/core/lib/component';
|
|
10
10
|
|
|
11
11
|
const defaults = {
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://
|
|
3
|
+
"$id": "http://cms.mydesignsystem.com/seo.schema.json",
|
|
4
4
|
"title": "Seo",
|
|
5
5
|
"description": "Abstracts SEO settings for a website into JSON schema",
|
|
6
6
|
"type": "object",
|
|
7
|
-
"required": [
|
|
8
|
-
"title"
|
|
9
|
-
],
|
|
10
7
|
"properties": {
|
|
11
8
|
"title": {
|
|
12
9
|
"type": "string",
|
|
@@ -39,5 +36,8 @@
|
|
|
39
36
|
"const": "seo"
|
|
40
37
|
}
|
|
41
38
|
},
|
|
39
|
+
"required": [
|
|
40
|
+
"title"
|
|
41
|
+
],
|
|
42
42
|
"additionalProperties": false
|
|
43
43
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://
|
|
3
|
+
"$id": "http://cms.mydesignsystem.com/seo.schema.json",
|
|
4
4
|
"title": "Seo",
|
|
5
5
|
"description": "Abstracts SEO settings for a website into JSON schema",
|
|
6
6
|
"type": "object",
|
|
7
|
-
"required": ["title"],
|
|
8
7
|
"properties": {
|
|
9
8
|
"title": {
|
|
10
9
|
"type": "string",
|
|
@@ -33,5 +32,7 @@
|
|
|
33
32
|
"description": "Card preview image (larger, e.g. Twitter) used for the page",
|
|
34
33
|
"format": "image"
|
|
35
34
|
}
|
|
36
|
-
}
|
|
35
|
+
},
|
|
36
|
+
"required": ["title"],
|
|
37
|
+
"additionalProperties": false
|
|
37
38
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://
|
|
3
|
+
"$id": "http://cms.mydesignsystem.com/settings.schema.json",
|
|
4
4
|
"title": "Settings",
|
|
5
5
|
"description": "Abstracts global settings made for a website into JSON Schema",
|
|
6
6
|
"type": "object",
|
|
@@ -342,13 +342,10 @@
|
|
|
342
342
|
},
|
|
343
343
|
"seo": {
|
|
344
344
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
345
|
-
"$id": "http://
|
|
345
|
+
"$id": "http://cms.mydesignsystem.com/seo.schema.json",
|
|
346
346
|
"title": "Seo",
|
|
347
347
|
"description": "Abstracts SEO settings for a website into JSON schema",
|
|
348
348
|
"type": "object",
|
|
349
|
-
"required": [
|
|
350
|
-
"title"
|
|
351
|
-
],
|
|
352
349
|
"properties": {
|
|
353
350
|
"title": {
|
|
354
351
|
"type": "string",
|
|
@@ -381,6 +378,9 @@
|
|
|
381
378
|
"const": "seo"
|
|
382
379
|
}
|
|
383
380
|
},
|
|
381
|
+
"required": [
|
|
382
|
+
"title"
|
|
383
|
+
],
|
|
384
384
|
"additionalProperties": false
|
|
385
385
|
},
|
|
386
386
|
"iconSprite": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "http://
|
|
3
|
+
"$id": "http://cms.mydesignsystem.com/settings.schema.json",
|
|
4
4
|
"title": "Settings",
|
|
5
5
|
"description": "Abstracts global settings made for a website into JSON Schema",
|
|
6
6
|
"type": "object",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"$ref": "http://schema.mydesignsystem.com/footer.schema.json"
|
|
14
14
|
},
|
|
15
15
|
"seo": {
|
|
16
|
-
"$ref": "http://
|
|
16
|
+
"$ref": "http://cms.mydesignsystem.com/seo.schema.json"
|
|
17
17
|
},
|
|
18
18
|
"iconSprite": {
|
|
19
19
|
"type": "string",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { forwardRef, createContext, useContext } from 'react';
|
|
3
3
|
import { CountUp } from '@kickstartds/content/lib/count-up';
|
|
4
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
4
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
5
5
|
|
|
6
6
|
const defaults = {};
|
|
7
7
|
|
|
@@ -2,7 +2,7 @@ import "./stats.css";
|
|
|
2
2
|
import { jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef, createElement, createContext, useContext } from 'react';
|
|
4
4
|
import { Stat } from '../stat/index.js';
|
|
5
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
5
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
6
6
|
import '@kickstartds/content/lib/count-up';
|
|
7
7
|
|
|
8
8
|
const defaults = {
|
|
@@ -5,7 +5,7 @@ import classnames from 'classnames';
|
|
|
5
5
|
import { TeaserBoxContextDefault, TeaserBoxContext } from '@kickstartds/base/lib/teaser-box';
|
|
6
6
|
import { Container } from '@kickstartds/core/lib/container';
|
|
7
7
|
import { compiler } from 'markdown-to-jsx';
|
|
8
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
8
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
9
9
|
|
|
10
10
|
const defaults = {
|
|
11
11
|
"layout": "stack",
|
|
@@ -2,7 +2,7 @@ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
|
2
2
|
import { forwardRef, createContext, useContext } from 'react';
|
|
3
3
|
import { Quote } from '@kickstartds/content/lib/quote';
|
|
4
4
|
import classnames from 'classnames';
|
|
5
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
5
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
6
6
|
|
|
7
7
|
const defaults = {
|
|
8
8
|
"quoteSigns": "normal",
|
|
@@ -3,7 +3,7 @@ import { forwardRef, createElement, createContext, useContext } from 'react';
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import { Slider } from '../slider/index.js';
|
|
5
5
|
import { Testimonial } from '../testimonial/index.js';
|
|
6
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
6
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '@kickstartds/content/lib/slider';
|
|
9
9
|
import '@kickstartds/content/lib/quote';
|
|
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { forwardRef, createContext, useContext } from 'react';
|
|
5
5
|
import { RichText } from '@kickstartds/base/lib/rich-text';
|
|
6
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
6
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
7
7
|
|
|
8
8
|
const defaults = {
|
|
9
9
|
"layout": "singleColumn",
|
|
@@ -6,7 +6,7 @@ import classnames from 'classnames';
|
|
|
6
6
|
import { Container } from '@kickstartds/core/lib/container';
|
|
7
7
|
import { ButtonContext } from '@kickstartds/base/lib/button';
|
|
8
8
|
import { useButtonGroup } from '../button-group/index.js';
|
|
9
|
-
import { d as deepMergeDefaults } from '../../helpers-
|
|
9
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
10
10
|
import '@kickstartds/base/lib/button-group';
|
|
11
11
|
|
|
12
12
|
const defaults = {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
declare function canBeCloned(val: unknown): boolean;
|
|
1
2
|
type DeepPartial<T> = T extends object ? {
|
|
2
3
|
[P in keyof T]?: DeepPartial<T[P]>;
|
|
3
4
|
} : T;
|
|
4
5
|
declare function deepMergeDefaults<T extends Record<string, any>>(defaults: DeepPartial<T>, props: T, replaceExamples?: boolean): T;
|
|
5
|
-
export { DeepPartial, deepMergeDefaults };
|
|
6
|
+
export { canBeCloned, DeepPartial, deepMergeDefaults };
|
|
@@ -1,9 +1,16 @@
|
|
|
1
|
+
function canBeCloned(val) {
|
|
2
|
+
try {
|
|
3
|
+
window.postMessage(val, "*");
|
|
4
|
+
}
|
|
5
|
+
catch (err) {
|
|
6
|
+
return false;
|
|
7
|
+
}
|
|
8
|
+
return true;
|
|
9
|
+
}
|
|
1
10
|
function deepMergeDefaults(defaults, props, replaceExamples = false) {
|
|
2
11
|
const keys = Array.from(new Set([...Object.keys(defaults), ...Object.keys(props)]));
|
|
3
12
|
return keys.reduce((acc, key) => {
|
|
4
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
5
13
|
const val1 = defaults[key];
|
|
6
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
7
14
|
const val2 = props[key];
|
|
8
15
|
if (Array.isArray(val1) && Array.isArray(val2)) {
|
|
9
16
|
acc[key] =
|
|
@@ -20,10 +27,10 @@ function deepMergeDefaults(defaults, props, replaceExamples = false) {
|
|
|
20
27
|
acc[key] = deepMergeDefaults(val1, val2, replaceExamples);
|
|
21
28
|
}
|
|
22
29
|
else if (key in props) {
|
|
23
|
-
acc[key] = structuredClone(val2);
|
|
30
|
+
acc[key] = canBeCloned(val2) ? structuredClone(val2) : val2;
|
|
24
31
|
}
|
|
25
32
|
else {
|
|
26
|
-
acc[key] = structuredClone(val1);
|
|
33
|
+
acc[key] = canBeCloned(val1) ? structuredClone(val1) : val1;
|
|
27
34
|
}
|
|
28
35
|
return acc;
|
|
29
36
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 29 Jul 2025 14:29:25 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 Tue,
|
|
2730
|
+
* Generated on Tue, 29 Jul 2025 14:29:29 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 Tue,
|
|
5461
|
+
* Generated on Tue, 29 Jul 2025 14:29:27 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 Tue,
|
|
8462
|
+
* Generated on Tue, 29 Jul 2025 14:29:31 GMT
|
|
8463
8463
|
*/
|
|
8464
8464
|
:root [ks-theme=telekom] {
|
|
8465
8465
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
package/dist/tokens/tokens.css
CHANGED
package/dist/tokens/tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kickstartds/ds-agency-premium",
|
|
3
|
-
"version": "1.7.0--canary.46.
|
|
3
|
+
"version": "1.7.0--canary.46.1927.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"happy-dom": "^13.3.1",
|
|
117
117
|
"husky": "^8.0.3",
|
|
118
118
|
"jest-image-snapshot": "^6.4.0",
|
|
119
|
-
"kickstartds": "3.
|
|
119
|
+
"kickstartds": "3.5.0--canary.62.320.0",
|
|
120
120
|
"lazysizes": "^5.3.2",
|
|
121
121
|
"npm-run-all": "^4.1.5",
|
|
122
122
|
"patch-package": "^8.0.0",
|