@cobre-npm/ds-v3 0.64.5 → 0.65.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.
@@ -376,9 +376,12 @@
376
376
  --cobre-btn-v3-padding: 0 8px;
377
377
 
378
378
  // By Sizes
379
- --cobre-btn-v3-small-height: 32px;
380
- --cobre-btn-v3-medium-height: 32px;
381
- --cobre-btn-v3-big-height: 52px;
379
+ --cobre-btn-v3-small-desktop-height: 32px;
380
+ --cobre-btn-v3-small-mobile-height: 40px;
381
+ --cobre-btn-v3-medium-desktop-height: 32px;
382
+ --cobre-btn-v3-medium-mobile-height: 40px;
383
+ --cobre-btn-v3-big-desktop-height: 52px;
384
+ --cobre-btn-v3-big-mobile-height: 52px;
382
385
  --cobre-btn-v3-icon-small: 16px;
383
386
  --cobre-btn-v3-icon-medium: 20px;
384
387
 
@@ -5,6 +5,7 @@ interface Props {
5
5
  hasCloseButton?: boolean;
6
6
  blurred?: boolean;
7
7
  btnChevronHide?: boolean;
8
+ closeOnClickOutside?: boolean;
8
9
  }
9
10
  declare function __VLS_template(): {
10
11
  attrs: Partial<{}>;
@@ -32,6 +33,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
32
33
  position: Positions;
33
34
  blurred: boolean;
34
35
  btnChevronHide: boolean;
36
+ closeOnClickOutside: boolean;
35
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
36
38
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
37
39
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.64.5",
3
+ "version": "0.65.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"