@turquoisehealth/pit-viper 2.71.1-dev.2 → 2.71.1-dev.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.71.1-dev.2",
3
+ "version": "2.71.1-dev.4",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {
@@ -1922,7 +1922,7 @@ declare interface PvToastProps {
1922
1922
  label: string;
1923
1923
  }
1924
1924
 
1925
- declare type PvToastVariants = "info" | "success" | "error";
1925
+ declare type PvToastVariants = "info" | "success" | "error" | "dark";
1926
1926
 
1927
1927
  export declare const PvToggleButton: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1928
1928
  "update:modelValue": (value: string | boolean) => any;