@kickstartds/ds-agency-premium 1.4.0--canary.14.696.0 → 1.4.0--canary.14.701.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/{FooterProps-2d0b03c2.d.ts → FooterProps-171a3067.d.ts} +0 -2
- package/dist/{HeaderProps-c6c32ccf.d.ts → HeaderProps-e22382f1.d.ts} +0 -2
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/footer/footer.schema.dereffed.json +4 -14
- package/dist/components/footer/index.d.ts +1 -1
- package/dist/components/header/header.schema.dereffed.json +4 -14
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/index/index.d.ts +3 -3
- package/dist/components/nav-dropdown/index.d.ts +0 -1
- package/dist/components/nav-dropdown/index.js +2 -2
- package/dist/components/nav-flyout/index.js +4 -6
- package/dist/components/nav-flyout/nav-flyout.css +1 -1
- package/dist/components/nav-main/index.d.ts +0 -2
- package/dist/components/nav-main/nav-main.schema.dereffed.json +4 -14
- package/dist/components/nav-main/nav-main.schema.json +5 -11
- package/dist/components/nav-topbar/index.js +2 -4
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/presets.json +10 -18
- package/dist/components/settings/settings.schema.dereffed.json +8 -28
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +1 -1
- /package/dist/{BlogPostProps-440f88a5.d.ts → BlogPostProps-f9a49428.d.ts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes, FC, PropsWithChildren } from "react";
|
|
3
3
|
import { ButtonProps } from "../../ButtonProps-03ff6d21.js";
|
|
4
|
-
declare const Button: import("react").ForwardRefExoticComponent<ButtonProps & HTMLAttributes<HTMLElement> & import("react").RefAttributes<
|
|
4
|
+
declare const Button: import("react").ForwardRefExoticComponent<ButtonProps & HTMLAttributes<HTMLElement> & import("react").RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
|
|
5
5
|
declare const ButtonProvider: FC<PropsWithChildren>;
|
|
6
6
|
export { Button, ButtonProvider };
|
|
@@ -78,9 +78,6 @@
|
|
|
78
78
|
"active": {
|
|
79
79
|
"type": "boolean"
|
|
80
80
|
},
|
|
81
|
-
"id": {
|
|
82
|
-
"type": "string"
|
|
83
|
-
},
|
|
84
81
|
"items": {
|
|
85
82
|
"type": "array",
|
|
86
83
|
"items": {
|
|
@@ -95,9 +92,6 @@
|
|
|
95
92
|
},
|
|
96
93
|
"active": {
|
|
97
94
|
"type": "boolean"
|
|
98
|
-
},
|
|
99
|
-
"id": {
|
|
100
|
-
"type": "string"
|
|
101
95
|
}
|
|
102
96
|
},
|
|
103
97
|
"additionalProperties": false
|
|
@@ -127,24 +121,20 @@
|
|
|
127
121
|
"items": [
|
|
128
122
|
{
|
|
129
123
|
"label": "Level 2 Item",
|
|
130
|
-
"href": "#"
|
|
131
|
-
"id": ""
|
|
124
|
+
"href": "#"
|
|
132
125
|
},
|
|
133
126
|
{
|
|
134
127
|
"label": "Active Item",
|
|
135
128
|
"active": true,
|
|
136
|
-
"href": "#"
|
|
137
|
-
"id": ""
|
|
129
|
+
"href": "#"
|
|
138
130
|
},
|
|
139
131
|
{
|
|
140
132
|
"label": "An Item with a longer Label",
|
|
141
|
-
"href": "#"
|
|
142
|
-
"id": ""
|
|
133
|
+
"href": "#"
|
|
143
134
|
},
|
|
144
135
|
{
|
|
145
136
|
"label": "And One last one",
|
|
146
|
-
"href": "#"
|
|
147
|
-
"id": ""
|
|
137
|
+
"href": "#"
|
|
148
138
|
}
|
|
149
139
|
]
|
|
150
140
|
},
|
|
@@ -91,9 +91,6 @@
|
|
|
91
91
|
"active": {
|
|
92
92
|
"type": "boolean"
|
|
93
93
|
},
|
|
94
|
-
"id": {
|
|
95
|
-
"type": "string"
|
|
96
|
-
},
|
|
97
94
|
"items": {
|
|
98
95
|
"type": "array",
|
|
99
96
|
"items": {
|
|
@@ -108,9 +105,6 @@
|
|
|
108
105
|
},
|
|
109
106
|
"active": {
|
|
110
107
|
"type": "boolean"
|
|
111
|
-
},
|
|
112
|
-
"id": {
|
|
113
|
-
"type": "string"
|
|
114
108
|
}
|
|
115
109
|
},
|
|
116
110
|
"additionalProperties": false
|
|
@@ -140,24 +134,20 @@
|
|
|
140
134
|
"items": [
|
|
141
135
|
{
|
|
142
136
|
"label": "Level 2 Item",
|
|
143
|
-
"href": "#"
|
|
144
|
-
"id": ""
|
|
137
|
+
"href": "#"
|
|
145
138
|
},
|
|
146
139
|
{
|
|
147
140
|
"label": "Active Item",
|
|
148
141
|
"active": true,
|
|
149
|
-
"href": "#"
|
|
150
|
-
"id": ""
|
|
142
|
+
"href": "#"
|
|
151
143
|
},
|
|
152
144
|
{
|
|
153
145
|
"label": "An Item with a longer Label",
|
|
154
|
-
"href": "#"
|
|
155
|
-
"id": ""
|
|
146
|
+
"href": "#"
|
|
156
147
|
},
|
|
157
148
|
{
|
|
158
149
|
"label": "And One last one",
|
|
159
|
-
"href": "#"
|
|
160
|
-
"id": ""
|
|
150
|
+
"href": "#"
|
|
161
151
|
}
|
|
162
152
|
]
|
|
163
153
|
},
|
|
@@ -12,8 +12,8 @@ import { SeoProps } from "../../SeoProps-f2d6dcaa.js";
|
|
|
12
12
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
13
13
|
* and run json-schema-to-typescript to regenerate this file.
|
|
14
14
|
*/
|
|
15
|
-
import { HeaderProps } from "../../HeaderProps-
|
|
16
|
-
import { FooterProps } from "../../FooterProps-
|
|
15
|
+
import { HeaderProps } from "../../HeaderProps-e22382f1.js";
|
|
16
|
+
import { FooterProps } from "../../FooterProps-171a3067.js";
|
|
17
17
|
/**
|
|
18
18
|
* Collection of sections (with their contents) to render on the page
|
|
19
19
|
*/
|
|
@@ -72,6 +72,6 @@ interface SettingsProps {
|
|
|
72
72
|
*/
|
|
73
73
|
seo: SeoProps;
|
|
74
74
|
}
|
|
75
|
-
export * from "../../BlogPostProps-
|
|
75
|
+
export * from "../../BlogPostProps-f9a49428.js";
|
|
76
76
|
export * from "../../BlogOverviewProps-f385fc47.js";
|
|
77
77
|
export { Sections, ToggleFloating, ToggleInverted, ToggleInverted1, PageProps, Header, Footer, SettingsProps };
|
|
@@ -3,8 +3,8 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { Link } from '@kickstartds/base/lib/link';
|
|
5
5
|
|
|
6
|
-
const NavDropdown = ({ items, inverted }) => (jsx("ul", { className: classnames(`dsa-nav-dropdown`), "ks-inverted": inverted?.toString(), children: items.map(({ label, active, href
|
|
7
|
-
return (jsx("li", { className: classnames("dsa-nav-dropdown__item", active && "dsa-nav-dropdown__item--active"), children: jsx(Link, { href: href, className: `dsa-nav-dropdown__label`, children: label }) },
|
|
6
|
+
const NavDropdown = ({ items, inverted }) => (jsx("ul", { className: classnames(`dsa-nav-dropdown`), "ks-inverted": inverted?.toString(), children: items.map(({ label, active, href }) => {
|
|
7
|
+
return (jsx("li", { className: classnames("dsa-nav-dropdown__item", active && "dsa-nav-dropdown__item--active"), children: jsx(Link, { href: href, className: `dsa-nav-dropdown__label`, children: label }) }, href));
|
|
8
8
|
}) }));
|
|
9
9
|
|
|
10
10
|
export { NavDropdown };
|
|
@@ -6,12 +6,10 @@ import { Icon } from '@kickstartds/base/lib/icon';
|
|
|
6
6
|
import { Logo } from '../logo/index.js';
|
|
7
7
|
import '@kickstartds/base/lib/picture';
|
|
8
8
|
|
|
9
|
-
const NavFlyout = ({ items, inverted, logo }) => items && items.length > 0 ? (jsxs("nav", { className: "dsa-nav-flyout", "ks-inverted": inverted.toString(), id: "dsa-nav-flyout", "aria-label": "Hauptnavigation", children: [jsx(Logo, { ...logo, className: "dsa-nav-flyout__logo" }), jsx("ul", { className: "dsa-nav-flyout__list", children: items.map(({ label, href,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return (jsx("li", { className: classnames("dsa-nav-flyout__item", active && "dsa-nav-flyout__item--active", isActive && "dsa-nav-flyout__item--active"), children: jsx(Link, { href: href, className: `dsa-nav-flyout__label dsa-nav-flyout__link`, children: label }) }, id));
|
|
14
|
-
}) })) : null] }, id));
|
|
9
|
+
const NavFlyout = ({ items, inverted, logo }) => items && items.length > 0 ? (jsxs("nav", { className: "dsa-nav-flyout", "ks-inverted": inverted.toString(), id: "dsa-nav-flyout", "aria-label": "Hauptnavigation", children: [jsx(Logo, { ...logo, className: "dsa-nav-flyout__logo" }), jsx("ul", { className: "dsa-nav-flyout__list", children: items.map(({ label, href, active, items: subItems }) => {
|
|
10
|
+
return (jsxs("li", { className: classnames("dsa-nav-flyout__item", active && "dsa-nav-flyout__item--active"), children: [subItems?.length ? (jsxs("span", { tabIndex: 0, className: "dsa-nav-flyout__label", children: [label, subItems?.length ? (jsx(Icon, { className: "dsa-nav-flyout__label__icon", icon: "chevron-down" })) : ("")] })) : (jsx(Link, { href: href, className: `dsa-nav-flyout__label dsa-nav-flyout__link`, children: label })), subItems?.length ? (jsx("ul", { className: "dsa-nav-flyout__sublist", children: subItems.map(({ label, href, active }) => {
|
|
11
|
+
return (jsx("li", { className: classnames("dsa-nav-flyout__item", active && "dsa-nav-flyout__item--active"), children: jsx(Link, { href: href, className: `dsa-nav-flyout__label dsa-nav-flyout__link`, children: label }) }, href));
|
|
12
|
+
}) })) : null] }, href));
|
|
15
13
|
}) })] })) : null;
|
|
16
14
|
|
|
17
15
|
export { NavFlyout };
|
|
@@ -93,9 +93,6 @@
|
|
|
93
93
|
"active": {
|
|
94
94
|
"type": "boolean"
|
|
95
95
|
},
|
|
96
|
-
"id": {
|
|
97
|
-
"type": "string"
|
|
98
|
-
},
|
|
99
96
|
"items": {
|
|
100
97
|
"type": "array",
|
|
101
98
|
"items": {
|
|
@@ -110,9 +107,6 @@
|
|
|
110
107
|
},
|
|
111
108
|
"active": {
|
|
112
109
|
"type": "boolean"
|
|
113
|
-
},
|
|
114
|
-
"id": {
|
|
115
|
-
"type": "string"
|
|
116
110
|
}
|
|
117
111
|
},
|
|
118
112
|
"additionalProperties": false
|
|
@@ -142,24 +136,20 @@
|
|
|
142
136
|
"items": [
|
|
143
137
|
{
|
|
144
138
|
"label": "Level 2 Item",
|
|
145
|
-
"href": "#"
|
|
146
|
-
"id": ""
|
|
139
|
+
"href": "#"
|
|
147
140
|
},
|
|
148
141
|
{
|
|
149
142
|
"label": "Active Item",
|
|
150
143
|
"active": true,
|
|
151
|
-
"href": "#"
|
|
152
|
-
"id": ""
|
|
144
|
+
"href": "#"
|
|
153
145
|
},
|
|
154
146
|
{
|
|
155
147
|
"label": "An Item with a longer Label",
|
|
156
|
-
"href": "#"
|
|
157
|
-
"id": ""
|
|
148
|
+
"href": "#"
|
|
158
149
|
},
|
|
159
150
|
{
|
|
160
151
|
"label": "And One last one",
|
|
161
|
-
"href": "#"
|
|
162
|
-
"id": ""
|
|
152
|
+
"href": "#"
|
|
163
153
|
}
|
|
164
154
|
]
|
|
165
155
|
},
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"href": { "type": "string", "format": "uri" },
|
|
28
28
|
"label": { "type": "string" },
|
|
29
29
|
"active": { "type": "boolean" },
|
|
30
|
-
"id": { "type": "string" },
|
|
31
30
|
"items": {
|
|
32
31
|
"type": "array",
|
|
33
32
|
"items": {
|
|
@@ -35,8 +34,7 @@
|
|
|
35
34
|
"properties": {
|
|
36
35
|
"href": { "type": "string", "format": "uri" },
|
|
37
36
|
"label": { "type": "string" },
|
|
38
|
-
"active": { "type": "boolean" }
|
|
39
|
-
"id": { "type": "string" }
|
|
37
|
+
"active": { "type": "boolean" }
|
|
40
38
|
}
|
|
41
39
|
}
|
|
42
40
|
}
|
|
@@ -61,24 +59,20 @@
|
|
|
61
59
|
"items": [
|
|
62
60
|
{
|
|
63
61
|
"label": "Level 2 Item",
|
|
64
|
-
"href": "#"
|
|
65
|
-
"id": ""
|
|
62
|
+
"href": "#"
|
|
66
63
|
},
|
|
67
64
|
{
|
|
68
65
|
"label": "Active Item",
|
|
69
66
|
"active": true,
|
|
70
|
-
"href": "#"
|
|
71
|
-
"id": ""
|
|
67
|
+
"href": "#"
|
|
72
68
|
},
|
|
73
69
|
{
|
|
74
70
|
"label": "An Item with a longer Label",
|
|
75
|
-
"href": "#"
|
|
76
|
-
"id": ""
|
|
71
|
+
"href": "#"
|
|
77
72
|
},
|
|
78
73
|
{
|
|
79
74
|
"label": "And One last one",
|
|
80
|
-
"href": "#"
|
|
81
|
-
"id": ""
|
|
75
|
+
"href": "#"
|
|
82
76
|
}
|
|
83
77
|
]
|
|
84
78
|
},
|
|
@@ -5,10 +5,8 @@ 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
|
|
|
8
|
-
const NavTopbar = ({ items, dropdownInverted }) => items && items.length > 0 ? (jsx("nav", { className: "dsa-nav-topbar", id: "dsa-nav-main", "aria-label": "Hauptnavigation", children: jsx("ul", { className: "dsa-nav-topbar__list", children: items.map(({ label, href,
|
|
9
|
-
|
|
10
|
-
subItems?.some((navItem) => active === navItem.href);
|
|
11
|
-
return (jsxs("li", { className: classnames("dsa-nav-topbar__item", isActive && "dsa-nav-topbar__item--active", active && "dsa-nav-topbar__item--active", subItems?.length && "dsa-nav-topbar__item--dropdown"), children: [subItems?.length ? (jsxs("span", { tabIndex: 0, className: "dsa-nav-topbar__label", children: [label, subItems?.length ? (jsx(Icon, { className: "dsa-nav-topbar__label__icon", icon: "chevron-down" })) : ("")] })) : (jsx(Link, { href: href, className: `dsa-nav-topbar__label dsa-nav-topbar__link`, children: label })), subItems?.length ? (jsx(NavDropdown, { items: subItems, inverted: dropdownInverted })) : null] }, id));
|
|
8
|
+
const NavTopbar = ({ items, dropdownInverted }) => items && items.length > 0 ? (jsx("nav", { className: "dsa-nav-topbar", id: "dsa-nav-main", "aria-label": "Hauptnavigation", children: jsx("ul", { className: "dsa-nav-topbar__list", children: items.map(({ label, href, active, items: subItems }) => {
|
|
9
|
+
return (jsxs("li", { className: classnames("dsa-nav-topbar__item", active && "dsa-nav-topbar__item--active", subItems?.length && "dsa-nav-topbar__item--dropdown"), children: [subItems?.length ? (jsxs("span", { tabIndex: 0, className: "dsa-nav-topbar__label", children: [label, subItems?.length ? (jsx(Icon, { className: "dsa-nav-topbar__label__icon", icon: "chevron-down" })) : ("")] })) : (jsx(Link, { href: href, className: `dsa-nav-topbar__label dsa-nav-topbar__link`, children: label })), subItems?.length ? (jsx(NavDropdown, { items: subItems, inverted: dropdownInverted })) : null] }, href));
|
|
12
10
|
}) }) })) : null;
|
|
13
11
|
|
|
14
12
|
export { NavTopbar };
|
|
@@ -1284,7 +1284,7 @@
|
|
|
1284
1284
|
"id": "layout-footer--footer",
|
|
1285
1285
|
"group": "Layout/Footer",
|
|
1286
1286
|
"name": "Footer",
|
|
1287
|
-
"code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n inverted: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Navigation Item'\n },\n {\n href: '#',\n items: [\n {\n href: '#',\n
|
|
1287
|
+
"code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n inverted: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Navigation Item'\n },\n {\n href: '#',\n items: [\n {\n href: '#',\n label: 'Level 2 Item'\n },\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'An Item with a longer Label'\n },\n {\n href: '#',\n label: 'And One last one'\n }\n ],\n label: 'Dropdown'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
|
|
1288
1288
|
"args": {
|
|
1289
1289
|
"logo": {
|
|
1290
1290
|
"src": "/logo.svg",
|
|
@@ -1313,24 +1313,20 @@
|
|
|
1313
1313
|
"items": [
|
|
1314
1314
|
{
|
|
1315
1315
|
"href": "#",
|
|
1316
|
-
"label": "Level 2 Item"
|
|
1317
|
-
"id": ""
|
|
1316
|
+
"label": "Level 2 Item"
|
|
1318
1317
|
},
|
|
1319
1318
|
{
|
|
1320
1319
|
"href": "#",
|
|
1321
1320
|
"label": "Active Item",
|
|
1322
|
-
"active": true
|
|
1323
|
-
"id": ""
|
|
1321
|
+
"active": true
|
|
1324
1322
|
},
|
|
1325
1323
|
{
|
|
1326
1324
|
"href": "#",
|
|
1327
|
-
"label": "An Item with a longer Label"
|
|
1328
|
-
"id": ""
|
|
1325
|
+
"label": "An Item with a longer Label"
|
|
1329
1326
|
},
|
|
1330
1327
|
{
|
|
1331
1328
|
"href": "#",
|
|
1332
|
-
"label": "And One last one"
|
|
1333
|
-
"id": ""
|
|
1329
|
+
"label": "And One last one"
|
|
1334
1330
|
}
|
|
1335
1331
|
]
|
|
1336
1332
|
},
|
|
@@ -1521,7 +1517,7 @@
|
|
|
1521
1517
|
"id": "layout-header--header",
|
|
1522
1518
|
"group": "Layout/Header",
|
|
1523
1519
|
"name": "Header",
|
|
1524
|
-
"code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Navigation Item'\n },\n {\n href: '#',\n items: [\n {\n href: '#',\n
|
|
1520
|
+
"code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Navigation Item'\n },\n {\n href: '#',\n items: [\n {\n href: '#',\n label: 'Level 2 Item'\n },\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'An Item with a longer Label'\n },\n {\n href: '#',\n label: 'And One last one'\n }\n ],\n label: 'Dropdown'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
|
|
1525
1521
|
"args": {
|
|
1526
1522
|
"logo": {
|
|
1527
1523
|
"src": "/logo.svg",
|
|
@@ -1551,24 +1547,20 @@
|
|
|
1551
1547
|
"items": [
|
|
1552
1548
|
{
|
|
1553
1549
|
"href": "#",
|
|
1554
|
-
"label": "Level 2 Item"
|
|
1555
|
-
"id": ""
|
|
1550
|
+
"label": "Level 2 Item"
|
|
1556
1551
|
},
|
|
1557
1552
|
{
|
|
1558
1553
|
"href": "#",
|
|
1559
1554
|
"label": "Active Item",
|
|
1560
|
-
"active": true
|
|
1561
|
-
"id": ""
|
|
1555
|
+
"active": true
|
|
1562
1556
|
},
|
|
1563
1557
|
{
|
|
1564
1558
|
"href": "#",
|
|
1565
|
-
"label": "An Item with a longer Label"
|
|
1566
|
-
"id": ""
|
|
1559
|
+
"label": "An Item with a longer Label"
|
|
1567
1560
|
},
|
|
1568
1561
|
{
|
|
1569
1562
|
"href": "#",
|
|
1570
|
-
"label": "And One last one"
|
|
1571
|
-
"id": ""
|
|
1563
|
+
"label": "And One last one"
|
|
1572
1564
|
}
|
|
1573
1565
|
]
|
|
1574
1566
|
},
|
|
@@ -103,9 +103,6 @@
|
|
|
103
103
|
"active": {
|
|
104
104
|
"type": "boolean"
|
|
105
105
|
},
|
|
106
|
-
"id": {
|
|
107
|
-
"type": "string"
|
|
108
|
-
},
|
|
109
106
|
"items": {
|
|
110
107
|
"type": "array",
|
|
111
108
|
"items": {
|
|
@@ -120,9 +117,6 @@
|
|
|
120
117
|
},
|
|
121
118
|
"active": {
|
|
122
119
|
"type": "boolean"
|
|
123
|
-
},
|
|
124
|
-
"id": {
|
|
125
|
-
"type": "string"
|
|
126
120
|
}
|
|
127
121
|
},
|
|
128
122
|
"additionalProperties": false
|
|
@@ -152,24 +146,20 @@
|
|
|
152
146
|
"items": [
|
|
153
147
|
{
|
|
154
148
|
"label": "Level 2 Item",
|
|
155
|
-
"href": "#"
|
|
156
|
-
"id": ""
|
|
149
|
+
"href": "#"
|
|
157
150
|
},
|
|
158
151
|
{
|
|
159
152
|
"label": "Active Item",
|
|
160
153
|
"active": true,
|
|
161
|
-
"href": "#"
|
|
162
|
-
"id": ""
|
|
154
|
+
"href": "#"
|
|
163
155
|
},
|
|
164
156
|
{
|
|
165
157
|
"label": "An Item with a longer Label",
|
|
166
|
-
"href": "#"
|
|
167
|
-
"id": ""
|
|
158
|
+
"href": "#"
|
|
168
159
|
},
|
|
169
160
|
{
|
|
170
161
|
"label": "And One last one",
|
|
171
|
-
"href": "#"
|
|
172
|
-
"id": ""
|
|
162
|
+
"href": "#"
|
|
173
163
|
}
|
|
174
164
|
]
|
|
175
165
|
},
|
|
@@ -270,9 +260,6 @@
|
|
|
270
260
|
"active": {
|
|
271
261
|
"type": "boolean"
|
|
272
262
|
},
|
|
273
|
-
"id": {
|
|
274
|
-
"type": "string"
|
|
275
|
-
},
|
|
276
263
|
"items": {
|
|
277
264
|
"type": "array",
|
|
278
265
|
"items": {
|
|
@@ -287,9 +274,6 @@
|
|
|
287
274
|
},
|
|
288
275
|
"active": {
|
|
289
276
|
"type": "boolean"
|
|
290
|
-
},
|
|
291
|
-
"id": {
|
|
292
|
-
"type": "string"
|
|
293
277
|
}
|
|
294
278
|
},
|
|
295
279
|
"additionalProperties": false
|
|
@@ -319,24 +303,20 @@
|
|
|
319
303
|
"items": [
|
|
320
304
|
{
|
|
321
305
|
"label": "Level 2 Item",
|
|
322
|
-
"href": "#"
|
|
323
|
-
"id": ""
|
|
306
|
+
"href": "#"
|
|
324
307
|
},
|
|
325
308
|
{
|
|
326
309
|
"label": "Active Item",
|
|
327
310
|
"active": true,
|
|
328
|
-
"href": "#"
|
|
329
|
-
"id": ""
|
|
311
|
+
"href": "#"
|
|
330
312
|
},
|
|
331
313
|
{
|
|
332
314
|
"label": "An Item with a longer Label",
|
|
333
|
-
"href": "#"
|
|
334
|
-
"id": ""
|
|
315
|
+
"href": "#"
|
|
335
316
|
},
|
|
336
317
|
{
|
|
337
318
|
"label": "And One last one",
|
|
338
|
-
"href": "#"
|
|
339
|
-
"id": ""
|
|
319
|
+
"href": "#"
|
|
340
320
|
}
|
|
341
321
|
]
|
|
342
322
|
},
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 22 Aug 2024
|
|
3
|
+
* Generated on Thu, 22 Aug 2024 15:15:58 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 Thu, 22 Aug 2024
|
|
2730
|
+
* Generated on Thu, 22 Aug 2024 15:16:02 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 Thu, 22 Aug 2024
|
|
5461
|
+
* Generated on Thu, 22 Aug 2024 15:16:00 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 Thu, 22 Aug 2024
|
|
8462
|
+
* Generated on Thu, 22 Aug 2024 15:16:04 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
|
File without changes
|