@bcc-code/component-library-vue 0.0.0-dev.b02dfbe → 0.0.0-dev.b59fb5e

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/theme.css CHANGED
@@ -1901,6 +1901,14 @@
1901
1901
  z-index: 2;
1902
1902
  }
1903
1903
 
1904
+ .p-dialog-close-button .p-icon {
1905
+ height: var(--icon-size-sm);
1906
+ width: var(--icon-size-sm);
1907
+ }
1908
+ .p-dialog .p-button-icon:empty {
1909
+ display: none;
1910
+ }
1911
+
1904
1912
 
1905
1913
 
1906
1914
 
@@ -15,9 +15,9 @@ export type ToggleProps = ToggleSwitchProps & {
15
15
  useCtx?: boolean;
16
16
  };
17
17
  declare const __VLS_export: import("vue").DefineComponent<ToggleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
18
- "update:modelValue": (value: string | boolean | undefined) => any;
18
+ "update:modelValue": (value: boolean) => any;
19
19
  }, string, import("vue").PublicProps, Readonly<ToggleProps> & Readonly<{
20
- "onUpdate:modelValue"?: ((value: string | boolean | undefined) => any) | undefined;
20
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21
21
  }>, {
22
22
  defaultValue: string | boolean;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "0.0.0-dev.b02dfbe",
3
+ "version": "0.0.0-dev.b59fb5e",
4
4
  "type": "module",
5
5
  "description": "Extended Vue component library based on PrimeVue and BCC design tokens",
6
6
  "repository": "https://github.com/bcc-code/bcc-design.git",