@wra-gov/vue-components 0.30.0 → 0.30.1
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/index.d.ts +1 -1
- package/dist/vue-components.js +369 -364
- package/dist/vue-components.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3556,7 +3556,7 @@ active: boolean;
|
|
|
3556
3556
|
|
|
3557
3557
|
export declare const WraTag: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
3558
3558
|
|
|
3559
|
-
declare type WraTagAvailableColors = "wra-
|
|
3559
|
+
declare type WraTagAvailableColors = "wra-blue" | "wra-green" | "wra-grey";
|
|
3560
3560
|
|
|
3561
3561
|
export declare const WraTextArea: DefineComponent<ExtractPropTypes< {
|
|
3562
3562
|
/**
|