@cobre-npm/ds-v3 0.77.5 → 0.77.6

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.
@@ -5,7 +5,7 @@ interface Props {
5
5
  tooltipText?: string;
6
6
  copied?: string;
7
7
  minLengthToShowTooltip?: number;
8
- customWidth?: number;
8
+ columnWidth?: number;
9
9
  }
10
10
  declare function __VLS_template(): {
11
11
  attrs: Partial<{}>;
@@ -14,6 +14,7 @@ declare function __VLS_template(): {
14
14
  };
15
15
  refs: {
16
16
  componentRef: HTMLDivElement;
17
+ textRef: HTMLParagraphElement;
17
18
  copyButtonRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
18
19
  theme: {
19
20
  type: () => import("../../../types/button.types.js").ButtonThemes;
@@ -113,6 +114,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
113
114
  minLengthToShowTooltip: number;
114
115
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
115
116
  componentRef: HTMLDivElement;
117
+ textRef: HTMLParagraphElement;
116
118
  copyButtonRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
117
119
  theme: {
118
120
  type: () => import("../../../types/button.types.js").ButtonThemes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.77.5",
3
+ "version": "0.77.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"