@accelint/design-toolkit 2.3.1 → 2.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/components/accordion/index.js +1 -1
- package/dist/components/accordion/index.js.map +1 -1
- package/dist/components/accordion/styles.js +1 -1
- package/dist/components/accordion/styles.js.map +1 -1
- package/dist/components/avatar/index.d.ts +16 -24
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/avatar/index.js.map +1 -1
- package/dist/components/avatar/styles.d.ts +47 -0
- package/dist/components/avatar/styles.js +2 -0
- package/dist/components/avatar/styles.js.map +1 -0
- package/dist/components/avatar/types.d.ts +19 -0
- package/dist/components/avatar/types.js +2 -0
- package/dist/components/avatar/types.js.map +1 -0
- package/dist/components/badge/index.d.ts +16 -16
- package/dist/components/badge/index.js +1 -1
- package/dist/components/badge/index.js.map +1 -1
- package/dist/components/badge/styles.d.ts +32 -0
- package/dist/components/badge/styles.js +2 -0
- package/dist/components/badge/styles.js.map +1 -0
- package/dist/components/badge/types.d.ts +16 -0
- package/dist/components/badge/types.js +2 -0
- package/dist/components/badge/types.js.map +1 -0
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/index.js.map +1 -1
- package/dist/components/button/styles.d.ts +12 -103
- package/dist/components/button/styles.js +1 -1
- package/dist/components/button/styles.js.map +1 -1
- package/dist/components/button/types.d.ts +3 -1
- package/dist/components/checkbox/index.d.ts +13 -12
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox/index.js.map +1 -1
- package/dist/components/checkbox/styles.d.ts +53 -0
- package/dist/components/checkbox/styles.js +2 -0
- package/dist/components/checkbox/styles.js.map +1 -0
- package/dist/components/checkbox/types.d.ts +22 -0
- package/dist/components/checkbox/types.js +2 -0
- package/dist/components/checkbox/types.js.map +1 -0
- package/dist/components/chip/index.js +1 -1
- package/dist/components/chip/index.js.map +1 -1
- package/dist/components/chip/styles.d.ts +130 -134
- package/dist/components/chip/styles.js +1 -1
- package/dist/components/chip/styles.js.map +1 -1
- package/dist/components/chip/types.d.ts +7 -5
- package/dist/components/classification-badge/index.js +1 -1
- package/dist/components/classification-badge/index.js.map +1 -1
- package/dist/components/classification-badge/styles.d.ts +2 -15
- package/dist/components/classification-badge/styles.js +1 -1
- package/dist/components/classification-badge/styles.js.map +1 -1
- package/dist/components/classification-badge/types.d.ts +3 -1
- package/dist/components/icon/index.d.ts +0 -2
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon/index.js.map +1 -1
- package/dist/components/icon/styles.d.ts +2 -31
- package/dist/components/icon/styles.js +1 -1
- package/dist/components/icon/styles.js.map +1 -1
- package/dist/components/icon/types.d.ts +4 -4
- package/dist/components/input/index.d.ts +16 -0
- package/dist/components/input/index.js +2 -0
- package/dist/components/input/index.js.map +1 -0
- package/dist/components/input/styles.d.ts +152 -0
- package/dist/components/input/styles.js +2 -0
- package/dist/components/input/styles.js.map +1 -0
- package/dist/components/input/types.d.ts +20 -0
- package/dist/components/input/types.js +2 -0
- package/dist/components/input/types.js.map +1 -0
- package/dist/components/label/styles.js +1 -1
- package/dist/components/label/styles.js.map +1 -1
- package/dist/components/menu/index.d.ts +48 -0
- package/dist/components/menu/index.js +2 -0
- package/dist/components/menu/index.js.map +1 -0
- package/dist/components/menu/styles.d.ts +95 -0
- package/dist/components/menu/styles.js +2 -0
- package/dist/components/menu/styles.js.map +1 -0
- package/dist/components/menu/types.d.ts +30 -0
- package/dist/components/menu/types.js +2 -0
- package/dist/components/menu/types.js.map +1 -0
- package/dist/components/query-builder/value-editor.js +1 -1
- package/dist/components/query-builder/value-editor.js.map +1 -1
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/index.js.map +1 -1
- package/dist/components/switch/styles.js +1 -1
- package/dist/components/switch/styles.js.map +1 -1
- package/dist/components/text-area-field/index.d.ts +0 -2
- package/dist/components/text-area-field/index.js +1 -1
- package/dist/components/text-area-field/index.js.map +1 -1
- package/dist/components/text-area-field/styles.d.ts +33 -93
- package/dist/components/text-area-field/styles.js +1 -1
- package/dist/components/text-area-field/styles.js.map +1 -1
- package/dist/components/text-area-field/types.d.ts +6 -9
- package/dist/components/text-field/index.d.ts +18 -24
- package/dist/components/text-field/index.js +1 -1
- package/dist/components/text-field/index.js.map +1 -1
- package/dist/components/text-field/styles.d.ts +53 -0
- package/dist/components/text-field/styles.js +2 -0
- package/dist/components/text-field/styles.js.map +1 -0
- package/dist/components/text-field/types.d.ts +26 -0
- package/dist/components/text-field/types.js +2 -0
- package/dist/components/text-field/types.js.map +1 -0
- package/dist/icons/catalog.js +1 -1
- package/dist/icons/catalog.js.map +1 -1
- package/dist/index.css +79 -69
- package/dist/index.d.ts +25 -9
- package/dist/index.js +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/styles.css +876 -240
- package/dist/tokens/{generated/tokens.d.ts → index.d.ts} +19 -4
- package/dist/tokens/index.js +2 -0
- package/dist/tokens/index.js.map +1 -0
- package/dist/tokens/{generated/themes.css → themes.css} +19 -4
- package/dist/tokens/{generated/tokens.css → tokens.css} +18 -3
- package/dist/tokens/tokens.d.ts +2 -0
- package/package.json +7 -6
- package/dist/tokens/generated/tokens.js +0 -2
- package/dist/tokens/generated/tokens.js.map +0 -1
- /package/dist/tokens/{generated/themes.d.ts → themes.d.ts} +0 -0
@@ -0,0 +1,26 @@
|
|
1
|
+
import { RefAttributes, PropsWithChildren } from 'react';
|
2
|
+
import { TextFieldProps as TextFieldProps$1, FieldErrorProps } from 'react-aria-components';
|
3
|
+
import { InputProps } from '../input/types.js';
|
4
|
+
import { LabelProps } from '../label/types.js';
|
5
|
+
import 'tailwind-variants';
|
6
|
+
import '../button/types.js';
|
7
|
+
import '../button/styles.js';
|
8
|
+
import '../input/styles.js';
|
9
|
+
|
10
|
+
type TextFieldProps = Omit<TextFieldProps$1, 'children' | 'className'> & RefAttributes<HTMLDivElement> & {
|
11
|
+
classNames?: {
|
12
|
+
field?: TextFieldProps$1['className'];
|
13
|
+
label?: LabelProps['className'];
|
14
|
+
input?: InputProps['classNames'];
|
15
|
+
description?: string;
|
16
|
+
error?: FieldErrorProps['className'];
|
17
|
+
};
|
18
|
+
label?: string;
|
19
|
+
inputProps?: InputProps;
|
20
|
+
description?: string;
|
21
|
+
errorMessage?: string;
|
22
|
+
size?: 'medium' | 'small';
|
23
|
+
};
|
24
|
+
type TextFieldProviderProps = PropsWithChildren<TextFieldProps>;
|
25
|
+
|
26
|
+
export type { TextFieldProps, TextFieldProviderProps };
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"types.js"}
|
package/dist/icons/catalog.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import {Bell,Information,Connection,Success,ConnectionLost,Warning,Live,Problem,ArrowDown,ArrowLeft,ArrowNortheast,ArrowNorthwest,ArrowRight,ArrowSoutheast,ArrowSouthwest,ArrowUp,ArrowKeys,Arrow,CheckboxSelected,CheckboxSmallSelected,CheckboxUnselected,CheckboxSmallUnselected,CheckboxIndeterminate,ChevronDown,ChevronFillDown,ChevronUp,ChevronFillUp,ChevronLeft,ChevronFillLeft,ChevronRight,ChevronFillRight,CursorCrosshair,CursorDefault,CursorDrag,RadioSelected,RadioUnselected,TrackEta,MouseLeftClick,MouseMiddleClick,MouseRightClick,MouseScroll,ScrollClick,Airspaces,Appearance,Ascending,Assignment,Attributes,BoltNotVisible,Bolt,Brightness,BugReport,Calendar,ChartStackedBar,CircleTool,ColorPicker,CommonOperatingPic,Contrast,CopSettings,Coverage,Dashboard,Data,Descending,ElectromagneticSpectrum,Feed,FlightPlan,Gantt,Grid,Hamburger,Handover,Handshake,Help,InterceptPoint,Kebab,LayerGroup,Layers,LineTool,LocationFill,LocationStroke,Message,Mode,Newspaper,NonEditable,None,Note,Overlays,PanelClosed,PanelOpen,Person,Phone,Placeholder,Plots,PolygonTool,Radar,Radio,RectangleTool,Region,Sector,SelectionList,SensorHealth,Settings,Spotlight,ThreatAssess,Ticket,Time,Timer,TrackHistory,UnscheduledMaintenance,UserManual,WatchTower,Wind,AddFill,AddToList,Add,ArrangeTable,AttachFile,Cancel,CancelFill,CenterOn,Check,CollapseWindow,CollapseAll,Condense,CopyToClipboard,CreateCoa,Delete,DragHorz,DragVert,Duplicate,Edit,ExpandAll,ExpandLeft,ExpandRight,ExpandWindow,Expand,ExploreData,Filter,Flag,Focus,GlobalShare,Group,Hide,Import,InsertChart,JumpTo,Lasso,Link,LockFill,LockOutline,Login,Logout,Loop,Move,Mute,OpenContainer,PasteFromClipboard,Pause,Pin,Play,Playback,PolygonLasso,PopBackIn,PopOut,Record,RectangleSelect,RemoveFill,RemoveFromList,Remove,Reverse,Screenshot,Search,Share,Show,StackCards,Stack,Tether,TrackChanges,Undo,ZoomIn,ZoomOut,ZoomTo}from'@accelint/icons';import {jsx}from'react/jsx-runtime';var So={actions:{description:"These icons mainly represent an act a user can take in the user interface.",icons:[{name:"add-fill",icon:jsx(AddFill,{})},{name:"add-to-list",icon:jsx(AddToList,{})},{name:"add",icon:jsx(Add,{})},{name:"arrange-table",icon:jsx(ArrangeTable,{})},{name:"attach-file",icon:jsx(AttachFile,{})},{name:"cancel",icon:jsx(Cancel,{})},{name:"cancel-fill",icon:jsx(CancelFill,{})},{name:"center-on",icon:jsx(CenterOn,{})},{name:"check",icon:jsx(Check,{})},{name:"collapse-window",icon:jsx(CollapseWindow,{})},{name:"collapse-all",icon:jsx(CollapseAll,{})},{name:"condense",icon:jsx(Condense,{})},{name:"copy-to-clipboard",icon:jsx(CopyToClipboard,{})},{name:"create-coa",icon:jsx(CreateCoa,{})},{name:"delete",icon:jsx(Delete,{})},{name:"drag-horz",icon:jsx(DragHorz,{})},{name:"drag-vert",icon:jsx(DragVert,{})},{name:"duplicate",icon:jsx(Duplicate,{})},{name:"edit",icon:jsx(Edit,{})},{name:"expand-all",icon:jsx(ExpandAll,{})},{name:"expand-left",icon:jsx(ExpandLeft,{})},{name:"expand-right",icon:jsx(ExpandRight,{})},{name:"expand-window",icon:jsx(ExpandWindow,{})},{name:"expand",icon:jsx(Expand,{})},{name:"explore-data",icon:jsx(ExploreData,{})},{name:"filter",icon:jsx(Filter,{})},{name:"flag",icon:jsx(Flag,{})},{name:"focus",icon:jsx(Focus,{})},{name:"global-share",icon:jsx(GlobalShare,{})},{name:"group",icon:jsx(Group,{})},{name:"hide",icon:jsx(Hide,{})},{name:"import",icon:jsx(Import,{})},{name:"insert-chart",icon:jsx(InsertChart,{})},{name:"jump-to",icon:jsx(JumpTo,{})},{name:"lasso",icon:jsx(Lasso,{})},{name:"link",icon:jsx(Link,{})},{name:"lock-fill",icon:jsx(LockFill,{})},{name:"lock-outline",icon:jsx(LockOutline,{})},{name:"login",icon:jsx(Login,{})},{name:"logout",icon:jsx(Logout,{})},{name:"loop",icon:jsx(Loop,{})},{name:"move",icon:jsx(Move,{})},{name:"mute",icon:jsx(Mute,{})},{name:"open-container",icon:jsx(OpenContainer,{})},{name:"paste-from-clipboard",icon:jsx(PasteFromClipboard,{})},{name:"pause",icon:jsx(Pause,{})},{name:"pin",icon:jsx(Pin,{})},{name:"play",icon:jsx(Play,{})},{name:"playback",icon:jsx(Playback,{})},{name:"polygon-lasso",icon:jsx(PolygonLasso,{})},{name:"pop-back-in",icon:jsx(PopBackIn,{})},{name:"pop-out",icon:jsx(PopOut,{})},{name:"record",icon:jsx(Record,{})},{name:"rectangle-select",icon:jsx(RectangleSelect,{})},{name:"remove-fill",icon:jsx(RemoveFill,{})},{name:"remove-from-list",icon:jsx(RemoveFromList,{})},{name:"remove",icon:jsx(Remove,{})},{name:"reverse",icon:jsx(Reverse,{})},{name:"screenshot",icon:jsx(Screenshot,{})},{name:"search",icon:jsx(Search,{})},{name:"share",icon:jsx(Share,{})},{name:"show",icon:jsx(Show,{})},{name:"stack-cards",icon:jsx(StackCards,{})},{name:"stack",icon:jsx(Stack,{})},{name:"tether",icon:jsx(Tether,{})},{name:"track-changes",icon:jsx(TrackChanges,{})},{name:"undo",icon:jsx(Undo,{})},{name:"zoom-in",icon:jsx(ZoomIn,{})},{name:"zoom-out",icon:jsx(ZoomOut,{})},{name:"zoom-to",icon:jsx(ZoomTo,{})}]},symbols:{description:"These icons mainly represent an object or concept.",icons:[{name:"airspaces",icon:jsx(Airspaces,{})},{name:"appearance",icon:jsx(Appearance,{})},{name:"arrow",icon:jsx(Arrow,{})},{name:"ascending",icon:jsx(Ascending,{})},{name:"assignment",icon:jsx(Assignment,{})},{name:"attributes",icon:jsx(Attributes,{})},{name:"bolt-not-visible",icon:jsx(BoltNotVisible,{})},{name:"bolt",icon:jsx(Bolt,{})},{name:"brightness",icon:jsx(Brightness,{})},{name:"bug-report",icon:jsx(BugReport,{})},{name:"calendar",icon:jsx(Calendar,{})},{name:"chart-stacked-bar",icon:jsx(ChartStackedBar,{})},{name:"circle-tool",icon:jsx(CircleTool,{})},{name:"color-picker",icon:jsx(ColorPicker,{})},{name:"common-operating-pic",icon:jsx(CommonOperatingPic,{})},{name:"contrast",icon:jsx(Contrast,{})},{name:"cop-settings",icon:jsx(CopSettings,{})},{name:"coverage",icon:jsx(Coverage,{})},{name:"dashboard",icon:jsx(Dashboard,{})},{name:"data",icon:jsx(Data,{})},{name:"descending",icon:jsx(Descending,{})},{name:"electromagnetic-spectrum",icon:jsx(ElectromagneticSpectrum,{})},{name:"feed",icon:jsx(Feed,{})},{name:"flight-plan",icon:jsx(FlightPlan,{})},{name:"gantt",icon:jsx(Gantt,{})},{name:"grid",icon:jsx(Grid,{})},{name:"hamburger",icon:jsx(Hamburger,{})},{name:"handover",icon:jsx(Handover,{})},{name:"handshake",icon:jsx(Handshake,{})},{name:"help",icon:jsx(Help,{})},{name:"intercept-point",icon:jsx(InterceptPoint,{})},{name:"kebab",icon:jsx(Kebab,{})},{name:"layer-group",icon:jsx(LayerGroup,{})},{name:"layers",icon:jsx(Layers,{})},{name:"line-tool",icon:jsx(LineTool,{})},{name:"location-fill",icon:jsx(LocationFill,{})},{name:"location-stroke",icon:jsx(LocationStroke,{})},{name:"message",icon:jsx(Message,{})},{name:"mode",icon:jsx(Mode,{})},{name:"newspaper",icon:jsx(Newspaper,{})},{name:"non-editable",icon:jsx(NonEditable,{})},{name:"none",icon:jsx(None,{})},{name:"note",icon:jsx(Note,{})},{name:"overlays",icon:jsx(Overlays,{})},{name:"panel-closed",icon:jsx(PanelClosed,{})},{name:"panel-open",icon:jsx(PanelOpen,{})},{name:"person",icon:jsx(Person,{})},{name:"phone",icon:jsx(Phone,{})},{name:"placeholder",icon:jsx(Placeholder,{})},{name:"plots",icon:jsx(Plots,{})},{name:"polygon-tool",icon:jsx(PolygonTool,{})},{name:"radar",icon:jsx(Radar,{})},{name:"radio",icon:jsx(Radio,{})},{name:"rectangle-tool",icon:jsx(RectangleTool,{})},{name:"region",icon:jsx(Region,{})},{name:"sector",icon:jsx(Sector,{})},{name:"selection-list",icon:jsx(SelectionList,{})},{name:"sensor-health",icon:jsx(SensorHealth,{})},{name:"settings",icon:jsx(Settings,{})},{name:"spotlight",icon:jsx(Spotlight,{})},{name:"threat-assess",icon:jsx(ThreatAssess,{})},{name:"ticket",icon:jsx(Ticket,{})},{name:"time",icon:jsx(Time,{})},{name:"timer",icon:jsx(Timer,{})},{name:"track-history",icon:jsx(TrackHistory,{})},{name:"unscheduled-maintenance",icon:jsx(UnscheduledMaintenance,{})},{name:"user-manual",icon:jsx(UserManual,{})},{name:"watch-tower",icon:jsx(WatchTower,{})},{name:"wind",icon:jsx(Wind,{})}]},controls:{description:"These icons portray acts or symbols related to control or configuration.",icons:[{name:"arrow-down",icon:jsx(ArrowDown,{})},{name:"arrow-left",icon:jsx(ArrowLeft,{})},{name:"arrow-northeast",icon:jsx(ArrowNortheast,{})},{name:"arrow-northwest",icon:jsx(ArrowNorthwest,{})},{name:"arrow-right",icon:jsx(ArrowRight,{})},{name:"arrow-southeast",icon:jsx(ArrowSoutheast,{})},{name:"arrow-southeast",icon:jsx(ArrowSouthwest,{})},{name:"arrow-up",icon:jsx(ArrowUp,{})},{name:"arrow-keys",icon:jsx(ArrowKeys,{})},{name:"arrow",icon:jsx(Arrow,{})},{name:"checkbox-selected",icon:jsx(CheckboxSelected,{})},{name:"checkbox-small-selected",icon:jsx(CheckboxSmallSelected,{})},{name:"checkbox-unselected",icon:jsx(CheckboxUnselected,{})},{name:"checkbox-small-unselected",icon:jsx(CheckboxSmallUnselected,{})},{name:"checkbox-indeterminate",icon:jsx(CheckboxIndeterminate,{})},{name:"chevron-down",icon:jsx(ChevronDown,{})},{name:"chevron-fill-down",icon:jsx(ChevronFillDown,{})},{name:"chevron-up",icon:jsx(ChevronUp,{})},{name:"chevron-fill-up",icon:jsx(ChevronFillUp,{})},{name:"chevron-left",icon:jsx(ChevronLeft,{})},{name:"chevron-fill-left",icon:jsx(ChevronFillLeft,{})},{name:"chevron-right",icon:jsx(ChevronRight,{})},{name:"chevron-fill-right",icon:jsx(ChevronFillRight,{})},{name:"cursor-crosshair",icon:jsx(CursorCrosshair,{})},{name:"cursor-default",icon:jsx(CursorDefault,{})},{name:"cursor-drag",icon:jsx(CursorDrag,{})},{name:"radio-selected",icon:jsx(RadioSelected,{})},{name:"radio-unselected",icon:jsx(RadioUnselected,{})},{name:"track-eta",icon:jsx(TrackEta,{})},{name:"mouse-left-click",icon:jsx(MouseLeftClick,{})},{name:"mouse-middle-click",icon:jsx(MouseMiddleClick,{})},{name:"mouse-right-click",icon:jsx(MouseRightClick,{})},{name:"mouse-scroll",icon:jsx(MouseScroll,{})},{name:"scroll-click",icon:jsx(ScrollClick,{})}]},feedback:{description:"These icons portray communication or providing feedback to the user.",icons:[{name:"bell",icon:jsx(Bell,{})},{name:"information",icon:jsx(Information,{})},{name:"connection",icon:jsx(Connection,{})},{name:"success",icon:jsx(Success,{})},{name:"connection-lost",icon:jsx(ConnectionLost,{})},{name:"warning",icon:jsx(Warning,{})},{name:"live",icon:jsx(Live,{})},{name:"problem",icon:jsx(Problem,{})}]}};export{So as default};//# sourceMappingURL=catalog.js.map
|
1
|
+
import {Bell,Information,Connection,Success,ConnectionLost,Warning,Live,Problem,ArrowDown,ArrowLeft,ArrowNortheast,ArrowNorthwest,ArrowRight,ArrowSoutheast,ArrowSouthwest,ArrowUp,ArrowKeys,Arrow,ChevronDown,ChevronFillDown,ChevronUp,ChevronFillUp,ChevronLeft,ChevronFillLeft,ChevronRight,ChevronFillRight,CursorCrosshair,CursorDefault,CursorDrag,TrackEta,MouseLeftClick,MouseMiddleClick,MouseRightClick,MouseScroll,ScrollClick,Airspaces,Appearance,Ascending,Assignment,Attributes,BoltNotVisible,Bolt,Brightness,BugReport,Calendar,ChartStackedBar,CircleTool,ColorPicker,CommonOperatingPic,Contrast,CopSettings,Coverage,Dashboard,Data,Descending,ElectromagneticSpectrum,Feed,FlightPlan,Gantt,Grid,Hamburger,Handover,Handshake,Help,InterceptPoint,Kebab,LayerGroup,Layers,LineTool,LocationFill,LocationStroke,Message,Mode,Newspaper,NonEditable,None,Note,Overlays,PanelClosed,PanelOpen,Person,Phone,Placeholder,Plots,PolygonTool,Radar,Radio,RectangleTool,Region,Sector,SelectionList,SensorHealth,Settings,Spotlight,ThreatAssess,Ticket,Time,Timer,TrackHistory,UnscheduledMaintenance,UserManual,WatchTower,Wind,AddFill,AddToList,Add,ArrangeTable,AttachFile,Cancel,CancelFill,CenterOn,Check,CollapseWindow,CollapseAll,Condense,CopyToClipboard,CreateCoa,Delete,DragHorz,DragVert,Duplicate,Edit,ExpandAll,ExpandLeft,ExpandRight,ExpandWindow,Expand,ExploreData,Filter,Flag,Focus,GlobalShare,Group,Hide,Import,InsertChart,JumpTo,Lasso,Link,LockFill,LockOutline,Login,Logout,Loop,Move,Mute,OpenContainer,PasteFromClipboard,Pause,Pin,Play,Playback,PolygonLasso,PopBackIn,PopOut,Record,RectangleSelect,RemoveFill,RemoveFromList,Remove,Reverse,Screenshot,Search,Share,Show,StackCards,Stack,Tether,TrackChanges,Undo,ZoomIn,ZoomOut,ZoomTo}from'@accelint/icons';import {jsx}from'react/jsx-runtime';var uo={actions:{description:"These icons mainly represent an act a user can take in the user interface.",icons:[{name:"add-fill",icon:jsx(AddFill,{})},{name:"add-to-list",icon:jsx(AddToList,{})},{name:"add",icon:jsx(Add,{})},{name:"arrange-table",icon:jsx(ArrangeTable,{})},{name:"attach-file",icon:jsx(AttachFile,{})},{name:"cancel",icon:jsx(Cancel,{})},{name:"cancel-fill",icon:jsx(CancelFill,{})},{name:"center-on",icon:jsx(CenterOn,{})},{name:"check",icon:jsx(Check,{})},{name:"collapse-window",icon:jsx(CollapseWindow,{})},{name:"collapse-all",icon:jsx(CollapseAll,{})},{name:"condense",icon:jsx(Condense,{})},{name:"copy-to-clipboard",icon:jsx(CopyToClipboard,{})},{name:"create-coa",icon:jsx(CreateCoa,{})},{name:"delete",icon:jsx(Delete,{})},{name:"drag-horz",icon:jsx(DragHorz,{})},{name:"drag-vert",icon:jsx(DragVert,{})},{name:"duplicate",icon:jsx(Duplicate,{})},{name:"edit",icon:jsx(Edit,{})},{name:"expand-all",icon:jsx(ExpandAll,{})},{name:"expand-left",icon:jsx(ExpandLeft,{})},{name:"expand-right",icon:jsx(ExpandRight,{})},{name:"expand-window",icon:jsx(ExpandWindow,{})},{name:"expand",icon:jsx(Expand,{})},{name:"explore-data",icon:jsx(ExploreData,{})},{name:"filter",icon:jsx(Filter,{})},{name:"flag",icon:jsx(Flag,{})},{name:"focus",icon:jsx(Focus,{})},{name:"global-share",icon:jsx(GlobalShare,{})},{name:"group",icon:jsx(Group,{})},{name:"hide",icon:jsx(Hide,{})},{name:"import",icon:jsx(Import,{})},{name:"insert-chart",icon:jsx(InsertChart,{})},{name:"jump-to",icon:jsx(JumpTo,{})},{name:"lasso",icon:jsx(Lasso,{})},{name:"link",icon:jsx(Link,{})},{name:"lock-fill",icon:jsx(LockFill,{})},{name:"lock-outline",icon:jsx(LockOutline,{})},{name:"login",icon:jsx(Login,{})},{name:"logout",icon:jsx(Logout,{})},{name:"loop",icon:jsx(Loop,{})},{name:"move",icon:jsx(Move,{})},{name:"mute",icon:jsx(Mute,{})},{name:"open-container",icon:jsx(OpenContainer,{})},{name:"paste-from-clipboard",icon:jsx(PasteFromClipboard,{})},{name:"pause",icon:jsx(Pause,{})},{name:"pin",icon:jsx(Pin,{})},{name:"play",icon:jsx(Play,{})},{name:"playback",icon:jsx(Playback,{})},{name:"polygon-lasso",icon:jsx(PolygonLasso,{})},{name:"pop-back-in",icon:jsx(PopBackIn,{})},{name:"pop-out",icon:jsx(PopOut,{})},{name:"record",icon:jsx(Record,{})},{name:"rectangle-select",icon:jsx(RectangleSelect,{})},{name:"remove-fill",icon:jsx(RemoveFill,{})},{name:"remove-from-list",icon:jsx(RemoveFromList,{})},{name:"remove",icon:jsx(Remove,{})},{name:"reverse",icon:jsx(Reverse,{})},{name:"screenshot",icon:jsx(Screenshot,{})},{name:"search",icon:jsx(Search,{})},{name:"share",icon:jsx(Share,{})},{name:"show",icon:jsx(Show,{})},{name:"stack-cards",icon:jsx(StackCards,{})},{name:"stack",icon:jsx(Stack,{})},{name:"tether",icon:jsx(Tether,{})},{name:"track-changes",icon:jsx(TrackChanges,{})},{name:"undo",icon:jsx(Undo,{})},{name:"zoom-in",icon:jsx(ZoomIn,{})},{name:"zoom-out",icon:jsx(ZoomOut,{})},{name:"zoom-to",icon:jsx(ZoomTo,{})}]},symbols:{description:"These icons mainly represent an object or concept.",icons:[{name:"airspaces",icon:jsx(Airspaces,{})},{name:"appearance",icon:jsx(Appearance,{})},{name:"arrow",icon:jsx(Arrow,{})},{name:"ascending",icon:jsx(Ascending,{})},{name:"assignment",icon:jsx(Assignment,{})},{name:"attributes",icon:jsx(Attributes,{})},{name:"bolt-not-visible",icon:jsx(BoltNotVisible,{})},{name:"bolt",icon:jsx(Bolt,{})},{name:"brightness",icon:jsx(Brightness,{})},{name:"bug-report",icon:jsx(BugReport,{})},{name:"calendar",icon:jsx(Calendar,{})},{name:"chart-stacked-bar",icon:jsx(ChartStackedBar,{})},{name:"circle-tool",icon:jsx(CircleTool,{})},{name:"color-picker",icon:jsx(ColorPicker,{})},{name:"common-operating-pic",icon:jsx(CommonOperatingPic,{})},{name:"contrast",icon:jsx(Contrast,{})},{name:"cop-settings",icon:jsx(CopSettings,{})},{name:"coverage",icon:jsx(Coverage,{})},{name:"dashboard",icon:jsx(Dashboard,{})},{name:"data",icon:jsx(Data,{})},{name:"descending",icon:jsx(Descending,{})},{name:"electromagnetic-spectrum",icon:jsx(ElectromagneticSpectrum,{})},{name:"feed",icon:jsx(Feed,{})},{name:"flight-plan",icon:jsx(FlightPlan,{})},{name:"gantt",icon:jsx(Gantt,{})},{name:"grid",icon:jsx(Grid,{})},{name:"hamburger",icon:jsx(Hamburger,{})},{name:"handover",icon:jsx(Handover,{})},{name:"handshake",icon:jsx(Handshake,{})},{name:"help",icon:jsx(Help,{})},{name:"intercept-point",icon:jsx(InterceptPoint,{})},{name:"kebab",icon:jsx(Kebab,{})},{name:"layer-group",icon:jsx(LayerGroup,{})},{name:"layers",icon:jsx(Layers,{})},{name:"line-tool",icon:jsx(LineTool,{})},{name:"location-fill",icon:jsx(LocationFill,{})},{name:"location-stroke",icon:jsx(LocationStroke,{})},{name:"message",icon:jsx(Message,{})},{name:"mode",icon:jsx(Mode,{})},{name:"newspaper",icon:jsx(Newspaper,{})},{name:"non-editable",icon:jsx(NonEditable,{})},{name:"none",icon:jsx(None,{})},{name:"note",icon:jsx(Note,{})},{name:"overlays",icon:jsx(Overlays,{})},{name:"panel-closed",icon:jsx(PanelClosed,{})},{name:"panel-open",icon:jsx(PanelOpen,{})},{name:"person",icon:jsx(Person,{})},{name:"phone",icon:jsx(Phone,{})},{name:"placeholder",icon:jsx(Placeholder,{})},{name:"plots",icon:jsx(Plots,{})},{name:"polygon-tool",icon:jsx(PolygonTool,{})},{name:"radar",icon:jsx(Radar,{})},{name:"radio",icon:jsx(Radio,{})},{name:"rectangle-tool",icon:jsx(RectangleTool,{})},{name:"region",icon:jsx(Region,{})},{name:"sector",icon:jsx(Sector,{})},{name:"selection-list",icon:jsx(SelectionList,{})},{name:"sensor-health",icon:jsx(SensorHealth,{})},{name:"settings",icon:jsx(Settings,{})},{name:"spotlight",icon:jsx(Spotlight,{})},{name:"threat-assess",icon:jsx(ThreatAssess,{})},{name:"ticket",icon:jsx(Ticket,{})},{name:"time",icon:jsx(Time,{})},{name:"timer",icon:jsx(Timer,{})},{name:"track-history",icon:jsx(TrackHistory,{})},{name:"unscheduled-maintenance",icon:jsx(UnscheduledMaintenance,{})},{name:"user-manual",icon:jsx(UserManual,{})},{name:"watch-tower",icon:jsx(WatchTower,{})},{name:"wind",icon:jsx(Wind,{})}]},controls:{description:"These icons portray acts or symbols related to control or configuration.",icons:[{name:"arrow-down",icon:jsx(ArrowDown,{})},{name:"arrow-left",icon:jsx(ArrowLeft,{})},{name:"arrow-northeast",icon:jsx(ArrowNortheast,{})},{name:"arrow-northwest",icon:jsx(ArrowNorthwest,{})},{name:"arrow-right",icon:jsx(ArrowRight,{})},{name:"arrow-southeast",icon:jsx(ArrowSoutheast,{})},{name:"arrow-southeast",icon:jsx(ArrowSouthwest,{})},{name:"arrow-up",icon:jsx(ArrowUp,{})},{name:"arrow-keys",icon:jsx(ArrowKeys,{})},{name:"arrow",icon:jsx(Arrow,{})},{name:"chevron-down",icon:jsx(ChevronDown,{})},{name:"chevron-fill-down",icon:jsx(ChevronFillDown,{})},{name:"chevron-up",icon:jsx(ChevronUp,{})},{name:"chevron-fill-up",icon:jsx(ChevronFillUp,{})},{name:"chevron-left",icon:jsx(ChevronLeft,{})},{name:"chevron-fill-left",icon:jsx(ChevronFillLeft,{})},{name:"chevron-right",icon:jsx(ChevronRight,{})},{name:"chevron-fill-right",icon:jsx(ChevronFillRight,{})},{name:"cursor-crosshair",icon:jsx(CursorCrosshair,{})},{name:"cursor-default",icon:jsx(CursorDefault,{})},{name:"cursor-drag",icon:jsx(CursorDrag,{})},{name:"track-eta",icon:jsx(TrackEta,{})},{name:"mouse-left-click",icon:jsx(MouseLeftClick,{})},{name:"mouse-middle-click",icon:jsx(MouseMiddleClick,{})},{name:"mouse-right-click",icon:jsx(MouseRightClick,{})},{name:"mouse-scroll",icon:jsx(MouseScroll,{})},{name:"scroll-click",icon:jsx(ScrollClick,{})}]},feedback:{description:"These icons portray communication or providing feedback to the user.",icons:[{name:"bell",icon:jsx(Bell,{})},{name:"information",icon:jsx(Information,{})},{name:"connection",icon:jsx(Connection,{})},{name:"success",icon:jsx(Success,{})},{name:"connection-lost",icon:jsx(ConnectionLost,{})},{name:"warning",icon:jsx(Warning,{})},{name:"live",icon:jsx(Live,{})},{name:"problem",icon:jsx(Problem,{})}]}};export{uo as default};//# sourceMappingURL=catalog.js.map
|
2
2
|
//# sourceMappingURL=catalog.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/icons/catalog.tsx"],"names":["catalog_default","jsx","AddFill","AddToList","Add","ArrangeTable","AttachFile","Cancel","CancelFill","CenterOn","Check","CollapseWindow","CollapseAll","Condense","CopyToClipboard","CreateCoa","Delete","DragHorz","DragVert","Duplicate","Edit","ExpandAll","ExpandLeft","ExpandRight","ExpandWindow","Expand","ExploreData","Filter","Flag","Focus","GlobalShare","Group","Hide","Import","InsertChart","JumpTo","Lasso","Link","LockFill","LockOutline","Login","Logout","Loop","Move","Mute","OpenContainer","PasteFromClipboard","Pause","Pin","Play","Playback","PolygonLasso","PopBackIn","PopOut","Record","RectangleSelect","RemoveFill","RemoveFromList","Remove","Reverse","Screenshot","Search","Share","Show","StackCards","Stack","Tether","TrackChanges","Undo","ZoomIn","ZoomOut","ZoomTo","Airspaces","Appearance","Arrow","Ascending","Assignment","Attributes","BoltNotVisible","Bolt","Brightness","BugReport","Calendar","ChartStackedBar","CircleTool","ColorPicker","CommonOperatingPic","Contrast","CopSettings","Coverage","Dashboard","Data","Descending","ElectromagneticSpectrum","Feed","FlightPlan","Gantt","Grid","Hamburger","Handover","Handshake","Help","InterceptPoint","Kebab","LayerGroup","Layers","LineTool","LocationFill","LocationStroke","Message","Mode","Newspaper","NonEditable","None","Note","Overlays","PanelClosed","PanelOpen","Person","Phone","Placeholder","Plots","PolygonTool","Radar","Radio","RectangleTool","Region","Sector","SelectionList","SensorHealth","Settings","Spotlight","ThreatAssess","Ticket","Time","Timer","TrackHistory","UnscheduledMaintenance","UserManual","WatchTower","Wind","ArrowDown","ArrowLeft","ArrowNortheast","ArrowNorthwest","ArrowRight","ArrowSoutheast","ArrowSouthwest","ArrowUp","ArrowKeys","CheckboxSelected","CheckboxSmallSelected","CheckboxUnselected","CheckboxSmallUnselected","CheckboxIndeterminate","ChevronDown","ChevronFillDown","ChevronUp","ChevronFillUp","ChevronLeft","ChevronFillLeft","ChevronRight","ChevronFillRight","CursorCrosshair","CursorDefault","CursorDrag","RadioSelected","RadioUnselected","TrackEta","MouseLeftClick","MouseMiddleClick","MouseRightClick","MouseScroll","ScrollClick","Bell","Information","Connection","Success","ConnectionLost","Warning","Live","Problem"],"mappings":"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","file":"catalog.js","sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {\n Add,\n AddFill,\n AddToList,\n Airspaces,\n Appearance,\n ArrangeTable,\n Arrow,\n ArrowDown,\n ArrowKeys,\n ArrowLeft,\n ArrowNortheast,\n ArrowNorthwest,\n ArrowRight,\n ArrowSoutheast,\n ArrowSouthwest,\n ArrowUp,\n Ascending,\n Assignment,\n AttachFile,\n Attributes,\n Bell,\n Bolt,\n BoltNotVisible,\n Brightness,\n BugReport,\n Calendar,\n Cancel,\n CancelFill,\n CenterOn,\n ChartStackedBar,\n Check,\n CheckboxIndeterminate,\n CheckboxSelected,\n CheckboxSmallSelected,\n CheckboxSmallUnselected,\n CheckboxUnselected,\n ChevronDown,\n ChevronFillDown,\n ChevronFillLeft,\n ChevronFillRight,\n ChevronFillUp,\n ChevronLeft,\n ChevronRight,\n ChevronUp,\n CircleTool,\n CollapseAll,\n CollapseWindow,\n ColorPicker,\n CommonOperatingPic,\n Condense,\n Connection,\n ConnectionLost,\n Contrast,\n CopSettings,\n CopyToClipboard,\n Coverage,\n CreateCoa,\n CursorCrosshair,\n CursorDefault,\n CursorDrag,\n Dashboard,\n Data,\n Delete,\n Descending,\n DragHorz,\n DragVert,\n Duplicate,\n Edit,\n ElectromagneticSpectrum,\n Expand,\n ExpandAll,\n ExpandLeft,\n ExpandRight,\n ExpandWindow,\n ExploreData,\n Feed,\n Filter,\n Flag,\n FlightPlan,\n Focus,\n Gantt,\n GlobalShare,\n Grid,\n Group,\n Hamburger,\n Handover,\n Handshake,\n Help,\n Hide,\n Import,\n Information,\n InsertChart,\n InterceptPoint,\n JumpTo,\n Kebab,\n Lasso,\n LayerGroup,\n Layers,\n LineTool,\n Link,\n Live,\n LocationFill,\n LocationStroke,\n LockFill,\n LockOutline,\n Login,\n Logout,\n Loop,\n Message,\n Mode,\n MouseLeftClick,\n MouseMiddleClick,\n MouseRightClick,\n MouseScroll,\n Move,\n Mute,\n Newspaper,\n NonEditable,\n None,\n Note,\n OpenContainer,\n Overlays,\n PanelClosed,\n PanelOpen,\n PasteFromClipboard,\n Pause,\n Person,\n Phone,\n Pin,\n Placeholder,\n Play,\n Playback,\n Plots,\n PolygonLasso,\n PolygonTool,\n PopBackIn,\n PopOut,\n Problem,\n Radar,\n Radio,\n RadioSelected,\n RadioUnselected,\n Record,\n RectangleSelect,\n RectangleTool,\n Region,\n Remove,\n RemoveFill,\n RemoveFromList,\n Reverse,\n Screenshot,\n ScrollClick,\n Search,\n Sector,\n SelectionList,\n SensorHealth,\n Settings,\n Share,\n Show,\n Spotlight,\n Stack,\n StackCards,\n Success,\n Tether,\n ThreatAssess,\n Ticket,\n Time,\n Timer,\n TrackChanges,\n TrackEta,\n TrackHistory,\n Undo,\n UnscheduledMaintenance,\n UserManual,\n Warning,\n WatchTower,\n Wind,\n ZoomIn,\n ZoomOut,\n ZoomTo,\n} from '@accelint/icons';\n\nexport default {\n actions: {\n description:\n 'These icons mainly represent an act a user can take in the user interface.',\n icons: [\n { name: 'add-fill', icon: <AddFill /> },\n { name: 'add-to-list', icon: <AddToList /> },\n { name: 'add', icon: <Add /> },\n { name: 'arrange-table', icon: <ArrangeTable /> },\n { name: 'attach-file', icon: <AttachFile /> },\n { name: 'cancel', icon: <Cancel /> },\n { name: 'cancel-fill', icon: <CancelFill /> },\n { name: 'center-on', icon: <CenterOn /> },\n { name: 'check', icon: <Check /> },\n { name: 'collapse-window', icon: <CollapseWindow /> },\n { name: 'collapse-all', icon: <CollapseAll /> },\n { name: 'condense', icon: <Condense /> },\n { name: 'copy-to-clipboard', icon: <CopyToClipboard /> },\n { name: 'create-coa', icon: <CreateCoa /> },\n { name: 'delete', icon: <Delete /> },\n { name: 'drag-horz', icon: <DragHorz /> },\n { name: 'drag-vert', icon: <DragVert /> },\n { name: 'duplicate', icon: <Duplicate /> },\n { name: 'edit', icon: <Edit /> },\n { name: 'expand-all', icon: <ExpandAll /> },\n { name: 'expand-left', icon: <ExpandLeft /> },\n { name: 'expand-right', icon: <ExpandRight /> },\n { name: 'expand-window', icon: <ExpandWindow /> },\n { name: 'expand', icon: <Expand /> },\n { name: 'explore-data', icon: <ExploreData /> },\n { name: 'filter', icon: <Filter /> },\n { name: 'flag', icon: <Flag /> },\n { name: 'focus', icon: <Focus /> },\n { name: 'global-share', icon: <GlobalShare /> },\n { name: 'group', icon: <Group /> },\n { name: 'hide', icon: <Hide /> },\n { name: 'import', icon: <Import /> },\n { name: 'insert-chart', icon: <InsertChart /> },\n { name: 'jump-to', icon: <JumpTo /> },\n { name: 'lasso', icon: <Lasso /> },\n { name: 'link', icon: <Link /> },\n { name: 'lock-fill', icon: <LockFill /> },\n { name: 'lock-outline', icon: <LockOutline /> },\n { name: 'login', icon: <Login /> },\n { name: 'logout', icon: <Logout /> },\n { name: 'loop', icon: <Loop /> },\n { name: 'move', icon: <Move /> },\n { name: 'mute', icon: <Mute /> },\n { name: 'open-container', icon: <OpenContainer /> },\n { name: 'paste-from-clipboard', icon: <PasteFromClipboard /> },\n { name: 'pause', icon: <Pause /> },\n { name: 'pin', icon: <Pin /> },\n { name: 'play', icon: <Play /> },\n { name: 'playback', icon: <Playback /> },\n { name: 'polygon-lasso', icon: <PolygonLasso /> },\n { name: 'pop-back-in', icon: <PopBackIn /> },\n { name: 'pop-out', icon: <PopOut /> },\n { name: 'record', icon: <Record /> },\n { name: 'rectangle-select', icon: <RectangleSelect /> },\n { name: 'remove-fill', icon: <RemoveFill /> },\n { name: 'remove-from-list', icon: <RemoveFromList /> },\n { name: 'remove', icon: <Remove /> },\n { name: 'reverse', icon: <Reverse /> },\n { name: 'screenshot', icon: <Screenshot /> },\n { name: 'search', icon: <Search /> },\n { name: 'share', icon: <Share /> },\n { name: 'show', icon: <Show /> },\n { name: 'stack-cards', icon: <StackCards /> },\n { name: 'stack', icon: <Stack /> },\n { name: 'tether', icon: <Tether /> },\n { name: 'track-changes', icon: <TrackChanges /> },\n { name: 'undo', icon: <Undo /> },\n { name: 'zoom-in', icon: <ZoomIn /> },\n { name: 'zoom-out', icon: <ZoomOut /> },\n { name: 'zoom-to', icon: <ZoomTo /> },\n ],\n },\n symbols: {\n description: 'These icons mainly represent an object or concept.',\n icons: [\n { name: 'airspaces', icon: <Airspaces /> },\n { name: 'appearance', icon: <Appearance /> },\n { name: 'arrow', icon: <Arrow /> },\n { name: 'ascending', icon: <Ascending /> },\n { name: 'assignment', icon: <Assignment /> },\n { name: 'attributes', icon: <Attributes /> },\n { name: 'bolt-not-visible', icon: <BoltNotVisible /> },\n { name: 'bolt', icon: <Bolt /> },\n { name: 'brightness', icon: <Brightness /> },\n { name: 'bug-report', icon: <BugReport /> },\n { name: 'calendar', icon: <Calendar /> },\n { name: 'chart-stacked-bar', icon: <ChartStackedBar /> },\n { name: 'circle-tool', icon: <CircleTool /> },\n { name: 'color-picker', icon: <ColorPicker /> },\n { name: 'common-operating-pic', icon: <CommonOperatingPic /> },\n { name: 'contrast', icon: <Contrast /> },\n { name: 'cop-settings', icon: <CopSettings /> },\n { name: 'coverage', icon: <Coverage /> },\n { name: 'dashboard', icon: <Dashboard /> },\n { name: 'data', icon: <Data /> },\n { name: 'descending', icon: <Descending /> },\n { name: 'electromagnetic-spectrum', icon: <ElectromagneticSpectrum /> },\n { name: 'feed', icon: <Feed /> },\n { name: 'flight-plan', icon: <FlightPlan /> },\n { name: 'gantt', icon: <Gantt /> },\n { name: 'grid', icon: <Grid /> },\n { name: 'hamburger', icon: <Hamburger /> },\n { name: 'handover', icon: <Handover /> },\n { name: 'handshake', icon: <Handshake /> },\n { name: 'help', icon: <Help /> },\n { name: 'intercept-point', icon: <InterceptPoint /> },\n { name: 'kebab', icon: <Kebab /> },\n { name: 'layer-group', icon: <LayerGroup /> },\n { name: 'layers', icon: <Layers /> },\n { name: 'line-tool', icon: <LineTool /> },\n { name: 'location-fill', icon: <LocationFill /> },\n { name: 'location-stroke', icon: <LocationStroke /> },\n { name: 'message', icon: <Message /> },\n { name: 'mode', icon: <Mode /> },\n { name: 'newspaper', icon: <Newspaper /> },\n { name: 'non-editable', icon: <NonEditable /> },\n { name: 'none', icon: <None /> },\n { name: 'note', icon: <Note /> },\n { name: 'overlays', icon: <Overlays /> },\n { name: 'panel-closed', icon: <PanelClosed /> },\n { name: 'panel-open', icon: <PanelOpen /> },\n { name: 'person', icon: <Person /> },\n { name: 'phone', icon: <Phone /> },\n { name: 'placeholder', icon: <Placeholder /> },\n { name: 'plots', icon: <Plots /> },\n { name: 'polygon-tool', icon: <PolygonTool /> },\n { name: 'radar', icon: <Radar /> },\n { name: 'radio', icon: <Radio /> },\n { name: 'rectangle-tool', icon: <RectangleTool /> },\n { name: 'region', icon: <Region /> },\n { name: 'sector', icon: <Sector /> },\n { name: 'selection-list', icon: <SelectionList /> },\n { name: 'sensor-health', icon: <SensorHealth /> },\n { name: 'settings', icon: <Settings /> },\n { name: 'spotlight', icon: <Spotlight /> },\n { name: 'threat-assess', icon: <ThreatAssess /> },\n { name: 'ticket', icon: <Ticket /> },\n { name: 'time', icon: <Time /> },\n { name: 'timer', icon: <Timer /> },\n { name: 'track-history', icon: <TrackHistory /> },\n { name: 'unscheduled-maintenance', icon: <UnscheduledMaintenance /> },\n { name: 'user-manual', icon: <UserManual /> },\n { name: 'watch-tower', icon: <WatchTower /> },\n { name: 'wind', icon: <Wind /> },\n ],\n },\n controls: {\n description:\n 'These icons portray acts or symbols related to control or configuration.',\n icons: [\n { name: 'arrow-down', icon: <ArrowDown /> },\n { name: 'arrow-left', icon: <ArrowLeft /> },\n { name: 'arrow-northeast', icon: <ArrowNortheast /> },\n { name: 'arrow-northwest', icon: <ArrowNorthwest /> },\n { name: 'arrow-right', icon: <ArrowRight /> },\n { name: 'arrow-southeast', icon: <ArrowSoutheast /> },\n { name: 'arrow-southeast', icon: <ArrowSouthwest /> },\n { name: 'arrow-up', icon: <ArrowUp /> },\n { name: 'arrow-keys', icon: <ArrowKeys /> },\n { name: 'arrow', icon: <Arrow /> },\n { name: 'checkbox-selected', icon: <CheckboxSelected /> },\n { name: 'checkbox-small-selected', icon: <CheckboxSmallSelected /> },\n { name: 'checkbox-unselected', icon: <CheckboxUnselected /> },\n { name: 'checkbox-small-unselected', icon: <CheckboxSmallUnselected /> },\n { name: 'checkbox-indeterminate', icon: <CheckboxIndeterminate /> },\n { name: 'chevron-down', icon: <ChevronDown /> },\n { name: 'chevron-fill-down', icon: <ChevronFillDown /> },\n { name: 'chevron-up', icon: <ChevronUp /> },\n { name: 'chevron-fill-up', icon: <ChevronFillUp /> },\n { name: 'chevron-left', icon: <ChevronLeft /> },\n { name: 'chevron-fill-left', icon: <ChevronFillLeft /> },\n { name: 'chevron-right', icon: <ChevronRight /> },\n { name: 'chevron-fill-right', icon: <ChevronFillRight /> },\n { name: 'cursor-crosshair', icon: <CursorCrosshair /> },\n { name: 'cursor-default', icon: <CursorDefault /> },\n { name: 'cursor-drag', icon: <CursorDrag /> },\n { name: 'radio-selected', icon: <RadioSelected /> },\n { name: 'radio-unselected', icon: <RadioUnselected /> },\n { name: 'track-eta', icon: <TrackEta /> },\n { name: 'mouse-left-click', icon: <MouseLeftClick /> },\n { name: 'mouse-middle-click', icon: <MouseMiddleClick /> },\n { name: 'mouse-right-click', icon: <MouseRightClick /> },\n { name: 'mouse-scroll', icon: <MouseScroll /> },\n { name: 'scroll-click', icon: <ScrollClick /> },\n ],\n },\n feedback: {\n description:\n 'These icons portray communication or providing feedback to the user.',\n icons: [\n { name: 'bell', icon: <Bell /> },\n { name: 'information', icon: <Information /> },\n { name: 'connection', icon: <Connection /> },\n { name: 'success', icon: <Success /> },\n { name: 'connection-lost', icon: <ConnectionLost /> },\n { name: 'warning', icon: <Warning /> },\n { name: 'live', icon: <Live /> },\n { name: 'problem', icon: <Problem /> },\n ],\n },\n};\n"]}
|
1
|
+
{"version":3,"sources":["../../src/icons/catalog.tsx"],"names":["catalog_default","jsx","AddFill","AddToList","Add","ArrangeTable","AttachFile","Cancel","CancelFill","CenterOn","Check","CollapseWindow","CollapseAll","Condense","CopyToClipboard","CreateCoa","Delete","DragHorz","DragVert","Duplicate","Edit","ExpandAll","ExpandLeft","ExpandRight","ExpandWindow","Expand","ExploreData","Filter","Flag","Focus","GlobalShare","Group","Hide","Import","InsertChart","JumpTo","Lasso","Link","LockFill","LockOutline","Login","Logout","Loop","Move","Mute","OpenContainer","PasteFromClipboard","Pause","Pin","Play","Playback","PolygonLasso","PopBackIn","PopOut","Record","RectangleSelect","RemoveFill","RemoveFromList","Remove","Reverse","Screenshot","Search","Share","Show","StackCards","Stack","Tether","TrackChanges","Undo","ZoomIn","ZoomOut","ZoomTo","Airspaces","Appearance","Arrow","Ascending","Assignment","Attributes","BoltNotVisible","Bolt","Brightness","BugReport","Calendar","ChartStackedBar","CircleTool","ColorPicker","CommonOperatingPic","Contrast","CopSettings","Coverage","Dashboard","Data","Descending","ElectromagneticSpectrum","Feed","FlightPlan","Gantt","Grid","Hamburger","Handover","Handshake","Help","InterceptPoint","Kebab","LayerGroup","Layers","LineTool","LocationFill","LocationStroke","Message","Mode","Newspaper","NonEditable","None","Note","Overlays","PanelClosed","PanelOpen","Person","Phone","Placeholder","Plots","PolygonTool","Radar","Radio","RectangleTool","Region","Sector","SelectionList","SensorHealth","Settings","Spotlight","ThreatAssess","Ticket","Time","Timer","TrackHistory","UnscheduledMaintenance","UserManual","WatchTower","Wind","ArrowDown","ArrowLeft","ArrowNortheast","ArrowNorthwest","ArrowRight","ArrowSoutheast","ArrowSouthwest","ArrowUp","ArrowKeys","ChevronDown","ChevronFillDown","ChevronUp","ChevronFillUp","ChevronLeft","ChevronFillLeft","ChevronRight","ChevronFillRight","CursorCrosshair","CursorDefault","CursorDrag","TrackEta","MouseLeftClick","MouseMiddleClick","MouseRightClick","MouseScroll","ScrollClick","Bell","Information","Connection","Success","ConnectionLost","Warning","Live","Problem"],"mappings":"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","file":"catalog.js","sourcesContent":["/*\n * Copyright 2025 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {\n Add,\n AddFill,\n AddToList,\n Airspaces,\n Appearance,\n ArrangeTable,\n Arrow,\n ArrowDown,\n ArrowKeys,\n ArrowLeft,\n ArrowNortheast,\n ArrowNorthwest,\n ArrowRight,\n ArrowSoutheast,\n ArrowSouthwest,\n ArrowUp,\n Ascending,\n Assignment,\n AttachFile,\n Attributes,\n Bell,\n Bolt,\n BoltNotVisible,\n Brightness,\n BugReport,\n Calendar,\n Cancel,\n CancelFill,\n CenterOn,\n ChartStackedBar,\n Check,\n ChevronDown,\n ChevronFillDown,\n ChevronFillLeft,\n ChevronFillRight,\n ChevronFillUp,\n ChevronLeft,\n ChevronRight,\n ChevronUp,\n CircleTool,\n CollapseAll,\n CollapseWindow,\n ColorPicker,\n CommonOperatingPic,\n Condense,\n Connection,\n ConnectionLost,\n Contrast,\n CopSettings,\n CopyToClipboard,\n Coverage,\n CreateCoa,\n CursorCrosshair,\n CursorDefault,\n CursorDrag,\n Dashboard,\n Data,\n Delete,\n Descending,\n DragHorz,\n DragVert,\n Duplicate,\n Edit,\n ElectromagneticSpectrum,\n Expand,\n ExpandAll,\n ExpandLeft,\n ExpandRight,\n ExpandWindow,\n ExploreData,\n Feed,\n Filter,\n Flag,\n FlightPlan,\n Focus,\n Gantt,\n GlobalShare,\n Grid,\n Group,\n Hamburger,\n Handover,\n Handshake,\n Help,\n Hide,\n Import,\n Information,\n InsertChart,\n InterceptPoint,\n JumpTo,\n Kebab,\n Lasso,\n LayerGroup,\n Layers,\n LineTool,\n Link,\n Live,\n LocationFill,\n LocationStroke,\n LockFill,\n LockOutline,\n Login,\n Logout,\n Loop,\n Message,\n Mode,\n MouseLeftClick,\n MouseMiddleClick,\n MouseRightClick,\n MouseScroll,\n Move,\n Mute,\n Newspaper,\n NonEditable,\n None,\n Note,\n OpenContainer,\n Overlays,\n PanelClosed,\n PanelOpen,\n PasteFromClipboard,\n Pause,\n Person,\n Phone,\n Pin,\n Placeholder,\n Play,\n Playback,\n Plots,\n PolygonLasso,\n PolygonTool,\n PopBackIn,\n PopOut,\n Problem,\n Radar,\n Radio,\n Record,\n RectangleSelect,\n RectangleTool,\n Region,\n Remove,\n RemoveFill,\n RemoveFromList,\n Reverse,\n Screenshot,\n ScrollClick,\n Search,\n Sector,\n SelectionList,\n SensorHealth,\n Settings,\n Share,\n Show,\n Spotlight,\n Stack,\n StackCards,\n Success,\n Tether,\n ThreatAssess,\n Ticket,\n Time,\n Timer,\n TrackChanges,\n TrackEta,\n TrackHistory,\n Undo,\n UnscheduledMaintenance,\n UserManual,\n Warning,\n WatchTower,\n Wind,\n ZoomIn,\n ZoomOut,\n ZoomTo,\n} from '@accelint/icons';\n\nexport default {\n actions: {\n description:\n 'These icons mainly represent an act a user can take in the user interface.',\n icons: [\n { name: 'add-fill', icon: <AddFill /> },\n { name: 'add-to-list', icon: <AddToList /> },\n { name: 'add', icon: <Add /> },\n { name: 'arrange-table', icon: <ArrangeTable /> },\n { name: 'attach-file', icon: <AttachFile /> },\n { name: 'cancel', icon: <Cancel /> },\n { name: 'cancel-fill', icon: <CancelFill /> },\n { name: 'center-on', icon: <CenterOn /> },\n { name: 'check', icon: <Check /> },\n { name: 'collapse-window', icon: <CollapseWindow /> },\n { name: 'collapse-all', icon: <CollapseAll /> },\n { name: 'condense', icon: <Condense /> },\n { name: 'copy-to-clipboard', icon: <CopyToClipboard /> },\n { name: 'create-coa', icon: <CreateCoa /> },\n { name: 'delete', icon: <Delete /> },\n { name: 'drag-horz', icon: <DragHorz /> },\n { name: 'drag-vert', icon: <DragVert /> },\n { name: 'duplicate', icon: <Duplicate /> },\n { name: 'edit', icon: <Edit /> },\n { name: 'expand-all', icon: <ExpandAll /> },\n { name: 'expand-left', icon: <ExpandLeft /> },\n { name: 'expand-right', icon: <ExpandRight /> },\n { name: 'expand-window', icon: <ExpandWindow /> },\n { name: 'expand', icon: <Expand /> },\n { name: 'explore-data', icon: <ExploreData /> },\n { name: 'filter', icon: <Filter /> },\n { name: 'flag', icon: <Flag /> },\n { name: 'focus', icon: <Focus /> },\n { name: 'global-share', icon: <GlobalShare /> },\n { name: 'group', icon: <Group /> },\n { name: 'hide', icon: <Hide /> },\n { name: 'import', icon: <Import /> },\n { name: 'insert-chart', icon: <InsertChart /> },\n { name: 'jump-to', icon: <JumpTo /> },\n { name: 'lasso', icon: <Lasso /> },\n { name: 'link', icon: <Link /> },\n { name: 'lock-fill', icon: <LockFill /> },\n { name: 'lock-outline', icon: <LockOutline /> },\n { name: 'login', icon: <Login /> },\n { name: 'logout', icon: <Logout /> },\n { name: 'loop', icon: <Loop /> },\n { name: 'move', icon: <Move /> },\n { name: 'mute', icon: <Mute /> },\n { name: 'open-container', icon: <OpenContainer /> },\n { name: 'paste-from-clipboard', icon: <PasteFromClipboard /> },\n { name: 'pause', icon: <Pause /> },\n { name: 'pin', icon: <Pin /> },\n { name: 'play', icon: <Play /> },\n { name: 'playback', icon: <Playback /> },\n { name: 'polygon-lasso', icon: <PolygonLasso /> },\n { name: 'pop-back-in', icon: <PopBackIn /> },\n { name: 'pop-out', icon: <PopOut /> },\n { name: 'record', icon: <Record /> },\n { name: 'rectangle-select', icon: <RectangleSelect /> },\n { name: 'remove-fill', icon: <RemoveFill /> },\n { name: 'remove-from-list', icon: <RemoveFromList /> },\n { name: 'remove', icon: <Remove /> },\n { name: 'reverse', icon: <Reverse /> },\n { name: 'screenshot', icon: <Screenshot /> },\n { name: 'search', icon: <Search /> },\n { name: 'share', icon: <Share /> },\n { name: 'show', icon: <Show /> },\n { name: 'stack-cards', icon: <StackCards /> },\n { name: 'stack', icon: <Stack /> },\n { name: 'tether', icon: <Tether /> },\n { name: 'track-changes', icon: <TrackChanges /> },\n { name: 'undo', icon: <Undo /> },\n { name: 'zoom-in', icon: <ZoomIn /> },\n { name: 'zoom-out', icon: <ZoomOut /> },\n { name: 'zoom-to', icon: <ZoomTo /> },\n ],\n },\n symbols: {\n description: 'These icons mainly represent an object or concept.',\n icons: [\n { name: 'airspaces', icon: <Airspaces /> },\n { name: 'appearance', icon: <Appearance /> },\n { name: 'arrow', icon: <Arrow /> },\n { name: 'ascending', icon: <Ascending /> },\n { name: 'assignment', icon: <Assignment /> },\n { name: 'attributes', icon: <Attributes /> },\n { name: 'bolt-not-visible', icon: <BoltNotVisible /> },\n { name: 'bolt', icon: <Bolt /> },\n { name: 'brightness', icon: <Brightness /> },\n { name: 'bug-report', icon: <BugReport /> },\n { name: 'calendar', icon: <Calendar /> },\n { name: 'chart-stacked-bar', icon: <ChartStackedBar /> },\n { name: 'circle-tool', icon: <CircleTool /> },\n { name: 'color-picker', icon: <ColorPicker /> },\n { name: 'common-operating-pic', icon: <CommonOperatingPic /> },\n { name: 'contrast', icon: <Contrast /> },\n { name: 'cop-settings', icon: <CopSettings /> },\n { name: 'coverage', icon: <Coverage /> },\n { name: 'dashboard', icon: <Dashboard /> },\n { name: 'data', icon: <Data /> },\n { name: 'descending', icon: <Descending /> },\n { name: 'electromagnetic-spectrum', icon: <ElectromagneticSpectrum /> },\n { name: 'feed', icon: <Feed /> },\n { name: 'flight-plan', icon: <FlightPlan /> },\n { name: 'gantt', icon: <Gantt /> },\n { name: 'grid', icon: <Grid /> },\n { name: 'hamburger', icon: <Hamburger /> },\n { name: 'handover', icon: <Handover /> },\n { name: 'handshake', icon: <Handshake /> },\n { name: 'help', icon: <Help /> },\n { name: 'intercept-point', icon: <InterceptPoint /> },\n { name: 'kebab', icon: <Kebab /> },\n { name: 'layer-group', icon: <LayerGroup /> },\n { name: 'layers', icon: <Layers /> },\n { name: 'line-tool', icon: <LineTool /> },\n { name: 'location-fill', icon: <LocationFill /> },\n { name: 'location-stroke', icon: <LocationStroke /> },\n { name: 'message', icon: <Message /> },\n { name: 'mode', icon: <Mode /> },\n { name: 'newspaper', icon: <Newspaper /> },\n { name: 'non-editable', icon: <NonEditable /> },\n { name: 'none', icon: <None /> },\n { name: 'note', icon: <Note /> },\n { name: 'overlays', icon: <Overlays /> },\n { name: 'panel-closed', icon: <PanelClosed /> },\n { name: 'panel-open', icon: <PanelOpen /> },\n { name: 'person', icon: <Person /> },\n { name: 'phone', icon: <Phone /> },\n { name: 'placeholder', icon: <Placeholder /> },\n { name: 'plots', icon: <Plots /> },\n { name: 'polygon-tool', icon: <PolygonTool /> },\n { name: 'radar', icon: <Radar /> },\n { name: 'radio', icon: <Radio /> },\n { name: 'rectangle-tool', icon: <RectangleTool /> },\n { name: 'region', icon: <Region /> },\n { name: 'sector', icon: <Sector /> },\n { name: 'selection-list', icon: <SelectionList /> },\n { name: 'sensor-health', icon: <SensorHealth /> },\n { name: 'settings', icon: <Settings /> },\n { name: 'spotlight', icon: <Spotlight /> },\n { name: 'threat-assess', icon: <ThreatAssess /> },\n { name: 'ticket', icon: <Ticket /> },\n { name: 'time', icon: <Time /> },\n { name: 'timer', icon: <Timer /> },\n { name: 'track-history', icon: <TrackHistory /> },\n { name: 'unscheduled-maintenance', icon: <UnscheduledMaintenance /> },\n { name: 'user-manual', icon: <UserManual /> },\n { name: 'watch-tower', icon: <WatchTower /> },\n { name: 'wind', icon: <Wind /> },\n ],\n },\n controls: {\n description:\n 'These icons portray acts or symbols related to control or configuration.',\n icons: [\n { name: 'arrow-down', icon: <ArrowDown /> },\n { name: 'arrow-left', icon: <ArrowLeft /> },\n { name: 'arrow-northeast', icon: <ArrowNortheast /> },\n { name: 'arrow-northwest', icon: <ArrowNorthwest /> },\n { name: 'arrow-right', icon: <ArrowRight /> },\n { name: 'arrow-southeast', icon: <ArrowSoutheast /> },\n { name: 'arrow-southeast', icon: <ArrowSouthwest /> },\n { name: 'arrow-up', icon: <ArrowUp /> },\n { name: 'arrow-keys', icon: <ArrowKeys /> },\n { name: 'arrow', icon: <Arrow /> },\n { name: 'chevron-down', icon: <ChevronDown /> },\n { name: 'chevron-fill-down', icon: <ChevronFillDown /> },\n { name: 'chevron-up', icon: <ChevronUp /> },\n { name: 'chevron-fill-up', icon: <ChevronFillUp /> },\n { name: 'chevron-left', icon: <ChevronLeft /> },\n { name: 'chevron-fill-left', icon: <ChevronFillLeft /> },\n { name: 'chevron-right', icon: <ChevronRight /> },\n { name: 'chevron-fill-right', icon: <ChevronFillRight /> },\n { name: 'cursor-crosshair', icon: <CursorCrosshair /> },\n { name: 'cursor-default', icon: <CursorDefault /> },\n { name: 'cursor-drag', icon: <CursorDrag /> },\n { name: 'track-eta', icon: <TrackEta /> },\n { name: 'mouse-left-click', icon: <MouseLeftClick /> },\n { name: 'mouse-middle-click', icon: <MouseMiddleClick /> },\n { name: 'mouse-right-click', icon: <MouseRightClick /> },\n { name: 'mouse-scroll', icon: <MouseScroll /> },\n { name: 'scroll-click', icon: <ScrollClick /> },\n ],\n },\n feedback: {\n description:\n 'These icons portray communication or providing feedback to the user.',\n icons: [\n { name: 'bell', icon: <Bell /> },\n { name: 'information', icon: <Information /> },\n { name: 'connection', icon: <Connection /> },\n { name: 'success', icon: <Success /> },\n { name: 'connection-lost', icon: <ConnectionLost /> },\n { name: 'warning', icon: <Warning /> },\n { name: 'live', icon: <Live /> },\n { name: 'problem', icon: <Problem /> },\n ],\n },\n};\n"]}
|
package/dist/index.css
CHANGED
@@ -16,197 +16,207 @@
|
|
16
16
|
@import 'tailwindcss';
|
17
17
|
|
18
18
|
/* Import generated themes.css */
|
19
|
-
@import './tokens/
|
19
|
+
@import './tokens/themes.css';
|
20
20
|
|
21
21
|
@theme {
|
22
22
|
--color-current: currentColor;
|
23
23
|
}
|
24
24
|
|
25
25
|
/** Recreating https://github.com/adobe/react-spectrum/blob/main/packages/tailwindcss-react-aria-components/src/index.js without RAC selectors (:where([data-rac])) or prefix and combining with native selectors **/
|
26
|
-
@custom-variant placement-left
|
27
|
-
@custom-variant placement-right
|
28
|
-
@custom-variant placement-top
|
29
|
-
@custom-variant placement-bottom
|
26
|
+
@custom-variant placement-left (&[data-placement~="left"]);
|
27
|
+
@custom-variant placement-right (&[data-placement~="right"]);
|
28
|
+
@custom-variant placement-top (&[data-placement~="top"]);
|
29
|
+
@custom-variant placement-bottom (&[data-placement~="bottom"]);
|
30
30
|
|
31
|
-
@custom-variant
|
32
|
-
@custom-variant
|
33
|
-
@custom-variant
|
34
|
-
@custom-variant
|
31
|
+
@custom-variant size-xlarge (&[data-size="xlarge"]);
|
32
|
+
@custom-variant size-large (&[data-size="large"]);
|
33
|
+
@custom-variant size-medium (&[data-size="medium"]);
|
34
|
+
@custom-variant size-small (&[data-size="small"]);
|
35
|
+
@custom-variant size-xsmall (&[data-size="xsmall"]);
|
35
36
|
|
36
|
-
@custom-variant
|
37
|
-
@custom-variant
|
37
|
+
@custom-variant type-literal (&[data-type="literal"]);
|
38
|
+
@custom-variant type-year (&[data-type="year"]);
|
39
|
+
@custom-variant type-month (&[data-type="month"]);
|
40
|
+
@custom-variant type-day (&[data-type="day"]);
|
38
41
|
|
39
|
-
@custom-variant
|
40
|
-
@custom-variant
|
42
|
+
@custom-variant layout-grid (&[data-layout="grid"]);
|
43
|
+
@custom-variant layout-stack (&[data-layout="stack"]);
|
41
44
|
|
42
|
-
@custom-variant
|
43
|
-
@custom-variant
|
45
|
+
@custom-variant orientation-horizontal (&[data-orientation="horizontal"]);
|
46
|
+
@custom-variant orientation-vertical (&[data-orientation="vertical"]);
|
44
47
|
|
45
|
-
@custom-variant
|
46
|
-
@custom-variant
|
47
|
-
@custom-variant resizable-both { &[data-resizable-direction="both"] { @slot }}
|
48
|
+
@custom-variant selection-single (&[data-selection-mode="single"]);
|
49
|
+
@custom-variant selection-multiple (&[data-selection-mode="multiple"]);
|
48
50
|
|
49
|
-
@custom-variant
|
50
|
-
@custom-variant
|
51
|
+
@custom-variant resizable-right (&[data-resizable-direction="right"]);
|
52
|
+
@custom-variant resizable-left (&[data-resizable-direction="left"]);
|
53
|
+
@custom-variant resizable-both (&[data-resizable-direction="both"]);
|
51
54
|
|
52
|
-
@custom-variant
|
53
|
-
@custom-variant
|
54
|
-
@custom-variant allows-dragging { &[data-allows-dragging] { @slot }}
|
55
|
+
@custom-variant sort-ascending (&[data-sort-direction="ascending"]);
|
56
|
+
@custom-variant sort-descending (&[data-sort-direction="descending"]);
|
55
57
|
|
56
|
-
@custom-variant
|
57
|
-
@custom-variant
|
58
|
+
@custom-variant allows-removing (&[data-allows-removing]);
|
59
|
+
@custom-variant allows-sorting (&[data-allows-sorting]);
|
60
|
+
@custom-variant allows-dragging (&[data-allows-dragging]);
|
58
61
|
|
59
|
-
@custom-variant
|
60
|
-
@custom-variant
|
62
|
+
@custom-variant has-submenu (&[data-has-submenu]);
|
63
|
+
@custom-variant has-child-items (&[data-has-child-items]);
|
61
64
|
|
62
|
-
@custom-variant
|
63
|
-
@custom-variant
|
65
|
+
@custom-variant open (&:is([open], [data-open]), &:open);
|
66
|
+
@custom-variant expanded (&:is([expanded], [data-expanded]));
|
64
67
|
|
65
|
-
@custom-variant
|
68
|
+
@custom-variant entering (&[data-entering]);
|
69
|
+
@custom-variant exiting (&[data-exiting]);
|
66
70
|
|
67
|
-
@custom-variant
|
71
|
+
@custom-variant indeterminate (&[data-indeterminate], &:indeterminate);
|
68
72
|
|
69
|
-
@custom-variant
|
73
|
+
@custom-variant placeholder-shown (&[data-placeholder], &:placeholder-shown);
|
70
74
|
|
71
|
-
@custom-variant
|
72
|
-
@custom-variant required { &:is([required], [data-required]), &:required { @slot }}
|
75
|
+
@custom-variant current (&[data-current]);
|
73
76
|
|
74
|
-
@custom-variant
|
77
|
+
@custom-variant optional (&:not([required], [data-required]), &:optional);
|
78
|
+
@custom-variant required (&:is([required], [data-required]), &:required);
|
75
79
|
|
76
|
-
@custom-variant
|
80
|
+
@custom-variant unavailable (&[data-unavailable]);
|
77
81
|
|
78
|
-
@custom-variant
|
82
|
+
@custom-variant invalid (&:is([invalid], [data-invalid]), &:invalid);
|
79
83
|
|
80
|
-
@custom-variant
|
81
|
-
@custom-variant outside-visible-range { &[data-outside-visible-range] { @slot }}
|
84
|
+
@custom-variant read-only (&:is([readonly], [data-readonly]), &:read-only);
|
82
85
|
|
83
|
-
@custom-variant
|
86
|
+
@custom-variant outside-month (&[data-outside-month]);
|
87
|
+
@custom-variant outside-visible-range (&[data-outside-visible-range]);
|
84
88
|
|
85
|
-
@custom-variant
|
89
|
+
@custom-variant pending (&[data-pending]);
|
86
90
|
|
87
|
-
@custom-variant
|
91
|
+
@custom-variant empty (&[data-empty], &:empty);
|
88
92
|
|
89
|
-
@custom-variant
|
93
|
+
@custom-variant focus-within (&[data-focus-within], &:focus-within);
|
90
94
|
|
91
|
-
@custom-variant
|
92
|
-
@custom-variant focus-visible { &[data-focus-visible], &:focus-visible { @slot }}
|
95
|
+
@custom-variant hover (&[data-hovered], &:hover);
|
93
96
|
|
94
|
-
@custom-variant
|
97
|
+
@custom-variant focus (&[data-focused], &:focus);
|
98
|
+
@custom-variant focus-visible (&[data-focus-visible], &:focus-visible);
|
95
99
|
|
96
|
-
@custom-variant
|
97
|
-
@custom-variant selection-start { &[data-selection-start] { @slot }}
|
98
|
-
@custom-variant selection-end { &[data-selection-end] { @slot }}
|
100
|
+
@custom-variant pressed (&[data-pressed], &:active);
|
99
101
|
|
100
|
-
@custom-variant
|
101
|
-
@custom-variant
|
102
|
+
@custom-variant selected (&[data-selected], &:checked);
|
103
|
+
@custom-variant selection-start (&[data-selection-start]);
|
104
|
+
@custom-variant selection-end (&[data-selection-end]);
|
102
105
|
|
103
|
-
@custom-variant
|
106
|
+
@custom-variant dragging (&[data-dragging]);
|
107
|
+
@custom-variant drop-target (&[data-drop-target]);
|
104
108
|
|
105
|
-
@custom-variant
|
106
|
-
|
109
|
+
@custom-variant resizing (&[data-resizing]);
|
110
|
+
|
111
|
+
@custom-variant enabled (&:not([disabled], [data-disabled]), &:enabled);
|
112
|
+
@custom-variant disabled (&:is([disabled], [data-disabled]), &:disabled);
|
113
|
+
|
114
|
+
@utility outline {
|
115
|
+
outline-offset: -1px;
|
116
|
+
}
|
107
117
|
|
108
118
|
@utility text-header-xxl {
|
109
119
|
font-size: var(--typography-header-xxl-size);
|
110
120
|
font-weight: 500;
|
111
|
-
letter-spacing:
|
121
|
+
letter-spacing: var(--typography-header-xxl-spacing);
|
112
122
|
line-height: var(--typography-header-xxl-height);
|
113
123
|
}
|
114
124
|
|
115
125
|
@utility text-header-xl {
|
116
126
|
font-size: var(--typography-header-xl-size);
|
117
127
|
font-weight: 500;
|
118
|
-
letter-spacing:
|
128
|
+
letter-spacing: var(--typography-header-xl-spacing);
|
119
129
|
line-height: var(--typography-header-xl-height);
|
120
130
|
}
|
121
131
|
|
122
132
|
@utility text-header-l {
|
123
133
|
font-size: var(--typography-header-l-size);
|
124
134
|
font-weight: 500;
|
125
|
-
letter-spacing:
|
135
|
+
letter-spacing: var(--typography-header-l-spacing);
|
126
136
|
line-height: var(--typography-header-l-height);
|
127
137
|
}
|
128
138
|
|
129
139
|
@utility text-header-m {
|
130
140
|
font-size: var(--typography-header-m-size);
|
131
141
|
font-weight: 500;
|
132
|
-
letter-spacing:
|
142
|
+
letter-spacing: var(--typography-header-m-spacing);
|
133
143
|
line-height: var(--typography-header-m-height);
|
134
144
|
}
|
135
145
|
|
136
146
|
@utility text-header-s {
|
137
147
|
font-size: var(--typography-header-s-size);
|
138
148
|
font-weight: 500;
|
139
|
-
letter-spacing:
|
149
|
+
letter-spacing: var(--typography-header-s-spacing);
|
140
150
|
line-height: var(--typography-header-s-height);
|
141
151
|
}
|
142
152
|
|
143
153
|
@utility text-header-xs {
|
144
154
|
font-size: var(--typography-header-xs-size);
|
145
155
|
font-weight: 500;
|
146
|
-
letter-spacing:
|
156
|
+
letter-spacing: var(--typography-header-xs-spacing);
|
147
157
|
line-height: var(--typography-header-xs-height);
|
148
158
|
}
|
149
159
|
|
150
160
|
@utility text-body-l {
|
151
161
|
font-size: var(--typography-body-l-size);
|
152
162
|
font-weight: 400;
|
153
|
-
letter-spacing:
|
163
|
+
letter-spacing: var(--typography-body-l-spacing);
|
154
164
|
line-height: var(--typography-body-l-height);
|
155
165
|
}
|
156
166
|
|
157
167
|
@utility text-body-m {
|
158
168
|
font-size: var(--typography-body-m-size);
|
159
169
|
font-weight: 400;
|
160
|
-
letter-spacing:
|
170
|
+
letter-spacing: var(--typography-body-m-spacing);
|
161
171
|
line-height: var(--typography-body-m-height);
|
162
172
|
}
|
163
173
|
|
164
174
|
@utility text-body-s {
|
165
175
|
font-size: var(--typography-body-s-size);
|
166
176
|
font-weight: 400;
|
167
|
-
letter-spacing:
|
177
|
+
letter-spacing: var(--typography-body-s-spacing);
|
168
178
|
line-height: var(--typography-body-s-height);
|
169
179
|
}
|
170
180
|
|
171
181
|
@utility text-body-xs {
|
172
182
|
font-size: var(--typography-body-xs-size);
|
173
183
|
font-weight: 400;
|
174
|
-
letter-spacing:
|
184
|
+
letter-spacing: var(--typography-body-xs-spacing);
|
175
185
|
line-height: var(--typography-body-xs-height);
|
176
186
|
}
|
177
187
|
|
178
188
|
@utility text-body-xxs {
|
179
189
|
font-size: var(--typography-body-xxs-size);
|
180
190
|
font-weight: 400;
|
181
|
-
letter-spacing:
|
191
|
+
letter-spacing: var(--typography-body-xxs-spacing);
|
182
192
|
line-height: var(--typography-body-xxs-height);
|
183
193
|
}
|
184
194
|
|
185
195
|
@utility text-button-l {
|
186
196
|
font-size: var(--typography-button-l-size);
|
187
197
|
font-weight: bold;
|
188
|
-
letter-spacing:
|
198
|
+
letter-spacing: var(--typography-button-l-spacing);
|
189
199
|
line-height: var(--typography-button-l-height);
|
190
200
|
}
|
191
201
|
|
192
202
|
@utility text-button-m {
|
193
203
|
font-size: var(--typography-button-m-size);
|
194
204
|
font-weight: bold;
|
195
|
-
letter-spacing:
|
205
|
+
letter-spacing: var(--typography-button-m-spacing);
|
196
206
|
line-height: var(--typography-button-m-height);
|
197
207
|
}
|
198
208
|
|
199
209
|
@utility text-button-s {
|
200
210
|
font-size: var(--typography-button-s-size);
|
201
211
|
font-weight: bold;
|
202
|
-
letter-spacing:
|
212
|
+
letter-spacing: var(--typography-button-s-spacing);
|
203
213
|
line-height: var(--typography-button-s-height);
|
204
214
|
}
|
205
215
|
|
206
216
|
@utility text-button-xs {
|
207
217
|
font-size: var(--typography-button-xs-size);
|
208
218
|
font-weight: bold;
|
209
|
-
letter-spacing:
|
219
|
+
letter-spacing: var(--typography-button-xs-spacing);
|
210
220
|
line-height: var(--typography-button-xs-height);
|
211
221
|
}
|
212
222
|
|