@cobre-npm/ds-v3 0.121.0 → 0.122.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.
@@ -700,7 +700,7 @@
700
700
 
701
701
  --cobre-card-content-padding: 20px 0 0 0;
702
702
 
703
- --cobre-card-dark-hover-bg: var(--cobre-primary-20);
703
+ --cobre-card-dark-hover-bg: var(--cobre-primary-2);
704
704
  }
705
705
 
706
706
  /**
@@ -3,6 +3,7 @@ interface Props {
3
3
  hasCloseButton?: boolean;
4
4
  theme?: 'dark' | 'light';
5
5
  overflow?: 'auto' | 'visible' | 'hidden';
6
+ flushContent?: boolean;
6
7
  }
7
8
  declare var __VLS_12: {};
8
9
  type __VLS_Slots = {} & {
@@ -20,6 +21,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
20
21
  theme: "dark" | "light";
21
22
  hasCloseButton: boolean;
22
23
  overflow: "auto" | "visible" | "hidden";
24
+ flushContent: boolean;
23
25
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
26
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
27
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.121.0",
3
+ "version": "0.122.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"