@codemonster-ru/vueforge 0.12.0 → 0.13.0

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.
@@ -389,6 +389,28 @@ declare const _default: {
389
389
  textColor: string;
390
390
  disabledOpacity: string;
391
391
  };
392
+ tabs: {
393
+ gap: string;
394
+ listGap: string;
395
+ listBorderWidth: string;
396
+ listBorderColor: string;
397
+ listVerticalPadding: string;
398
+ tabPadding: string;
399
+ tabFontSize: string;
400
+ tabBorderRadius: string;
401
+ tabTextColor: string;
402
+ tabBackgroundColor: string;
403
+ tabHoverBackgroundColor: string;
404
+ tabActiveTextColor: string;
405
+ tabActiveBackgroundColor: string;
406
+ tabActiveBorderColor: string;
407
+ tabActiveBorderWidth: string;
408
+ panelPadding: string;
409
+ panelBorderRadius: string;
410
+ panelBackgroundColor: string;
411
+ panelTextColor: string;
412
+ disabledOpacity: string;
413
+ };
392
414
  tooltip: {
393
415
  padding: string;
394
416
  borderRadius: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemonster-ru/vueforge",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Open source UI components for Vue.js.",
5
5
  "license": "MIT",
6
6
  "author": "Kirill Kolesnikov",