@kickstartds/ds-agency-premium 1.2.8--canary.156.b229fdd.0 → 1.2.9

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 (57) hide show
  1. package/dist/{FeaturesProps-79dea880.d.ts → FeaturesProps-32f5bc0d.d.ts} +39 -39
  2. package/dist/{LogosProps-8af8b3c7.d.ts → LogosProps-a8efd101.d.ts} +3 -3
  3. package/dist/{StatsProps-afa48599.d.ts → StatsProps-17b0743a.d.ts} +3 -3
  4. package/dist/{TeaserCardProps-95b399e9.d.ts → TeaserCardProps-3fce7be4.d.ts} +12 -4
  5. package/dist/{TestimonialsProps-d27ae4b4.d.ts → TestimonialsProps-4b94faa8.d.ts} +3 -3
  6. package/dist/components/button/button.css +2 -3
  7. package/dist/components/feature/index.d.ts +1 -1
  8. package/dist/components/features/features.schema.dereffed.json +3 -4
  9. package/dist/components/features/features.schema.json +3 -3
  10. package/dist/components/features/index.d.ts +1 -1
  11. package/dist/components/features/index.js +3 -3
  12. package/dist/components/headline/headline.css +0 -1
  13. package/dist/components/logos/index.d.ts +1 -1
  14. package/dist/components/logos/index.js +2 -2
  15. package/dist/components/logos/logos.schema.dereffed.json +2 -2
  16. package/dist/components/logos/logos.schema.json +2 -2
  17. package/dist/components/page/page.schema.dereffed.json +31 -49
  18. package/dist/components/page-wrapper/index.d.ts +3 -2
  19. package/dist/components/page-wrapper/index.js +471 -6
  20. package/dist/components/page-wrapper/tokens.css +3 -3
  21. package/dist/components/section/index.d.ts +7 -8
  22. package/dist/components/section/index.js +1 -1
  23. package/dist/components/section/section.css +3 -15
  24. package/dist/components/section/section.schema.dereffed.json +31 -49
  25. package/dist/components/section/section.schema.json +2 -5
  26. package/dist/components/stats/index.d.ts +1 -1
  27. package/dist/components/stats/index.js +4 -4
  28. package/dist/components/stats/stats.css +0 -1
  29. package/dist/components/stats/stats.schema.dereffed.json +2 -2
  30. package/dist/components/stats/stats.schema.json +2 -2
  31. package/dist/components/teaser-card/index.d.ts +1 -1
  32. package/dist/components/teaser-card/index.js +3 -6
  33. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +17 -4
  34. package/dist/components/teaser-card/teaser-card.schema.json +13 -5
  35. package/dist/components/testimonials/index.d.ts +1 -1
  36. package/dist/components/testimonials/index.js +4 -4
  37. package/dist/components/testimonials/testimonials.schema.dereffed.json +2 -2
  38. package/dist/components/testimonials/testimonials.schema.json +2 -2
  39. package/dist/global.css +0 -2
  40. package/dist/tokens/themes.css +4657 -0
  41. package/dist/tokens/themes.css.d.ts +0 -0
  42. package/dist/tokens/themes.css.js +1 -0
  43. package/dist/tokens/tokens.css +3 -3
  44. package/dist/tokens/tokens.js +3 -3
  45. package/package.json +9 -6
  46. package/dist/PageIntroProps-f13f3e7c.d.ts +0 -14
  47. package/dist/components/page-intro/index.d.ts +0 -4
  48. package/dist/components/page-intro/index.js +0 -18
  49. package/dist/components/page-intro/page-intro.css +0 -8
  50. package/dist/components/page-intro/page-intro.schema.dereffed.json +0 -30
  51. package/dist/components/page-intro/page-intro.schema.json +0 -26
  52. package/dist/components/raw-page-wrapper/index.d.ts +0 -3
  53. package/dist/components/raw-page-wrapper/index.js +0 -492
  54. package/dist/static/tokens-google.css +0 -1553
  55. package/dist/static/tokens-lughausen.css +0 -1549
  56. package/dist/static/tokens-telekom.css +0 -1549
  57. package/dist/static/tokens.css +0 -1554
@@ -217,13 +217,13 @@
217
217
  "title": "Tile Width",
218
218
  "description": "Set min-width for the tiles in the grid",
219
219
  "enum": [
220
- "control",
221
- "card",
222
- "narrow",
220
+ "smallest",
221
+ "default",
223
222
  "medium",
224
- "wide"
223
+ "large",
224
+ "largest"
225
225
  ],
226
- "default": "cards"
226
+ "default": "default"
227
227
  }
228
228
  },
229
229
  "additionalProperties": false
@@ -490,9 +490,9 @@
490
490
  },
491
491
  "additionalProperties": false
492
492
  },
493
- "features": {
493
+ "items": {
494
494
  "type": "array",
495
- "title": "Features",
495
+ "title": "Items",
496
496
  "description": "The features to display",
497
497
  "items": {
498
498
  "type": "object",
@@ -548,8 +548,7 @@
548
548
  },
549
549
  "additionalProperties": false,
550
550
  "required": [
551
- "title",
552
- "text"
551
+ "title"
553
552
  ]
554
553
  },
555
554
  "minItems": 1,
@@ -1059,9 +1058,9 @@
1059
1058
  "Your Success, Our Commitment"
1060
1059
  ]
1061
1060
  },
1062
- "logos": {
1061
+ "items": {
1063
1062
  "type": "array",
1064
- "title": "Logos",
1063
+ "title": "Items",
1065
1064
  "description": "The logos to display",
1066
1065
  "items": {
1067
1066
  "type": "object",
@@ -1297,36 +1296,6 @@
1297
1296
  },
1298
1297
  "additionalProperties": false
1299
1298
  },
1300
- {
1301
- "$schema": "http://json-schema.org/draft-07/schema#",
1302
- "$id": "http://schema.mydesignsystem.com/page-intro.schema.json",
1303
- "title": "Page Intro",
1304
- "type": "object",
1305
- "properties": {
1306
- "headline": {
1307
- "type": "string"
1308
- },
1309
- "sub": {
1310
- "type": "string"
1311
- },
1312
- "link": {
1313
- "type": "object",
1314
- "properties": {
1315
- "href": {
1316
- "type": "string"
1317
- },
1318
- "label": {
1319
- "type": "string"
1320
- }
1321
- },
1322
- "additionalProperties": false
1323
- },
1324
- "type": {
1325
- "const": "page-intro"
1326
- }
1327
- },
1328
- "additionalProperties": false
1329
- },
1330
1299
  {
1331
1300
  "$schema": "http://json-schema.org/draft-07/schema#",
1332
1301
  "$id": "http://schema.mydesignsystem.com/slider.schema.json",
@@ -1392,9 +1361,9 @@
1392
1361
  "description": "Component used to display stats with a number upcounter",
1393
1362
  "type": "object",
1394
1363
  "properties": {
1395
- "stats": {
1364
+ "items": {
1365
+ "title": "Items",
1396
1366
  "type": "array",
1397
- "title": "Stats",
1398
1367
  "description": "The stats to display with a number upcounter",
1399
1368
  "items": {
1400
1369
  "type": "object",
@@ -1500,15 +1469,25 @@
1500
1469
  "properties": {
1501
1470
  "label": {
1502
1471
  "title": "Label",
1503
- "type": "string"
1472
+ "type": "string",
1473
+ "description": "Label of the button. Still A11Y relevant when the button is hidden."
1504
1474
  },
1505
- "displayButton": {
1475
+ "chevron": {
1476
+ "title": "Icon",
1477
+ "description": "Toggle chevron icon",
1478
+ "type": "boolean",
1479
+ "default": false
1480
+ },
1481
+ "hidden": {
1506
1482
  "type": "boolean",
1507
1483
  "title": "Display Button",
1508
1484
  "description": "Toggle wether you want the card to have a visible button or not",
1509
- "default": true
1485
+ "default": false
1510
1486
  }
1511
1487
  },
1488
+ "required": [
1489
+ "label"
1490
+ ],
1512
1491
  "additionalProperties": false
1513
1492
  },
1514
1493
  "image": {
@@ -1533,7 +1512,10 @@
1533
1512
  }
1534
1513
  },
1535
1514
  "additionalProperties": false,
1536
- "required": []
1515
+ "required": [
1516
+ "topic",
1517
+ "target"
1518
+ ]
1537
1519
  },
1538
1520
  {
1539
1521
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -1553,9 +1535,9 @@
1553
1535
  ],
1554
1536
  "default": "slider"
1555
1537
  },
1556
- "testimonials": {
1538
+ "items": {
1557
1539
  "type": "array",
1558
- "title": "Testimonials",
1540
+ "title": "Items",
1559
1541
  "description": "Add testimonials featuring an image, a quote, a source and a rating",
1560
1542
  "items": {
1561
1543
  "type": "object",
@@ -1,2 +1,3 @@
1
- import { RawPageWrapper as PageWrapper } from "../raw-page-wrapper/index.js";
2
- export { PageWrapper as default, PageWrapper };
1
+ import { FC, PropsWithChildren } from "react";
2
+ declare const PageWrapper: FC<PropsWithChildren>;
3
+ export { PageWrapper };