@fastkit/vue-stack
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -111,6 +111,3 @@ import { AllowedComponentProps } from 'vue'; | ||
}; | ||
contained: BooleanConstructor; | ||
outlined: BooleanConstructor; | ||
plain: BooleanConstructor; | ||
defaultVariant: PropType<"contained" | "outlined" | "plain">; | ||
variant: PropType<string>; | ||
theme: { | ||
@@ -239,6 +236,3 @@ type: PropType<string | undefined>; | ||
type: PropType<"submit" | "reset" | "button" | undefined>; | ||
contained: BooleanConstructor; | ||
outlined: BooleanConstructor; | ||
plain: BooleanConstructor; | ||
defaultVariant: PropType<"contained" | "outlined" | "plain">; | ||
variant: PropType<string>; | ||
theme: { | ||
@@ -348,6 +342,3 @@ type: PropType<string | undefined>; | ||
}; | ||
contained: BooleanConstructor; | ||
outlined: BooleanConstructor; | ||
plain: BooleanConstructor; | ||
defaultVariant: PropType<"contained" | "outlined" | "plain">; | ||
variant: PropType<string>; | ||
theme: { | ||
@@ -479,6 +470,3 @@ type: PropType<string | undefined>; | ||
}; | ||
contained: BooleanConstructor; | ||
outlined: BooleanConstructor; | ||
plain: BooleanConstructor; | ||
defaultVariant: PropType<"contained" | "outlined" | "plain">; | ||
variant: PropType<string>; | ||
theme: { | ||
@@ -592,6 +580,3 @@ type: PropType<string | undefined>; | ||
}; | ||
contained: BooleanConstructor; | ||
outlined: BooleanConstructor; | ||
plain: BooleanConstructor; | ||
defaultVariant: PropType<"contained" | "outlined" | "plain">; | ||
variant: PropType<string>; | ||
theme: { | ||
@@ -692,6 +677,3 @@ type: PropType<string | undefined>; | ||
type: PropType<"submit" | "reset" | "button" | undefined>; | ||
contained: BooleanConstructor; | ||
outlined: BooleanConstructor; | ||
plain: BooleanConstructor; | ||
defaultVariant: PropType<"contained" | "outlined" | "plain">; | ||
variant: PropType<string>; | ||
theme: { | ||
@@ -728,5 +710,2 @@ type: PropType<string | undefined>; | ||
borderColor: string | undefined; | ||
contained: boolean; | ||
outlined: boolean; | ||
plain: boolean; | ||
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined; | ||
@@ -754,3 +733,3 @@ spacer: boolean; | ||
referrerpolicy?: string | undefined; | ||
defaultVariant?: "contained" | "outlined" | "plain" | undefined; | ||
variant?: string | undefined; | ||
}>, { | ||
@@ -761,5 +740,2 @@ theme: string | undefined; | ||
borderColor: string | undefined; | ||
contained: boolean; | ||
outlined: boolean; | ||
plain: boolean; | ||
ariaCurrentValue: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined; | ||
@@ -956,6 +932,3 @@ spacer: boolean; | ||
}; | ||
contained: BooleanConstructor; | ||
outlined: BooleanConstructor; | ||
plain: BooleanConstructor; | ||
defaultVariant: PropType<"contained" | "outlined" | "plain">; | ||
variant: PropType<string>; | ||
theme: { | ||
@@ -997,5 +970,2 @@ type: PropType<string | undefined>; | ||
borderColor: string | undefined; | ||
contained: boolean; | ||
outlined: boolean; | ||
plain: boolean; | ||
actions: RawVStackActions; | ||
@@ -1039,3 +1009,3 @@ modelValue: boolean; | ||
class?: any; | ||
defaultVariant?: "contained" | "outlined" | "plain" | undefined; | ||
variant?: string | undefined; | ||
}>, { | ||
@@ -1046,5 +1016,2 @@ theme: string | undefined; | ||
borderColor: string | undefined; | ||
contained: boolean; | ||
outlined: boolean; | ||
plain: boolean; | ||
actions: RawVStackActions; | ||
@@ -1226,6 +1193,3 @@ modelValue: boolean; | ||
}; | ||
contained: BooleanConstructor; | ||
outlined: BooleanConstructor; | ||
plain: BooleanConstructor; | ||
defaultVariant: PropType<"contained" | "outlined" | "plain">; | ||
variant: PropType<string>; | ||
theme: { | ||
@@ -1267,5 +1231,2 @@ type: PropType<string | undefined>; | ||
borderColor: string | undefined; | ||
contained: boolean; | ||
outlined: boolean; | ||
plain: boolean; | ||
top: boolean; | ||
@@ -1322,3 +1283,3 @@ bottom: boolean; | ||
class?: any; | ||
defaultVariant?: "contained" | "outlined" | "plain" | undefined; | ||
variant?: string | undefined; | ||
}>, { | ||
@@ -1329,5 +1290,2 @@ theme: string | undefined; | ||
borderColor: string | undefined; | ||
contained: boolean; | ||
outlined: boolean; | ||
plain: boolean; | ||
top: boolean; | ||
@@ -1505,6 +1463,3 @@ bottom: boolean; | ||
}; | ||
contained: BooleanConstructor; | ||
outlined: BooleanConstructor; | ||
plain: BooleanConstructor; | ||
defaultVariant: PropType<"contained" | "outlined" | "plain">; | ||
variant: PropType<string>; | ||
theme: { | ||
@@ -1557,5 +1512,2 @@ type: PropType<string | undefined>; | ||
borderColor: string | undefined; | ||
contained: boolean; | ||
outlined: boolean; | ||
plain: boolean; | ||
top: boolean; | ||
@@ -1603,3 +1555,3 @@ bottom: boolean; | ||
class?: any; | ||
defaultVariant?: "contained" | "outlined" | "plain" | undefined; | ||
variant?: string | undefined; | ||
}>, { | ||
@@ -1610,5 +1562,2 @@ theme: string | undefined; | ||
borderColor: string | undefined; | ||
contained: boolean; | ||
outlined: boolean; | ||
plain: boolean; | ||
top: boolean; | ||
@@ -1689,6 +1638,3 @@ bottom: boolean; | ||
borderColor?: string | undefined; | ||
contained?: boolean | undefined; | ||
outlined?: boolean | undefined; | ||
plain?: boolean | undefined; | ||
defaultVariant?: "contained" | "outlined" | "plain" | undefined; | ||
variant?: string | undefined; | ||
ariaCurrentValue?: "page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined; | ||
@@ -1695,0 +1641,0 @@ type?: "submit" | "reset" | "button" | undefined; |
{ | ||
"name": "@fastkit/vue-stack", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "@fastkit/vue-stack", | ||
@@ -30,11 +30,11 @@ "buildOptions": { | ||
"dependencies": { | ||
"@fastkit/body-scroll-lock": "0.1.13", | ||
"@fastkit/color-scheme": "0.1.13", | ||
"@fastkit/visibility": "0.1.13", | ||
"@fastkit/vue-color-scheme": "0.1.13", | ||
"@fastkit/keybord": "0.1.13", | ||
"@fastkit/helpers": "0.1.13", | ||
"@fastkit/tiny-logger": "0.1.13", | ||
"@fastkit/vue-utils": "0.1.13" | ||
"@fastkit/body-scroll-lock": "0.1.14", | ||
"@fastkit/color-scheme": "0.1.14", | ||
"@fastkit/visibility": "0.1.14", | ||
"@fastkit/vue-color-scheme": "0.1.14", | ||
"@fastkit/keybord": "0.1.14", | ||
"@fastkit/helpers": "0.1.14", | ||
"@fastkit/tiny-logger": "0.1.14", | ||
"@fastkit/vue-utils": "0.1.14" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
236366
7416
+ Added@fastkit/body-scroll-lock@0.1.14(transitive)
+ Added@fastkit/color@0.1.14(transitive)
+ Added@fastkit/color-scheme@0.1.14(transitive)
+ Added@fastkit/ev@0.1.14(transitive)
+ Added@fastkit/helpers@0.1.14(transitive)
+ Added@fastkit/keybord@0.1.14(transitive)
+ Added@fastkit/node-util@0.1.14(transitive)
+ Added@fastkit/tiny-logger@0.1.14(transitive)
+ Added@fastkit/visibility@0.1.14(transitive)
+ Added@fastkit/vue-color-scheme@0.1.14(transitive)
+ Added@fastkit/vue-utils@0.1.14(transitive)
- Removed@fastkit/body-scroll-lock@0.1.13(transitive)
- Removed@fastkit/color@0.1.13(transitive)
- Removed@fastkit/color-scheme@0.1.13(transitive)
- Removed@fastkit/ev@0.1.13(transitive)
- Removed@fastkit/helpers@0.1.13(transitive)
- Removed@fastkit/keybord@0.1.13(transitive)
- Removed@fastkit/node-util@0.1.13(transitive)
- Removed@fastkit/tiny-logger@0.1.13(transitive)
- Removed@fastkit/visibility@0.1.13(transitive)
- Removed@fastkit/vue-color-scheme@0.1.13(transitive)
- Removed@fastkit/vue-utils@0.1.13(transitive)
Updated@fastkit/color-scheme@0.1.14
Updated@fastkit/helpers@0.1.14
Updated@fastkit/keybord@0.1.14
Updated@fastkit/tiny-logger@0.1.14
Updated@fastkit/visibility@0.1.14
Updated@fastkit/vue-utils@0.1.14