@central-design-system/components 3.0.0-beta.34 → 3.0.0-beta.35

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.
@@ -510,6 +510,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
510
510
  textareaClasses: import("vue").ComputedRef<{
511
511
  'cds-text-area--has-prefix': boolean;
512
512
  'cds-text-area--has-suffix': boolean;
513
+ 'cds-text-area--has-clear': boolean;
513
514
  'cds-text-area--disabled-resize': boolean;
514
515
  'cds-text-area--auto-grow': boolean;
515
516
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-design-system/components",
3
- "version": "3.0.0-beta.34",
3
+ "version": "3.0.0-beta.35",
4
4
  "description": "Central Design System on the Vue 3.0 and TypeScript",
5
5
  "author": "magersoft",
6
6
  "license": "ISC",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Automatically generated by CDS CLI
3
- * Generated on 8/1/2024, 4:27:39 PM
3
+ * Generated on 8/8/2024, 1:20:57 PM
4
4
  **/
5
5
 
6
6
  /**