@stackable-labs/embeddables 2.4.0 → 2.6.0

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.
@@ -10,4 +10,4 @@
10
10
  * scanner will pick them up from this file automatically (the app-host-example's
11
11
  * globals.css already includes embeddables/src in its @source directive).
12
12
  */
13
- export declare const EXTENSION_CLASS_SAFELIST: readonly ["bg-amber-100", "text-amber-800", "bg-blue-100", "text-blue-800", "bg-emerald-100", "text-emerald-800", "bg-red-100", "text-red-800", "bg-purple-100", "text-purple-800", "bg-pink-100", "text-pink-800", "bg-gray-100", "text-gray-800", "text-xs", "text-sm", "text-base", "text-lg", "font-normal", "font-medium", "font-semibold", "font-bold", "mx-auto", "p-3", "pb-6", "pt-3", "flex-1", "mt-auto", "justify-end", "justify-center", "rounded-lg", "border", "bg-background", "h-8", "h-24", "h-32", "h-48", "h-64", "w-full", "w-48"];
13
+ export declare const EXTENSION_CLASS_SAFELIST: readonly ["bg-amber-100", "text-amber-800", "bg-blue-100", "text-blue-800", "bg-emerald-100", "text-emerald-800", "bg-red-100", "text-red-800", "bg-purple-100", "text-purple-800", "bg-pink-100", "text-pink-800", "bg-gray-100", "text-gray-800", "text-xs", "text-sm", "text-base", "text-lg", "font-normal", "font-medium", "font-semibold", "font-bold", "mx-auto", "p-3", "pb-6", "pt-3", "flex-1", "mt-auto", "justify-end", "justify-center", "rounded-lg", "border", "bg-background", "h-8", "h-24", "h-32", "h-48", "h-64", "w-full", "w-48", "aspect-video", "aspect-portrait", "aspect-square"];