@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.
@@ -273,11 +273,8 @@
273
273
  "title": "Features",
274
274
  "description": "The features to display",
275
275
  "items": {
276
- "$schema": "http://json-schema.org/draft-07/schema#",
277
- "$id": "http://schema.mydesignsystem.com/feature.schema.json",
278
- "title": "Feature",
279
- "description": "Partial Component used to display a feature",
280
276
  "type": "object",
277
+ "title": "Feature",
281
278
  "properties": {
282
279
  "icon": {
283
280
  "type": "string",
@@ -305,21 +302,8 @@
305
302
  "This is a feature"
306
303
  ]
307
304
  },
308
- "style": {
309
- "type": "string",
310
- "enum": [
311
- "intext",
312
- "stack",
313
- "centered",
314
- "besideLarge",
315
- "besideSmall"
316
- ],
317
- "default": "stack"
318
- },
319
305
  "cta": {
320
306
  "type": "object",
321
- "title": "Call to Action",
322
- "description": "The call to action",
323
307
  "properties": {
324
308
  "target": {
325
309
  "type": "string",
@@ -336,34 +320,12 @@
336
320
  "examples": [
337
321
  "See all our partners"
338
322
  ]
339
- },
340
- "toggle": {
341
- "type": "boolean",
342
- "title": "Call to Action Toggle",
343
- "description": "Activate/disable the CTAs",
344
- "default": true
345
- },
346
- "style": {
347
- "type": "string",
348
- "description": "Choose the style of the CTA",
349
- "enum": [
350
- "button",
351
- "link",
352
- "intext"
353
- ],
354
- "default": "link"
355
323
  }
356
324
  },
357
325
  "additionalProperties": false
358
- },
359
- "type": {
360
- "const": "feature"
361
326
  }
362
327
  },
363
- "additionalProperties": false,
364
- "required": [
365
- "title"
366
- ]
328
+ "additionalProperties": false
367
329
  },
368
330
  "minItems": 1,
369
331
  "maxItems": 8