@kickstartds/ds-agency-premium 1.6.0 → 1.6.2
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/FeaturesProps-e58616a5.d.ts +62 -0
- package/dist/SectionProps-7a46a8ad.d.ts +1 -1
- package/dist/SliderProps-93230a76.d.ts +1 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +4 -80
- package/dist/components/blog-post/blog-post.schema.dereffed.json +4 -80
- package/dist/components/feature/index.d.ts +52 -1
- package/dist/components/features/features.schema.dereffed.json +2 -40
- package/dist/components/features/features.schema.json +24 -1
- package/dist/components/features/index.d.ts +1 -1
- package/dist/components/features/index.js +6 -1
- package/dist/components/page/page.schema.dereffed.json +4 -80
- package/dist/components/page-wrapper/index.js +891 -201
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/presets.json +32 -113
- package/dist/components/section/section.schema.dereffed.json +4 -80
- package/dist/components/slider/slider.schema.dereffed.json +2 -40
- package/dist/tokens/IconSprite.js +891 -201
- package/dist/tokens/icon-sprite.html +238 -35
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +79 -32
- package/package.json +1 -1
- package/dist/FeatureProps-f8a75850.d.ts +0 -52
- package/dist/FeaturesProps-b05859d6.d.ts +0 -34
|
@@ -534,11 +534,8 @@
|
|
|
534
534
|
"title": "Features",
|
|
535
535
|
"description": "The features to display",
|
|
536
536
|
"items": {
|
|
537
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
538
|
-
"$id": "http://schema.mydesignsystem.com/feature.schema.json",
|
|
539
|
-
"title": "Feature",
|
|
540
|
-
"description": "Partial Component used to display a feature",
|
|
541
537
|
"type": "object",
|
|
538
|
+
"title": "Feature",
|
|
542
539
|
"properties": {
|
|
543
540
|
"icon": {
|
|
544
541
|
"type": "string",
|
|
@@ -566,21 +563,8 @@
|
|
|
566
563
|
"This is a feature"
|
|
567
564
|
]
|
|
568
565
|
},
|
|
569
|
-
"style": {
|
|
570
|
-
"type": "string",
|
|
571
|
-
"enum": [
|
|
572
|
-
"intext",
|
|
573
|
-
"stack",
|
|
574
|
-
"centered",
|
|
575
|
-
"besideLarge",
|
|
576
|
-
"besideSmall"
|
|
577
|
-
],
|
|
578
|
-
"default": "stack"
|
|
579
|
-
},
|
|
580
566
|
"cta": {
|
|
581
567
|
"type": "object",
|
|
582
|
-
"title": "Call to Action",
|
|
583
|
-
"description": "The call to action",
|
|
584
568
|
"properties": {
|
|
585
569
|
"target": {
|
|
586
570
|
"type": "string",
|
|
@@ -597,34 +581,12 @@
|
|
|
597
581
|
"examples": [
|
|
598
582
|
"See all our partners"
|
|
599
583
|
]
|
|
600
|
-
},
|
|
601
|
-
"toggle": {
|
|
602
|
-
"type": "boolean",
|
|
603
|
-
"title": "Call to Action Toggle",
|
|
604
|
-
"description": "Activate/disable the CTAs",
|
|
605
|
-
"default": true
|
|
606
|
-
},
|
|
607
|
-
"style": {
|
|
608
|
-
"type": "string",
|
|
609
|
-
"description": "Choose the style of the CTA",
|
|
610
|
-
"enum": [
|
|
611
|
-
"button",
|
|
612
|
-
"link",
|
|
613
|
-
"intext"
|
|
614
|
-
],
|
|
615
|
-
"default": "link"
|
|
616
584
|
}
|
|
617
585
|
},
|
|
618
586
|
"additionalProperties": false
|
|
619
|
-
},
|
|
620
|
-
"type": {
|
|
621
|
-
"const": "feature"
|
|
622
587
|
}
|
|
623
588
|
},
|
|
624
|
-
"additionalProperties": false
|
|
625
|
-
"required": [
|
|
626
|
-
"title"
|
|
627
|
-
]
|
|
589
|
+
"additionalProperties": false
|
|
628
590
|
},
|
|
629
591
|
"minItems": 1,
|
|
630
592
|
"maxItems": 8
|
|
@@ -1744,11 +1706,8 @@
|
|
|
1744
1706
|
"title": "Features",
|
|
1745
1707
|
"description": "The features to display",
|
|
1746
1708
|
"items": {
|
|
1747
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1748
|
-
"$id": "http://schema.mydesignsystem.com/feature.schema.json",
|
|
1749
|
-
"title": "Feature",
|
|
1750
|
-
"description": "Partial Component used to display a feature",
|
|
1751
1709
|
"type": "object",
|
|
1710
|
+
"title": "Feature",
|
|
1752
1711
|
"properties": {
|
|
1753
1712
|
"icon": {
|
|
1754
1713
|
"type": "string",
|
|
@@ -1776,21 +1735,8 @@
|
|
|
1776
1735
|
"This is a feature"
|
|
1777
1736
|
]
|
|
1778
1737
|
},
|
|
1779
|
-
"style": {
|
|
1780
|
-
"type": "string",
|
|
1781
|
-
"enum": [
|
|
1782
|
-
"intext",
|
|
1783
|
-
"stack",
|
|
1784
|
-
"centered",
|
|
1785
|
-
"besideLarge",
|
|
1786
|
-
"besideSmall"
|
|
1787
|
-
],
|
|
1788
|
-
"default": "stack"
|
|
1789
|
-
},
|
|
1790
1738
|
"cta": {
|
|
1791
1739
|
"type": "object",
|
|
1792
|
-
"title": "Call to Action",
|
|
1793
|
-
"description": "The call to action",
|
|
1794
1740
|
"properties": {
|
|
1795
1741
|
"target": {
|
|
1796
1742
|
"type": "string",
|
|
@@ -1807,34 +1753,12 @@
|
|
|
1807
1753
|
"examples": [
|
|
1808
1754
|
"See all our partners"
|
|
1809
1755
|
]
|
|
1810
|
-
},
|
|
1811
|
-
"toggle": {
|
|
1812
|
-
"type": "boolean",
|
|
1813
|
-
"title": "Call to Action Toggle",
|
|
1814
|
-
"description": "Activate/disable the CTAs",
|
|
1815
|
-
"default": true
|
|
1816
|
-
},
|
|
1817
|
-
"style": {
|
|
1818
|
-
"type": "string",
|
|
1819
|
-
"description": "Choose the style of the CTA",
|
|
1820
|
-
"enum": [
|
|
1821
|
-
"button",
|
|
1822
|
-
"link",
|
|
1823
|
-
"intext"
|
|
1824
|
-
],
|
|
1825
|
-
"default": "link"
|
|
1826
1756
|
}
|
|
1827
1757
|
},
|
|
1828
1758
|
"additionalProperties": false
|
|
1829
|
-
},
|
|
1830
|
-
"type": {
|
|
1831
|
-
"const": "feature"
|
|
1832
1759
|
}
|
|
1833
1760
|
},
|
|
1834
|
-
"additionalProperties": false
|
|
1835
|
-
"required": [
|
|
1836
|
-
"title"
|
|
1837
|
-
]
|
|
1761
|
+
"additionalProperties": false
|
|
1838
1762
|
},
|
|
1839
1763
|
"minItems": 1,
|
|
1840
1764
|
"maxItems": 8
|