@accelint/design-toolkit 1.0.1 → 2.1.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/README.md +16 -7
- package/dist/components/accordion/index.d.ts +21 -30
- package/dist/components/accordion/index.js +1 -1
- package/dist/components/accordion/index.js.map +1 -1
- package/dist/components/accordion/styles.d.ts +96 -0
- package/dist/components/accordion/styles.js +2 -0
- package/dist/components/accordion/styles.js.map +1 -0
- package/dist/components/accordion/types.d.ts +20 -0
- package/dist/components/avatar/index.d.ts +4 -4
- package/dist/components/avatar/index.js.map +1 -1
- package/dist/components/badge/index.d.ts +2 -2
- package/dist/components/badge/index.js.map +1 -1
- package/dist/components/box/index.d.ts +3 -3
- package/dist/components/box/index.js.map +1 -1
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/index.js.map +1 -1
- package/dist/components/checkbox/index.d.ts +2 -2
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox/index.js.map +1 -1
- package/dist/components/chip/index.d.ts +2 -2
- package/dist/components/chip/index.js +1 -1
- package/dist/components/chip/index.js.map +1 -1
- package/dist/components/classification-badge/index.js.map +1 -1
- package/dist/components/classification-banner/index.js.map +1 -1
- package/dist/components/color-picker/index.d.ts +21 -0
- package/dist/components/color-picker/index.js +2 -0
- package/dist/components/color-picker/index.js.map +1 -0
- package/dist/components/combobox/index.d.ts +7 -16
- package/dist/components/combobox/index.js +1 -1
- package/dist/components/combobox/index.js.map +1 -1
- package/dist/components/date-field/index.d.ts +28 -0
- package/dist/components/date-field/index.js +2 -0
- package/dist/components/date-field/index.js.map +1 -0
- package/dist/components/dialog/index.d.ts +40 -0
- package/dist/components/dialog/index.js +2 -0
- package/dist/components/dialog/index.js.map +1 -0
- package/dist/components/floating-button/index.js.map +1 -1
- package/dist/components/icon/index.d.ts +15 -15
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon/index.js.map +1 -1
- package/dist/components/icon/styles.d.ts +34 -0
- package/dist/components/icon/styles.js +2 -0
- package/dist/components/icon/styles.js.map +1 -0
- package/dist/components/icon/types.d.ts +10 -0
- package/dist/components/icon/types.js +2 -0
- package/dist/components/icon/types.js.map +1 -0
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/icon-button/index.js.map +1 -1
- package/dist/components/label/index.js.map +1 -1
- package/dist/components/options/index.d.ts +32 -0
- package/dist/components/options/index.js +2 -0
- package/dist/components/options/index.js.map +1 -0
- package/dist/components/options-item/index.d.ts +30 -0
- package/dist/components/options-item/index.js +2 -0
- package/dist/components/options-item/index.js.map +1 -0
- package/dist/components/query-builder/action-element.d.ts +6 -0
- package/dist/components/query-builder/action-element.js +2 -0
- package/dist/components/query-builder/action-element.js.map +1 -0
- package/dist/components/query-builder/constants.d.ts +3 -0
- package/dist/components/query-builder/constants.js +2 -0
- package/dist/components/query-builder/constants.js.map +1 -0
- package/dist/components/query-builder/example-configuration.d.ts +30 -0
- package/dist/components/query-builder/example-configuration.js +2 -0
- package/dist/components/query-builder/example-configuration.js.map +1 -0
- package/dist/components/query-builder/group.d.ts +8 -0
- package/dist/components/query-builder/group.js +2 -0
- package/dist/components/query-builder/group.js.map +1 -0
- package/dist/components/query-builder/index.d.ts +44 -0
- package/dist/components/query-builder/index.js +2 -0
- package/dist/components/query-builder/index.js.map +1 -0
- package/dist/components/query-builder/rule.d.ts +6 -0
- package/dist/components/query-builder/rule.js +2 -0
- package/dist/components/query-builder/rule.js.map +1 -0
- package/dist/components/query-builder/utils.d.ts +14 -0
- package/dist/components/query-builder/utils.js +2 -0
- package/dist/components/query-builder/utils.js.map +1 -0
- package/dist/components/query-builder/value-editor.d.ts +6 -0
- package/dist/components/query-builder/value-editor.js +2 -0
- package/dist/components/query-builder/value-editor.js.map +1 -0
- package/dist/components/query-builder/value-selector.d.ts +6 -0
- package/dist/components/query-builder/value-selector.js +2 -0
- package/dist/components/query-builder/value-selector.js.map +1 -0
- package/dist/components/radio/index.d.ts +2 -2
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/index.js.map +1 -1
- package/dist/components/search-field/index.d.ts +19 -0
- package/dist/components/search-field/index.js +2 -0
- package/dist/components/search-field/index.js.map +1 -0
- package/dist/components/slider/index.d.ts +23 -0
- package/dist/components/slider/index.js +2 -0
- package/dist/components/slider/index.js.map +1 -0
- package/dist/components/switch/index.d.ts +1 -1
- package/dist/components/switch/index.js +1 -1
- package/dist/components/switch/index.js.map +1 -1
- package/dist/components/tabs/index.d.ts +33 -0
- package/dist/components/tabs/index.js +2 -0
- package/dist/components/tabs/index.js.map +1 -0
- package/dist/components/text-area/index.js +1 -1
- package/dist/components/text-area/index.js.map +1 -1
- package/dist/components/text-field/index.js +1 -1
- package/dist/components/text-field/index.js.map +1 -1
- package/dist/components/toggle-icon-button/index.js +1 -1
- package/dist/components/toggle-icon-button/index.js.map +1 -1
- package/dist/components/tooltip/index.d.ts +2 -2
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tooltip/index.js.map +1 -1
- package/dist/icons/catalog.js.map +1 -1
- package/dist/index.css +60 -6
- package/dist/index.d.ts +28 -6
- package/dist/index.js +1 -1
- package/dist/lib/react.d.ts +15 -3
- package/dist/lib/react.js +4 -1
- package/dist/lib/react.js.map +1 -1
- package/dist/lib/types.d.ts +29 -0
- package/dist/lib/types.js +2 -0
- package/dist/lib/types.js.map +1 -0
- package/dist/lib/utils.d.ts +15 -1
- package/dist/lib/utils.js +1 -1
- package/dist/lib/utils.js.map +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/styles.css +715 -129
- package/package.json +28 -9
- package/dist/types/types.d.ts +0 -11
- /package/dist/{types → components/accordion}/types.js +0 -0
- /package/dist/{types → components/accordion}/types.js.map +0 -0
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/components/toggle-icon-button/index.tsx"],"names":["
|
1
|
+
{"version":3,"sources":["../../../src/components/toggle-icon-button/index.tsx"],"names":["c","ToggleIconButton","className","d","jsx","p","composeRenderProps","u","n","isDisabled","cn","toggleIconButtonStyles","props"],"mappings":"0NAsBE,IAAA,CAAA,CAAAA,GAAA,CAAA,oJAGI,CAAA,CAAA,QACE,CAAA,CAAA,OACE,CAAA,CAAA,OAAA,CAAA,8HAEA,CAAA,SAAA,CAAA,+KAGF,CAAQ,CAAA,IAAA,CAAA,CAAA,MAAA,CAAA,4DACD,CAAA,KAAA,CAAA,0DAGP,CAAA,CAAA,UAAM,CAAA,CAAA,IAAA,CAAA,2SAIV,CAAA,KAAA,CAAA,EAAA,CAAA,CAAA,CAAA,eACc,CAAA,CACZ,UAAM,CAAA,KAAA,CACN,IAAA,CAAA,QAAS,CAAA,OAWFC,CAAAA,SACX,CAAA,CAAA,CAAA,CAAAC,CAAAA,CACA,CAAA,CAAA,SAAO,CAAA,CAAA,CAAA,IACP,CAAA,CAAA,CAAA,QAAU,CAAA,OAAA,CACV,CAAA,CAAA,WACA,CAAA,UAEmB,CACjB,CAAA,CAAA,GAAA,CAAA,CAAA,IAAgBC,kBAAA,CAAA,CAAA,QAChB,CAAA,CAAA,CAAA,QAAA,CAAeF,aACjB,CAAC,CAAA,CAGCG,WACE,CAAA,CAAA,CAAAC,GAAWC,CAAAA,YAAmBJ,CAAAA,CAAYA,SAGpC,CAAAK,kBAAA,CAAA,CAAA,CAAA,CAAA,EAAAC,EAAA,CAAAC,CAAAA,CACA,CAAA,UACA,CAAA,CAAA,CAAA,IACA,CAAA,CAAA,CAAA,OACF,CAAC,CACH,CACF,SACA,CAAA,CAAA,CAAA,CAAYA,CAAAA,CACX,CAAA,UAIU,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,EAAc,CAAA,CAAA,WAAA,CAAA,kBAI1BC,CAAGC,CAAAA,CAAuB,EAAE,CAAA,CAAGC,CAAAA,CAAO,CAAA,GAAAJ,EAAA,CAAA,CAAA,CAAA,CAAA,GAAW,CAAC,CAAA,SAAA,CAAA,CAAA,CAAA,CAAA,CAAA","file":"index.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 { expectsIconWrapper } from '@/lib/react';\nimport { cn } from '@/lib/utils';\nimport { type VariantProps, cva } from 'cva';\nimport {\n ToggleButton as AriaToggleButton,\n type ToggleButtonProps as AriaToggleButtonProps,\n composeRenderProps,\n} from 'react-aria-components';\n\nconst toggleIconButtonStyles = cva(\n 'inline-flex cursor-pointer items-center justify-center bg-transparent outline-none hover:bg-interactive-hover-dark focus:bg-interactive-hover-dark',\n {\n variants: {\n variant: {\n primary:\n 'icon-default-light dtk-selected:icon-highlight dtk-selected:hover:bg-highlight-subtle dtk-selected:focus:bg-highlight-subtle',\n secondary:\n 'icon-default-dark hover:icon-default-light focus:icon-default-light dtk-selected:icon-highlight dtk-selected:hover:bg-highlight-subtle dtk-selected:focus:bg-highlight-subtle',\n },\n size: {\n medium: 'size-[28px] rounded-medium [--icon-size:var(--spacing-xl)]',\n small: 'size-[20px] rounded-small [--icon-size:var(--spacing-l)]',\n },\n isDisabled: {\n true: 'not-dtk-selected:icon-disabled dtk-selected:cursor-default not-dtk-selected:cursor-not-allowed not-dtk-selected:bg-interactive-disabled dtk-selected:hover:bg-transparent not-dtk-selected:hover:bg-interactive-disabled dtk-selected:focus:bg-transparent not-dtk-selected:focus:bg-interactive-disabled',\n false: '',\n },\n },\n defaultVariants: {\n isDisabled: false,\n size: 'medium',\n variant: 'primary',\n },\n },\n);\n\nexport interface ToggleIconButtonProps\n extends Omit<AriaToggleButtonProps, 'isDisabled'>,\n VariantProps<typeof toggleIconButtonStyles> {\n isDisabled?: boolean;\n}\n\nexport const ToggleIconButton = ({\n className,\n size = 'medium',\n variant = 'secondary',\n isDisabled,\n ...props\n}: ToggleIconButtonProps) => {\n expectsIconWrapper({\n children: props.children,\n componentName: ToggleIconButton.displayName,\n });\n\n return (\n <AriaToggleButton\n className={composeRenderProps(className, (className) =>\n cn(\n toggleIconButtonStyles({\n isDisabled,\n size,\n variant,\n className,\n }),\n ),\n )}\n isDisabled={isDisabled}\n {...props}\n />\n );\n};\nToggleIconButton.displayName = 'ToggleIconButton';\nToggleIconButton.as = (\n props: VariantProps<typeof toggleIconButtonStyles>,\n className?: string | string[],\n) => cn(toggleIconButtonStyles({ ...props, className }));\n"]}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
2
2
|
import * as cva_types from 'cva/types';
|
3
3
|
import { VariantProps } from 'cva';
|
4
|
-
import
|
4
|
+
import React__default from 'react';
|
5
5
|
import { TooltipTriggerComponentProps, Focusable, TooltipProps as TooltipProps$1 } from 'react-aria-components';
|
6
6
|
|
7
7
|
declare const tooltipStyles: (props?: cva_types.ClassProp | undefined) => string;
|
@@ -20,7 +20,7 @@ declare namespace Tooltip {
|
|
20
20
|
displayName: string;
|
21
21
|
};
|
22
22
|
}
|
23
|
-
interface TooltipTriggerProps extends
|
23
|
+
interface TooltipTriggerProps extends React__default.ComponentProps<typeof Focusable> {
|
24
24
|
}
|
25
25
|
declare const TooltipTrigger: {
|
26
26
|
({ children, ...props }: TooltipTriggerProps): react_jsx_runtime.JSX.Element;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import {containsExactChildren}from'./../../lib/react.js';import {cn}from'./../../lib/utils.js';import {cva}from'cva';import {TooltipTrigger,Focusable,Tooltip}from'react-aria-components';import {jsx}from'react/jsx-runtime';var n=cva("fg-default-light flex max-w-[160px] items-center justify-center break-words rounded-small bg-surface-overlay px-s py-xs text-center text-body-xs shadow-elevation-overlay");function e({children:o,closeDelay:t=0,delay:r=400,...p}){return containsExactChildren({children:o,componentName:e.displayName,restrictions:{[i.displayName]:1,[s.displayName]:1}}),jsx(TooltipTrigger,{closeDelay:t,delay:r,...p,children:o})}e.displayName="Tooltip";e.as=(o,t)=>cn(n({...o,className:t}));var i=({children:o,...t})=>jsx(Focusable,{...t,children:o});i.displayName="Tooltip.Trigger";var s=({children:o,className:t,offset:r=5,placement:p="bottom",...T})=>jsx(Tooltip,{...T,className:cn(n({className:t})),offset:r,placement:p,children:o});s.displayName="Tooltip.Body";e.Trigger=i;e.Body=s;export{e as Tooltip,s as TooltipBody,i as TooltipTrigger};//# sourceMappingURL=index.js.map
|
1
|
+
import {containsExactChildren}from'./../../lib/react.js';import {cn}from'./../../lib/utils.js';import {cva}from'cva';import {TooltipTrigger,Focusable,Tooltip}from'react-aria-components';import {jsx}from'react/jsx-runtime';var n=cva("fg-default-light flex max-w-[160px] items-center justify-center break-words rounded-small bg-surface-overlay px-s py-xs text-center text-body-xs shadow-elevation-overlay");function e({children:o,closeDelay:t=0,delay:r=400,...p}){return containsExactChildren({children:o,componentName:e.displayName,restrictions:{[i.displayName]:{min:1,max:1},[s.displayName]:{min:1,max:1}}}),jsx(TooltipTrigger,{closeDelay:t,delay:r,...p,children:o})}e.displayName="Tooltip";e.as=(o,t)=>cn(n({...o,className:t}));var i=({children:o,...t})=>jsx(Focusable,{...t,children:o});i.displayName="Tooltip.Trigger";var s=({children:o,className:t,offset:r=5,placement:p="bottom",...T})=>jsx(Tooltip,{...T,className:cn(n({className:t})),offset:r,placement:p,children:o});s.displayName="Tooltip.Body";e.Trigger=i;e.Body=s;export{e as Tooltip,s as TooltipBody,i as TooltipTrigger};//# sourceMappingURL=index.js.map
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/components/tooltip/index.tsx"],"names":["closeDelay","containsExactChildren","m","Tooltip","l","props","children","cn","tooltipStyles","
|
1
|
+
{"version":3,"sources":["../../../src/components/tooltip/index.tsx"],"names":["y","closeDelay","containsExactChildren","m","Tooltip","TooltipBody","jsx","RACTooltipTrigger","l","props","children","cn","tooltipStyles","Focusable","TooltipTrigger","className","placement","a","offset"],"mappings":"8NAwBE,IAAA,CAAA,CAAAA,GAAA,CAAA,2KAMA,CAAA,CAAA,SACA,WAAAC,CAAAA,CAAa,CAAA,UACL,CAAA,CAAA,CACR,OAEA,CAAA,CAAA,CAAA,GAAA,CAAAC,GACE,CAAA,CAAA,CAAA,CAAA,OACAC,qBAAA,CAAA,CAAA,QAAA,CAAA,CAAA,CAAeC,cACf,CAAA,CAAA,WAAc,CACZ,cAA2B,CAAA,CAAG,CAAE,WAAe,EAC/C,CAACC,GAAY,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,CAAW,EAAG,CAAE,WAAe,EAEhD,CAAC,GAGCC,CAACC,EAAA,GAAkB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAAC,GAAA,CAAYP,eAAY,CAAA,UAAkBQ,CAAAA,CAC1D,CAAA,KAAA,CAAA,CAAA,CAAAC,GAGP,CACAN,CAAAA,QAAQ,CAAA,CAAA,CAAA,CAAA,CAAc,aACd,CAAA,SAGHO,CAAGC,CAAAA,CAAc,EAAE,CAAA,CAAGH,CAAAA,CAAO,aAAW,CAAC,CAAA,SAKb,CAAA,CAAA,CAAA,CAAA,CAAA,CAAAC,IAAAA,CAAU,GAAGD,QACpCI,CAAA,CAAW,CAAA,GAAGJ,CAAQ,mBAAAC,GAAS,CAEzCI,SAAe,CAAA,CAAA,CAAA,EAAc,CAAA,CAAA,WAAA,CAAA,iBAK3B,CAAAJ,KACA,CAAA,CAAA,CAAA,QAAAK,CACA,WACA,UAAAC,CAAAA,CAAY,CAAA,CAAA,SACZ,CAAGP,CACL,SAGO,CAAA,GAAGA,CACJ,oBAAcG,CAAAA,CAAc,SAAE,CAAAK,EAAAF,CAAU,CAAC,CAAC,UAClCG,CACR,WAAWF,CAEV,CAAA,CAAA,SACH,CAAA,CAGJX,SAAY,CAAA,CAAA,CAAA,EAAc,CAAA,CAAA,WAAA,CAAA,eAGlB,CAAA,CAAA,OAAOA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,IAAAA,CAAAA,CAAAA","file":"index.js","sourcesContent":["import { containsExactChildren } from '@/lib/react';\nimport { cn } from '@/lib/utils';\nimport { type VariantProps, cva } from 'cva';\n/*\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 */\nimport type React from 'react';\nimport {\n Focusable,\n Tooltip as RACTooltip,\n type TooltipProps as RACTooltipProps,\n TooltipTrigger as RACTooltipTrigger,\n type TooltipTriggerComponentProps,\n} from 'react-aria-components';\n\nconst tooltipStyles = cva(\n 'fg-default-light flex max-w-[160px] items-center justify-center break-words rounded-small bg-surface-overlay px-s py-xs text-center text-body-xs shadow-elevation-overlay',\n);\n\nexport interface TooltipProps extends TooltipTriggerComponentProps {}\n\nexport function Tooltip({\n children,\n closeDelay = 0,\n delay = 400,\n ...props\n}: TooltipProps) {\n containsExactChildren({\n children,\n componentName: Tooltip.displayName,\n restrictions: {\n [TooltipTrigger.displayName]: { min: 1, max: 1 },\n [TooltipBody.displayName]: { min: 1, max: 1 },\n },\n });\n\n return (\n <RACTooltipTrigger closeDelay={closeDelay} delay={delay} {...props}>\n {children}\n </RACTooltipTrigger>\n );\n}\nTooltip.displayName = 'Tooltip';\nTooltip.as = (\n props: VariantProps<typeof tooltipStyles>,\n className?: string | string[],\n) => cn(tooltipStyles({ ...props, className }));\n\nexport interface TooltipTriggerProps\n extends React.ComponentProps<typeof Focusable> {}\n\nexport const TooltipTrigger = ({ children, ...props }: TooltipTriggerProps) => {\n return <Focusable {...props}>{children}</Focusable>;\n};\nTooltipTrigger.displayName = 'Tooltip.Trigger';\n\nexport interface TooltipBodyProps extends RACTooltipProps {}\n\nexport const TooltipBody = ({\n children,\n className,\n offset = 5,\n placement = 'bottom',\n ...props\n}: TooltipBodyProps) => {\n return (\n <RACTooltip\n {...props}\n className={cn(tooltipStyles({ className }))}\n offset={offset}\n placement={placement}\n >\n {children}\n </RACTooltip>\n );\n};\nTooltipBody.displayName = 'Tooltip.Body';\n\nTooltip.Trigger = TooltipTrigger;\nTooltip.Body = TooltipBody;\n"]}
|
@@ -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","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"]}
|
package/dist/index.css
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
@import '@fontsource/roboto-mono';
|
16
16
|
@import 'tailwindcss';
|
17
17
|
@plugin 'tailwindcss-react-aria-components' {
|
18
|
-
prefix: '
|
18
|
+
prefix: 'dtk'
|
19
19
|
}
|
20
20
|
@source './components/foundation';
|
21
21
|
|
@@ -227,6 +227,11 @@
|
|
227
227
|
--spacing-xl: 24px;
|
228
228
|
--spacing-xxl: 40px;
|
229
229
|
--spacing-oversized: 80px;
|
230
|
+
|
231
|
+
--icon-size-l: var(--spacing-xl);
|
232
|
+
--icon-size-m: 20px;
|
233
|
+
--icon-size-s: var(--spacing-l);
|
234
|
+
--icon-size-xs: var(--spacing-m);
|
230
235
|
}
|
231
236
|
|
232
237
|
@utility text-header-xxl {
|
@@ -352,14 +357,63 @@
|
|
352
357
|
--icon-color: --value(--color- *);
|
353
358
|
}
|
354
359
|
|
355
|
-
@utility icon-size-* {
|
356
|
-
--icon-size: --value([ *]);
|
357
|
-
--icon-size: --value(--spacing- *);
|
358
|
-
}
|
359
|
-
|
360
360
|
@utility fg-* {
|
361
361
|
color: --value([ *]);
|
362
362
|
color: --value(--color- *);
|
363
363
|
--icon-color: --value([ *]);
|
364
364
|
--icon-color: --value(--color- *);
|
365
365
|
}
|
366
|
+
|
367
|
+
@layer components {
|
368
|
+
.hide-cancel::-webkit-search-cancel-button {
|
369
|
+
display: none;
|
370
|
+
}
|
371
|
+
|
372
|
+
/**
|
373
|
+
* Rule line only applicable to the QueryBuilder component
|
374
|
+
*/
|
375
|
+
.queryBuilder .rule-lines::before {
|
376
|
+
content: '';
|
377
|
+
width: 10px;
|
378
|
+
position: absolute;
|
379
|
+
top: 0;
|
380
|
+
bottom: 0;
|
381
|
+
left: 50%;
|
382
|
+
background-image:
|
383
|
+
repeating-linear-gradient(to bottom, var(--neutral-04), var(--neutral-04)),
|
384
|
+
repeating-linear-gradient(to right, var(--neutral-04), var(--neutral-04));
|
385
|
+
background-position: left -1px, center;
|
386
|
+
background-repeat: repeat-y, repeat-x;
|
387
|
+
background-size: 1px 4px, 4px 1px;
|
388
|
+
}
|
389
|
+
|
390
|
+
.queryBuilder .group > span.rule-lines:last-of-type::before {
|
391
|
+
content: '';
|
392
|
+
width: 10px;
|
393
|
+
position: absolute;
|
394
|
+
top: 0;
|
395
|
+
bottom: 50%;
|
396
|
+
left: 50%;
|
397
|
+
background-image:
|
398
|
+
repeating-linear-gradient(to bottom,var(--neutral-04), var(--neutral-04)),
|
399
|
+
repeating-linear-gradient(to right, var(--neutral-04), var(--neutral-04));
|
400
|
+
background-position: left -1px, bottom;
|
401
|
+
background-repeat: repeat-y, repeat-x;
|
402
|
+
background-size: 1px 4px, 4px 1px;
|
403
|
+
}
|
404
|
+
|
405
|
+
.queryBuilder .group > span.rule-lines:last-of-type:has(~ div.group)::before {
|
406
|
+
content: '';
|
407
|
+
width: 10px;
|
408
|
+
position: absolute;
|
409
|
+
top: 0;
|
410
|
+
bottom: 0;
|
411
|
+
left: 50%;
|
412
|
+
background-image:
|
413
|
+
repeating-linear-gradient(to bottom, var(--neutral-04), var(--neutral-04)),
|
414
|
+
repeating-linear-gradient(to right, var(--neutral-04), var(--neutral-04));
|
415
|
+
background-position: left -1px, center;
|
416
|
+
background-repeat: repeat-y, repeat-x;
|
417
|
+
background-size: 1px 4px, 4px 1px;
|
418
|
+
}
|
419
|
+
}
|
package/dist/index.d.ts
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
export { Accordion,
|
1
|
+
export { Accordion, AccordionContext } from './components/accordion/index.js';
|
2
|
+
export { AccordionStyleVariants, AccordionStyles, AccordionStylesDefaults } from './components/accordion/styles.js';
|
3
|
+
export { AccordionGroupProps, AccordionHeaderProps, AccordionPanelProps, AccordionProps, AccordionTriggerProps } from './components/accordion/types.js';
|
2
4
|
export { Avatar, AvatarProps } from './components/avatar/index.js';
|
3
5
|
export { Badge, BadgeProps } from './components/badge/index.js';
|
4
6
|
export { Box, BoxProps } from './components/box/index.js';
|
@@ -7,25 +9,45 @@ export { Checkbox, CheckboxGroupProps, CheckboxProps } from './components/checkb
|
|
7
9
|
export { Chip, ChipListProps, ChipProps, DeletableChip, SelectableChip } from './components/chip/index.js';
|
8
10
|
export { ClassificationBadge, ClassificationBadgeProps } from './components/classification-badge/index.js';
|
9
11
|
export { ClassificationBanner, ClassificationBannerProps } from './components/classification-banner/index.js';
|
12
|
+
export { ColorPicker, ColorPickerProps, useColorPickerState } from './components/color-picker/index.js';
|
10
13
|
export { ComboBox, ComboBoxProps, ComboBoxSection } from './components/combobox/index.js';
|
14
|
+
export { DateField, DateFieldProps } from './components/date-field/index.js';
|
15
|
+
export { Dialog, DialogProps, DialogTitle } from './components/dialog/index.js';
|
11
16
|
export { FloatingButton, FloatingButtonProps } from './components/floating-button/index.js';
|
12
|
-
export { Icon,
|
17
|
+
export { Icon, IconContext } from './components/icon/index.js';
|
18
|
+
export { IconStyleVariants, IconStyles, IconStylesDefaults } from './components/icon/styles.js';
|
19
|
+
export { IconProps, IconProviderProps } from './components/icon/types.js';
|
13
20
|
export { IconButton, IconButtonProps } from './components/icon-button/index.js';
|
14
21
|
export { Label } from './components/label/index.js';
|
22
|
+
export { Options, OptionsContext, OptionsProps, OptionsSection } from './components/options/index.js';
|
23
|
+
export { IOptionsItem, OptionsItem, OptionsItemProps } from './components/options-item/index.js';
|
24
|
+
export { ClassNames, DefaultRQBProps, Field, QueryBuilder, QueryBuilderContextType, QueryBuilderProps, QueryBuilderValueEditors, RuleGroupType } from './components/query-builder/index.js';
|
15
25
|
export { Radio, RadioGroupProps, RadioProps } from './components/radio/index.js';
|
26
|
+
export { SearchField, SearchFieldProps } from './components/search-field/index.js';
|
27
|
+
export { RangeSlider, RangeSliderProps, Slider, SliderProps } from './components/slider/index.js';
|
16
28
|
export { Switch, SwitchProps } from './components/switch/index.js';
|
29
|
+
export { TabListProps, TabPanelProps, TabProps, Tabs, TabsProps } from './components/tabs/index.js';
|
17
30
|
export { TextArea, TextAreaProps } from './components/text-area/index.js';
|
18
31
|
export { TextField, TextFieldProps } from './components/text-field/index.js';
|
19
32
|
export { ToggleIconButton, ToggleIconButtonProps } from './components/toggle-icon-button/index.js';
|
20
33
|
export { Tooltip, TooltipBody, TooltipBodyProps, TooltipProps, TooltipTrigger, TooltipTriggerProps } from './components/tooltip/index.js';
|
21
34
|
export { containsExactChildren, expectsIconWrapper } from './lib/react.js';
|
22
|
-
export {
|
23
|
-
export {
|
35
|
+
export { ChildrenRenderProps, ClassNameRenderProps, RenderProps, RenderPropsChildren, RenderPropsClassName, RenderPropsStyle, StylePropRenderProps, StyleRenderProps } from './lib/types.js';
|
36
|
+
export { cn, isSlottedContextValue, tv, twMerge } from './lib/utils.js';
|
24
37
|
import 'react/jsx-runtime';
|
25
|
-
import 'cva/types';
|
26
38
|
import 'react';
|
27
39
|
import 'react-aria-components';
|
28
|
-
import '
|
40
|
+
import 'tailwind-variants';
|
41
|
+
import 'cva/types';
|
29
42
|
import '@radix-ui/react-avatar';
|
43
|
+
import 'cva';
|
44
|
+
import '@internationalized/date';
|
45
|
+
import './components/query-builder/value-selector.js';
|
46
|
+
import 'react-querybuilder';
|
47
|
+
import './components/query-builder/value-editor.js';
|
48
|
+
import './components/query-builder/group.js';
|
49
|
+
import './components/query-builder/rule.js';
|
50
|
+
import './components/query-builder/action-element.js';
|
51
|
+
import 'type-fest';
|
30
52
|
import 'tailwind-merge';
|
31
53
|
import 'clsx';
|
package/dist/index.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export{Accordion}from'./components/accordion/index.js';export{Avatar}from'./components/avatar/index.js';export{Badge}from'./components/badge/index.js';export{Box}from'./components/box/index.js';export{Button}from'./components/button/index.js';export{Checkbox}from'./components/checkbox/index.js';export{Chip,DeletableChip,SelectableChip}from'./components/chip/index.js';export{ClassificationBadge}from'./components/classification-badge/index.js';export{ClassificationBanner}from'./components/classification-banner/index.js';export{ComboBox,ComboBoxSection}from'./components/combobox/index.js';export{FloatingButton}from'./components/floating-button/index.js';export{Icon}from'./components/icon/index.js';export{IconButton}from'./components/icon-button/index.js';export{Label}from'./components/label/index.js';export{Radio}from'./components/radio/index.js';export{Switch}from'./components/switch/index.js';export{TextArea}from'./components/text-area/index.js';export{TextField}from'./components/text-field/index.js';export{ToggleIconButton}from'./components/toggle-icon-button/index.js';export{Tooltip,TooltipBody,TooltipTrigger}from'./components/tooltip/index.js';export{containsExactChildren,expectsIconWrapper}from'./lib/react.js';export{cn,twMerge}from'./lib/utils.js';//# sourceMappingURL=index.js.map
|
1
|
+
export{Accordion,AccordionContext}from'./components/accordion/index.js';export{AccordionStyles,AccordionStylesDefaults}from'./components/accordion/styles.js';export{Avatar}from'./components/avatar/index.js';export{Badge}from'./components/badge/index.js';export{Box}from'./components/box/index.js';export{Button}from'./components/button/index.js';export{Checkbox}from'./components/checkbox/index.js';export{Chip,DeletableChip,SelectableChip}from'./components/chip/index.js';export{ClassificationBadge}from'./components/classification-badge/index.js';export{ClassificationBanner}from'./components/classification-banner/index.js';export{ColorPicker,useColorPickerState}from'./components/color-picker/index.js';export{ComboBox,ComboBoxSection}from'./components/combobox/index.js';export{DateField}from'./components/date-field/index.js';export{Dialog,DialogTitle}from'./components/dialog/index.js';export{FloatingButton}from'./components/floating-button/index.js';export{Icon,IconContext}from'./components/icon/index.js';export{IconStyles,IconStylesDefaults}from'./components/icon/styles.js';export{IconButton}from'./components/icon-button/index.js';export{Label}from'./components/label/index.js';export{Options,OptionsContext,OptionsSection}from'./components/options/index.js';export{OptionsItem}from'./components/options-item/index.js';export{QueryBuilder}from'./components/query-builder/index.js';export{Radio}from'./components/radio/index.js';export{SearchField}from'./components/search-field/index.js';export{RangeSlider,Slider}from'./components/slider/index.js';export{Switch}from'./components/switch/index.js';export{Tabs}from'./components/tabs/index.js';export{TextArea}from'./components/text-area/index.js';export{TextField}from'./components/text-field/index.js';export{ToggleIconButton}from'./components/toggle-icon-button/index.js';export{Tooltip,TooltipBody,TooltipTrigger}from'./components/tooltip/index.js';export{containsExactChildren,expectsIconWrapper}from'./lib/react.js';export{cn,isSlottedContextValue,tv,twMerge}from'./lib/utils.js';//# sourceMappingURL=index.js.map
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/lib/react.d.ts
CHANGED
@@ -2,16 +2,28 @@ import { ReactNode } from 'react';
|
|
2
2
|
|
3
3
|
type ContainsExactChildrenProps = {
|
4
4
|
componentName: string;
|
5
|
-
children: ReactNode | ReactNode[]
|
6
|
-
|
5
|
+
children: ReactNode | ReactNode[] | ((values: any & {
|
6
|
+
defaultChildren: ReactNode | undefined;
|
7
|
+
}) => ReactNode);
|
8
|
+
restrictions: Record<string, {
|
9
|
+
min: number;
|
10
|
+
max?: number;
|
11
|
+
}>;
|
7
12
|
};
|
13
|
+
/**
|
14
|
+
* Validates the intended composite component structure.
|
15
|
+
*
|
16
|
+
* @param children the children of the component
|
17
|
+
* @param componentName the displayName of the component
|
18
|
+
* @param restrictions the record of validation rules
|
19
|
+
*/
|
8
20
|
declare function containsExactChildren({ children, componentName, restrictions, }: ContainsExactChildrenProps): void;
|
9
21
|
/**
|
10
22
|
* I look for svgIcons exported from the @accelint/icons library
|
11
23
|
* and ensure that they are wrapped in an Icon component in order
|
12
24
|
* to get the classes and styles they need in context.
|
13
25
|
*
|
14
|
-
* Using isValidElement means we will filter out strings, boolean, etc
|
26
|
+
* Using isValidElement means we will filter out strings, boolean, etc.
|
15
27
|
* that are valid nodes but not elements.
|
16
28
|
*
|
17
29
|
* @example
|
package/dist/lib/react.js
CHANGED
@@ -1,2 +1,5 @@
|
|
1
|
-
import {Children,isValidElement}from'react';function
|
1
|
+
import {Children,isValidElement}from'react';var c=class extends Error{constructor(r){super(r),this.name="ComponentStructureError";}};function m({children:s,componentName:r,restrictions:l}){let i=Children.toArray(s);if(!i.every(isValidElement))throw new c(`<${r}> received invalid children.`);let u=i.reduce((n,o)=>{let e=o?.type?.displayName;return e&&(n[e]=(n[e]||0)+1),n},{}),a=[],d=[];for(let[n,{min:o,max:e}]of Object.entries(l)){let t=u[n]??0;t<o&&a.push(`${o-t} of <${n}>`),e!==void 0&&t>e&&d.push(`${t-e} of <${n}>`);}if(a.length||d.length){let n=(e,t)=>t.length?` ${e}:
|
2
|
+
${t.join(", ")}
|
3
|
+
`:"",o=`Invalid <${r}> structure
|
4
|
+
${n("Missing the following",a)}${n("Excess of the following",d)}`;throw new c(o.trim())}}function g({children:s,componentName:r}){Children.toArray(s).map(i=>{if(isValidElement(i)&&i.type.name?.startsWith("Svg"))throw new Error(`${r} is using an icon without the required Icon wrapper`)});}export{m as containsExactChildren,g as expectsIconWrapper};//# sourceMappingURL=react.js.map
|
2
5
|
//# sourceMappingURL=react.js.map
|
package/dist/lib/react.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/lib/react.ts"],"names":["containsExactChildren","children","componentName","restrictions","childrenComponents","Children","isValidElement","
|
1
|
+
{"version":3,"sources":["../../src/lib/react.ts"],"names":["ComponentStructureError","message","containsExactChildren","children","componentName","restrictions","childrenComponents","Children","isValidElement","accumulationResults","acc","child","name","missingComponentsArray","excessComponentsArray","key","min","max","found","formatList","label","items","errorMessage","expectsIconWrapper"],"mappings":"4CAeA,IAAMA,CAAAA,CAAN,cAAsC,KAAM,CAC1C,WAAA,CAAYC,CAAAA,CAAS,CACnB,MAAMA,CAAO,CAAA,CACb,IAAA,CAAK,IAAA,CAAO,0BACd,CACF,CAAA,CAuBO,SAASC,EAAsB,CACpC,QAAA,CAAAC,CAAAA,CACA,aAAA,CAAAC,EACA,YAAA,CAAAC,CACF,CAAA,CAA+B,CAC7B,IAAMC,CAAAA,CAAqBC,QAAAA,CAAS,OAAA,CAAQJ,CAAQ,CAAA,CAEpD,GAAI,CAACG,CAAAA,CAAmB,MAAME,cAAc,CAAA,CAC1C,MAAM,IAAIR,CAAAA,CACR,CAAA,CAAA,EAAII,CAAa,CAAA,4BAAA,CACnB,EAGF,IAAMK,CAAAA,CAAsBH,CAAAA,CAAmB,MAAA,CAAO,CAACI,CAAAA,CAAKC,CAAAA,GAAU,CACpE,IAAMC,CAAAA,CAAOD,CAAAA,EAAO,IAAA,EAAM,WAAA,CAC1B,OAAIC,CAAAA,GACFF,CAAAA,CAAIE,CAAI,CAAA,CAAA,CAAKF,EAAIE,CAAI,CAAA,EAAK,CAAA,EAAK,CAAA,CAAA,CAE1BF,CACT,CAAA,CAAG,EAAE,EAECG,CAAAA,CAAmC,EAAC,CACpCC,CAAAA,CAAkC,EAAC,CAEzC,IAAA,GAAW,CAACC,EAAK,CAAE,GAAA,CAAAC,CAAAA,CAAK,GAAA,CAAAC,CAAI,CAAC,CAAA,GAAK,MAAA,CAAO,QAAQZ,CAAY,CAAA,CAAG,CAC9D,IAAMa,EAAQT,CAAAA,CAAoBM,CAAG,CAAA,EAAK,CAAA,CAEtCG,EAAQF,CAAAA,EACVH,CAAAA,CAAuB,IAAA,CAAK,CAAA,EAAGG,CAAAA,CAAME,CAAK,CAAA,KAAA,EAAQH,CAAG,GAAG,CAAA,CAGtDE,CAAAA,GAAQ,MAAA,EAAaC,CAAAA,CAAQD,GAC/BH,CAAAA,CAAsB,IAAA,CAAK,CAAA,EAAGI,CAAAA,CAAQD,CAAG,CAAA,KAAA,EAAQF,CAAG,CAAA,CAAA,CAAG,EAE3D,CAEA,GAAIF,CAAAA,CAAuB,MAAA,EAAUC,EAAsB,MAAA,CAAQ,CACjE,IAAMK,CAAAA,CAAa,CAACC,CAAAA,CAAeC,CAAAA,GACjCA,CAAAA,CAAM,MAAA,CAAS,IAAKD,CAAK,CAAA;AAAA,EAAA,EAAUC,CAAAA,CAAM,IAAA,CAAK,IAAI,CAAC;AAAA,CAAA,CAAO,EAAA,CAEtDC,CAAAA,CACJ,CAAA,SAAA,EAAYlB,CAAa,CAAA;AAAA,EACtBe,CAAAA,CAAW,uBAAA,CAAyBN,CAAsB,CAAC,CAAA,EAC3DM,EAAW,yBAAA,CAA2BL,CAAqB,CAAC,CAAA,CAAA,CAEjE,MAAM,IAAId,EAAwBsB,CAAAA,CAAa,IAAA,EAAM,CACvD,CACF,CAoBO,SAASC,CAAAA,CAAmB,CAAE,QAAA,CAAApB,CAAAA,CAAU,aAAA,CAAAC,CAAc,EAAG,CACnCG,QAAAA,CAAS,OAAA,CAAQJ,CAAQ,CAAA,CAEjC,GAAA,CAAKQ,GAAU,CAChC,GAAIH,cAAAA,CAAeG,CAAK,CAAA,EAElBA,CAAAA,CAAM,KAAK,IAAA,EAAM,UAAA,CAAW,KAAK,CAAA,CACnC,MAAM,IAAI,KAAA,CACR,CAAA,EAAGP,CAAa,CAAA,mDAAA,CAClB,CAGN,CAAC,EACH","file":"react.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\n// @ts-nocheck\nimport { Children, type ReactNode, isValidElement } from 'react';\n\nclass ComponentStructureError extends Error {\n constructor(message) {\n super(message);\n this.name = 'ComponentStructureError';\n }\n}\n\ntype ContainsExactChildrenProps = {\n componentName: string;\n // biome-ignore lint/suspicious/noExplicitAny: aria render props include a generic type\n children:\n | ReactNode\n | ReactNode[]\n | ((\n values: any & {\n defaultChildren: ReactNode | undefined;\n },\n ) => ReactNode);\n restrictions: Record<string, { min: number; max?: number }>;\n};\n\n/**\n * Validates the intended composite component structure.\n *\n * @param children the children of the component\n * @param componentName the displayName of the component\n * @param restrictions the record of validation rules\n */\nexport function containsExactChildren({\n children,\n componentName,\n restrictions,\n}: ContainsExactChildrenProps) {\n const childrenComponents = Children.toArray(children);\n\n if (!childrenComponents.every(isValidElement)) {\n throw new ComponentStructureError(\n `<${componentName}> received invalid children.`,\n );\n }\n\n const accumulationResults = childrenComponents.reduce((acc, child) => {\n const name = child?.type?.displayName;\n if (name) {\n acc[name] = (acc[name] || 0) + 1;\n }\n return acc;\n }, {});\n\n const missingComponentsArray: string[] = [];\n const excessComponentsArray: string[] = [];\n\n for (const [key, { min, max }] of Object.entries(restrictions)) {\n const found = accumulationResults[key] ?? 0;\n\n if (found < min) {\n missingComponentsArray.push(`${min - found} of <${key}>`);\n }\n\n if (max !== undefined && found > max) {\n excessComponentsArray.push(`${found - max} of <${key}>`);\n }\n }\n\n if (missingComponentsArray.length || excessComponentsArray.length) {\n const formatList = (label: string, items: string[]) =>\n items.length ? `\\t${label}:\\n\\t\\t${items.join(', ')}\\n` : '';\n\n const errorMessage =\n `Invalid <${componentName}> structure \\n` +\n `${formatList('Missing the following', missingComponentsArray)}` +\n `${formatList('Excess of the following', excessComponentsArray)}`;\n\n throw new ComponentStructureError(errorMessage.trim());\n }\n}\n\n/**\n * I look for svgIcons exported from the @accelint/icons library\n * and ensure that they are wrapped in an Icon component in order\n * to get the classes and styles they need in context.\n *\n * Using isValidElement means we will filter out strings, boolean, etc.\n * that are valid nodes but not elements.\n *\n * @example\n * expectsIconWrapper({\n * children,\n * componentName: Button.displayName,\n * });\n *\n *\n * @param children the children of the calling component\n * @param componentName the displayName of the calling component\n */\nexport function expectsIconWrapper({ children, componentName }) {\n const childrenComponents = Children.toArray(children);\n\n childrenComponents.map((child) => {\n if (isValidElement(child)) {\n // icons should never be a direct child of the parent\n if (child.type.name?.startsWith('Svg')) {\n throw new Error(\n `${componentName} is using an icon without the required Icon wrapper`,\n );\n }\n }\n });\n}\n"]}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import { ReactNode, CSSProperties } from 'react';
|
2
|
+
|
3
|
+
/**
|
4
|
+
* Re-export due to not being exported by library
|
5
|
+
*/
|
6
|
+
type ClassNameRenderProps<T extends object> = T & {
|
7
|
+
defaultClassName?: string;
|
8
|
+
};
|
9
|
+
type RenderPropsClassName<T extends object> = string | ((values: ClassNameRenderProps<T>) => string);
|
10
|
+
type StylePropRenderProps<T extends object> = T & {
|
11
|
+
defaultStyle?: CSSProperties;
|
12
|
+
};
|
13
|
+
type RenderPropsStyle<T extends object> = CSSProperties | ((values: StylePropRenderProps<T>) => CSSProperties);
|
14
|
+
type ChildrenRenderProps<T extends object> = T & {
|
15
|
+
defaultChildren?: ReactNode;
|
16
|
+
};
|
17
|
+
type RenderPropsChildren<T extends object> = ReactNode | ((values: ChildrenRenderProps<T>) => ReactNode);
|
18
|
+
type StyleRenderProps<T extends object> = {
|
19
|
+
/** The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state. */
|
20
|
+
className?: RenderPropsClassName<T>;
|
21
|
+
/** The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state. */
|
22
|
+
style?: RenderPropsStyle<T>;
|
23
|
+
};
|
24
|
+
type RenderProps<T extends object> = StyleRenderProps<T> & {
|
25
|
+
/** The children of the component. A function may be provided to alter the children based on component state. */
|
26
|
+
children?: RenderPropsChildren<T>;
|
27
|
+
};
|
28
|
+
|
29
|
+
export type { ChildrenRenderProps, ClassNameRenderProps, RenderProps, RenderPropsChildren, RenderPropsClassName, RenderPropsStyle, StylePropRenderProps, StyleRenderProps };
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"types.js"}
|
package/dist/lib/utils.d.ts
CHANGED
@@ -1,7 +1,21 @@
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
1
2
|
import * as tailwind_merge from 'tailwind-merge';
|
2
3
|
import { ClassValue } from 'clsx';
|
4
|
+
import { ForwardedRef } from 'react';
|
5
|
+
import { ContextValue } from 'react-aria-components';
|
3
6
|
|
4
7
|
declare const twMerge: (...classLists: tailwind_merge.ClassNameValue[]) => string;
|
5
8
|
declare function cn(...inputs: ClassValue[]): string;
|
9
|
+
declare const tv: tailwind_variants.CreateTV;
|
10
|
+
type WithRef<T, E> = T & {
|
11
|
+
ref?: ForwardedRef<E>;
|
12
|
+
};
|
13
|
+
interface SlottedValue<T> {
|
14
|
+
slots?: Record<string | symbol, T>;
|
15
|
+
}
|
16
|
+
/**
|
17
|
+
* A helper to narrow the type of Context Value
|
18
|
+
*/
|
19
|
+
declare function isSlottedContextValue<T, E>(context: ContextValue<T, E>): context is SlottedValue<WithRef<T, E>>;
|
6
20
|
|
7
|
-
export { cn, twMerge };
|
21
|
+
export { cn, isSlottedContextValue, tv, twMerge };
|
package/dist/lib/utils.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import {clsx}from'clsx';import {extendTailwindMerge,validators}from'tailwind-merge';var
|
1
|
+
import {clsx}from'clsx';import {extendTailwindMerge,validators}from'tailwind-merge';import {createTV}from'tailwind-variants';var a=extendTailwindMerge({extend:{classGroups:{icon:[{icon:["",validators.isAny]}],"icon-size":[{"icon-size":["",validators.isAny]}],fg:[{fg:["",validators.isAny]}]},conflictingClassGroups:{fg:["icon","text-color"]},theme:{color:["current","surface-default","surface-raised","surface-overlay","transparent-dark","transparent-light","interactive-default","interactive-hover-light","interactive-hover-dark","interactive-disabled","static-light","static-dark","interactive","interactive-hover","highlight-bold","highlight-hover","highlight-subtle","info-bold","info-hover","info-subtle","advisory-bold","advisory-hover","advisory-subtle","normal-bold","normal-hover","normal-subtle","serious-bold","serious-hover","serious-subtle","critical-bold","critical-hover","critical-subtle","default-light","default-dark","inverse-dark","inverse-light","disabled","highlight","info","advisory","normal","serious","critical","classification-missing","classification-unclass","classification-cui","classification-confidential","classification-secret","classification-top-secret"],font:["primary","display"],text:["header-xxl","header-xl","header-l","header-m","header-s","header-xs","body-xl","body-l","body-m","body-s","body-xs","body-xxs","button-xl","button-l","button-m","button-s","button-xs"],radius:["none","small","medium","large","round"],shadow:["elevation-default","elevation-overlay","elevation-raised"],spacing:["none","0","xxs","xs","s","m","l","xl","xxl","oversized"]}}});function c(...i){return a(clsx(i))}var d=createTV({twMergeConfig:{extend:{classGroups:{icon:[{icon:["",validators.isAny]}],"icon-size":[{"icon-size":["",validators.isAny]}],fg:[{fg:["",validators.isAny]}]},conflictingClassGroups:{fg:["icon","text-color"]},theme:{color:["current","surface-default","surface-raised","surface-overlay","transparent-dark","transparent-light","interactive-default","interactive-hover-light","interactive-hover-dark","interactive-disabled","static-light","static-dark","interactive","interactive-hover","highlight-bold","highlight-hover","highlight-subtle","info-bold","info-hover","info-subtle","advisory-bold","advisory-hover","advisory-subtle","normal-bold","normal-hover","normal-subtle","serious-bold","serious-hover","serious-subtle","critical-bold","critical-hover","critical-subtle","default-light","default-dark","inverse-dark","inverse-light","disabled","highlight","info","advisory","normal","serious","critical","classification-missing","classification-unclass","classification-cui","classification-confidential","classification-secret","classification-top-secret"],font:["primary","display"],text:["header-xxl","header-xl","header-l","header-m","header-s","header-xs","body-xl","body-l","body-m","body-s","body-xs","body-xxs","button-xl","button-l","button-m","button-s","button-xs"],radius:["none","small","medium","large","round"],shadow:["elevation-default","elevation-overlay","elevation-raised"],spacing:["none","0","xxs","xs","s","m","l","xl","xxl","oversized"]}}}});function u(i){return !!i&&"slots"in i}export{c as cn,u as isSlottedContextValue,d as tv,a as twMerge};//# sourceMappingURL=utils.js.map
|
2
2
|
//# sourceMappingURL=utils.js.map
|