@burdenoff/website-sdk 2026.719.1 → 2026.719.3
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -55,7 +55,7 @@ declare function CareersApplyForm({ productName, recaptchaSiteKey, positions, he
|
|
|
55
55
|
|
|
56
56
|
declare const buttonVariants: (props?: ({
|
|
57
57
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
58
|
-
size?: "
|
|
58
|
+
size?: "icon" | "default" | "sm" | "lg" | null | undefined;
|
|
59
59
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
60
60
|
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
61
61
|
asChild?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ declare function CareersApplyForm({ productName, recaptchaSiteKey, positions, he
|
|
|
55
55
|
|
|
56
56
|
declare const buttonVariants: (props?: ({
|
|
57
57
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
58
|
-
size?: "
|
|
58
|
+
size?: "icon" | "default" | "sm" | "lg" | null | undefined;
|
|
59
59
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
60
60
|
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
61
61
|
asChild?: boolean;
|
package/dist/index.js
CHANGED
|
@@ -8147,7 +8147,8 @@ var ECOSYSTEM_PRODUCTS = [
|
|
|
8147
8147
|
name: "FluidGrids",
|
|
8148
8148
|
websiteUrl: "https://fluidgrids.com"
|
|
8149
8149
|
},
|
|
8150
|
-
|
|
8150
|
+
// BotLit ships on botlit.ai — botlit.com does not resolve.
|
|
8151
|
+
{ slug: "botlit", name: "BotLit", websiteUrl: "https://www.botlit.ai" },
|
|
8151
8152
|
{
|
|
8152
8153
|
slug: "bigconsole",
|
|
8153
8154
|
name: "BigConsole",
|