@data-fair/lib-common-types 1.20.2 → 1.20.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@data-fair/lib-common-types",
3
- "version": "1.20.2",
3
+ "version": "1.20.3",
4
4
  "description": "Shared schemas and built type definitions in the data-fair stack.",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/theme/schema.d.ts CHANGED
@@ -344,7 +344,6 @@ declare const _default: {
344
344
  comp: string;
345
345
  cols: {
346
346
  sm: number;
347
- lg: number;
348
347
  };
349
348
  };
350
349
  };
@@ -363,7 +362,6 @@ declare const _default: {
363
362
  comp: string;
364
363
  cols: {
365
364
  sm: number;
366
- lg: number;
367
365
  };
368
366
  };
369
367
  };
@@ -382,7 +380,6 @@ declare const _default: {
382
380
  comp: string;
383
381
  cols: {
384
382
  sm: number;
385
- lg: number;
386
383
  };
387
384
  };
388
385
  };
@@ -401,7 +398,6 @@ declare const _default: {
401
398
  comp: string;
402
399
  cols: {
403
400
  sm: number;
404
- lg: number;
405
401
  };
406
402
  };
407
403
  };
@@ -420,7 +416,6 @@ declare const _default: {
420
416
  comp: string;
421
417
  cols: {
422
418
  sm: number;
423
- lg: number;
424
419
  };
425
420
  };
426
421
  };
@@ -439,7 +434,6 @@ declare const _default: {
439
434
  comp: string;
440
435
  cols: {
441
436
  sm: number;
442
- lg: number;
443
437
  };
444
438
  };
445
439
  };
package/theme/schema.js CHANGED
@@ -397,7 +397,7 @@ export default {
397
397
  },
398
398
  layout: {
399
399
  comp: 'color-picker',
400
- cols: { sm: 6, lg: 3 }
400
+ cols: { sm: 6 }
401
401
  }
402
402
  },
403
403
  'on-background': {
@@ -413,7 +413,7 @@ export default {
413
413
  },
414
414
  layout: {
415
415
  comp: 'color-picker',
416
- cols: { sm: 6, lg: 3 }
416
+ cols: { sm: 6 }
417
417
  }
418
418
  },
419
419
  surface: {
@@ -429,7 +429,7 @@ export default {
429
429
  },
430
430
  layout: {
431
431
  comp: 'color-picker',
432
- cols: { sm: 6, lg: 3 }
432
+ cols: { sm: 6 }
433
433
  }
434
434
  },
435
435
  'on-surface': {
@@ -445,7 +445,7 @@ export default {
445
445
  },
446
446
  layout: {
447
447
  comp: 'color-picker',
448
- cols: { sm: 6, lg: 3 }
448
+ cols: { sm: 6 }
449
449
  }
450
450
  },
451
451
  'surface-inverse': {
@@ -461,7 +461,7 @@ export default {
461
461
  },
462
462
  layout: {
463
463
  comp: 'color-picker',
464
- cols: { sm: 6, lg: 3 }
464
+ cols: { sm: 6 }
465
465
  }
466
466
  },
467
467
  'on-surface-inverse': {
@@ -477,7 +477,7 @@ export default {
477
477
  },
478
478
  layout: {
479
479
  comp: 'color-picker',
480
- cols: { sm: 6, lg: 3 }
480
+ cols: { sm: 6 }
481
481
  }
482
482
  },
483
483
  primary: {