@uniformdev/design-system 19.42.1-alpha.7 → 19.45.1
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/esm/chunk-6NI3O2RY.js +3 -0
- package/dist/esm/importedIcons-GRLD5JXK.js +1294 -0
- package/dist/esm/index.js +191 -159
- package/dist/index.d.mts +723 -46
- package/dist/index.d.ts +723 -46
- package/dist/index.js +1786 -164
- package/package.json +16 -17
package/dist/index.d.mts
CHANGED
|
@@ -8,9 +8,9 @@ import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-na
|
|
|
8
8
|
import { LottieComponentProps } from 'lottie-react';
|
|
9
9
|
import { ButtonProps as ButtonProps$1 } from 'reakit/Button';
|
|
10
10
|
import { MenuProps as MenuProps$1, MenuItemHTMLProps } from 'reakit';
|
|
11
|
-
import * as
|
|
12
|
-
import { IconType as IconType$1, IconBaseProps } from 'react-icons';
|
|
13
|
-
import * as
|
|
11
|
+
import * as _react_icons_all_files_lib from '@react-icons/all-files/lib';
|
|
12
|
+
import { IconType as IconType$1, IconBaseProps } from '@react-icons/all-files/lib';
|
|
13
|
+
import * as _react_icons_all_files from '@react-icons/all-files';
|
|
14
14
|
import InternalSelect from 'react-select/dist/declarations/src/Select';
|
|
15
15
|
import { StateManagerProps } from 'react-select/dist/declarations/src/useStateManager';
|
|
16
16
|
import { JsonSchema7Type } from 'zod-to-json-schema/src/parseDef';
|
|
@@ -20429,7 +20429,7 @@ declare const LoadingCardSkeleton: () => _emotion_react_types_jsx_namespace.Emot
|
|
|
20429
20429
|
type ChipSizeProp = 'xs' | 'sm' | 'md';
|
|
20430
20430
|
type ChipTheme = 'accent-light' | 'accent-dark' | 'accent-alt-light' | 'accent-alt-dark' | 'neutral-light' | 'neutral-dark';
|
|
20431
20431
|
type ChipProps = {
|
|
20432
|
-
icon?: IconType
|
|
20432
|
+
icon?: IconType;
|
|
20433
20433
|
text: ReactNode;
|
|
20434
20434
|
/** sets the size of the chip
|
|
20435
20435
|
* @default 'sm'
|
|
@@ -20662,9 +20662,675 @@ type DrawerContentProps = {
|
|
|
20662
20662
|
} & HTMLAttributes<HTMLDivElement>;
|
|
20663
20663
|
declare const DrawerContent: ({ children, buttonGroup, noPadding, ...props }: DrawerContentProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
20664
20664
|
|
|
20665
|
-
declare const
|
|
20665
|
+
declare const allSupportedIcons: {
|
|
20666
|
+
'rectangle-rounded': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20667
|
+
card: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20668
|
+
'image-text': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20669
|
+
'border-top': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20670
|
+
'full-width-screen': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20671
|
+
'text-input': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20672
|
+
'number-input': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20673
|
+
'canvas-alert': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20674
|
+
warning: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20675
|
+
'info-filled': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20676
|
+
settings: (props: IconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
20677
|
+
'query-string': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20678
|
+
json: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20679
|
+
'format-bold': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20680
|
+
'format-code': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20681
|
+
'format-strike': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20682
|
+
'format-superscript': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20683
|
+
'format-subscript': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20684
|
+
'layout-list-numbered': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20685
|
+
'clear-formatting': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20686
|
+
'yes-no': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20687
|
+
'diamond-outline': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20688
|
+
'diamond-fill': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20689
|
+
'add-r': _react_icons_all_files_lib.IconType;
|
|
20690
|
+
add: _react_icons_all_files_lib.IconType;
|
|
20691
|
+
airplane: _react_icons_all_files_lib.IconType;
|
|
20692
|
+
alarm: _react_icons_all_files_lib.IconType;
|
|
20693
|
+
album: _react_icons_all_files_lib.IconType;
|
|
20694
|
+
'align-bottom': _react_icons_all_files_lib.IconType;
|
|
20695
|
+
'align-center': _react_icons_all_files_lib.IconType;
|
|
20696
|
+
'align-left': _react_icons_all_files_lib.IconType;
|
|
20697
|
+
'align-middle': _react_icons_all_files_lib.IconType;
|
|
20698
|
+
'align-right': _react_icons_all_files_lib.IconType;
|
|
20699
|
+
'align-top': _react_icons_all_files_lib.IconType;
|
|
20700
|
+
anchor: _react_icons_all_files_lib.IconType;
|
|
20701
|
+
'apple-watch': _react_icons_all_files_lib.IconType;
|
|
20702
|
+
'arrange-back': _react_icons_all_files_lib.IconType;
|
|
20703
|
+
'arrange-front': _react_icons_all_files_lib.IconType;
|
|
20704
|
+
'arrow-align-h': _react_icons_all_files_lib.IconType;
|
|
20705
|
+
'arrow-align-v': _react_icons_all_files_lib.IconType;
|
|
20706
|
+
'arrow-bottom-left-o': _react_icons_all_files_lib.IconType;
|
|
20707
|
+
'arrow-bottom-left-r': _react_icons_all_files_lib.IconType;
|
|
20708
|
+
'arrow-bottom-left': _react_icons_all_files_lib.IconType;
|
|
20709
|
+
'arrow-bottom-right-o': _react_icons_all_files_lib.IconType;
|
|
20710
|
+
'arrow-bottom-right-r': _react_icons_all_files_lib.IconType;
|
|
20711
|
+
'arrow-bottom-right': _react_icons_all_files_lib.IconType;
|
|
20712
|
+
'arrow-down-o': _react_icons_all_files_lib.IconType;
|
|
20713
|
+
'arrow-down-r': _react_icons_all_files_lib.IconType;
|
|
20714
|
+
'arrow-down': _react_icons_all_files_lib.IconType;
|
|
20715
|
+
'arrow-left-o': _react_icons_all_files_lib.IconType;
|
|
20716
|
+
'arrow-left-r': _react_icons_all_files_lib.IconType;
|
|
20717
|
+
'arrow-left': _react_icons_all_files_lib.IconType;
|
|
20718
|
+
'arrow-long-down-c': _react_icons_all_files_lib.IconType;
|
|
20719
|
+
'arrow-long-down-e': _react_icons_all_files_lib.IconType;
|
|
20720
|
+
'arrow-long-down-l': _react_icons_all_files_lib.IconType;
|
|
20721
|
+
'arrow-long-down-r': _react_icons_all_files_lib.IconType;
|
|
20722
|
+
'arrow-long-down': _react_icons_all_files_lib.IconType;
|
|
20723
|
+
'arrow-long-left-c': _react_icons_all_files_lib.IconType;
|
|
20724
|
+
'arrow-long-left-e': _react_icons_all_files_lib.IconType;
|
|
20725
|
+
'arrow-long-left-l': _react_icons_all_files_lib.IconType;
|
|
20726
|
+
'arrow-long-left-r': _react_icons_all_files_lib.IconType;
|
|
20727
|
+
'arrow-long-left': _react_icons_all_files_lib.IconType;
|
|
20728
|
+
'arrow-long-right-c': _react_icons_all_files_lib.IconType;
|
|
20729
|
+
'arrow-long-right-e': _react_icons_all_files_lib.IconType;
|
|
20730
|
+
'arrow-long-right-l': _react_icons_all_files_lib.IconType;
|
|
20731
|
+
'arrow-long-right-r': _react_icons_all_files_lib.IconType;
|
|
20732
|
+
'arrow-long-right': _react_icons_all_files_lib.IconType;
|
|
20733
|
+
'arrow-long-up-c': _react_icons_all_files_lib.IconType;
|
|
20734
|
+
'arrow-long-up-e': _react_icons_all_files_lib.IconType;
|
|
20735
|
+
'arrow-long-up-l': _react_icons_all_files_lib.IconType;
|
|
20736
|
+
'arrow-long-up-r': _react_icons_all_files_lib.IconType;
|
|
20737
|
+
'arrow-long-up': _react_icons_all_files_lib.IconType;
|
|
20738
|
+
'arrow-right-o': _react_icons_all_files_lib.IconType;
|
|
20739
|
+
'arrow-right-r': _react_icons_all_files_lib.IconType;
|
|
20740
|
+
'arrow-right': _react_icons_all_files_lib.IconType;
|
|
20741
|
+
'arrow-top-left-o': _react_icons_all_files_lib.IconType;
|
|
20742
|
+
'arrow-top-left-r': _react_icons_all_files_lib.IconType;
|
|
20743
|
+
'arrow-top-left': _react_icons_all_files_lib.IconType;
|
|
20744
|
+
'arrow-top-right-o': _react_icons_all_files_lib.IconType;
|
|
20745
|
+
'arrow-top-right-r': _react_icons_all_files_lib.IconType;
|
|
20746
|
+
'arrow-top-right': _react_icons_all_files_lib.IconType;
|
|
20747
|
+
'arrow-up-o': _react_icons_all_files_lib.IconType;
|
|
20748
|
+
'arrow-up-r': _react_icons_all_files_lib.IconType;
|
|
20749
|
+
'arrow-up': _react_icons_all_files_lib.IconType;
|
|
20750
|
+
'arrows-breake-h': _react_icons_all_files_lib.IconType;
|
|
20751
|
+
'arrows-breake-v': _react_icons_all_files_lib.IconType;
|
|
20752
|
+
'arrows-exchange-alt-v': _react_icons_all_files_lib.IconType;
|
|
20753
|
+
'arrows-exchange-alt': _react_icons_all_files_lib.IconType;
|
|
20754
|
+
'arrows-exchange-v': _react_icons_all_files_lib.IconType;
|
|
20755
|
+
'arrows-exchange': _react_icons_all_files_lib.IconType;
|
|
20756
|
+
'arrows-expand-down-left': _react_icons_all_files_lib.IconType;
|
|
20757
|
+
'arrows-expand-down-right': _react_icons_all_files_lib.IconType;
|
|
20758
|
+
'arrows-expand-left-alt': _react_icons_all_files_lib.IconType;
|
|
20759
|
+
'arrows-expand-left': _react_icons_all_files_lib.IconType;
|
|
20760
|
+
'arrows-expand-right-alt': _react_icons_all_files_lib.IconType;
|
|
20761
|
+
'arrows-expand-right': _react_icons_all_files_lib.IconType;
|
|
20762
|
+
'arrows-expand-up-left': _react_icons_all_files_lib.IconType;
|
|
20763
|
+
'arrows-expand-up-right': _react_icons_all_files_lib.IconType;
|
|
20764
|
+
'arrows-h-alt': _react_icons_all_files_lib.IconType;
|
|
20765
|
+
'arrows-h': _react_icons_all_files_lib.IconType;
|
|
20766
|
+
'arrows-merge-alt-h': _react_icons_all_files_lib.IconType;
|
|
20767
|
+
'arrows-merge-alt-v': _react_icons_all_files_lib.IconType;
|
|
20768
|
+
'arrows-scroll-h': _react_icons_all_files_lib.IconType;
|
|
20769
|
+
'arrows-scroll-v': _react_icons_all_files_lib.IconType;
|
|
20770
|
+
'arrows-shrink-h': _react_icons_all_files_lib.IconType;
|
|
20771
|
+
'arrows-shrink-v': _react_icons_all_files_lib.IconType;
|
|
20772
|
+
'arrows-v-alt': _react_icons_all_files_lib.IconType;
|
|
20773
|
+
'arrows-v': _react_icons_all_files_lib.IconType;
|
|
20774
|
+
assign: _react_icons_all_files_lib.IconType;
|
|
20775
|
+
asterisk: _react_icons_all_files_lib.IconType;
|
|
20776
|
+
attachment: _react_icons_all_files_lib.IconType;
|
|
20777
|
+
attribution: _react_icons_all_files_lib.IconType;
|
|
20778
|
+
awards: _react_icons_all_files_lib.IconType;
|
|
20779
|
+
backspace: _react_icons_all_files_lib.IconType;
|
|
20780
|
+
'band-aid': _react_icons_all_files_lib.IconType;
|
|
20781
|
+
'battery-empty': _react_icons_all_files_lib.IconType;
|
|
20782
|
+
'battery-full': _react_icons_all_files_lib.IconType;
|
|
20783
|
+
battery: _react_icons_all_files_lib.IconType;
|
|
20784
|
+
bee: _react_icons_all_files_lib.IconType;
|
|
20785
|
+
bell: _react_icons_all_files_lib.IconType;
|
|
20786
|
+
bitbucket: _react_icons_all_files_lib.IconType;
|
|
20787
|
+
block: _react_icons_all_files_lib.IconType;
|
|
20788
|
+
board: _react_icons_all_files_lib.IconType;
|
|
20789
|
+
bolt: _react_icons_all_files_lib.IconType;
|
|
20790
|
+
bookmark: _react_icons_all_files_lib.IconType;
|
|
20791
|
+
'border-all': _react_icons_all_files_lib.IconType;
|
|
20792
|
+
'border-bottom': _react_icons_all_files_lib.IconType;
|
|
20793
|
+
'border-left': _react_icons_all_files_lib.IconType;
|
|
20794
|
+
'border-right': _react_icons_all_files_lib.IconType;
|
|
20795
|
+
'border-style-dashed': _react_icons_all_files_lib.IconType;
|
|
20796
|
+
'border-style-dotted': _react_icons_all_files_lib.IconType;
|
|
20797
|
+
'border-style-solid': _react_icons_all_files_lib.IconType;
|
|
20798
|
+
bot: _react_icons_all_files_lib.IconType;
|
|
20799
|
+
bowl: _react_icons_all_files_lib.IconType;
|
|
20800
|
+
box: _react_icons_all_files_lib.IconType;
|
|
20801
|
+
boy: _react_icons_all_files_lib.IconType;
|
|
20802
|
+
briefcase: _react_icons_all_files_lib.IconType;
|
|
20803
|
+
browse: _react_icons_all_files_lib.IconType;
|
|
20804
|
+
browser: _react_icons_all_files_lib.IconType;
|
|
20805
|
+
brush: _react_icons_all_files_lib.IconType;
|
|
20806
|
+
bulb: _react_icons_all_files_lib.IconType;
|
|
20807
|
+
'c-plus-plus': _react_icons_all_files_lib.IconType;
|
|
20808
|
+
calculator: _react_icons_all_files_lib.IconType;
|
|
20809
|
+
'calendar-dates': _react_icons_all_files_lib.IconType;
|
|
20810
|
+
'calendar-due': _react_icons_all_files_lib.IconType;
|
|
20811
|
+
'calendar-next': _react_icons_all_files_lib.IconType;
|
|
20812
|
+
'calendar-today': _react_icons_all_files_lib.IconType;
|
|
20813
|
+
'calendar-two': _react_icons_all_files_lib.IconType;
|
|
20814
|
+
calendar: _react_icons_all_files_lib.IconType;
|
|
20815
|
+
calibrate: _react_icons_all_files_lib.IconType;
|
|
20816
|
+
camera: _react_icons_all_files_lib.IconType;
|
|
20817
|
+
cap: _react_icons_all_files_lib.IconType;
|
|
20818
|
+
captions: _react_icons_all_files_lib.IconType;
|
|
20819
|
+
'card-clubs': _react_icons_all_files_lib.IconType;
|
|
20820
|
+
'card-diamonds': _react_icons_all_files_lib.IconType;
|
|
20821
|
+
'card-hearts': _react_icons_all_files_lib.IconType;
|
|
20822
|
+
'card-spades': _react_icons_all_files_lib.IconType;
|
|
20823
|
+
carousel: _react_icons_all_files_lib.IconType;
|
|
20824
|
+
cast: _react_icons_all_files_lib.IconType;
|
|
20825
|
+
chart: _react_icons_all_files_lib.IconType;
|
|
20826
|
+
'check-o': _react_icons_all_files_lib.IconType;
|
|
20827
|
+
'check-r': _react_icons_all_files_lib.IconType;
|
|
20828
|
+
check: _react_icons_all_files_lib.IconType;
|
|
20829
|
+
'chevron-double-down-o': _react_icons_all_files_lib.IconType;
|
|
20830
|
+
'chevron-double-down-r': _react_icons_all_files_lib.IconType;
|
|
20831
|
+
'chevron-double-down': _react_icons_all_files_lib.IconType;
|
|
20832
|
+
'chevron-double-left-o': _react_icons_all_files_lib.IconType;
|
|
20833
|
+
'chevron-double-left-r': _react_icons_all_files_lib.IconType;
|
|
20834
|
+
'chevron-double-left': _react_icons_all_files_lib.IconType;
|
|
20835
|
+
'chevron-double-right-o': _react_icons_all_files_lib.IconType;
|
|
20836
|
+
'chevron-double-right-r': _react_icons_all_files_lib.IconType;
|
|
20837
|
+
'chevron-double-right': _react_icons_all_files_lib.IconType;
|
|
20838
|
+
'chevron-double-up-o': _react_icons_all_files_lib.IconType;
|
|
20839
|
+
'chevron-double-up-r': _react_icons_all_files_lib.IconType;
|
|
20840
|
+
'chevron-double-up': _react_icons_all_files_lib.IconType;
|
|
20841
|
+
'chevron-down-o': _react_icons_all_files_lib.IconType;
|
|
20842
|
+
'chevron-down-r': _react_icons_all_files_lib.IconType;
|
|
20843
|
+
'chevron-down': _react_icons_all_files_lib.IconType;
|
|
20844
|
+
'chevron-left-o': _react_icons_all_files_lib.IconType;
|
|
20845
|
+
'chevron-left-r': _react_icons_all_files_lib.IconType;
|
|
20846
|
+
'chevron-left': _react_icons_all_files_lib.IconType;
|
|
20847
|
+
'chevron-right-o': _react_icons_all_files_lib.IconType;
|
|
20848
|
+
'chevron-right-r': _react_icons_all_files_lib.IconType;
|
|
20849
|
+
'chevron-right': _react_icons_all_files_lib.IconType;
|
|
20850
|
+
'chevron-up-o': _react_icons_all_files_lib.IconType;
|
|
20851
|
+
'chevron-up-r': _react_icons_all_files_lib.IconType;
|
|
20852
|
+
'chevron-up': _react_icons_all_files_lib.IconType;
|
|
20853
|
+
'clapper-board': _react_icons_all_files_lib.IconType;
|
|
20854
|
+
clipboard: _react_icons_all_files_lib.IconType;
|
|
20855
|
+
'close-o': _react_icons_all_files_lib.IconType;
|
|
20856
|
+
'close-r': _react_icons_all_files_lib.IconType;
|
|
20857
|
+
close: _react_icons_all_files_lib.IconType;
|
|
20858
|
+
cloud: _react_icons_all_files_lib.IconType;
|
|
20859
|
+
'code-slash': _react_icons_all_files_lib.IconType;
|
|
20860
|
+
code: _react_icons_all_files_lib.IconType;
|
|
20861
|
+
coffee: _react_icons_all_files_lib.IconType;
|
|
20862
|
+
collage: _react_icons_all_files_lib.IconType;
|
|
20863
|
+
'color-bucket': _react_icons_all_files_lib.IconType;
|
|
20864
|
+
'color-picker': _react_icons_all_files_lib.IconType;
|
|
20865
|
+
comment: _react_icons_all_files_lib.IconType;
|
|
20866
|
+
community: _react_icons_all_files_lib.IconType;
|
|
20867
|
+
components: _react_icons_all_files_lib.IconType;
|
|
20868
|
+
'compress-left': _react_icons_all_files_lib.IconType;
|
|
20869
|
+
'compress-right': _react_icons_all_files_lib.IconType;
|
|
20870
|
+
'compress-v': _react_icons_all_files_lib.IconType;
|
|
20871
|
+
compress: _react_icons_all_files_lib.IconType;
|
|
20872
|
+
controller: _react_icons_all_files_lib.IconType;
|
|
20873
|
+
copy: _react_icons_all_files_lib.IconType;
|
|
20874
|
+
copyright: _react_icons_all_files_lib.IconType;
|
|
20875
|
+
'corner-double-down-left': _react_icons_all_files_lib.IconType;
|
|
20876
|
+
'corner-double-down-right': _react_icons_all_files_lib.IconType;
|
|
20877
|
+
'corner-double-left-down': _react_icons_all_files_lib.IconType;
|
|
20878
|
+
'corner-double-left-up': _react_icons_all_files_lib.IconType;
|
|
20879
|
+
'corner-double-right-down': _react_icons_all_files_lib.IconType;
|
|
20880
|
+
'corner-double-right-up': _react_icons_all_files_lib.IconType;
|
|
20881
|
+
'corner-double-up-left': _react_icons_all_files_lib.IconType;
|
|
20882
|
+
'corner-double-up-right': _react_icons_all_files_lib.IconType;
|
|
20883
|
+
'corner-down-left': _react_icons_all_files_lib.IconType;
|
|
20884
|
+
'corner-down-right': _react_icons_all_files_lib.IconType;
|
|
20885
|
+
'corner-left-down': _react_icons_all_files_lib.IconType;
|
|
20886
|
+
'corner-left-up': _react_icons_all_files_lib.IconType;
|
|
20887
|
+
'corner-right-down': _react_icons_all_files_lib.IconType;
|
|
20888
|
+
'corner-right-up': _react_icons_all_files_lib.IconType;
|
|
20889
|
+
'corner-up-left': _react_icons_all_files_lib.IconType;
|
|
20890
|
+
'corner-up-right': _react_icons_all_files_lib.IconType;
|
|
20891
|
+
'credit-card': _react_icons_all_files_lib.IconType;
|
|
20892
|
+
crop: _react_icons_all_files_lib.IconType;
|
|
20893
|
+
cross: _react_icons_all_files_lib.IconType;
|
|
20894
|
+
crown: _react_icons_all_files_lib.IconType;
|
|
20895
|
+
danger: _react_icons_all_files_lib.IconType;
|
|
20896
|
+
'dark-mode': _react_icons_all_files_lib.IconType;
|
|
20897
|
+
data: _react_icons_all_files_lib.IconType;
|
|
20898
|
+
database: _react_icons_all_files_lib.IconType;
|
|
20899
|
+
debug: _react_icons_all_files_lib.IconType;
|
|
20900
|
+
desktop: _react_icons_all_files_lib.IconType;
|
|
20901
|
+
'details-less': _react_icons_all_files_lib.IconType;
|
|
20902
|
+
'details-more': _react_icons_all_files_lib.IconType;
|
|
20903
|
+
dialpad: _react_icons_all_files_lib.IconType;
|
|
20904
|
+
'dice-1': _react_icons_all_files_lib.IconType;
|
|
20905
|
+
'dice-2': _react_icons_all_files_lib.IconType;
|
|
20906
|
+
'dice-3': _react_icons_all_files_lib.IconType;
|
|
20907
|
+
'dice-4': _react_icons_all_files_lib.IconType;
|
|
20908
|
+
'dice-5': _react_icons_all_files_lib.IconType;
|
|
20909
|
+
'dice-6': _react_icons_all_files_lib.IconType;
|
|
20910
|
+
disc: _react_icons_all_files_lib.IconType;
|
|
20911
|
+
'display-flex': _react_icons_all_files_lib.IconType;
|
|
20912
|
+
'display-fullwidth': _react_icons_all_files_lib.IconType;
|
|
20913
|
+
'display-grid': _react_icons_all_files_lib.IconType;
|
|
20914
|
+
'display-spacing': _react_icons_all_files_lib.IconType;
|
|
20915
|
+
'distribute-horizontal': _react_icons_all_files_lib.IconType;
|
|
20916
|
+
'distribute-vertical': _react_icons_all_files_lib.IconType;
|
|
20917
|
+
'dock-bottom': _react_icons_all_files_lib.IconType;
|
|
20918
|
+
'dock-left': _react_icons_all_files_lib.IconType;
|
|
20919
|
+
'dock-right': _react_icons_all_files_lib.IconType;
|
|
20920
|
+
'dock-window': _react_icons_all_files_lib.IconType;
|
|
20921
|
+
dollar: _react_icons_all_files_lib.IconType;
|
|
20922
|
+
drive: _react_icons_all_files_lib.IconType;
|
|
20923
|
+
'drop-invert': _react_icons_all_files_lib.IconType;
|
|
20924
|
+
'drop-opacity': _react_icons_all_files_lib.IconType;
|
|
20925
|
+
drop: _react_icons_all_files_lib.IconType;
|
|
20926
|
+
duplicate: _react_icons_all_files_lib.IconType;
|
|
20927
|
+
'edit-black-point': _react_icons_all_files_lib.IconType;
|
|
20928
|
+
'edit-contrast': _react_icons_all_files_lib.IconType;
|
|
20929
|
+
'edit-exposure': _react_icons_all_files_lib.IconType;
|
|
20930
|
+
'edit-fade': _react_icons_all_files_lib.IconType;
|
|
20931
|
+
'edit-flip-h': _react_icons_all_files_lib.IconType;
|
|
20932
|
+
'edit-flip-v': _react_icons_all_files_lib.IconType;
|
|
20933
|
+
'edit-highlight': _react_icons_all_files_lib.IconType;
|
|
20934
|
+
'edit-markup': _react_icons_all_files_lib.IconType;
|
|
20935
|
+
'edit-mask': _react_icons_all_files_lib.IconType;
|
|
20936
|
+
'edit-noise': _react_icons_all_files_lib.IconType;
|
|
20937
|
+
'edit-shadows': _react_icons_all_files_lib.IconType;
|
|
20938
|
+
'edit-straight': _react_icons_all_files_lib.IconType;
|
|
20939
|
+
'edit-unmask': _react_icons_all_files_lib.IconType;
|
|
20940
|
+
eject: _react_icons_all_files_lib.IconType;
|
|
20941
|
+
enter: _react_icons_all_files_lib.IconType;
|
|
20942
|
+
erase: _react_icons_all_files_lib.IconType;
|
|
20943
|
+
ereader: _react_icons_all_files_lib.IconType;
|
|
20944
|
+
ericsson: _react_icons_all_files_lib.IconType;
|
|
20945
|
+
ethernet: _react_icons_all_files_lib.IconType;
|
|
20946
|
+
euro: _react_icons_all_files_lib.IconType;
|
|
20947
|
+
expand: _react_icons_all_files_lib.IconType;
|
|
20948
|
+
export: _react_icons_all_files_lib.IconType;
|
|
20949
|
+
'extension-add': _react_icons_all_files_lib.IconType;
|
|
20950
|
+
'extension-alt': _react_icons_all_files_lib.IconType;
|
|
20951
|
+
'extension-remove': _react_icons_all_files_lib.IconType;
|
|
20952
|
+
extension: _react_icons_all_files_lib.IconType;
|
|
20953
|
+
external: _react_icons_all_files_lib.IconType;
|
|
20954
|
+
'eye-alt': _react_icons_all_files_lib.IconType;
|
|
20955
|
+
eye: _react_icons_all_files_lib.IconType;
|
|
20956
|
+
feed: _react_icons_all_files_lib.IconType;
|
|
20957
|
+
'file-add': _react_icons_all_files_lib.IconType;
|
|
20958
|
+
'file-document': _react_icons_all_files_lib.IconType;
|
|
20959
|
+
'file-remove': _react_icons_all_files_lib.IconType;
|
|
20960
|
+
file: _react_icons_all_files_lib.IconType;
|
|
20961
|
+
film: _react_icons_all_files_lib.IconType;
|
|
20962
|
+
filters: _react_icons_all_files_lib.IconType;
|
|
20963
|
+
'flag-alt': _react_icons_all_files_lib.IconType;
|
|
20964
|
+
flag: _react_icons_all_files_lib.IconType;
|
|
20965
|
+
'folder-add': _react_icons_all_files_lib.IconType;
|
|
20966
|
+
'folder-remove': _react_icons_all_files_lib.IconType;
|
|
20967
|
+
folder: _react_icons_all_files_lib.IconType;
|
|
20968
|
+
'font-height': _react_icons_all_files_lib.IconType;
|
|
20969
|
+
'font-spacing': _react_icons_all_files_lib.IconType;
|
|
20970
|
+
'format-center': _react_icons_all_files_lib.IconType;
|
|
20971
|
+
'format-color': _react_icons_all_files_lib.IconType;
|
|
20972
|
+
'format-heading': _react_icons_all_files_lib.IconType;
|
|
20973
|
+
'format-indent-decrease': _react_icons_all_files_lib.IconType;
|
|
20974
|
+
'format-indent-increase': _react_icons_all_files_lib.IconType;
|
|
20975
|
+
'format-italic': _react_icons_all_files_lib.IconType;
|
|
20976
|
+
'format-justify': _react_icons_all_files_lib.IconType;
|
|
20977
|
+
'format-left': _react_icons_all_files_lib.IconType;
|
|
20978
|
+
'format-line-height': _react_icons_all_files_lib.IconType;
|
|
20979
|
+
'format-right': _react_icons_all_files_lib.IconType;
|
|
20980
|
+
'format-separator': _react_icons_all_files_lib.IconType;
|
|
20981
|
+
'format-slash': _react_icons_all_files_lib.IconType;
|
|
20982
|
+
'format-text': _react_icons_all_files_lib.IconType;
|
|
20983
|
+
'format-underline': _react_icons_all_files_lib.IconType;
|
|
20984
|
+
'format-uppercase': _react_icons_all_files_lib.IconType;
|
|
20985
|
+
games: _react_icons_all_files_lib.IconType;
|
|
20986
|
+
'gender-female': _react_icons_all_files_lib.IconType;
|
|
20987
|
+
'gender-male': _react_icons_all_files_lib.IconType;
|
|
20988
|
+
'ghost-character': _react_icons_all_files_lib.IconType;
|
|
20989
|
+
gift: _react_icons_all_files_lib.IconType;
|
|
20990
|
+
girl: _react_icons_all_files_lib.IconType;
|
|
20991
|
+
'git-branch': _react_icons_all_files_lib.IconType;
|
|
20992
|
+
'git-commit': _react_icons_all_files_lib.IconType;
|
|
20993
|
+
'git-fork': _react_icons_all_files_lib.IconType;
|
|
20994
|
+
'git-pull': _react_icons_all_files_lib.IconType;
|
|
20995
|
+
'glass-alt': _react_icons_all_files_lib.IconType;
|
|
20996
|
+
glass: _react_icons_all_files_lib.IconType;
|
|
20997
|
+
'globe-alt': _react_icons_all_files_lib.IconType;
|
|
20998
|
+
globe: _react_icons_all_files_lib.IconType;
|
|
20999
|
+
gym: _react_icons_all_files_lib.IconType;
|
|
21000
|
+
hashtag: _react_icons_all_files_lib.IconType;
|
|
21001
|
+
headset: _react_icons_all_files_lib.IconType;
|
|
21002
|
+
heart: _react_icons_all_files_lib.IconType;
|
|
21003
|
+
'home-alt': _react_icons_all_files_lib.IconType;
|
|
21004
|
+
'home-screen': _react_icons_all_files_lib.IconType;
|
|
21005
|
+
home: _react_icons_all_files_lib.IconType;
|
|
21006
|
+
icecream: _react_icons_all_files_lib.IconType;
|
|
21007
|
+
image: _react_icons_all_files_lib.IconType;
|
|
21008
|
+
import: _react_icons_all_files_lib.IconType;
|
|
21009
|
+
inbox: _react_icons_all_files_lib.IconType;
|
|
21010
|
+
infinity: _react_icons_all_files_lib.IconType;
|
|
21011
|
+
info: _react_icons_all_files_lib.IconType;
|
|
21012
|
+
inpicture: _react_icons_all_files_lib.IconType;
|
|
21013
|
+
'insert-after-o': _react_icons_all_files_lib.IconType;
|
|
21014
|
+
'insert-after-r': _react_icons_all_files_lib.IconType;
|
|
21015
|
+
'insert-after': _react_icons_all_files_lib.IconType;
|
|
21016
|
+
'insert-before-o': _react_icons_all_files_lib.IconType;
|
|
21017
|
+
'insert-before-r': _react_icons_all_files_lib.IconType;
|
|
21018
|
+
'insert-before': _react_icons_all_files_lib.IconType;
|
|
21019
|
+
insights: _react_icons_all_files_lib.IconType;
|
|
21020
|
+
internal: _react_icons_all_files_lib.IconType;
|
|
21021
|
+
key: _react_icons_all_files_lib.IconType;
|
|
21022
|
+
keyboard: _react_icons_all_files_lib.IconType;
|
|
21023
|
+
keyhole: _react_icons_all_files_lib.IconType;
|
|
21024
|
+
laptop: _react_icons_all_files_lib.IconType;
|
|
21025
|
+
'layout-grid-small': _react_icons_all_files_lib.IconType;
|
|
21026
|
+
'layout-grid': _react_icons_all_files_lib.IconType;
|
|
21027
|
+
'layout-list': _react_icons_all_files_lib.IconType;
|
|
21028
|
+
'layout-pin': _react_icons_all_files_lib.IconType;
|
|
21029
|
+
link: _react_icons_all_files_lib.IconType;
|
|
21030
|
+
'list-tree': _react_icons_all_files_lib.IconType;
|
|
21031
|
+
list: _react_icons_all_files_lib.IconType;
|
|
21032
|
+
'live-photo': _react_icons_all_files_lib.IconType;
|
|
21033
|
+
'loadbar-alt': _react_icons_all_files_lib.IconType;
|
|
21034
|
+
'loadbar-doc': _react_icons_all_files_lib.IconType;
|
|
21035
|
+
'loadbar-sound': _react_icons_all_files_lib.IconType;
|
|
21036
|
+
loadbar: _react_icons_all_files_lib.IconType;
|
|
21037
|
+
'lock-unlock': _react_icons_all_files_lib.IconType;
|
|
21038
|
+
lock: _react_icons_all_files_lib.IconType;
|
|
21039
|
+
'log-in': _react_icons_all_files_lib.IconType;
|
|
21040
|
+
'log-off': _react_icons_all_files_lib.IconType;
|
|
21041
|
+
'log-out': _react_icons_all_files_lib.IconType;
|
|
21042
|
+
loupe: _react_icons_all_files_lib.IconType;
|
|
21043
|
+
magnet: _react_icons_all_files_lib.IconType;
|
|
21044
|
+
'mail-forward': _react_icons_all_files_lib.IconType;
|
|
21045
|
+
'mail-open': _react_icons_all_files_lib.IconType;
|
|
21046
|
+
'mail-reply': _react_icons_all_files_lib.IconType;
|
|
21047
|
+
mail: _react_icons_all_files_lib.IconType;
|
|
21048
|
+
'math-divide': _react_icons_all_files_lib.IconType;
|
|
21049
|
+
'math-equal': _react_icons_all_files_lib.IconType;
|
|
21050
|
+
'math-minus': _react_icons_all_files_lib.IconType;
|
|
21051
|
+
'math-percent': _react_icons_all_files_lib.IconType;
|
|
21052
|
+
'math-plus': _react_icons_all_files_lib.IconType;
|
|
21053
|
+
'maximize-alt': _react_icons_all_files_lib.IconType;
|
|
21054
|
+
maximize: _react_icons_all_files_lib.IconType;
|
|
21055
|
+
'media-live': _react_icons_all_files_lib.IconType;
|
|
21056
|
+
'media-podcast': _react_icons_all_files_lib.IconType;
|
|
21057
|
+
'menu-boxed': _react_icons_all_files_lib.IconType;
|
|
21058
|
+
'menu-cake': _react_icons_all_files_lib.IconType;
|
|
21059
|
+
'menu-cheese': _react_icons_all_files_lib.IconType;
|
|
21060
|
+
'menu-grid-o': _react_icons_all_files_lib.IconType;
|
|
21061
|
+
'menu-grid-r': _react_icons_all_files_lib.IconType;
|
|
21062
|
+
'menu-hotdog': _react_icons_all_files_lib.IconType;
|
|
21063
|
+
'menu-left-alt': _react_icons_all_files_lib.IconType;
|
|
21064
|
+
'menu-left': _react_icons_all_files_lib.IconType;
|
|
21065
|
+
'menu-motion': _react_icons_all_files_lib.IconType;
|
|
21066
|
+
'menu-oreos': _react_icons_all_files_lib.IconType;
|
|
21067
|
+
'menu-right-alt': _react_icons_all_files_lib.IconType;
|
|
21068
|
+
'menu-right': _react_icons_all_files_lib.IconType;
|
|
21069
|
+
'menu-round': _react_icons_all_files_lib.IconType;
|
|
21070
|
+
menu: _react_icons_all_files_lib.IconType;
|
|
21071
|
+
'merge-horizontal': _react_icons_all_files_lib.IconType;
|
|
21072
|
+
'merge-vertical': _react_icons_all_files_lib.IconType;
|
|
21073
|
+
mic: _react_icons_all_files_lib.IconType;
|
|
21074
|
+
'mini-player': _react_icons_all_files_lib.IconType;
|
|
21075
|
+
'minimize-alt': _react_icons_all_files_lib.IconType;
|
|
21076
|
+
minimize: _react_icons_all_files_lib.IconType;
|
|
21077
|
+
modem: _react_icons_all_files_lib.IconType;
|
|
21078
|
+
moon: _react_icons_all_files_lib.IconType;
|
|
21079
|
+
'more-alt': _react_icons_all_files_lib.IconType;
|
|
21080
|
+
'more-o': _react_icons_all_files_lib.IconType;
|
|
21081
|
+
'more-r': _react_icons_all_files_lib.IconType;
|
|
21082
|
+
'more-vertical-alt': _react_icons_all_files_lib.IconType;
|
|
21083
|
+
'more-vertical-o': _react_icons_all_files_lib.IconType;
|
|
21084
|
+
'more-vertical-r': _react_icons_all_files_lib.IconType;
|
|
21085
|
+
'more-vertical': _react_icons_all_files_lib.IconType;
|
|
21086
|
+
more: _react_icons_all_files_lib.IconType;
|
|
21087
|
+
mouse: _react_icons_all_files_lib.IconType;
|
|
21088
|
+
'move-down': _react_icons_all_files_lib.IconType;
|
|
21089
|
+
'move-left': _react_icons_all_files_lib.IconType;
|
|
21090
|
+
'move-right': _react_icons_all_files_lib.IconType;
|
|
21091
|
+
'move-task': _react_icons_all_files_lib.IconType;
|
|
21092
|
+
'move-up': _react_icons_all_files_lib.IconType;
|
|
21093
|
+
'music-note': _react_icons_all_files_lib.IconType;
|
|
21094
|
+
'music-speaker': _react_icons_all_files_lib.IconType;
|
|
21095
|
+
music: _react_icons_all_files_lib.IconType;
|
|
21096
|
+
nametag: _react_icons_all_files_lib.IconType;
|
|
21097
|
+
notes: _react_icons_all_files_lib.IconType;
|
|
21098
|
+
notifications: _react_icons_all_files_lib.IconType;
|
|
21099
|
+
options: _react_icons_all_files_lib.IconType;
|
|
21100
|
+
organisation: _react_icons_all_files_lib.IconType;
|
|
21101
|
+
password: _react_icons_all_files_lib.IconType;
|
|
21102
|
+
'path-back': _react_icons_all_files_lib.IconType;
|
|
21103
|
+
'path-crop': _react_icons_all_files_lib.IconType;
|
|
21104
|
+
'path-divide': _react_icons_all_files_lib.IconType;
|
|
21105
|
+
'path-exclude': _react_icons_all_files_lib.IconType;
|
|
21106
|
+
'path-front': _react_icons_all_files_lib.IconType;
|
|
21107
|
+
'path-intersect': _react_icons_all_files_lib.IconType;
|
|
21108
|
+
'path-outline': _react_icons_all_files_lib.IconType;
|
|
21109
|
+
'path-trim': _react_icons_all_files_lib.IconType;
|
|
21110
|
+
'path-unite': _react_icons_all_files_lib.IconType;
|
|
21111
|
+
pen: _react_icons_all_files_lib.IconType;
|
|
21112
|
+
'pentagon-bottom-left': _react_icons_all_files_lib.IconType;
|
|
21113
|
+
'pentagon-bottom-right': _react_icons_all_files_lib.IconType;
|
|
21114
|
+
'pentagon-down': _react_icons_all_files_lib.IconType;
|
|
21115
|
+
'pentagon-left': _react_icons_all_files_lib.IconType;
|
|
21116
|
+
'pentagon-right': _react_icons_all_files_lib.IconType;
|
|
21117
|
+
'pentagon-top-left': _react_icons_all_files_lib.IconType;
|
|
21118
|
+
'pentagon-top-right': _react_icons_all_files_lib.IconType;
|
|
21119
|
+
'pentagon-up': _react_icons_all_files_lib.IconType;
|
|
21120
|
+
performance: _react_icons_all_files_lib.IconType;
|
|
21121
|
+
phone: _react_icons_all_files_lib.IconType;
|
|
21122
|
+
photoscan: _react_icons_all_files_lib.IconType;
|
|
21123
|
+
piano: _react_icons_all_files_lib.IconType;
|
|
21124
|
+
pill: _react_icons_all_files_lib.IconType;
|
|
21125
|
+
'pin-alt': _react_icons_all_files_lib.IconType;
|
|
21126
|
+
'pin-bottom': _react_icons_all_files_lib.IconType;
|
|
21127
|
+
'pin-top': _react_icons_all_files_lib.IconType;
|
|
21128
|
+
pin: _react_icons_all_files_lib.IconType;
|
|
21129
|
+
'play-backwards': _react_icons_all_files_lib.IconType;
|
|
21130
|
+
'play-button-o': _react_icons_all_files_lib.IconType;
|
|
21131
|
+
'play-button-r': _react_icons_all_files_lib.IconType;
|
|
21132
|
+
'play-button': _react_icons_all_files_lib.IconType;
|
|
21133
|
+
'play-forwards': _react_icons_all_files_lib.IconType;
|
|
21134
|
+
'play-list-add': _react_icons_all_files_lib.IconType;
|
|
21135
|
+
'play-list-check': _react_icons_all_files_lib.IconType;
|
|
21136
|
+
'play-list-remove': _react_icons_all_files_lib.IconType;
|
|
21137
|
+
'play-list-search': _react_icons_all_files_lib.IconType;
|
|
21138
|
+
'play-list': _react_icons_all_files_lib.IconType;
|
|
21139
|
+
'play-pause-o': _react_icons_all_files_lib.IconType;
|
|
21140
|
+
'play-pause-r': _react_icons_all_files_lib.IconType;
|
|
21141
|
+
'play-pause': _react_icons_all_files_lib.IconType;
|
|
21142
|
+
'play-stop-o': _react_icons_all_files_lib.IconType;
|
|
21143
|
+
'play-stop-r': _react_icons_all_files_lib.IconType;
|
|
21144
|
+
'play-stop': _react_icons_all_files_lib.IconType;
|
|
21145
|
+
'play-track-next-o': _react_icons_all_files_lib.IconType;
|
|
21146
|
+
'play-track-next-r': _react_icons_all_files_lib.IconType;
|
|
21147
|
+
'play-track-next': _react_icons_all_files_lib.IconType;
|
|
21148
|
+
'play-track-prev-o': _react_icons_all_files_lib.IconType;
|
|
21149
|
+
'play-track-prev-r': _react_icons_all_files_lib.IconType;
|
|
21150
|
+
'play-track-prev': _react_icons_all_files_lib.IconType;
|
|
21151
|
+
plug: _react_icons_all_files_lib.IconType;
|
|
21152
|
+
polaroid: _react_icons_all_files_lib.IconType;
|
|
21153
|
+
poll: _react_icons_all_files_lib.IconType;
|
|
21154
|
+
presentation: _react_icons_all_files_lib.IconType;
|
|
21155
|
+
printer: _react_icons_all_files_lib.IconType;
|
|
21156
|
+
profile: _react_icons_all_files_lib.IconType;
|
|
21157
|
+
'pull-clear': _react_icons_all_files_lib.IconType;
|
|
21158
|
+
'push-chevron-down-o': _react_icons_all_files_lib.IconType;
|
|
21159
|
+
'push-chevron-down-r': _react_icons_all_files_lib.IconType;
|
|
21160
|
+
'push-chevron-down': _react_icons_all_files_lib.IconType;
|
|
21161
|
+
'push-chevron-left-o': _react_icons_all_files_lib.IconType;
|
|
21162
|
+
'push-chevron-left-r': _react_icons_all_files_lib.IconType;
|
|
21163
|
+
'push-chevron-left': _react_icons_all_files_lib.IconType;
|
|
21164
|
+
'push-chevron-right-o': _react_icons_all_files_lib.IconType;
|
|
21165
|
+
'push-chevron-right-r': _react_icons_all_files_lib.IconType;
|
|
21166
|
+
'push-chevron-right': _react_icons_all_files_lib.IconType;
|
|
21167
|
+
'push-chevron-up-o': _react_icons_all_files_lib.IconType;
|
|
21168
|
+
'push-chevron-up-r': _react_icons_all_files_lib.IconType;
|
|
21169
|
+
'push-chevron-up': _react_icons_all_files_lib.IconType;
|
|
21170
|
+
'push-down': _react_icons_all_files_lib.IconType;
|
|
21171
|
+
'push-left': _react_icons_all_files_lib.IconType;
|
|
21172
|
+
'push-right': _react_icons_all_files_lib.IconType;
|
|
21173
|
+
'push-up': _react_icons_all_files_lib.IconType;
|
|
21174
|
+
qr: _react_icons_all_files_lib.IconType;
|
|
21175
|
+
'quote-o': _react_icons_all_files_lib.IconType;
|
|
21176
|
+
quote: _react_icons_all_files_lib.IconType;
|
|
21177
|
+
'radio-check': _react_icons_all_files_lib.IconType;
|
|
21178
|
+
'radio-checked': _react_icons_all_files_lib.IconType;
|
|
21179
|
+
ratio: _react_icons_all_files_lib.IconType;
|
|
21180
|
+
read: _react_icons_all_files_lib.IconType;
|
|
21181
|
+
readme: _react_icons_all_files_lib.IconType;
|
|
21182
|
+
record: _react_icons_all_files_lib.IconType;
|
|
21183
|
+
redo: _react_icons_all_files_lib.IconType;
|
|
21184
|
+
remote: _react_icons_all_files_lib.IconType;
|
|
21185
|
+
'remove-r': _react_icons_all_files_lib.IconType;
|
|
21186
|
+
remove: _react_icons_all_files_lib.IconType;
|
|
21187
|
+
rename: _react_icons_all_files_lib.IconType;
|
|
21188
|
+
reorder: _react_icons_all_files_lib.IconType;
|
|
21189
|
+
repeat: _react_icons_all_files_lib.IconType;
|
|
21190
|
+
ring: _react_icons_all_files_lib.IconType;
|
|
21191
|
+
'row-first': _react_icons_all_files_lib.IconType;
|
|
21192
|
+
'row-last': _react_icons_all_files_lib.IconType;
|
|
21193
|
+
ruler: _react_icons_all_files_lib.IconType;
|
|
21194
|
+
'sand-clock': _react_icons_all_files_lib.IconType;
|
|
21195
|
+
scan: _react_icons_all_files_lib.IconType;
|
|
21196
|
+
'screen-mirror': _react_icons_all_files_lib.IconType;
|
|
21197
|
+
'screen-shot': _react_icons_all_files_lib.IconType;
|
|
21198
|
+
'screen-wide': _react_icons_all_files_lib.IconType;
|
|
21199
|
+
screen: _react_icons_all_files_lib.IconType;
|
|
21200
|
+
'scroll-h': _react_icons_all_files_lib.IconType;
|
|
21201
|
+
'scroll-v': _react_icons_all_files_lib.IconType;
|
|
21202
|
+
'search-found': _react_icons_all_files_lib.IconType;
|
|
21203
|
+
'search-loading': _react_icons_all_files_lib.IconType;
|
|
21204
|
+
search: _react_icons_all_files_lib.IconType;
|
|
21205
|
+
'select-o': _react_icons_all_files_lib.IconType;
|
|
21206
|
+
'select-r': _react_icons_all_files_lib.IconType;
|
|
21207
|
+
select: _react_icons_all_files_lib.IconType;
|
|
21208
|
+
server: _react_icons_all_files_lib.IconType;
|
|
21209
|
+
'shape-circle': _react_icons_all_files_lib.IconType;
|
|
21210
|
+
'shape-half-circle': _react_icons_all_files_lib.IconType;
|
|
21211
|
+
'shape-hexagon': _react_icons_all_files_lib.IconType;
|
|
21212
|
+
'shape-rhombus': _react_icons_all_files_lib.IconType;
|
|
21213
|
+
'shape-square': _react_icons_all_files_lib.IconType;
|
|
21214
|
+
'shape-triangle': _react_icons_all_files_lib.IconType;
|
|
21215
|
+
'shape-zigzag': _react_icons_all_files_lib.IconType;
|
|
21216
|
+
share: _react_icons_all_files_lib.IconType;
|
|
21217
|
+
shield: _react_icons_all_files_lib.IconType;
|
|
21218
|
+
'shopping-bag': _react_icons_all_files_lib.IconType;
|
|
21219
|
+
'shopping-cart': _react_icons_all_files_lib.IconType;
|
|
21220
|
+
shortcut: _react_icons_all_files_lib.IconType;
|
|
21221
|
+
'sidebar-open': _react_icons_all_files_lib.IconType;
|
|
21222
|
+
'sidebar-right': _react_icons_all_files_lib.IconType;
|
|
21223
|
+
sidebar: _react_icons_all_files_lib.IconType;
|
|
21224
|
+
signal: _react_icons_all_files_lib.IconType;
|
|
21225
|
+
size: _react_icons_all_files_lib.IconType;
|
|
21226
|
+
sleep: _react_icons_all_files_lib.IconType;
|
|
21227
|
+
'smart-home-boiler': _react_icons_all_files_lib.IconType;
|
|
21228
|
+
'smart-home-cooker': _react_icons_all_files_lib.IconType;
|
|
21229
|
+
'smart-home-heat': _react_icons_all_files_lib.IconType;
|
|
21230
|
+
'smart-home-light': _react_icons_all_files_lib.IconType;
|
|
21231
|
+
'smart-home-refrigerator': _react_icons_all_files_lib.IconType;
|
|
21232
|
+
'smart-home-wash-machine': _react_icons_all_files_lib.IconType;
|
|
21233
|
+
'smartphone-chip': _react_icons_all_files_lib.IconType;
|
|
21234
|
+
'smartphone-ram': _react_icons_all_files_lib.IconType;
|
|
21235
|
+
'smartphone-shake': _react_icons_all_files_lib.IconType;
|
|
21236
|
+
smartphone: _react_icons_all_files_lib.IconType;
|
|
21237
|
+
'smile-mouth-open': _react_icons_all_files_lib.IconType;
|
|
21238
|
+
'smile-neutral': _react_icons_all_files_lib.IconType;
|
|
21239
|
+
'smile-no-mouth': _react_icons_all_files_lib.IconType;
|
|
21240
|
+
'smile-none': _react_icons_all_files_lib.IconType;
|
|
21241
|
+
'smile-sad': _react_icons_all_files_lib.IconType;
|
|
21242
|
+
'smile-upside': _react_icons_all_files_lib.IconType;
|
|
21243
|
+
smile: _react_icons_all_files_lib.IconType;
|
|
21244
|
+
'software-download': _react_icons_all_files_lib.IconType;
|
|
21245
|
+
'software-upload': _react_icons_all_files_lib.IconType;
|
|
21246
|
+
'sort-az': _react_icons_all_files_lib.IconType;
|
|
21247
|
+
'sort-za': _react_icons_all_files_lib.IconType;
|
|
21248
|
+
'space-between-v': _react_icons_all_files_lib.IconType;
|
|
21249
|
+
'space-between': _react_icons_all_files_lib.IconType;
|
|
21250
|
+
'spinner-alt': _react_icons_all_files_lib.IconType;
|
|
21251
|
+
'spinner-two-alt': _react_icons_all_files_lib.IconType;
|
|
21252
|
+
'spinner-two': _react_icons_all_files_lib.IconType;
|
|
21253
|
+
spinner: _react_icons_all_files_lib.IconType;
|
|
21254
|
+
stack: _react_icons_all_files_lib.IconType;
|
|
21255
|
+
stopwatch: _react_icons_all_files_lib.IconType;
|
|
21256
|
+
stories: _react_icons_all_files_lib.IconType;
|
|
21257
|
+
style: _react_icons_all_files_lib.IconType;
|
|
21258
|
+
sun: _react_icons_all_files_lib.IconType;
|
|
21259
|
+
support: _react_icons_all_files_lib.IconType;
|
|
21260
|
+
'swap-vertical': _react_icons_all_files_lib.IconType;
|
|
21261
|
+
swap: _react_icons_all_files_lib.IconType;
|
|
21262
|
+
sweden: _react_icons_all_files_lib.IconType;
|
|
21263
|
+
swiss: _react_icons_all_files_lib.IconType;
|
|
21264
|
+
sync: _react_icons_all_files_lib.IconType;
|
|
21265
|
+
tab: _react_icons_all_files_lib.IconType;
|
|
21266
|
+
tag: _react_icons_all_files_lib.IconType;
|
|
21267
|
+
'tap-double': _react_icons_all_files_lib.IconType;
|
|
21268
|
+
'tap-single': _react_icons_all_files_lib.IconType;
|
|
21269
|
+
template: _react_icons_all_files_lib.IconType;
|
|
21270
|
+
tennis: _react_icons_all_files_lib.IconType;
|
|
21271
|
+
terminal: _react_icons_all_files_lib.IconType;
|
|
21272
|
+
terrain: _react_icons_all_files_lib.IconType;
|
|
21273
|
+
thermometer: _react_icons_all_files_lib.IconType;
|
|
21274
|
+
thermostat: _react_icons_all_files_lib.IconType;
|
|
21275
|
+
tikcode: _react_icons_all_files_lib.IconType;
|
|
21276
|
+
time: _react_icons_all_files_lib.IconType;
|
|
21277
|
+
timelapse: _react_icons_all_files_lib.IconType;
|
|
21278
|
+
timer: _react_icons_all_files_lib.IconType;
|
|
21279
|
+
today: _react_icons_all_files_lib.IconType;
|
|
21280
|
+
'toggle-off': _react_icons_all_files_lib.IconType;
|
|
21281
|
+
'toggle-on': _react_icons_all_files_lib.IconType;
|
|
21282
|
+
'toggle-square-off': _react_icons_all_files_lib.IconType;
|
|
21283
|
+
'toggle-square': _react_icons_all_files_lib.IconType;
|
|
21284
|
+
'toolbar-bottom': _react_icons_all_files_lib.IconType;
|
|
21285
|
+
'toolbar-left': _react_icons_all_files_lib.IconType;
|
|
21286
|
+
'toolbar-right': _react_icons_all_files_lib.IconType;
|
|
21287
|
+
'toolbar-top': _react_icons_all_files_lib.IconType;
|
|
21288
|
+
toolbox: _react_icons_all_files_lib.IconType;
|
|
21289
|
+
touchpad: _react_icons_all_files_lib.IconType;
|
|
21290
|
+
track: _react_icons_all_files_lib.IconType;
|
|
21291
|
+
transcript: _react_icons_all_files_lib.IconType;
|
|
21292
|
+
'trash-empty': _react_icons_all_files_lib.IconType;
|
|
21293
|
+
trash: _react_icons_all_files_lib.IconType;
|
|
21294
|
+
tree: _react_icons_all_files_lib.IconType;
|
|
21295
|
+
trees: _react_icons_all_files_lib.IconType;
|
|
21296
|
+
'trending-down': _react_icons_all_files_lib.IconType;
|
|
21297
|
+
trending: _react_icons_all_files_lib.IconType;
|
|
21298
|
+
trophy: _react_icons_all_files_lib.IconType;
|
|
21299
|
+
tv: _react_icons_all_files_lib.IconType;
|
|
21300
|
+
'ui-kit': _react_icons_all_files_lib.IconType;
|
|
21301
|
+
umbrella: _react_icons_all_files_lib.IconType;
|
|
21302
|
+
unavailable: _react_icons_all_files_lib.IconType;
|
|
21303
|
+
unblock: _react_icons_all_files_lib.IconType;
|
|
21304
|
+
undo: _react_icons_all_files_lib.IconType;
|
|
21305
|
+
unsplash: _react_icons_all_files_lib.IconType;
|
|
21306
|
+
'usb-c': _react_icons_all_files_lib.IconType;
|
|
21307
|
+
usb: _react_icons_all_files_lib.IconType;
|
|
21308
|
+
'user-add': _react_icons_all_files_lib.IconType;
|
|
21309
|
+
'user-list': _react_icons_all_files_lib.IconType;
|
|
21310
|
+
'user-remove': _react_icons_all_files_lib.IconType;
|
|
21311
|
+
user: _react_icons_all_files_lib.IconType;
|
|
21312
|
+
'view-cols': _react_icons_all_files_lib.IconType;
|
|
21313
|
+
'view-comfortable': _react_icons_all_files_lib.IconType;
|
|
21314
|
+
'view-day': _react_icons_all_files_lib.IconType;
|
|
21315
|
+
'view-grid': _react_icons_all_files_lib.IconType;
|
|
21316
|
+
'view-list': _react_icons_all_files_lib.IconType;
|
|
21317
|
+
'view-month': _react_icons_all_files_lib.IconType;
|
|
21318
|
+
'view-split': _react_icons_all_files_lib.IconType;
|
|
21319
|
+
vinyl: _react_icons_all_files_lib.IconType;
|
|
21320
|
+
'voicemail-o': _react_icons_all_files_lib.IconType;
|
|
21321
|
+
'voicemail-r': _react_icons_all_files_lib.IconType;
|
|
21322
|
+
voicemail: _react_icons_all_files_lib.IconType;
|
|
21323
|
+
volume: _react_icons_all_files_lib.IconType;
|
|
21324
|
+
webcam: _react_icons_all_files_lib.IconType;
|
|
21325
|
+
website: _react_icons_all_files_lib.IconType;
|
|
21326
|
+
'work-alt': _react_icons_all_files_lib.IconType;
|
|
21327
|
+
yinyang: _react_icons_all_files_lib.IconType;
|
|
21328
|
+
'zoom-in': _react_icons_all_files_lib.IconType;
|
|
21329
|
+
'zoom-out': _react_icons_all_files_lib.IconType;
|
|
21330
|
+
};
|
|
21331
|
+
|
|
20666
21332
|
/** A list of available icon names that can be used with the Uniform brand */
|
|
20667
|
-
type IconName =
|
|
21333
|
+
type IconName = keyof typeof allSupportedIcons;
|
|
20668
21334
|
|
|
20669
21335
|
/** sets fill color of the svg icon
|
|
20670
21336
|
* @default 'default'
|
|
@@ -20686,46 +21352,46 @@ interface IconProps extends IconBaseProps {
|
|
|
20686
21352
|
*/
|
|
20687
21353
|
declare const Icon: React__default.MemoExoticComponent<({ icon, iconColor, size, ...otherProps }: IconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element | null>;
|
|
20688
21354
|
|
|
20689
|
-
declare const rectangleRoundedIcon: (props:
|
|
20690
|
-
declare const cardIcon: (props:
|
|
20691
|
-
declare const imageTextIcon: (props:
|
|
20692
|
-
declare const borderTopIcon: (props:
|
|
20693
|
-
declare const fullWidthScreenIcon: (props:
|
|
20694
|
-
declare const textInput: (props:
|
|
20695
|
-
declare const numberInput: (props:
|
|
20696
|
-
declare const canvasAlertIcon: (props:
|
|
20697
|
-
declare const warningIcon: (props:
|
|
20698
|
-
declare const infoFilledIcon: (props:
|
|
20699
|
-
declare const settingsIcon:
|
|
21355
|
+
declare const rectangleRoundedIcon: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21356
|
+
declare const cardIcon: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21357
|
+
declare const imageTextIcon: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21358
|
+
declare const borderTopIcon: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21359
|
+
declare const fullWidthScreenIcon: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21360
|
+
declare const textInput: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21361
|
+
declare const numberInput: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21362
|
+
declare const canvasAlertIcon: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21363
|
+
declare const warningIcon: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21364
|
+
declare const infoFilledIcon: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21365
|
+
declare const settingsIcon: _react_icons_all_files_lib.IconType;
|
|
20700
21366
|
declare const settings: (props: IconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
20701
|
-
declare const queryStringIcon: (props:
|
|
20702
|
-
declare const structurePanelIcon: (props:
|
|
20703
|
-
declare const jsonIcon: (props:
|
|
20704
|
-
declare const yesNoIcon: (props:
|
|
21367
|
+
declare const queryStringIcon: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21368
|
+
declare const structurePanelIcon: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21369
|
+
declare const jsonIcon: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21370
|
+
declare const yesNoIcon: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20705
21371
|
declare const customIcons: {
|
|
20706
|
-
'rectangle-rounded': (props:
|
|
20707
|
-
card: (props:
|
|
20708
|
-
'image-text': (props:
|
|
20709
|
-
'border-top': (props:
|
|
20710
|
-
'full-width-screen': (props:
|
|
20711
|
-
'text-input': (props:
|
|
20712
|
-
'number-input': (props:
|
|
20713
|
-
'canvas-alert': (props:
|
|
20714
|
-
warning: (props:
|
|
20715
|
-
'info-filled': (props:
|
|
21372
|
+
'rectangle-rounded': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21373
|
+
card: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21374
|
+
'image-text': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21375
|
+
'border-top': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21376
|
+
'full-width-screen': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21377
|
+
'text-input': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21378
|
+
'number-input': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21379
|
+
'canvas-alert': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21380
|
+
warning: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21381
|
+
'info-filled': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20716
21382
|
settings: (props: IconProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
20717
|
-
'query-string': (props:
|
|
20718
|
-
json: (props:
|
|
20719
|
-
'format-bold': (props:
|
|
20720
|
-
'format-code': (props:
|
|
20721
|
-
'format-strike': (props:
|
|
20722
|
-
'format-superscript': (props:
|
|
20723
|
-
'format-subscript': (props:
|
|
20724
|
-
'layout-list-numbered': (props:
|
|
20725
|
-
'clear-formatting': (props:
|
|
20726
|
-
'yes-no': (props:
|
|
20727
|
-
'diamond-outline': (props:
|
|
20728
|
-
'diamond-fill': (props:
|
|
21383
|
+
'query-string': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21384
|
+
json: (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21385
|
+
'format-bold': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21386
|
+
'format-code': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21387
|
+
'format-strike': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21388
|
+
'format-superscript': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21389
|
+
'format-subscript': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21390
|
+
'layout-list-numbered': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21391
|
+
'clear-formatting': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21392
|
+
'yes-no': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21393
|
+
'diamond-outline': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
21394
|
+
'diamond-fill': (props: _react_icons_all_files.IconBaseProps) => JSX.Element;
|
|
20729
21395
|
};
|
|
20730
21396
|
|
|
20731
21397
|
type IconsMap = Record<string, IconType$1>;
|
|
@@ -20846,6 +21512,10 @@ type InputProps = React$1.InputHTMLAttributes<HTMLInputElement> & {
|
|
|
20846
21512
|
/** (option) sets caption message test id for test automation */
|
|
20847
21513
|
captionTestId?: string;
|
|
20848
21514
|
capture?: boolean | 'user' | 'environment';
|
|
21515
|
+
/**
|
|
21516
|
+
* (optional) sets an overriding classname on the root element
|
|
21517
|
+
*/
|
|
21518
|
+
classNameRoot?: string | SerializedStyles;
|
|
20849
21519
|
/**
|
|
20850
21520
|
* (optional) sets an overriding classname on the container element
|
|
20851
21521
|
* @deprecated */
|
|
@@ -20885,6 +21555,10 @@ declare const Input: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttribut
|
|
|
20885
21555
|
/** (option) sets caption message test id for test automation */
|
|
20886
21556
|
captionTestId?: string | undefined;
|
|
20887
21557
|
capture?: boolean | "user" | "environment" | undefined;
|
|
21558
|
+
/**
|
|
21559
|
+
* (optional) sets an overriding classname on the root element
|
|
21560
|
+
*/
|
|
21561
|
+
classNameRoot?: string | SerializedStyles | undefined;
|
|
20888
21562
|
/**
|
|
20889
21563
|
* (optional) sets an overriding classname on the container element
|
|
20890
21564
|
* @deprecated */
|
|
@@ -21396,6 +22070,8 @@ interface MenuProps extends MenuHTMLProps {
|
|
|
21396
22070
|
* If you need to disable this functionality, set this prop to true.
|
|
21397
22071
|
*/
|
|
21398
22072
|
disableAutoSeparatorManagement?: boolean;
|
|
22073
|
+
/** sets whether to use a React portal rendering or not */
|
|
22074
|
+
withoutPortal?: boolean;
|
|
21399
22075
|
}
|
|
21400
22076
|
declare const MenuContext: React$1.Context<MenuStateReturn>;
|
|
21401
22077
|
declare const useMenuContext: () => MenuStateReturn | undefined;
|
|
@@ -21408,7 +22084,7 @@ declare const useMenuContext: () => MenuStateReturn | undefined;
|
|
|
21408
22084
|
* menuLabel="Linked environment management options">
|
|
21409
22085
|
* </Menu>
|
|
21410
22086
|
*/
|
|
21411
|
-
declare const Menu: ({ menuLabel, menuTrigger, placement, menuItemsContainerCssClasses, children, forceVisible, disableAutoSeparatorManagement, }: MenuProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
22087
|
+
declare const Menu: ({ menuLabel, menuTrigger, placement, menuItemsContainerCssClasses, children, forceVisible, disableAutoSeparatorManagement, withoutPortal, }: MenuProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21412
22088
|
|
|
21413
22089
|
type MenuGroupProps = {
|
|
21414
22090
|
/** Title for the menu group. If undefined or an empty string, the group will render as normal menu */
|
|
@@ -21930,8 +22606,9 @@ type PopoverProps = PopoverProps$1 & {
|
|
|
21930
22606
|
/** sets a test id for e2e tests */
|
|
21931
22607
|
testId?: string;
|
|
21932
22608
|
children: ReactNode;
|
|
22609
|
+
trigger?: ReactNode;
|
|
21933
22610
|
};
|
|
21934
|
-
declare const Popover: ({ iconColor, icon, iconSize, buttonText, ariaLabel, placement, testId, children, ...otherProps }: PopoverProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
22611
|
+
declare const Popover: ({ iconColor, icon, iconSize, buttonText, ariaLabel, placement, testId, trigger, children, ...otherProps }: PopoverProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
21935
22612
|
|
|
21936
22613
|
type ProgressListItemStatus = 'completed' | 'inProgress' | 'queued';
|
|
21937
22614
|
type ProgressListProps = React__default.HTMLAttributes<HTMLOListElement> & {
|
|
@@ -21973,7 +22650,7 @@ declare const ProgressListItem: ({ children, status, error, errorLevel, autoElli
|
|
|
21973
22650
|
type SegmentedControlOption<TValue extends string = string> = {
|
|
21974
22651
|
value: TValue;
|
|
21975
22652
|
label?: string;
|
|
21976
|
-
icon?: IconType
|
|
22653
|
+
icon?: IconType;
|
|
21977
22654
|
tooltip?: string;
|
|
21978
22655
|
disabled?: boolean;
|
|
21979
22656
|
};
|