@northslopetech/altitude-ui 2.0.9 → 2.0.10
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +27 -0
- package/dist/index.mjs +26 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -202,6 +202,7 @@ declare const Information: React.FC<IconProps>;
|
|
|
202
202
|
declare const Location: React.FC<IconProps>;
|
|
203
203
|
declare const MagnifyingGlass: React.FC<IconProps>;
|
|
204
204
|
declare const Minus: React.FC<IconProps>;
|
|
205
|
+
declare const Plus: React.FC<IconProps>;
|
|
205
206
|
declare const MoreMenu: React.FC<IconProps>;
|
|
206
207
|
declare const Phone: React.FC<IconProps>;
|
|
207
208
|
declare const QuestionCircle: React.FC<IconProps>;
|
|
@@ -216,4 +217,4 @@ declare const Warning: React.FC<IconProps>;
|
|
|
216
217
|
declare const Wrench: React.FC<IconProps>;
|
|
217
218
|
declare const Logout: React.FC<IconProps>;
|
|
218
219
|
|
|
219
|
-
export { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Badge, type BadgeProps, Bell, Bookmark, Button, type ButtonProps, Calendar, CaretDown, CaretLeft, CaretRight, CaretUp, Chat, Check, CheckIcon, Checkbox, type CheckboxProps, CheckmarkCircle, CheckmarkSquare, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, CloseSmall, Cog, Credentials, DatePicker, type DatePickerProps, Doc, Dollar, Edit, Envelope, Exclamation, EyeClosed, EyeOpen, Filter, FilterDescending, FormField, type FormFieldProps, GraphBar, GraphDonut, GraphLine, GraphPie, HamburgerMenu, Home, type IconProps, type IconVariant, Information, TypedInput as Input, type InputFieldProps, type InputProps, Location, Lock, Logout, MagnifyingGlass, Minus, MoreMenu, Phone, QuestionCircle, Select, SelectContent, type SelectContentProps, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, Share, Star, Statement, Table, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, type TextareaFieldProps, Trash, Typography, type TypographyProps, Upload, type UploadProps, User, UserMulti, Warning, Wrench, X, badgeVariants, buttonVariants, checkboxVariants, inputVariants, selectTriggerVariants, tabsVariants, typographyVariants, uploadVariants };
|
|
220
|
+
export { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Badge, type BadgeProps, Bell, Bookmark, Button, type ButtonProps, Calendar, CaretDown, CaretLeft, CaretRight, CaretUp, Chat, Check, CheckIcon, Checkbox, type CheckboxProps, CheckmarkCircle, CheckmarkSquare, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, CloseSmall, Cog, Credentials, DatePicker, type DatePickerProps, Doc, Dollar, Edit, Envelope, Exclamation, EyeClosed, EyeOpen, Filter, FilterDescending, FormField, type FormFieldProps, GraphBar, GraphDonut, GraphLine, GraphPie, HamburgerMenu, Home, type IconProps, type IconVariant, Information, TypedInput as Input, type InputFieldProps, type InputProps, Location, Lock, Logout, MagnifyingGlass, Minus, MoreMenu, Phone, Plus, QuestionCircle, Select, SelectContent, type SelectContentProps, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, Share, Star, Statement, Table, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, type TextareaFieldProps, Trash, Typography, type TypographyProps, Upload, type UploadProps, User, UserMulti, Warning, Wrench, X, badgeVariants, buttonVariants, checkboxVariants, inputVariants, selectTriggerVariants, tabsVariants, typographyVariants, uploadVariants };
|
package/dist/index.d.ts
CHANGED
|
@@ -202,6 +202,7 @@ declare const Information: React.FC<IconProps>;
|
|
|
202
202
|
declare const Location: React.FC<IconProps>;
|
|
203
203
|
declare const MagnifyingGlass: React.FC<IconProps>;
|
|
204
204
|
declare const Minus: React.FC<IconProps>;
|
|
205
|
+
declare const Plus: React.FC<IconProps>;
|
|
205
206
|
declare const MoreMenu: React.FC<IconProps>;
|
|
206
207
|
declare const Phone: React.FC<IconProps>;
|
|
207
208
|
declare const QuestionCircle: React.FC<IconProps>;
|
|
@@ -216,4 +217,4 @@ declare const Warning: React.FC<IconProps>;
|
|
|
216
217
|
declare const Wrench: React.FC<IconProps>;
|
|
217
218
|
declare const Logout: React.FC<IconProps>;
|
|
218
219
|
|
|
219
|
-
export { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Badge, type BadgeProps, Bell, Bookmark, Button, type ButtonProps, Calendar, CaretDown, CaretLeft, CaretRight, CaretUp, Chat, Check, CheckIcon, Checkbox, type CheckboxProps, CheckmarkCircle, CheckmarkSquare, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, CloseSmall, Cog, Credentials, DatePicker, type DatePickerProps, Doc, Dollar, Edit, Envelope, Exclamation, EyeClosed, EyeOpen, Filter, FilterDescending, FormField, type FormFieldProps, GraphBar, GraphDonut, GraphLine, GraphPie, HamburgerMenu, Home, type IconProps, type IconVariant, Information, TypedInput as Input, type InputFieldProps, type InputProps, Location, Lock, Logout, MagnifyingGlass, Minus, MoreMenu, Phone, QuestionCircle, Select, SelectContent, type SelectContentProps, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, Share, Star, Statement, Table, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, type TextareaFieldProps, Trash, Typography, type TypographyProps, Upload, type UploadProps, User, UserMulti, Warning, Wrench, X, badgeVariants, buttonVariants, checkboxVariants, inputVariants, selectTriggerVariants, tabsVariants, typographyVariants, uploadVariants };
|
|
220
|
+
export { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Badge, type BadgeProps, Bell, Bookmark, Button, type ButtonProps, Calendar, CaretDown, CaretLeft, CaretRight, CaretUp, Chat, Check, CheckIcon, Checkbox, type CheckboxProps, CheckmarkCircle, CheckmarkSquare, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, CloseSmall, Cog, Credentials, DatePicker, type DatePickerProps, Doc, Dollar, Edit, Envelope, Exclamation, EyeClosed, EyeOpen, Filter, FilterDescending, FormField, type FormFieldProps, GraphBar, GraphDonut, GraphLine, GraphPie, HamburgerMenu, Home, type IconProps, type IconVariant, Information, TypedInput as Input, type InputFieldProps, type InputProps, Location, Lock, Logout, MagnifyingGlass, Minus, MoreMenu, Phone, Plus, QuestionCircle, Select, SelectContent, type SelectContentProps, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, Share, Star, Statement, Table, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, type TextareaFieldProps, Trash, Typography, type TypographyProps, Upload, type UploadProps, User, UserMulti, Warning, Wrench, X, badgeVariants, buttonVariants, checkboxVariants, inputVariants, selectTriggerVariants, tabsVariants, typographyVariants, uploadVariants };
|
package/dist/index.js
CHANGED
|
@@ -83,6 +83,7 @@ __export(index_exports, {
|
|
|
83
83
|
Minus: () => Minus,
|
|
84
84
|
MoreMenu: () => MoreMenu,
|
|
85
85
|
Phone: () => Phone,
|
|
86
|
+
Plus: () => Plus,
|
|
86
87
|
QuestionCircle: () => QuestionCircle,
|
|
87
88
|
Select: () => Select,
|
|
88
89
|
SelectContent: () => SelectContent,
|
|
@@ -1422,6 +1423,31 @@ var Minus = ({
|
|
|
1422
1423
|
)
|
|
1423
1424
|
}
|
|
1424
1425
|
);
|
|
1426
|
+
var Plus = ({
|
|
1427
|
+
className,
|
|
1428
|
+
variant = "dark",
|
|
1429
|
+
...props
|
|
1430
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1431
|
+
"svg",
|
|
1432
|
+
{
|
|
1433
|
+
width: "16",
|
|
1434
|
+
height: "16",
|
|
1435
|
+
viewBox: "0 0 16 16",
|
|
1436
|
+
fill: "none",
|
|
1437
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1438
|
+
className: cn(getVariantStyles(variant), className),
|
|
1439
|
+
...props,
|
|
1440
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1441
|
+
"path",
|
|
1442
|
+
{
|
|
1443
|
+
fillRule: "evenodd",
|
|
1444
|
+
clipRule: "evenodd",
|
|
1445
|
+
d: "M9 2.5C9 1.94771 8.55228 1.5 8 1.5C7.44772 1.5 7 1.94771 7 2.5V7H2.5C1.94771 7 1.5 7.44772 1.5 8C1.5 8.55228 1.94771 9 2.5 9H7V13.5C7 14.0523 7.44772 14.5 8 14.5C8.55228 14.5 9 14.0523 9 13.5V9H13.5C14.0523 9 14.5 8.55228 14.5 8C14.5 7.44772 14.0523 7 13.5 7H9V2.5Z",
|
|
1446
|
+
fill: "currentColor"
|
|
1447
|
+
}
|
|
1448
|
+
)
|
|
1449
|
+
}
|
|
1450
|
+
);
|
|
1425
1451
|
var MoreMenu = ({
|
|
1426
1452
|
className,
|
|
1427
1453
|
variant = "dark",
|
|
@@ -3075,6 +3101,7 @@ TabsContent.displayName = "TabsContent";
|
|
|
3075
3101
|
Minus,
|
|
3076
3102
|
MoreMenu,
|
|
3077
3103
|
Phone,
|
|
3104
|
+
Plus,
|
|
3078
3105
|
QuestionCircle,
|
|
3079
3106
|
Select,
|
|
3080
3107
|
SelectContent,
|
package/dist/index.mjs
CHANGED
|
@@ -1299,6 +1299,31 @@ var Minus = ({
|
|
|
1299
1299
|
)
|
|
1300
1300
|
}
|
|
1301
1301
|
);
|
|
1302
|
+
var Plus = ({
|
|
1303
|
+
className,
|
|
1304
|
+
variant = "dark",
|
|
1305
|
+
...props
|
|
1306
|
+
}) => /* @__PURE__ */ jsx2(
|
|
1307
|
+
"svg",
|
|
1308
|
+
{
|
|
1309
|
+
width: "16",
|
|
1310
|
+
height: "16",
|
|
1311
|
+
viewBox: "0 0 16 16",
|
|
1312
|
+
fill: "none",
|
|
1313
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1314
|
+
className: cn(getVariantStyles(variant), className),
|
|
1315
|
+
...props,
|
|
1316
|
+
children: /* @__PURE__ */ jsx2(
|
|
1317
|
+
"path",
|
|
1318
|
+
{
|
|
1319
|
+
fillRule: "evenodd",
|
|
1320
|
+
clipRule: "evenodd",
|
|
1321
|
+
d: "M9 2.5C9 1.94771 8.55228 1.5 8 1.5C7.44772 1.5 7 1.94771 7 2.5V7H2.5C1.94771 7 1.5 7.44772 1.5 8C1.5 8.55228 1.94771 9 2.5 9H7V13.5C7 14.0523 7.44772 14.5 8 14.5C8.55228 14.5 9 14.0523 9 13.5V9H13.5C14.0523 9 14.5 8.55228 14.5 8C14.5 7.44772 14.0523 7 13.5 7H9V2.5Z",
|
|
1322
|
+
fill: "currentColor"
|
|
1323
|
+
}
|
|
1324
|
+
)
|
|
1325
|
+
}
|
|
1326
|
+
);
|
|
1302
1327
|
var MoreMenu = ({
|
|
1303
1328
|
className,
|
|
1304
1329
|
variant = "dark",
|
|
@@ -2951,6 +2976,7 @@ export {
|
|
|
2951
2976
|
Minus,
|
|
2952
2977
|
MoreMenu,
|
|
2953
2978
|
Phone,
|
|
2979
|
+
Plus,
|
|
2954
2980
|
QuestionCircle,
|
|
2955
2981
|
Select,
|
|
2956
2982
|
SelectContent,
|