@26lights/orcha 0.38.43 → 0.38.45

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.
@@ -17,7 +17,7 @@ export type SizeKeys = keyof typeof sizes;
17
17
  export type SizeValues = (typeof sizes)[SizeKeys];
18
18
  export declare const colors: {
19
19
  readonly PRIMARY: "primary";
20
- readonly PRIMARY_LIGHT: "primary-light";
20
+ readonly PRIMARY_LIGHTER: "primary-lighter";
21
21
  readonly NEUTRAL: "neutral";
22
22
  readonly BLACK: "black";
23
23
  };
@@ -35,7 +35,7 @@ export declare const buttonColors: {
35
35
  readonly SUCCESS: "success";
36
36
  readonly DANGER: "danger";
37
37
  readonly PRIMARY: "primary";
38
- readonly PRIMARY_LIGHT: "primary-light";
38
+ readonly PRIMARY_LIGHTER: "primary-lighter";
39
39
  readonly NEUTRAL: "neutral";
40
40
  readonly BLACK: "black";
41
41
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "module",
5
5
  "license": "CC-BY-NC-ND-4.0",
6
6
  "author": "26lights <dev@26lights.com> (https://www.26lights.com)",
7
- "version": "0.38.43",
7
+ "version": "0.38.45",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],
@@ -27,7 +27,7 @@
27
27
  "vuedraggable": "~4.1.0"
28
28
  },
29
29
  "dependencies": {
30
- "@26lights/orcha": "^0.38.43",
30
+ "@26lights/orcha": "^0.38.45",
31
31
  "@floating-ui/dom": "^1.5.3",
32
32
  "@vueform/multiselect": "^2.6.6",
33
33
  "@vueuse/core": "^10.8.0",