@common-origin/design-system 1.4.1 → 1.5.0

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.
@@ -1,4 +1,4 @@
1
- import tokens from '@/styles/tokens.json';
1
+ import tokens from '../styles/tokens.json';
2
2
  export declare const breakpoints: {
3
3
  xs: string;
4
4
  sm: string;
@@ -473,6 +473,24 @@ var component = {
473
473
  }
474
474
  }
475
475
  },
476
+ progressBar: {
477
+ backgroundColor: "#dee2e6",
478
+ borderRadius: "0.25rem",
479
+ sizes: {
480
+ sm: {
481
+ height: "0.25rem"
482
+ },
483
+ md: {
484
+ height: "0.5rem"
485
+ },
486
+ lg: {
487
+ height: "1rem"
488
+ },
489
+ xl: {
490
+ height: "1.25rem"
491
+ }
492
+ }
493
+ },
476
494
  $ref: "./component/index.json"
477
495
  };
478
496
  var semantic = {
@@ -554,7 +572,8 @@ var semantic = {
554
572
  "success-subtle": "#CEF8E0",
555
573
  warning: "#B14C00",
556
574
  "warning-subtle": "#FFECCC",
557
- disabled: "#dee2e6"
575
+ disabled: "#dee2e6",
576
+ progressTrack: "#dee2e6"
558
577
  },
559
578
  border: {
560
579
  "default": "#e9ecef",
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":["../../src/tokens.ts"],"sourcesContent":["// Tokens-only export for standalone usage\nimport tokensJson from './styles/tokens.json'\n\nexport const tokens = tokensJson\nexport default tokensJson"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAGO,IAAM,MAAM,GAAG;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/tokens.ts"],"sourcesContent":["// Tokens-only export for standalone usage\nimport tokensJson from './styles/tokens.json'\n\nexport const tokens = tokensJson\nexport default tokensJson"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAGO,IAAM,MAAM,GAAG;;;;"}
@@ -477,6 +477,24 @@ var component = {
477
477
  }
478
478
  }
479
479
  },
480
+ progressBar: {
481
+ backgroundColor: "#dee2e6",
482
+ borderRadius: "0.25rem",
483
+ sizes: {
484
+ sm: {
485
+ height: "0.25rem"
486
+ },
487
+ md: {
488
+ height: "0.5rem"
489
+ },
490
+ lg: {
491
+ height: "1rem"
492
+ },
493
+ xl: {
494
+ height: "1.25rem"
495
+ }
496
+ }
497
+ },
480
498
  $ref: "./component/index.json"
481
499
  };
482
500
  var semantic = {
@@ -558,7 +576,8 @@ var semantic = {
558
576
  "success-subtle": "#CEF8E0",
559
577
  warning: "#B14C00",
560
578
  "warning-subtle": "#FFECCC",
561
- disabled: "#dee2e6"
579
+ disabled: "#dee2e6",
580
+ progressTrack: "#dee2e6"
562
581
  },
563
582
  border: {
564
583
  "default": "#e9ecef",
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../src/tokens.ts"],"sourcesContent":["// Tokens-only export for standalone usage\nimport tokensJson from './styles/tokens.json'\n\nexport const tokens = tokensJson\nexport default tokensJson"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAGO,IAAM,MAAM,GAAG;;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../src/tokens.ts"],"sourcesContent":["// Tokens-only export for standalone usage\nimport tokensJson from './styles/tokens.json'\n\nexport const tokens = tokensJson\nexport default tokensJson"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAGO,IAAM,MAAM,GAAG;;;;;"}
@@ -475,6 +475,24 @@ export declare const tokens: {
475
475
  };
476
476
  };
477
477
  };
478
+ progressBar: {
479
+ backgroundColor: string;
480
+ borderRadius: string;
481
+ sizes: {
482
+ sm: {
483
+ height: string;
484
+ };
485
+ md: {
486
+ height: string;
487
+ };
488
+ lg: {
489
+ height: string;
490
+ };
491
+ xl: {
492
+ height: string;
493
+ };
494
+ };
495
+ };
478
496
  $ref: string;
479
497
  };
480
498
  semantic: {
@@ -557,6 +575,7 @@ export declare const tokens: {
557
575
  warning: string;
558
576
  "warning-subtle": string;
559
577
  disabled: string;
578
+ progressTrack: string;
560
579
  };
561
580
  border: {
562
581
  default: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-origin/design-system",
3
- "version": "1.4.1",
3
+ "version": "1.5.0",
4
4
  "description": "Common Origin Design System - Atomic design components with comprehensive WCAG 2.2 AA testing",
5
5
  "private": false,
6
6
  "type": "module",
@@ -36,7 +36,8 @@
36
36
  "typecheck": "tsc --noEmit",
37
37
  "docs:generate": "node lib/docgen/generate.js",
38
38
  "docs:dev": "npm run build:tokens && npm run build:releases && npm run dev",
39
- "prepublishOnly": "npm run build:tokens && npm run build:package",
39
+ "verify:types": "node scripts/verify-types.cjs",
40
+ "prepublishOnly": "npm run build:tokens && npm run build:package && npm run verify:types",
40
41
  "release": "npm publish --provenance --access public"
41
42
  },
42
43
  "peerDependencies": {