@kickstartds/ds-agency-premium 1.3.29 → 1.3.30

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 (47) hide show
  1. package/dist/{FooterProps-9f94ed98.d.ts → FooterProps-10c950a6.d.ts} +7 -2
  2. package/dist/{HeaderProps-c41aeb76.d.ts → HeaderProps-7be94a61.d.ts} +9 -14
  3. package/dist/LogoProps-01796f0a.d.ts +44 -0
  4. package/dist/LogosProps-f9474fe2.d.ts +97 -0
  5. package/dist/SectionProps-93230a76.d.ts +1 -1
  6. package/dist/SliderProps-93230a76.d.ts +1 -1
  7. package/dist/components/cta/cta.css +2 -2
  8. package/dist/components/footer/footer.css +10 -14
  9. package/dist/components/footer/footer.schema.dereffed.json +12 -9
  10. package/dist/components/footer/footer.schema.json +11 -25
  11. package/dist/components/footer/index.d.ts +1 -1
  12. package/dist/components/footer/index.js +3 -2
  13. package/dist/components/header/header.css +0 -16
  14. package/dist/components/header/header.schema.dereffed.json +13 -26
  15. package/dist/components/header/header.schema.json +24 -6
  16. package/dist/components/header/index.d.ts +1 -1
  17. package/dist/components/header/index.js +7 -3
  18. package/dist/components/image/image.schema.dereffed.json +1 -1
  19. package/dist/components/image/image.schema.json +1 -1
  20. package/dist/components/image/index.d.ts +1 -1
  21. package/dist/components/index/index.d.ts +2 -2
  22. package/dist/components/logo/index.d.ts +4 -0
  23. package/dist/components/logo/index.js +10 -0
  24. package/dist/components/logo/logo.css +7 -0
  25. package/dist/components/logo/logo.schema.dereffed.json +43 -19
  26. package/dist/components/logo/logo.schema.json +41 -17
  27. package/dist/components/logos/index.d.ts +1 -1
  28. package/dist/components/logos/logos.schema.dereffed.json +0 -5
  29. package/dist/components/logos/logos.schema.json +27 -1
  30. package/dist/components/nav-main/index.d.ts +8 -37
  31. package/dist/components/nav-main/index.js +3 -2
  32. package/dist/components/nav-main/nav-main.css +33 -45
  33. package/dist/components/nav-main/nav-main.schema.dereffed.json +28 -26
  34. package/dist/components/nav-main/nav-main.schema.json +4 -53
  35. package/dist/components/page/page.schema.dereffed.json +0 -10
  36. package/dist/components/page-wrapper/tokens.css +1 -1
  37. package/dist/components/picture/picture.schema.json +1 -1
  38. package/dist/components/presets.json +6 -5
  39. package/dist/components/section/section.schema.dereffed.json +0 -10
  40. package/dist/components/settings/settings.schema.dereffed.json +25 -35
  41. package/dist/components/slider/slider.schema.dereffed.json +0 -5
  42. package/dist/static/favicon/favicon-192-192.png +1 -1
  43. package/dist/tokens/themes.css +4 -4
  44. package/dist/tokens/tokens.css +1 -1
  45. package/dist/tokens/tokens.js +1 -1
  46. package/package.json +1 -1
  47. package/dist/LogosProps-58c84ccc.d.ts +0 -242
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 31 Jul 2024 08:36:38 GMT
3
+ * Generated on Wed, 31 Jul 2024 15:13:47 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "className": {
39
39
  "title": "Additional Classes",
40
- "description": "Add additional css classes that should be applied to the button",
40
+ "description": "Add additional css classes that should be applied to the picture",
41
41
  "type": "string"
42
42
  },
43
43
  "style": {
@@ -1156,16 +1156,17 @@
1156
1156
  "id": "layout-footer--footer",
1157
1157
  "group": "Layout/Footer",
1158
1158
  "name": "Footer",
1159
- "code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n lazy: false,\n src: '/logo.svg',\n width: 176\n }}\n logoHref=\"/\"\n navItems={[\n {\n href: '#',\n label: 'Nav Item'\n },\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Another Item'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
1159
+ "code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n lazy: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n href: '#',\n label: 'Nav Item'\n },\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Another Item'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
1160
1160
  "args": {
1161
1161
  "logo": {
1162
1162
  "src": "/logo.svg",
1163
+ "srcInverted": "/logo-inverted.svg",
1164
+ "homepageHref": "#",
1163
1165
  "alt": "Systemics Logo",
1164
1166
  "width": 176,
1165
1167
  "height": 40,
1166
1168
  "lazy": false
1167
1169
  },
1168
- "logoHref": "/",
1169
1170
  "byline": "© 2024 systemics Inc. All rights reserved.",
1170
1171
  "inverted": false,
1171
1172
  "navItems": [
@@ -1369,18 +1370,18 @@
1369
1370
  "id": "layout-header--header",
1370
1371
  "group": "Layout/Header",
1371
1372
  "name": "Header",
1372
- "code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n lazy: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n logoHref=\"/\"\n navItems={[\n {\n href: '#',\n label: 'Nav Item'\n },\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Another Item'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
1373
+ "code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n lazy: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n href: '#',\n label: 'Nav Item'\n },\n {\n active: true,\n href: '#',\n label: 'Active Item'\n },\n {\n href: '#',\n label: 'Another Item'\n },\n {\n href: '#',\n label: 'One more Item'\n },\n {\n href: '#',\n label: 'Last Item'\n }\n ]}\n/>",
1373
1374
  "args": {
1374
1375
  "logo": {
1375
1376
  "src": "/logo.svg",
1376
1377
  "srcInverted": "/logo-inverted.svg",
1378
+ "homepageHref": "#",
1377
1379
  "alt": "Systemics Logo",
1378
1380
  "width": 176,
1379
1381
  "height": 40,
1380
1382
  "lazy": false
1381
1383
  },
1382
- "logoHref": "/",
1383
- "flyoutLogoInverted": false,
1384
+ "flyoutInverted": false,
1384
1385
  "floating": false,
1385
1386
  "inverted": false,
1386
1387
  "navItems": [
@@ -1099,8 +1099,6 @@
1099
1099
  "title": "Logos",
1100
1100
  "description": "The logos to display",
1101
1101
  "items": {
1102
- "$schema": "http://json-schema.org/draft-07/schema#",
1103
- "$id": "http://schema.mydesignsystem.com/logo.schema.json",
1104
1102
  "title": "Logo",
1105
1103
  "description": "Logo entry for Logos component",
1106
1104
  "type": "object",
@@ -1126,9 +1124,6 @@
1126
1124
  "examples": [
1127
1125
  "Logo 1"
1128
1126
  ]
1129
- },
1130
- "type": {
1131
- "const": "logo"
1132
1127
  }
1133
1128
  },
1134
1129
  "additionalProperties": false,
@@ -2076,8 +2071,6 @@
2076
2071
  "title": "Logos",
2077
2072
  "description": "The logos to display",
2078
2073
  "items": {
2079
- "$schema": "http://json-schema.org/draft-07/schema#",
2080
- "$id": "http://schema.mydesignsystem.com/logo.schema.json",
2081
2074
  "title": "Logo",
2082
2075
  "description": "Logo entry for Logos component",
2083
2076
  "type": "object",
@@ -2103,9 +2096,6 @@
2103
2096
  "examples": [
2104
2097
  "Logo 1"
2105
2098
  ]
2106
- },
2107
- "type": {
2108
- "const": "logo"
2109
2099
  }
2110
2100
  },
2111
2101
  "additionalProperties": false,
@@ -20,36 +20,28 @@
20
20
  "title": "Logo",
21
21
  "type": "object",
22
22
  "properties": {
23
- "href": {
24
- "title": "Link",
25
- "description": "Add a link to the logo",
26
- "type": "string",
27
- "format": "uri",
28
- "default": "/"
29
- },
30
23
  "src": {
31
24
  "title": "Source",
32
- "description": "Logo file source",
25
+ "description": "Picture source",
33
26
  "type": "string",
34
- "format": "image",
35
- "examples": [
36
- "logo.svg"
37
- ]
27
+ "format": "image"
38
28
  },
39
29
  "srcInverted": {
40
- "title": "Source Inverted",
41
- "description": "Logo inverted file source",
30
+ "title": "Source",
31
+ "description": "Picture source",
42
32
  "type": "string",
43
- "format": "image",
44
- "examples": [
45
- "logo-inverted.svg"
46
- ]
33
+ "format": "image"
47
34
  },
48
35
  "alt": {
49
36
  "title": "Alt text",
50
37
  "description": "Alt text to display for picture",
51
38
  "type": "string"
52
39
  },
40
+ "homepageHref": {
41
+ "type": "string",
42
+ "format": "uri",
43
+ "default": "/"
44
+ },
53
45
  "width": {
54
46
  "title": "Width",
55
47
  "description": "Width of the picture",
@@ -71,15 +63,10 @@
71
63
  },
72
64
  "additionalProperties": false
73
65
  },
74
- "logoHref": {
75
- "type": "string",
76
- "format": "uri",
77
- "default": "/"
78
- },
79
- "flyoutLogoInverted": {
66
+ "flyoutInverted": {
80
67
  "type": "boolean",
81
- "title": "Flyout Logo Inverted",
82
- "description": "Toggle the inversion of the logo inside the mobile navigation",
68
+ "title": "Flyout Inverted",
69
+ "description": "Toggle the inversion of the flyout navigation",
83
70
  "default": false
84
71
  },
85
72
  "floating": {
@@ -165,16 +152,24 @@
165
152
  "title": "Source",
166
153
  "description": "Picture source",
167
154
  "type": "string",
168
- "format": "image",
169
- "examples": [
170
- "https://picsum.photos/seed/kdspicture/300/300"
171
- ]
155
+ "format": "image"
156
+ },
157
+ "srcInverted": {
158
+ "title": "Source",
159
+ "description": "Picture source",
160
+ "type": "string",
161
+ "format": "image"
172
162
  },
173
163
  "alt": {
174
164
  "title": "Alt text",
175
165
  "description": "Alt text to display for picture",
176
166
  "type": "string"
177
167
  },
168
+ "homepageHref": {
169
+ "type": "string",
170
+ "format": "uri",
171
+ "default": "/"
172
+ },
178
173
  "width": {
179
174
  "title": "Width",
180
175
  "description": "Width of the picture",
@@ -196,11 +191,6 @@
196
191
  },
197
192
  "additionalProperties": false
198
193
  },
199
- "logoHref": {
200
- "type": "string",
201
- "format": "uri",
202
- "default": "/"
203
- },
204
194
  "byline": {
205
195
  "title": "Byline",
206
196
  "description": "Small line of text displayed below the logo",
@@ -717,8 +717,6 @@
717
717
  "title": "Logos",
718
718
  "description": "The logos to display",
719
719
  "items": {
720
- "$schema": "http://json-schema.org/draft-07/schema#",
721
- "$id": "http://schema.mydesignsystem.com/logo.schema.json",
722
720
  "title": "Logo",
723
721
  "description": "Logo entry for Logos component",
724
722
  "type": "object",
@@ -744,9 +742,6 @@
744
742
  "examples": [
745
743
  "Logo 1"
746
744
  ]
747
- },
748
- "type": {
749
- "const": "logo"
750
745
  }
751
746
  },
752
747
  "additionalProperties": false,