@marcoschwartz/lite-ui 0.3.1 → 0.4.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.
- package/dist/index.d.mts +12 -1
- package/dist/index.d.ts +12 -1
- package/dist/index.js +79 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +115 -59
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5,6 +5,9 @@ interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
|
5
5
|
variant?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info';
|
|
6
6
|
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
7
7
|
children: React.ReactNode;
|
|
8
|
+
leftIcon?: React.ReactNode;
|
|
9
|
+
rightIcon?: React.ReactNode;
|
|
10
|
+
iconOnly?: boolean;
|
|
8
11
|
}
|
|
9
12
|
declare const Button: React.FC<ButtonProps>;
|
|
10
13
|
|
|
@@ -293,5 +296,13 @@ declare const UploadIcon: IconComponent;
|
|
|
293
296
|
declare const CameraIcon: IconComponent;
|
|
294
297
|
declare const LockIcon: IconComponent;
|
|
295
298
|
declare const CalendarIcon: IconComponent;
|
|
299
|
+
declare const GoogleIcon: IconComponent;
|
|
300
|
+
declare const GitHubIcon: IconComponent;
|
|
301
|
+
declare const TwitterIcon: IconComponent;
|
|
302
|
+
declare const FacebookIcon: IconComponent;
|
|
303
|
+
declare const AppleIcon: IconComponent;
|
|
304
|
+
declare const LinkedInIcon: IconComponent;
|
|
305
|
+
declare const YouTubeIcon: IconComponent;
|
|
306
|
+
declare const SlackIcon: IconComponent;
|
|
296
307
|
|
|
297
|
-
export { ActionMenu, type ActionMenuItem, type ActionMenuProps, Alert, type AlertProps, Badge, type BadgeProps, BellIcon, Button, type ButtonProps, type ButtonTheme, CalendarIcon, CameraIcon, Card, type CardProps, CheckIcon, Checkbox, type CheckboxProps, ChevronDownIcon, ChevronRightIcon, CloseIcon, type ColorMode, type Column, DatePicker, type DatePickerProps, DateTimePicker, type DateTimePickerProps, DownloadIcon, Drawer, type DrawerProps, EditIcon, HeartIcon, HomeIcon, type IconComponent, type IconProps, LockIcon, MailIcon, MenuIcon, Modal, type ModalProps, Navbar, type NavbarProps, Pagination, type PaginationProps, PlusIcon, SearchIcon, Select, type SelectOption, type SelectProps, type SelectTheme, SettingsIcon, Sidebar, type SidebarContextValue, type SidebarProps, SidebarProvider, type SidebarProviderProps, Spinner, type SpinnerProps, StarIcon, type Tab, Table, type TableProps, Tabs, type TabsProps, TextInput, type TextInputProps, type Theme, type ThemeName, ThemeProvider, TimePicker, type TimePickerProps, Toggle, type ToggleProps, TrashIcon, UploadIcon, UserIcon, getThemeScript, themeScript, themes, useSidebar, useTheme };
|
|
308
|
+
export { ActionMenu, type ActionMenuItem, type ActionMenuProps, Alert, type AlertProps, AppleIcon, Badge, type BadgeProps, BellIcon, Button, type ButtonProps, type ButtonTheme, CalendarIcon, CameraIcon, Card, type CardProps, CheckIcon, Checkbox, type CheckboxProps, ChevronDownIcon, ChevronRightIcon, CloseIcon, type ColorMode, type Column, DatePicker, type DatePickerProps, DateTimePicker, type DateTimePickerProps, DownloadIcon, Drawer, type DrawerProps, EditIcon, FacebookIcon, GitHubIcon, GoogleIcon, HeartIcon, HomeIcon, type IconComponent, type IconProps, LinkedInIcon, LockIcon, MailIcon, MenuIcon, Modal, type ModalProps, Navbar, type NavbarProps, Pagination, type PaginationProps, PlusIcon, SearchIcon, Select, type SelectOption, type SelectProps, type SelectTheme, SettingsIcon, Sidebar, type SidebarContextValue, type SidebarProps, SidebarProvider, type SidebarProviderProps, SlackIcon, Spinner, type SpinnerProps, StarIcon, type Tab, Table, type TableProps, Tabs, type TabsProps, TextInput, type TextInputProps, type Theme, type ThemeName, ThemeProvider, TimePicker, type TimePickerProps, Toggle, type ToggleProps, TrashIcon, TwitterIcon, UploadIcon, UserIcon, YouTubeIcon, getThemeScript, themeScript, themes, useSidebar, useTheme };
|
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,9 @@ interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
|
5
5
|
variant?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info';
|
|
6
6
|
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
7
7
|
children: React.ReactNode;
|
|
8
|
+
leftIcon?: React.ReactNode;
|
|
9
|
+
rightIcon?: React.ReactNode;
|
|
10
|
+
iconOnly?: boolean;
|
|
8
11
|
}
|
|
9
12
|
declare const Button: React.FC<ButtonProps>;
|
|
10
13
|
|
|
@@ -293,5 +296,13 @@ declare const UploadIcon: IconComponent;
|
|
|
293
296
|
declare const CameraIcon: IconComponent;
|
|
294
297
|
declare const LockIcon: IconComponent;
|
|
295
298
|
declare const CalendarIcon: IconComponent;
|
|
299
|
+
declare const GoogleIcon: IconComponent;
|
|
300
|
+
declare const GitHubIcon: IconComponent;
|
|
301
|
+
declare const TwitterIcon: IconComponent;
|
|
302
|
+
declare const FacebookIcon: IconComponent;
|
|
303
|
+
declare const AppleIcon: IconComponent;
|
|
304
|
+
declare const LinkedInIcon: IconComponent;
|
|
305
|
+
declare const YouTubeIcon: IconComponent;
|
|
306
|
+
declare const SlackIcon: IconComponent;
|
|
296
307
|
|
|
297
|
-
export { ActionMenu, type ActionMenuItem, type ActionMenuProps, Alert, type AlertProps, Badge, type BadgeProps, BellIcon, Button, type ButtonProps, type ButtonTheme, CalendarIcon, CameraIcon, Card, type CardProps, CheckIcon, Checkbox, type CheckboxProps, ChevronDownIcon, ChevronRightIcon, CloseIcon, type ColorMode, type Column, DatePicker, type DatePickerProps, DateTimePicker, type DateTimePickerProps, DownloadIcon, Drawer, type DrawerProps, EditIcon, HeartIcon, HomeIcon, type IconComponent, type IconProps, LockIcon, MailIcon, MenuIcon, Modal, type ModalProps, Navbar, type NavbarProps, Pagination, type PaginationProps, PlusIcon, SearchIcon, Select, type SelectOption, type SelectProps, type SelectTheme, SettingsIcon, Sidebar, type SidebarContextValue, type SidebarProps, SidebarProvider, type SidebarProviderProps, Spinner, type SpinnerProps, StarIcon, type Tab, Table, type TableProps, Tabs, type TabsProps, TextInput, type TextInputProps, type Theme, type ThemeName, ThemeProvider, TimePicker, type TimePickerProps, Toggle, type ToggleProps, TrashIcon, UploadIcon, UserIcon, getThemeScript, themeScript, themes, useSidebar, useTheme };
|
|
308
|
+
export { ActionMenu, type ActionMenuItem, type ActionMenuProps, Alert, type AlertProps, AppleIcon, Badge, type BadgeProps, BellIcon, Button, type ButtonProps, type ButtonTheme, CalendarIcon, CameraIcon, Card, type CardProps, CheckIcon, Checkbox, type CheckboxProps, ChevronDownIcon, ChevronRightIcon, CloseIcon, type ColorMode, type Column, DatePicker, type DatePickerProps, DateTimePicker, type DateTimePickerProps, DownloadIcon, Drawer, type DrawerProps, EditIcon, FacebookIcon, GitHubIcon, GoogleIcon, HeartIcon, HomeIcon, type IconComponent, type IconProps, LinkedInIcon, LockIcon, MailIcon, MenuIcon, Modal, type ModalProps, Navbar, type NavbarProps, Pagination, type PaginationProps, PlusIcon, SearchIcon, Select, type SelectOption, type SelectProps, type SelectTheme, SettingsIcon, Sidebar, type SidebarContextValue, type SidebarProps, SidebarProvider, type SidebarProviderProps, SlackIcon, Spinner, type SpinnerProps, StarIcon, type Tab, Table, type TableProps, Tabs, type TabsProps, TextInput, type TextInputProps, type Theme, type ThemeName, ThemeProvider, TimePicker, type TimePickerProps, Toggle, type ToggleProps, TrashIcon, TwitterIcon, UploadIcon, UserIcon, YouTubeIcon, getThemeScript, themeScript, themes, useSidebar, useTheme };
|
package/dist/index.js
CHANGED
|
@@ -23,6 +23,7 @@ var index_exports = {};
|
|
|
23
23
|
__export(index_exports, {
|
|
24
24
|
ActionMenu: () => ActionMenu,
|
|
25
25
|
Alert: () => Alert,
|
|
26
|
+
AppleIcon: () => AppleIcon,
|
|
26
27
|
Badge: () => Badge,
|
|
27
28
|
BellIcon: () => BellIcon,
|
|
28
29
|
Button: () => Button,
|
|
@@ -39,8 +40,12 @@ __export(index_exports, {
|
|
|
39
40
|
DownloadIcon: () => DownloadIcon,
|
|
40
41
|
Drawer: () => Drawer,
|
|
41
42
|
EditIcon: () => EditIcon,
|
|
43
|
+
FacebookIcon: () => FacebookIcon,
|
|
44
|
+
GitHubIcon: () => GitHubIcon,
|
|
45
|
+
GoogleIcon: () => GoogleIcon,
|
|
42
46
|
HeartIcon: () => HeartIcon,
|
|
43
47
|
HomeIcon: () => HomeIcon,
|
|
48
|
+
LinkedInIcon: () => LinkedInIcon,
|
|
44
49
|
LockIcon: () => LockIcon,
|
|
45
50
|
MailIcon: () => MailIcon,
|
|
46
51
|
MenuIcon: () => MenuIcon,
|
|
@@ -53,6 +58,7 @@ __export(index_exports, {
|
|
|
53
58
|
SettingsIcon: () => SettingsIcon,
|
|
54
59
|
Sidebar: () => Sidebar,
|
|
55
60
|
SidebarProvider: () => SidebarProvider,
|
|
61
|
+
SlackIcon: () => SlackIcon,
|
|
56
62
|
Spinner: () => Spinner,
|
|
57
63
|
StarIcon: () => StarIcon,
|
|
58
64
|
Table: () => Table,
|
|
@@ -62,8 +68,10 @@ __export(index_exports, {
|
|
|
62
68
|
TimePicker: () => TimePicker,
|
|
63
69
|
Toggle: () => Toggle,
|
|
64
70
|
TrashIcon: () => TrashIcon,
|
|
71
|
+
TwitterIcon: () => TwitterIcon,
|
|
65
72
|
UploadIcon: () => UploadIcon,
|
|
66
73
|
UserIcon: () => UserIcon,
|
|
74
|
+
YouTubeIcon: () => YouTubeIcon,
|
|
67
75
|
getThemeScript: () => getThemeScript,
|
|
68
76
|
themeScript: () => themeScript,
|
|
69
77
|
themes: () => themes,
|
|
@@ -80,7 +88,7 @@ var themes = {
|
|
|
80
88
|
default: {
|
|
81
89
|
name: "default",
|
|
82
90
|
button: {
|
|
83
|
-
base: "font-semibold rounded-lg transition-all duration-150 focus:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 active:scale-95",
|
|
91
|
+
base: "font-semibold rounded-lg transition-all duration-150 focus:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 active:scale-95 gap-2",
|
|
84
92
|
variants: {
|
|
85
93
|
primary: "bg-blue-600 hover:bg-blue-700 active:bg-blue-800 text-white shadow-sm hover:shadow-md dark:bg-blue-500 dark:hover:bg-blue-600 dark:active:bg-blue-700",
|
|
86
94
|
secondary: "bg-gray-600 hover:bg-gray-700 active:bg-gray-800 text-white shadow-sm hover:shadow-md dark:bg-gray-500 dark:hover:bg-gray-600 dark:active:bg-gray-700",
|
|
@@ -90,10 +98,10 @@ var themes = {
|
|
|
90
98
|
info: "bg-cyan-600 hover:bg-cyan-700 active:bg-cyan-800 text-white shadow-sm hover:shadow-md dark:bg-cyan-500 dark:hover:bg-cyan-600 dark:active:bg-cyan-700"
|
|
91
99
|
},
|
|
92
100
|
sizes: {
|
|
93
|
-
sm: "px-3 py-1.5 text-sm",
|
|
94
|
-
md: "px-4 py-2 text-base",
|
|
95
|
-
lg: "px-6 py-3 text-lg",
|
|
96
|
-
xl: "px-8 py-4 text-xl"
|
|
101
|
+
sm: "px-3 py-1.5 text-sm min-h-[30px]",
|
|
102
|
+
md: "px-4 py-2 text-base min-h-[38px]",
|
|
103
|
+
lg: "px-6 py-3 text-lg min-h-[48px]",
|
|
104
|
+
xl: "px-8 py-4 text-xl min-h-[60px]"
|
|
97
105
|
},
|
|
98
106
|
disabled: "opacity-50 cursor-not-allowed hover:shadow-sm active:scale-100"
|
|
99
107
|
},
|
|
@@ -111,7 +119,7 @@ var themes = {
|
|
|
111
119
|
minimalistic: {
|
|
112
120
|
name: "minimalistic",
|
|
113
121
|
button: {
|
|
114
|
-
base: "font-normal rounded-none transition-colors duration-200 focus:outline-none border-2",
|
|
122
|
+
base: "font-normal rounded-none transition-colors duration-200 focus:outline-none border-2 gap-2",
|
|
115
123
|
variants: {
|
|
116
124
|
primary: "bg-transparent border-white text-white hover:bg-white hover:text-black",
|
|
117
125
|
secondary: "bg-transparent border-gray-400 text-gray-400 hover:bg-gray-400 hover:text-black",
|
|
@@ -121,10 +129,10 @@ var themes = {
|
|
|
121
129
|
info: "bg-transparent border-blue-400 text-blue-400 hover:bg-blue-400 hover:text-black"
|
|
122
130
|
},
|
|
123
131
|
sizes: {
|
|
124
|
-
sm: "px-4 py-2 text-sm uppercase tracking-wide",
|
|
125
|
-
md: "px-6 py-3 text-base uppercase tracking-wide",
|
|
126
|
-
lg: "px-8 py-4 text-lg uppercase tracking-wider",
|
|
127
|
-
xl: "px-10 py-5 text-xl uppercase tracking-wider"
|
|
132
|
+
sm: "px-4 py-2 text-sm uppercase tracking-wide min-h-[36px]",
|
|
133
|
+
md: "px-6 py-3 text-base uppercase tracking-wide min-h-[48px]",
|
|
134
|
+
lg: "px-8 py-4 text-lg uppercase tracking-wider min-h-[60px]",
|
|
135
|
+
xl: "px-10 py-5 text-xl uppercase tracking-wider min-h-[72px]"
|
|
128
136
|
},
|
|
129
137
|
disabled: "opacity-30 cursor-not-allowed hover:bg-transparent"
|
|
130
138
|
},
|
|
@@ -231,6 +239,9 @@ var Button = ({
|
|
|
231
239
|
className = "",
|
|
232
240
|
children,
|
|
233
241
|
disabled,
|
|
242
|
+
leftIcon,
|
|
243
|
+
rightIcon,
|
|
244
|
+
iconOnly = false,
|
|
234
245
|
...props
|
|
235
246
|
}) => {
|
|
236
247
|
const { theme } = useTheme();
|
|
@@ -238,14 +249,19 @@ var Button = ({
|
|
|
238
249
|
const variantStyles3 = theme.button.variants[variant];
|
|
239
250
|
const sizeStyles2 = theme.button.sizes[size];
|
|
240
251
|
const disabledStyles = disabled ? theme.button.disabled : "";
|
|
241
|
-
const
|
|
252
|
+
const iconOnlyStyles = iconOnly ? "!p-0 aspect-square" : "";
|
|
253
|
+
const classes = `inline-flex items-center justify-center ${baseStyles} ${variantStyles3} ${sizeStyles2} ${disabledStyles} ${iconOnlyStyles} ${className}`.trim();
|
|
242
254
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
243
255
|
"button",
|
|
244
256
|
{
|
|
245
257
|
className: classes,
|
|
246
258
|
disabled,
|
|
247
259
|
...props,
|
|
248
|
-
children
|
|
260
|
+
children: iconOnly ? children : /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(import_jsx_runtime2.Fragment, { children: [
|
|
261
|
+
leftIcon && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("span", { className: "inline-flex shrink-0", children: leftIcon }),
|
|
262
|
+
children && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("span", { className: "inline-flex items-center", children }),
|
|
263
|
+
rightIcon && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("span", { className: "inline-flex shrink-0", children: rightIcon })
|
|
264
|
+
] })
|
|
249
265
|
}
|
|
250
266
|
);
|
|
251
267
|
};
|
|
@@ -1208,16 +1224,16 @@ var sizeClasses5 = {
|
|
|
1208
1224
|
lg: "w-6 h-6",
|
|
1209
1225
|
xl: "w-8 h-8"
|
|
1210
1226
|
};
|
|
1211
|
-
var createIcon = (displayName, path) => {
|
|
1227
|
+
var createIcon = (displayName, path, filled = false) => {
|
|
1212
1228
|
const Icon = ({ size = "md", className = "", color = "currentColor" }) => {
|
|
1213
1229
|
const sizeClass = sizeClasses5[size];
|
|
1214
1230
|
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1215
1231
|
"svg",
|
|
1216
1232
|
{
|
|
1217
1233
|
className: `${sizeClass} ${className}`,
|
|
1218
|
-
fill: "none",
|
|
1234
|
+
fill: filled ? color : "none",
|
|
1219
1235
|
viewBox: "0 0 24 24",
|
|
1220
|
-
stroke: color,
|
|
1236
|
+
stroke: filled ? "none" : color,
|
|
1221
1237
|
"aria-hidden": "true",
|
|
1222
1238
|
children: path
|
|
1223
1239
|
}
|
|
@@ -1316,10 +1332,51 @@ var CalendarIcon = createIcon(
|
|
|
1316
1332
|
"CalendarIcon",
|
|
1317
1333
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" })
|
|
1318
1334
|
);
|
|
1335
|
+
var GoogleIcon = createIcon(
|
|
1336
|
+
"GoogleIcon",
|
|
1337
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z" }),
|
|
1338
|
+
true
|
|
1339
|
+
);
|
|
1340
|
+
var GitHubIcon = createIcon(
|
|
1341
|
+
"GitHubIcon",
|
|
1342
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" }),
|
|
1343
|
+
true
|
|
1344
|
+
);
|
|
1345
|
+
var TwitterIcon = createIcon(
|
|
1346
|
+
"TwitterIcon",
|
|
1347
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" }),
|
|
1348
|
+
true
|
|
1349
|
+
);
|
|
1350
|
+
var FacebookIcon = createIcon(
|
|
1351
|
+
"FacebookIcon",
|
|
1352
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z" }),
|
|
1353
|
+
true
|
|
1354
|
+
);
|
|
1355
|
+
var AppleIcon = createIcon(
|
|
1356
|
+
"AppleIcon",
|
|
1357
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M17.05 20.28c-.98.95-2.05.88-3.08.4-1.09-.5-2.08-.48-3.24 0-1.44.62-2.2.44-3.06-.4C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.54 4.09l.01-.01zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z" }),
|
|
1358
|
+
true
|
|
1359
|
+
);
|
|
1360
|
+
var LinkedInIcon = createIcon(
|
|
1361
|
+
"LinkedInIcon",
|
|
1362
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z" }),
|
|
1363
|
+
true
|
|
1364
|
+
);
|
|
1365
|
+
var YouTubeIcon = createIcon(
|
|
1366
|
+
"YouTubeIcon",
|
|
1367
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z" }),
|
|
1368
|
+
true
|
|
1369
|
+
);
|
|
1370
|
+
var SlackIcon = createIcon(
|
|
1371
|
+
"SlackIcon",
|
|
1372
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { d: "M5.042 15.165a2.528 2.528 0 0 1-2.52 2.523A2.528 2.528 0 0 1 0 15.165a2.527 2.527 0 0 1 2.522-2.52h2.52v2.52zm1.271 0a2.527 2.527 0 0 1 2.521-2.52 2.527 2.527 0 0 1 2.521 2.52v6.313A2.528 2.528 0 0 1 8.834 24a2.528 2.528 0 0 1-2.521-2.522v-6.313zM8.834 5.042a2.528 2.528 0 0 1-2.521-2.52A2.528 2.528 0 0 1 8.834 0a2.528 2.528 0 0 1 2.521 2.522v2.52H8.834zm0 1.271a2.528 2.528 0 0 1 2.521 2.521 2.528 2.528 0 0 1-2.521 2.521H2.522A2.528 2.528 0 0 1 0 8.834a2.528 2.528 0 0 1 2.522-2.521h6.312zm10.122 2.521a2.528 2.528 0 0 1 2.522-2.521A2.528 2.528 0 0 1 24 8.834a2.528 2.528 0 0 1-2.522 2.521h-2.522V8.834zm-1.268 0a2.528 2.528 0 0 1-2.523 2.521 2.527 2.527 0 0 1-2.52-2.521V2.522A2.527 2.527 0 0 1 15.165 0a2.528 2.528 0 0 1 2.523 2.522v6.312zm-2.523 10.122a2.528 2.528 0 0 1 2.523 2.522A2.528 2.528 0 0 1 15.165 24a2.527 2.527 0 0 1-2.52-2.522v-2.522h2.52zm0-1.268a2.527 2.527 0 0 1-2.52-2.523 2.526 2.526 0 0 1 2.52-2.52h6.313A2.527 2.527 0 0 1 24 15.165a2.528 2.528 0 0 1-2.522 2.523h-6.313z" }),
|
|
1373
|
+
true
|
|
1374
|
+
);
|
|
1319
1375
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1320
1376
|
0 && (module.exports = {
|
|
1321
1377
|
ActionMenu,
|
|
1322
1378
|
Alert,
|
|
1379
|
+
AppleIcon,
|
|
1323
1380
|
Badge,
|
|
1324
1381
|
BellIcon,
|
|
1325
1382
|
Button,
|
|
@@ -1336,8 +1393,12 @@ var CalendarIcon = createIcon(
|
|
|
1336
1393
|
DownloadIcon,
|
|
1337
1394
|
Drawer,
|
|
1338
1395
|
EditIcon,
|
|
1396
|
+
FacebookIcon,
|
|
1397
|
+
GitHubIcon,
|
|
1398
|
+
GoogleIcon,
|
|
1339
1399
|
HeartIcon,
|
|
1340
1400
|
HomeIcon,
|
|
1401
|
+
LinkedInIcon,
|
|
1341
1402
|
LockIcon,
|
|
1342
1403
|
MailIcon,
|
|
1343
1404
|
MenuIcon,
|
|
@@ -1350,6 +1411,7 @@ var CalendarIcon = createIcon(
|
|
|
1350
1411
|
SettingsIcon,
|
|
1351
1412
|
Sidebar,
|
|
1352
1413
|
SidebarProvider,
|
|
1414
|
+
SlackIcon,
|
|
1353
1415
|
Spinner,
|
|
1354
1416
|
StarIcon,
|
|
1355
1417
|
Table,
|
|
@@ -1359,8 +1421,10 @@ var CalendarIcon = createIcon(
|
|
|
1359
1421
|
TimePicker,
|
|
1360
1422
|
Toggle,
|
|
1361
1423
|
TrashIcon,
|
|
1424
|
+
TwitterIcon,
|
|
1362
1425
|
UploadIcon,
|
|
1363
1426
|
UserIcon,
|
|
1427
|
+
YouTubeIcon,
|
|
1364
1428
|
getThemeScript,
|
|
1365
1429
|
themeScript,
|
|
1366
1430
|
themes,
|