@turquoisehealth/pit-viper 2.75.2-dev.1 → 2.76.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.
- package/_site/assets/css/pit-viper-v2-scoped.css +5 -3
- package/_site/assets/css/pit-viper-v2.css +5 -3
- package/_site/assets/css/pit-viper.css +3 -1
- package/package.json +1 -1
- package/pv-components/dist/vue/base/pv-components-base.d.ts +29 -0
- package/pv-components/dist/vue/base/pv-components-base.js +2 -2
- package/pv-components/dist/vue/base/pv-components-base.mjs +349 -335
- package/pv-components/dist/vue/base/pv-components-base.umd.js +3 -3
- package/pv-components/dist/web/pv-components.iife.js +15 -15
|
@@ -3499,9 +3499,11 @@
|
|
|
3499
3499
|
background-color: #F7F8F8;
|
|
3500
3500
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M12 23.001c6.075 0 11-4.925 11-11s-4.925-11-11-11-11 4.925-11 11 4.925 11 11 11Zm1.2-5.8a1.2 1.2 0 0 1-2.4 0v-6.4a1.2 1.2 0 1 1 2.4 0v6.4Zm-1.2-9.2a1.2 1.2 0 1 1 0-2.4h.01a1.2 1.2 0 0 1 0 2.4H12Z'/%3E%3C/svg%3E");
|
|
3501
3501
|
background-repeat: no-repeat;
|
|
3502
|
-
background-size:
|
|
3503
|
-
background-position: 0.75rem
|
|
3502
|
+
background-size: 1rem 1rem;
|
|
3503
|
+
background-position: 0.75rem 50%;
|
|
3504
3504
|
border-radius: 4px;
|
|
3505
|
+
font-size: 0.875rem;
|
|
3506
|
+
line-height: 1.1428571;
|
|
3505
3507
|
}
|
|
3506
3508
|
.pv-v2 .pv-alert-warning {
|
|
3507
3509
|
border-color: #EFC666;
|
|
@@ -5091,7 +5093,7 @@
|
|
|
5091
5093
|
margin-right: 10px;
|
|
5092
5094
|
}
|
|
5093
5095
|
.pv-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
|
5094
|
-
background-color: #
|
|
5096
|
+
background-color: #E8EBEB;
|
|
5095
5097
|
border: none;
|
|
5096
5098
|
border-radius: 4px;
|
|
5097
5099
|
padding: 0.125rem 0.5rem;
|
|
@@ -3782,9 +3782,11 @@ div:has(> pv-figure-details) {
|
|
|
3782
3782
|
background-color: #F7F8F8;
|
|
3783
3783
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M12 23.001c6.075 0 11-4.925 11-11s-4.925-11-11-11-11 4.925-11 11 4.925 11 11 11Zm1.2-5.8a1.2 1.2 0 0 1-2.4 0v-6.4a1.2 1.2 0 1 1 2.4 0v6.4Zm-1.2-9.2a1.2 1.2 0 1 1 0-2.4h.01a1.2 1.2 0 0 1 0 2.4H12Z'/%3E%3C/svg%3E");
|
|
3784
3784
|
background-repeat: no-repeat;
|
|
3785
|
-
background-size:
|
|
3786
|
-
background-position: 0.75rem
|
|
3785
|
+
background-size: 1rem 1rem;
|
|
3786
|
+
background-position: 0.75rem 50%;
|
|
3787
3787
|
border-radius: 4px;
|
|
3788
|
+
font-size: 0.875rem;
|
|
3789
|
+
line-height: 1.1428571;
|
|
3788
3790
|
}
|
|
3789
3791
|
|
|
3790
3792
|
.pv-alert-warning {
|
|
@@ -5611,7 +5613,7 @@ svg.pv-text-inherit {
|
|
|
5611
5613
|
}
|
|
5612
5614
|
|
|
5613
5615
|
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
|
5614
|
-
background-color: #
|
|
5616
|
+
background-color: #E8EBEB;
|
|
5615
5617
|
border: none;
|
|
5616
5618
|
border-radius: 4px;
|
|
5617
5619
|
padding: 0.125rem 0.5rem;
|
|
@@ -3788,8 +3788,10 @@ div:has(> pv-figure-details) {
|
|
|
3788
3788
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M12 23.001c6.075 0 11-4.925 11-11s-4.925-11-11-11-11 4.925-11 11 4.925 11 11 11Zm1.2-5.8a1.2 1.2 0 0 1-2.4 0v-6.4a1.2 1.2 0 1 1 2.4 0v6.4Zm-1.2-9.2a1.2 1.2 0 1 1 0-2.4h.01a1.2 1.2 0 0 1 0 2.4H12Z'/%3E%3C/svg%3E");
|
|
3789
3789
|
background-repeat: no-repeat;
|
|
3790
3790
|
background-size: 1.5rem 1.5rem;
|
|
3791
|
-
background-position: 0.75rem
|
|
3791
|
+
background-position: 0.75rem 50%;
|
|
3792
3792
|
border-radius: 5px;
|
|
3793
|
+
font-size: 1rem;
|
|
3794
|
+
line-height: 1.5;
|
|
3793
3795
|
}
|
|
3794
3796
|
|
|
3795
3797
|
.pv-alert-warning {
|
package/package.json
CHANGED
|
@@ -47,6 +47,10 @@ declare const __VLS_component_11: DefineComponent<PvToastProps, {}, {}, {}, {},
|
|
|
47
47
|
variant: PvToastVariants;
|
|
48
48
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
49
49
|
|
|
50
|
+
declare const __VLS_component_12: DefineComponent<PvActionBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvActionBarProps> & Readonly<{}>, {
|
|
51
|
+
variant: PvActionBarTheme;
|
|
52
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
53
|
+
|
|
50
54
|
declare const __VLS_component_2: DefineComponent<PvAccordionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvAccordionProps> & Readonly<{}>, {
|
|
51
55
|
defaultOpen: boolean;
|
|
52
56
|
chevronPosition: ChevronPosition;
|
|
@@ -196,6 +200,15 @@ declare function __VLS_template_11(): {
|
|
|
196
200
|
rootEl: HTMLDivElement;
|
|
197
201
|
};
|
|
198
202
|
|
|
203
|
+
declare function __VLS_template_12(): {
|
|
204
|
+
attrs: Partial<{}>;
|
|
205
|
+
slots: {
|
|
206
|
+
default?(_: {}): any;
|
|
207
|
+
};
|
|
208
|
+
refs: {};
|
|
209
|
+
rootEl: HTMLDivElement;
|
|
210
|
+
};
|
|
211
|
+
|
|
199
212
|
declare function __VLS_template_2(): {
|
|
200
213
|
attrs: Partial<{}>;
|
|
201
214
|
slots: {
|
|
@@ -280,6 +293,8 @@ declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
|
280
293
|
|
|
281
294
|
declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
282
295
|
|
|
296
|
+
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
297
|
+
|
|
283
298
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
284
299
|
|
|
285
300
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -344,6 +359,12 @@ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
|
344
359
|
};
|
|
345
360
|
};
|
|
346
361
|
|
|
362
|
+
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
363
|
+
new (): {
|
|
364
|
+
$slots: S;
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
|
|
347
368
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
348
369
|
new (): {
|
|
349
370
|
$slots: S;
|
|
@@ -476,6 +497,14 @@ declare interface PvAccordionProps {
|
|
|
476
497
|
counter?: number;
|
|
477
498
|
}
|
|
478
499
|
|
|
500
|
+
export declare const PvActionBar: __VLS_WithTemplateSlots_17<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
501
|
+
|
|
502
|
+
declare interface PvActionBarProps {
|
|
503
|
+
variant?: PvActionBarTheme;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
declare type PvActionBarTheme = Extract<PvThemes, "white" | "dark">;
|
|
507
|
+
|
|
479
508
|
export declare const PvAvatar: DefineComponent<PvAvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvAvatarProps> & Readonly<{}>, {
|
|
480
509
|
size: PvAvatarSize;
|
|
481
510
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|