@cambly/syntax-core 9.8.0-beta.2 → 9.8.0-beta.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.
@@ -19,7 +19,7 @@ declare const Badge: ({ icon: Icon, text, color, }: {
19
19
  *
20
20
  * @defaultValue "primary700"
21
21
  */
22
- color?: "gray200" | "gray900" | "destructive700" | "orange700" | "primary700" | "purple700" | "success700" | "yellow700" | undefined;
22
+ color?: "destructive700" | "gray200" | "gray900" | "orange700" | "primary700" | "purple700" | "success700" | "yellow700" | undefined;
23
23
  }) => JSX.Element;
24
24
 
25
25
  export { Badge as default };
@@ -27,7 +27,7 @@ declare const Heading: ({ align, as, children, color, "data-testid": dataTestId,
27
27
  *
28
28
  * @defaultValue "gray900"
29
29
  */
30
- color?: "primary" | "secondary" | "tertiary" | "branded" | "inverse" | "destructive-primary" | "destructive-secondary" | "destructive-tertiary" | "success" | "gray200" | "gray700" | "gray800" | "gray900" | "white" | "inherit" | undefined;
30
+ color?: "gray200" | "gray700" | "gray800" | "gray900" | "white" | "inherit" | "primary" | "secondary" | "tertiary" | "branded" | "inverse" | "destructive-primary" | "destructive-secondary" | "destructive-tertiary" | "success" | undefined;
31
31
  /**
32
32
  * Test id for the text.
33
33
  */
@@ -27,7 +27,7 @@ declare const Typography: ({ align, as, children, color, "data-testid": dataTest
27
27
  *
28
28
  * @defaultValue "gray900"
29
29
  */
30
- color?: "primary" | "secondary" | "tertiary" | "branded" | "inverse" | "destructive-primary" | "destructive-secondary" | "destructive-tertiary" | "success" | "gray200" | "gray700" | "gray800" | "gray900" | "white" | "inherit" | undefined;
30
+ color?: "gray200" | "gray700" | "gray800" | "gray900" | "white" | "inherit" | "primary" | "secondary" | "tertiary" | "branded" | "inverse" | "destructive-primary" | "destructive-secondary" | "destructive-tertiary" | "success" | undefined;
31
31
  /**
32
32
  * Test id for the text
33
33
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cambly/syntax-core",
3
3
  "description": "Cambly design system core components",
4
- "version": "9.8.0-beta.2",
4
+ "version": "9.8.0-beta.3",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  "test:watch": "vitest"
22
22
  },
23
23
  "dependencies": {
24
- "@cambly/syntax-design-tokens": "0.10.0-beta.2"
24
+ "@cambly/syntax-design-tokens": "0.10.0-beta.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@cambly/eslint-config-syntax": "workspace:*",