@26lights/orcha 0.40.3 → 0.40.5
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/dist/orcha.cjs.js +2 -2
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +1000 -996
- package/dist/orcha.umd.js +3 -3
- package/dist/src/types/styles.d.ts +1 -0
- package/package.json +1 -1
|
@@ -54,6 +54,7 @@ export type CornerRadiusValues = (typeof cornerRadiuses)[CornerRadiusKeys];
|
|
|
54
54
|
export declare const tagVariants: {
|
|
55
55
|
readonly SOLID: "solid";
|
|
56
56
|
readonly OUTLINE: "outline";
|
|
57
|
+
readonly SOLID_ICON: "solid_icon";
|
|
57
58
|
};
|
|
58
59
|
export type TagVariantKeys = keyof typeof tagVariants;
|
|
59
60
|
export type TagVariant = (typeof tagVariants)[TagVariantKeys];
|