cloud-ide-element 1.1.255 → 1.1.256

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/index.d.ts CHANGED
@@ -534,7 +534,7 @@ interface TabItem {
534
534
  declare class CideEleTabComponent implements OnInit {
535
535
  tabs: TabItem[];
536
536
  activeTabId?: string;
537
- size: 'sm' | 'md' | 'lg';
537
+ size: 'xs' | 'sm' | 'md' | 'lg';
538
538
  variant: 'default' | 'pills' | 'underline';
539
539
  fullWidth: boolean;
540
540
  disabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-element",
3
- "version": "1.1.255",
3
+ "version": "1.1.256",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"