ui-thing 0.0.20 → 0.0.21

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.0.21
4
+
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.20...v0.0.21)
6
+
7
+ ### 🏡 Chore
8
+
9
+ - Update deps & components ([ce7977d](https://github.com/BayBreezy/ui-thing-cli/commit/ce7977d))
10
+
11
+ ### ❤️ Contributors
12
+
13
+ - Behon Baker <behon.baker@yahoo.com>
14
+
3
15
  ## v0.0.20
4
16
 
5
17
  [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.19...v0.0.20)
package/dist/index.js CHANGED
@@ -1878,6 +1878,7 @@ export const buttonStyles = tv({\r
1878
1878
  </template>\r
1879
1879
  \r
1880
1880
  <script lang="ts" setup>\r
1881
+ import { Primitive } from "radix-vue";\r
1881
1882
  import type { PrimitiveProps } from "radix-vue";\r
1882
1883
  \r
1883
1884
  const props = withDefaults(\r
@@ -5317,7 +5318,8 @@ export function useFormField() {\r
5317
5318
  </template>\r
5318
5319
  \r
5319
5320
  <script lang="ts" setup>\r
5320
- import { type PrimitiveProps } from "radix-vue";\r
5321
+ import { Primitive } from "radix-vue";\r
5322
+ import type { PrimitiveProps } from "radix-vue";\r
5321
5323
  \r
5322
5324
  const props = withDefaults(\r
5323
5325
  defineProps<\r
@@ -8124,7 +8126,7 @@ export { toast, useToast };
8124
8126
  const forwarded = useForwardPropsEmits(reactiveOmit(props, "class"), emits);\r
8125
8127
  \r
8126
8128
  const styles = tv({\r
8127
- base: "group pointer-events-auto relative flex w-full items-center justify-between gap-4 overflow-hidden rounded-md border p-4 pr-9 shadow-sm transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",\r
8129
+ base: "group pointer-events-auto relative flex w-full items-center justify-between gap-4 overflow-hidden rounded-md border p-4 pr-9 shadow-sm transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:duration-300 data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=open]:fade-in-0 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",\r
8128
8130
  variants: {\r
8129
8131
  variant: {\r
8130
8132
  default: "border bg-background text-foreground",\r