@northslopetech/altitude-ui 2.0.8 → 2.0.9

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.
@@ -0,0 +1,103 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated from TypeScript tokens.
3
+ */
4
+
5
+ @theme {
6
+ --color-base-black: #1a1a19;
7
+ --color-base-white: #ffffff;
8
+ --color-blue-100: #f2fafd;
9
+ --color-blue-200: #e9f7fc;
10
+ --color-blue-300: #99d9f0;
11
+ --color-blue-400: #009fda;
12
+ --color-blue-500: #009fda;
13
+ --color-blue-600: #2b6173;
14
+ --color-blue-700: #2b6173;
15
+ --color-blue-800: #0f204b;
16
+ --color-blue-900: #0f204b;
17
+ --color-chart-color-palette-categorical-10: #a1aae6;
18
+ --color-chart-color-palette-categorical-11: #cccbc9;
19
+ --color-chart-color-palette-categorical-12: #988f86;
20
+ --color-chart-color-palette-categorical-1: #009fda;
21
+ --color-chart-color-palette-categorical-2: #15c2bb;
22
+ --color-chart-color-palette-categorical-3: #b56700;
23
+ --color-chart-color-palette-categorical-4: #2b6173;
24
+ --color-chart-color-palette-categorical-5: #0f204b;
25
+ --color-chart-color-palette-categorical-6: #99d9f0;
26
+ --color-chart-color-palette-categorical-7: #3f9c35;
27
+ --color-chart-color-palette-categorical-8: #eb2a34;
28
+ --color-chart-color-palette-categorical-9: #fff377;
29
+ --color-dark: #0f204b;
30
+ --color-error-subtle: #f2e6d5;
31
+ --color-error: #eb2a34;
32
+ --color-gray: #f3f2f2;
33
+ --color-green-100: #f9f3eb;
34
+ --color-green-200: #f9f3eb;
35
+ --color-green-300: #3f9c35;
36
+ --color-green-400: #3f9c35;
37
+ --color-green-500: #3f9c35;
38
+ --color-green-600: #3f9c35;
39
+ --color-green-700: #3f9c35;
40
+ --color-green-800: #3f9c35;
41
+ --color-green-900: #3f9c35;
42
+ --color-info-subtle: #f2fafd;
43
+ --color-info: #009fda;
44
+ --color-interactive: #009fda;
45
+ --color-light: #f8f7f7;
46
+ --color-neutral-100: #f8f7f7;
47
+ --color-neutral-200: #f3f2f2;
48
+ --color-neutral-300: #cccbc9;
49
+ --color-neutral-400: #988f86;
50
+ --color-neutral-500: #4f4d4a;
51
+ --color-neutral-600: #1a1a19;
52
+ --color-neutral-700: #1a1a19;
53
+ --color-neutral-800: #1a1a19;
54
+ --color-neutral-900: #0f204b;
55
+ --color-primary: #009fda;
56
+ --color-red-100: #f2e6d5;
57
+ --color-red-200: #f2e6d5;
58
+ --color-red-300: #eb2a34;
59
+ --color-red-400: #eb2a34;
60
+ --color-red-500: #eb2a34;
61
+ --color-red-600: #eb2a34;
62
+ --color-red-700: #eb2a34;
63
+ --color-red-800: #eb2a34;
64
+ --color-red-900: #eb2a34;
65
+ --color-secondary: #4f4d4a;
66
+ --color-strong: #0f204b;
67
+ --color-subtle: #cccbc9;
68
+ --color-success-subtle: #f9f3eb;
69
+ --color-success: #3f9c35;
70
+ --color-warning-subtle: #fbf8f3;
71
+ --color-warning: #b56700;
72
+ --color-yellow-100: #fbf8f3;
73
+ --color-yellow-200: #fbf8f3;
74
+ --color-yellow-300: #fff377;
75
+ --color-yellow-400: #fff377;
76
+ --color-yellow-500: #b56700;
77
+ --color-yellow-600: #b56700;
78
+ --color-yellow-700: #b56700;
79
+ --color-yellow-800: #b56700;
80
+ --color-yellow-900: #b56700;
81
+ --typography-body-lg: 400 18px/27px Gantari;
82
+ --typography-body-md: 400 16px/24px Gantari;
83
+ --typography-body-sm: 400 14px/21px Gantari;
84
+ --typography-body-xl: 400 20px/30px Gantari;
85
+ --typography-body-xs: 400 12px/18px Gantari;
86
+ --typography-display-lg: 400 94px/112.8px Gantari;
87
+ --typography-display-md: 400 66px/79.2px Gantari;
88
+ --typography-display-sm: 400 52px/62.4px Gantari;
89
+ --typography-display-xl: 400 105px/126px Gantari;
90
+ --typography-heading-lg: 600 24px/32px Gantari;
91
+ --typography-heading-md: 600 18px/24px Gantari;
92
+ --typography-heading-sm: 600 16px/24px Gantari;
93
+ --typography-heading-xl: 600 32px/40px Gantari;
94
+ --typography-heading-xs: 600 14px/21px Gantari;
95
+ --typography-label-lg-bold: 600 18px/27px Gantari;
96
+ --typography-label-lg-regular: 400 18px/27px Gantari;
97
+ --typography-label-md-bold: 600 16px/24px Gantari;
98
+ --typography-label-md-regular: 500 16px/24px Gantari;
99
+ --typography-label-sm-bold: 600 14px/21px Gantari;
100
+ --typography-label-sm-regular: 400 14px/21px Gantari;
101
+ --typography-label-xs-bold: 600 12px/18px Gantari;
102
+ --typography-label-xs-regular: 400 12px/18px Gantari;
103
+ }
package/dist/index.d.mts CHANGED
@@ -124,7 +124,7 @@ interface InputComponent {
124
124
  declare const TypedInput: InputComponent;
125
125
 
126
126
  declare const badgeVariants: (props?: ({
127
- variant?: "error" | "success" | "primary" | "secondary" | "accent" | "warning" | null | undefined;
127
+ variant?: "error" | "warning" | "success" | "primary" | "secondary" | "accent" | "neutral" | null | undefined;
128
128
  } & class_variance_authority_types.ClassProp) | undefined) => string;
129
129
  interface BadgeProps extends React.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof badgeVariants> {
130
130
  }
@@ -152,4 +152,68 @@ interface TabsContentProps extends React.HTMLAttributes<HTMLDivElement> {
152
152
  }
153
153
  declare const TabsContent: React.ForwardRefExoticComponent<TabsContentProps & React.RefAttributes<HTMLDivElement>>;
154
154
 
155
- export { Badge, type BadgeProps, Button, type ButtonProps, Checkbox, type CheckboxProps, DatePicker, type DatePickerProps, FormField, type FormFieldProps, TypedInput as Input, type InputFieldProps, type InputProps, Select, SelectContent, type SelectContentProps, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, type TextareaFieldProps, Typography, type TypographyProps, Upload, type UploadProps, badgeVariants, buttonVariants, checkboxVariants, inputVariants, selectTriggerVariants, tabsVariants, typographyVariants, uploadVariants };
155
+ type IconVariant = "dark" | "light" | "gray" | "error" | "warning";
156
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
157
+ className?: string;
158
+ variant?: IconVariant;
159
+ }
160
+ declare const X: React.FC<IconProps>;
161
+ declare const Lock: React.FC<IconProps>;
162
+ declare const Check: React.FC<IconProps>;
163
+ declare const ChevronDown: React.FC<IconProps>;
164
+ declare const ChevronUp: React.FC<IconProps>;
165
+ declare const Calendar: React.FC<IconProps>;
166
+ declare const ChevronLeft: React.FC<IconProps>;
167
+ declare const ChevronRight: React.FC<IconProps>;
168
+ declare const CheckIcon: React.FC<IconProps>;
169
+ declare const ArrowDown: React.FC<IconProps>;
170
+ declare const ArrowUp: React.FC<IconProps>;
171
+ declare const ArrowLeft: React.FC<IconProps>;
172
+ declare const ArrowRight: React.FC<IconProps>;
173
+ declare const Bell: React.FC<IconProps>;
174
+ declare const Bookmark: React.FC<IconProps>;
175
+ declare const CaretDown: React.FC<IconProps>;
176
+ declare const CaretLeft: React.FC<IconProps>;
177
+ declare const CaretRight: React.FC<IconProps>;
178
+ declare const CaretUp: React.FC<IconProps>;
179
+ declare const Chat: React.FC<IconProps>;
180
+ declare const CheckmarkCircle: React.FC<IconProps>;
181
+ declare const CheckmarkSquare: React.FC<IconProps>;
182
+ declare const Close: React.FC<IconProps>;
183
+ declare const CloseSmall: React.FC<IconProps>;
184
+ declare const Cog: React.FC<IconProps>;
185
+ declare const Credentials: React.FC<IconProps>;
186
+ declare const Doc: React.FC<IconProps>;
187
+ declare const Dollar: React.FC<IconProps>;
188
+ declare const Edit: React.FC<IconProps>;
189
+ declare const Envelope: React.FC<IconProps>;
190
+ declare const Exclamation: React.FC<IconProps>;
191
+ declare const EyeClosed: React.FC<IconProps>;
192
+ declare const EyeOpen: React.FC<IconProps>;
193
+ declare const Filter: React.FC<IconProps>;
194
+ declare const FilterDescending: React.FC<IconProps>;
195
+ declare const GraphBar: React.FC<IconProps>;
196
+ declare const GraphDonut: React.FC<IconProps>;
197
+ declare const GraphLine: React.FC<IconProps>;
198
+ declare const GraphPie: React.FC<IconProps>;
199
+ declare const HamburgerMenu: React.FC<IconProps>;
200
+ declare const Home: React.FC<IconProps>;
201
+ declare const Information: React.FC<IconProps>;
202
+ declare const Location: React.FC<IconProps>;
203
+ declare const MagnifyingGlass: React.FC<IconProps>;
204
+ declare const Minus: React.FC<IconProps>;
205
+ declare const MoreMenu: React.FC<IconProps>;
206
+ declare const Phone: React.FC<IconProps>;
207
+ declare const QuestionCircle: React.FC<IconProps>;
208
+ declare const Share: React.FC<IconProps>;
209
+ declare const Star: React.FC<IconProps>;
210
+ declare const Statement: React.FC<IconProps>;
211
+ declare const Table: React.FC<IconProps>;
212
+ declare const Trash: React.FC<IconProps>;
213
+ declare const User: React.FC<IconProps>;
214
+ declare const UserMulti: React.FC<IconProps>;
215
+ declare const Warning: React.FC<IconProps>;
216
+ declare const Wrench: React.FC<IconProps>;
217
+ declare const Logout: React.FC<IconProps>;
218
+
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 };
package/dist/index.d.ts CHANGED
@@ -124,7 +124,7 @@ interface InputComponent {
124
124
  declare const TypedInput: InputComponent;
125
125
 
126
126
  declare const badgeVariants: (props?: ({
127
- variant?: "error" | "success" | "primary" | "secondary" | "accent" | "warning" | null | undefined;
127
+ variant?: "error" | "warning" | "success" | "primary" | "secondary" | "accent" | "neutral" | null | undefined;
128
128
  } & class_variance_authority_types.ClassProp) | undefined) => string;
129
129
  interface BadgeProps extends React.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof badgeVariants> {
130
130
  }
@@ -152,4 +152,68 @@ interface TabsContentProps extends React.HTMLAttributes<HTMLDivElement> {
152
152
  }
153
153
  declare const TabsContent: React.ForwardRefExoticComponent<TabsContentProps & React.RefAttributes<HTMLDivElement>>;
154
154
 
155
- export { Badge, type BadgeProps, Button, type ButtonProps, Checkbox, type CheckboxProps, DatePicker, type DatePickerProps, FormField, type FormFieldProps, TypedInput as Input, type InputFieldProps, type InputProps, Select, SelectContent, type SelectContentProps, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, type TextareaFieldProps, Typography, type TypographyProps, Upload, type UploadProps, badgeVariants, buttonVariants, checkboxVariants, inputVariants, selectTriggerVariants, tabsVariants, typographyVariants, uploadVariants };
155
+ type IconVariant = "dark" | "light" | "gray" | "error" | "warning";
156
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
157
+ className?: string;
158
+ variant?: IconVariant;
159
+ }
160
+ declare const X: React.FC<IconProps>;
161
+ declare const Lock: React.FC<IconProps>;
162
+ declare const Check: React.FC<IconProps>;
163
+ declare const ChevronDown: React.FC<IconProps>;
164
+ declare const ChevronUp: React.FC<IconProps>;
165
+ declare const Calendar: React.FC<IconProps>;
166
+ declare const ChevronLeft: React.FC<IconProps>;
167
+ declare const ChevronRight: React.FC<IconProps>;
168
+ declare const CheckIcon: React.FC<IconProps>;
169
+ declare const ArrowDown: React.FC<IconProps>;
170
+ declare const ArrowUp: React.FC<IconProps>;
171
+ declare const ArrowLeft: React.FC<IconProps>;
172
+ declare const ArrowRight: React.FC<IconProps>;
173
+ declare const Bell: React.FC<IconProps>;
174
+ declare const Bookmark: React.FC<IconProps>;
175
+ declare const CaretDown: React.FC<IconProps>;
176
+ declare const CaretLeft: React.FC<IconProps>;
177
+ declare const CaretRight: React.FC<IconProps>;
178
+ declare const CaretUp: React.FC<IconProps>;
179
+ declare const Chat: React.FC<IconProps>;
180
+ declare const CheckmarkCircle: React.FC<IconProps>;
181
+ declare const CheckmarkSquare: React.FC<IconProps>;
182
+ declare const Close: React.FC<IconProps>;
183
+ declare const CloseSmall: React.FC<IconProps>;
184
+ declare const Cog: React.FC<IconProps>;
185
+ declare const Credentials: React.FC<IconProps>;
186
+ declare const Doc: React.FC<IconProps>;
187
+ declare const Dollar: React.FC<IconProps>;
188
+ declare const Edit: React.FC<IconProps>;
189
+ declare const Envelope: React.FC<IconProps>;
190
+ declare const Exclamation: React.FC<IconProps>;
191
+ declare const EyeClosed: React.FC<IconProps>;
192
+ declare const EyeOpen: React.FC<IconProps>;
193
+ declare const Filter: React.FC<IconProps>;
194
+ declare const FilterDescending: React.FC<IconProps>;
195
+ declare const GraphBar: React.FC<IconProps>;
196
+ declare const GraphDonut: React.FC<IconProps>;
197
+ declare const GraphLine: React.FC<IconProps>;
198
+ declare const GraphPie: React.FC<IconProps>;
199
+ declare const HamburgerMenu: React.FC<IconProps>;
200
+ declare const Home: React.FC<IconProps>;
201
+ declare const Information: React.FC<IconProps>;
202
+ declare const Location: React.FC<IconProps>;
203
+ declare const MagnifyingGlass: React.FC<IconProps>;
204
+ declare const Minus: React.FC<IconProps>;
205
+ declare const MoreMenu: React.FC<IconProps>;
206
+ declare const Phone: React.FC<IconProps>;
207
+ declare const QuestionCircle: React.FC<IconProps>;
208
+ declare const Share: React.FC<IconProps>;
209
+ declare const Star: React.FC<IconProps>;
210
+ declare const Statement: React.FC<IconProps>;
211
+ declare const Table: React.FC<IconProps>;
212
+ declare const Trash: React.FC<IconProps>;
213
+ declare const User: React.FC<IconProps>;
214
+ declare const UserMulti: React.FC<IconProps>;
215
+ declare const Warning: React.FC<IconProps>;
216
+ declare const Wrench: React.FC<IconProps>;
217
+ declare const Logout: React.FC<IconProps>;
218
+
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 };