@rocket.chat/fuselage 0.6.3-dev.394 → 0.6.3-dev.398

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.
Files changed (128) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +22 -0
  2. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  3. package/dist/components/Accordion/AccordionItem.d.ts +13 -0
  4. package/dist/components/Accordion/AccordionItem.d.ts.map +1 -0
  5. package/dist/components/Accordion/index.d.ts +2 -13
  6. package/dist/components/Accordion/index.d.ts.map +1 -0
  7. package/dist/components/Avatar/Avatar.d.ts +16 -0
  8. package/dist/components/Avatar/Avatar.d.ts.map +1 -0
  9. package/dist/components/Avatar/index.d.ts +2 -28
  10. package/dist/components/Avatar/index.d.ts.map +1 -0
  11. package/dist/components/Badge/Badge.d.ts +12 -0
  12. package/dist/components/Badge/Badge.d.ts.map +1 -0
  13. package/dist/components/Badge/index.d.ts +2 -11
  14. package/dist/components/Badge/index.d.ts.map +1 -0
  15. package/dist/components/Box/index.d.ts +10 -4
  16. package/dist/components/Callout/Callout.d.ts +10 -0
  17. package/dist/components/Callout/Callout.d.ts.map +1 -0
  18. package/dist/components/Callout/index.d.ts +2 -8
  19. package/dist/components/Callout/index.d.ts.map +1 -0
  20. package/dist/components/Chevron/Chevron.d.ts +14 -0
  21. package/dist/components/Chevron/Chevron.d.ts.map +1 -0
  22. package/dist/components/Chevron/index.d.ts +2 -12
  23. package/dist/components/Chevron/index.d.ts.map +1 -0
  24. package/dist/components/Divider/Divider.d.ts +6 -0
  25. package/dist/components/Divider/Divider.d.ts.map +1 -0
  26. package/dist/components/Divider/index.d.ts +1 -5
  27. package/dist/components/Divider/index.d.ts.map +1 -1
  28. package/dist/components/EmailInput/EmailInput.d.ts +9 -0
  29. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -0
  30. package/dist/components/EmailInput/index.d.ts +2 -9
  31. package/dist/components/EmailInput/index.d.ts.map +1 -0
  32. package/dist/components/Field/Field.d.ts +17 -0
  33. package/dist/components/Field/Field.d.ts.map +1 -0
  34. package/dist/components/Field/FieldDescription.d.ts +6 -0
  35. package/dist/components/Field/FieldDescription.d.ts.map +1 -0
  36. package/dist/components/Field/FieldError.d.ts +6 -0
  37. package/dist/components/Field/FieldError.d.ts.map +1 -0
  38. package/dist/components/Field/FieldHint.d.ts +6 -0
  39. package/dist/components/Field/FieldHint.d.ts.map +1 -0
  40. package/dist/components/Field/FieldLabel.d.ts +6 -0
  41. package/dist/components/Field/FieldLabel.d.ts.map +1 -0
  42. package/dist/components/Field/FieldRow.d.ts +6 -0
  43. package/dist/components/Field/FieldRow.d.ts.map +1 -0
  44. package/dist/components/Field/index.d.ts +2 -18
  45. package/dist/components/Field/index.d.ts.map +1 -0
  46. package/dist/components/InputBox/Option.d.ts +3 -0
  47. package/dist/components/InputBox/Option.d.ts.map +1 -0
  48. package/dist/components/InputBox/Placeholder.d.ts +6 -0
  49. package/dist/components/InputBox/Placeholder.d.ts.map +1 -0
  50. package/dist/components/Label/index.d.ts +8 -7
  51. package/dist/components/Label/index.d.ts.map +1 -0
  52. package/dist/components/Message/MessageMetrics/MessageMetricsItem/index.d.ts +1 -1
  53. package/dist/components/Message/MessageMetrics/index.d.ts +2 -135
  54. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -1
  55. package/dist/components/Message/MessageReactions/index.d.ts +1 -130
  56. package/dist/components/Message/MessageReactions/index.d.ts.map +1 -1
  57. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +1 -139
  58. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -1
  59. package/dist/components/Message/MessageToolbox/index.d.ts +2 -269
  60. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -1
  61. package/dist/components/Message/index.d.ts +5 -527
  62. package/dist/components/Message/index.d.ts.map +1 -1
  63. package/dist/components/Modal/Modal.d.ts +6 -0
  64. package/dist/components/Modal/Modal.d.ts.map +1 -0
  65. package/dist/components/Modal/ModalBackdrop.d.ts +5 -0
  66. package/dist/components/Modal/ModalBackdrop.d.ts.map +1 -0
  67. package/dist/components/Modal/ModalClose.d.ts +5 -0
  68. package/dist/components/Modal/ModalClose.d.ts.map +1 -0
  69. package/dist/components/Modal/ModalContent.d.ts +9 -0
  70. package/dist/components/Modal/ModalContent.d.ts.map +1 -0
  71. package/dist/components/Modal/ModalFooter.d.ts +5 -0
  72. package/dist/components/Modal/ModalFooter.d.ts.map +1 -0
  73. package/dist/components/Modal/ModalHeader.d.ts +5 -0
  74. package/dist/components/Modal/ModalHeader.d.ts.map +1 -0
  75. package/dist/components/Modal/ModalIcon.d.ts +5 -0
  76. package/dist/components/Modal/ModalIcon.d.ts.map +1 -0
  77. package/dist/components/Modal/ModalThumb.d.ts +5 -0
  78. package/dist/components/Modal/ModalThumb.d.ts.map +1 -0
  79. package/dist/components/Modal/ModalTitle.d.ts +5 -0
  80. package/dist/components/Modal/ModalTitle.d.ts.map +1 -0
  81. package/dist/components/Modal/index.d.ts +11 -23
  82. package/dist/components/Modal/index.d.ts.map +1 -0
  83. package/dist/components/NumberInput/index.d.ts +5 -5
  84. package/dist/components/NumberInput/index.d.ts.map +1 -0
  85. package/dist/components/Options/Option/Option.d.ts +2 -1
  86. package/dist/components/Options/Option/Option.d.ts.map +1 -1
  87. package/dist/components/Options/Option/index.d.ts +12 -376
  88. package/dist/components/Options/Option/index.d.ts.map +1 -1
  89. package/dist/components/Options/useCursor.d.ts +1 -1
  90. package/dist/components/Options/useVisible.d.ts +1 -1
  91. package/dist/components/PasswordInput/PasswordInput.d.ts +1 -1
  92. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  93. package/dist/components/ProgressBar/index.d.ts +2 -128
  94. package/dist/components/ProgressBar/index.d.ts.map +1 -1
  95. package/dist/components/SearchInput/index.d.ts +7 -7
  96. package/dist/components/SearchInput/index.d.ts.map +1 -0
  97. package/dist/components/Sidebar/Item.d.ts +1 -130
  98. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  99. package/dist/components/Sidebar/TopBar.d.ts +1 -130
  100. package/dist/components/Sidebar/TopBar.d.ts.map +1 -1
  101. package/dist/components/Skeleton/index.d.ts +6 -6
  102. package/dist/components/Skeleton/index.d.ts.map +1 -0
  103. package/dist/components/StatusBullet/index.d.ts +6 -5
  104. package/dist/components/StatusBullet/index.d.ts.map +1 -0
  105. package/dist/components/Tabs/index.d.ts +12 -13
  106. package/dist/components/Tabs/index.d.ts.map +1 -0
  107. package/dist/components/Tag/index.d.ts +10 -8
  108. package/dist/components/Tag/index.d.ts.map +1 -0
  109. package/dist/components/TelephoneInput/index.d.ts +10 -0
  110. package/dist/components/TelephoneInput/index.d.ts.map +1 -0
  111. package/dist/components/TextAreaInput/index.d.ts +7 -7
  112. package/dist/components/TextAreaInput/index.d.ts.map +1 -0
  113. package/dist/components/TextInput/index.d.ts +6 -7
  114. package/dist/components/TextInput/index.d.ts.map +1 -0
  115. package/dist/components/Throbber/index.d.ts +7 -8
  116. package/dist/components/Throbber/index.d.ts.map +1 -0
  117. package/dist/components/Tile/Tile.d.ts +2 -6
  118. package/dist/components/Tile/Tile.d.ts.map +1 -1
  119. package/dist/components/ToggleSwitch/index.d.ts +21 -5
  120. package/dist/components/ToggleSwitch/index.d.ts.map +1 -0
  121. package/dist/components/Tooltip/Tooltip.d.ts +1 -123
  122. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  123. package/dist/components/UrlInput/UrlInput.d.ts +1 -1
  124. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  125. package/dist/fuselage.development.js +4380 -4521
  126. package/dist/fuselage.development.js.map +1 -1
  127. package/dist/fuselage.production.js +1 -1
  128. package/package.json +20 -24
@@ -1,129 +1,3 @@
1
- import React, { ComponentProps } from 'react';
2
- import { Box } from '../Box';
3
- export declare const ProgressBar: React.ForwardRefExoticComponent<Pick<{
4
- is?: React.ElementType<any> | undefined;
5
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
6
- style?: React.CSSProperties | undefined;
7
- border?: import("csstype").Property.Border<string | number> | undefined;
8
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
9
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
10
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
11
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
12
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
13
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
14
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
15
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
16
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
17
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
18
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
19
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
20
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
21
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
22
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
23
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
24
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
25
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
26
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
27
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
28
- borderColor?: import("csstype").Property.BorderColor | undefined;
29
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
30
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
31
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
32
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
33
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
34
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
35
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
36
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
37
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
38
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
39
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
40
- color?: import("csstype").Property.Color | undefined;
41
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
42
- bg?: import("csstype").Property.BackgroundColor | undefined;
43
- opacity?: import("csstype").Property.Opacity | undefined;
44
- alignItems?: import("csstype").Property.AlignItems | undefined;
45
- alignContent?: import("csstype").Property.AlignContent | undefined;
46
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
47
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
48
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
49
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
50
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
51
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
52
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
53
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
54
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
55
- order?: import("csstype").Property.Order | undefined;
56
- w?: import("csstype").Property.Width<string | number> | undefined;
57
- width?: import("csstype").Property.Width<string | number> | undefined;
58
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
59
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
60
- h?: import("csstype").Property.Height<string | number> | undefined;
61
- height?: import("csstype").Property.Height<string | number> | undefined;
62
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
63
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
64
- display?: import("csstype").Property.Display | undefined;
65
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
66
- overflow?: import("csstype").Property.Overflow | undefined;
67
- overflowX?: import("csstype").Property.OverflowX | undefined;
68
- overflowY?: import("csstype").Property.OverflowY | undefined;
69
- position?: import("csstype").Property.Position | undefined;
70
- zIndex?: import("csstype").Property.ZIndex | undefined;
71
- inset?: import("csstype").Property.Inset<string | number> | undefined;
72
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
73
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
74
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
75
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
76
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
77
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
78
- m?: import("csstype").Property.Margin<string | number> | undefined;
79
- margin?: import("csstype").Property.Margin<string | number> | undefined;
80
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
81
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
82
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
83
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
84
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
85
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
86
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
87
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
88
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
89
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
90
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
91
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
92
- p?: import("csstype").Property.Padding<string | number> | undefined;
93
- padding?: import("csstype").Property.Padding<string | number> | undefined;
94
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
95
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
96
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
97
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
98
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
99
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
100
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
101
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
102
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
103
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
104
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
105
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
106
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
107
- fontSize?: string | number | (string & {}) | undefined;
108
- fontStyle?: import("csstype").Property.FontStyle | undefined;
109
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
110
- letterSpacing?: string | number | undefined;
111
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
112
- textAlign?: import("csstype").Property.TextAlign | undefined;
113
- textTransform?: import("csstype").Property.TextTransform | undefined;
114
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
115
- elevation?: "0" | "1" | "2" | undefined;
116
- invisible?: boolean | undefined;
117
- withRichContent?: string | boolean | undefined;
118
- withTruncatedText?: boolean | undefined;
119
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
120
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
121
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
122
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
123
- } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
124
- barColor?: ComponentProps<typeof Box>['bg'];
125
- percentage: number;
126
- error?: string | undefined;
127
- animated?: boolean | undefined;
128
- }, "string" | "y" | "r" | "default" | "disabled" | "type" | "color" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "className" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "p" | "border" | "inset" | "borderBlock" | "borderBlockStart" | "borderBlockEnd" | "borderInline" | "borderInlineStart" | "borderInlineEnd" | "borderWidth" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderStyle" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "borderColor" | "borderBlockColor" | "borderBlockStartColor" | "borderBlockEndColor" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderRadius" | "borderStartStartRadius" | "borderStartEndRadius" | "borderEndStartRadius" | "borderEndEndRadius" | "backgroundColor" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "verticalAlign" | "overflowX" | "overflowY" | "position" | "zIndex" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "margin" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "padding" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "textAlign" | "textTransform" | "textDecorationLine" | "bg" | "w" | "h" | "m" | "mb" | "mbs" | "mbe" | "mi" | "mis" | "mie" | "pb" | "pbs" | "pbe" | "pi" | "pis" | "pie" | "invisible" | "withRichContent" | "withTruncatedText" | "minSize" | "maxSize" | "fontScale" | "key" | "barColor" | "percentage" | "error" | "animated"> & React.RefAttributes<unknown>>;
1
+ import React from 'react';
2
+ export declare const ProgressBar: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
129
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAc,cAAc,EAAE,MAAM,OAAO,CAAC;AAE1D,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAwB7B,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eANX,eAAe,UAAU,CAAC,CAAC,IAAI,CAAC;gBAC/B,MAAM;;;y2VAmBlB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AA0B1D,eAAO,MAAM,WAAW,qGActB,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import { ComponentProps, ForwardRefExoticComponent, ReactNode } from 'react';
2
-
3
- import { Box } from '../Box';
4
-
5
- type SearchInputProps = ComponentProps<typeof Box> & {
6
- addon?: ReactNode;
7
- error?: string;
2
+ import { Box } from '..';
3
+ declare type SearchInputProps = Omit<ComponentProps<typeof Box>, 'type'> & {
4
+ addon?: ReactNode;
5
+ error?: string;
8
6
  };
9
- export const SearchInput: ForwardRefExoticComponent<SearchInputProps>;
7
+ export declare const SearchInput: ForwardRefExoticComponent<SearchInputProps>;
8
+ export {};
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,cAAc,EAEd,yBAAyB,EACzB,SAAS,EACV,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,GAAG,EAAE,MAAM,IAAI,CAAC;AAGzB,aAAK,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,MAAM,CAAC,GAAG;IACjE,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAgCF,eAAO,MAAM,WAAW,EAAE,yBAAyB,CAAC,gBAAgB,CAGhE,CAAC"}
@@ -34,136 +34,7 @@ export declare const SidebarItemIcon: FC<{
34
34
  icon: ComponentProps<typeof FuselageIcon>['name'];
35
35
  }>;
36
36
  export declare const SidebarItemAvatar: FC;
37
- export declare const SidebarItemActions: React.FC<{
38
- is?: React.ElementType<any> | undefined;
39
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
40
- style?: React.CSSProperties | undefined;
41
- border?: import("csstype").Property.Border<string | number> | undefined;
42
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
43
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
44
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
45
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
46
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
47
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
48
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
49
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
50
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
51
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
52
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
53
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
54
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
55
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
56
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
57
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
58
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
59
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
60
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
61
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
62
- borderColor?: import("csstype").Property.BorderColor | undefined;
63
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
64
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
65
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
66
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
67
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
68
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
69
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
70
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
71
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
72
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
73
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
74
- color?: import("csstype").Property.Color | undefined;
75
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
76
- bg?: import("csstype").Property.BackgroundColor | undefined;
77
- opacity?: import("csstype").Property.Opacity | undefined;
78
- alignItems?: import("csstype").Property.AlignItems | undefined;
79
- alignContent?: import("csstype").Property.AlignContent | undefined;
80
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
81
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
82
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
83
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
84
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
85
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
86
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
87
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
88
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
89
- order?: import("csstype").Property.Order | undefined;
90
- w?: import("csstype").Property.Width<string | number> | undefined;
91
- width?: import("csstype").Property.Width<string | number> | undefined;
92
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
93
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
94
- h?: import("csstype").Property.Height<string | number> | undefined;
95
- height?: import("csstype").Property.Height<string | number> | undefined;
96
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
97
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
98
- display?: import("csstype").Property.Display | undefined;
99
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
100
- overflow?: import("csstype").Property.Overflow | undefined;
101
- overflowX?: import("csstype").Property.OverflowX | undefined;
102
- overflowY?: import("csstype").Property.OverflowY | undefined;
103
- position?: import("csstype").Property.Position | undefined;
104
- zIndex?: import("csstype").Property.ZIndex | undefined;
105
- inset?: import("csstype").Property.Inset<string | number> | undefined;
106
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
107
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
108
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
109
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
110
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
111
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
112
- m?: import("csstype").Property.Margin<string | number> | undefined;
113
- margin?: import("csstype").Property.Margin<string | number> | undefined;
114
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
115
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
116
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
117
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
118
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
119
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
120
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
121
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
122
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
123
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
124
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
125
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
126
- p?: import("csstype").Property.Padding<string | number> | undefined;
127
- padding?: import("csstype").Property.Padding<string | number> | undefined;
128
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
129
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
130
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
131
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
132
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
133
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
134
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
135
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
136
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
137
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
138
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
139
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
140
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
141
- fontSize?: string | number | (string & {}) | undefined;
142
- fontStyle?: import("csstype").Property.FontStyle | undefined;
143
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
144
- letterSpacing?: string | number | undefined;
145
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
146
- textAlign?: import("csstype").Property.TextAlign | undefined;
147
- textTransform?: import("csstype").Property.TextTransform | undefined;
148
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
149
- elevation?: "0" | "1" | "2" | undefined;
150
- invisible?: boolean | undefined;
151
- withRichContent?: string | boolean | undefined;
152
- withTruncatedText?: boolean | undefined;
153
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
154
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
155
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
156
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
157
- } & {
158
- children?: React.ReactNode;
159
- } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
160
- align?: "start" | "end" | "center" | undefined;
161
- stretch?: boolean | undefined;
162
- wrap?: boolean | undefined;
163
- vertical?: boolean | undefined;
164
- small?: boolean | undefined;
165
- medium?: boolean | undefined;
166
- }>;
37
+ export declare const SidebarItemActions: React.FC<any>;
167
38
  export declare const SidebarItemAction: FC<ComponentProps<typeof SidebarAction>>;
168
39
  export default SidebarItem;
169
40
  //# sourceMappingURL=Item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,GAAG,EAAE,MAAM,IAAI,CAAC;AACzB,OAAO,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAkB,MAAM,kBAAkB,CAAC;AAEjE,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,EAAE,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;CACvC,CAwBA,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,EAKlC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAK7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQvD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQtD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;CACnD,CAYA,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,EAI/B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiB,CAAC;AAEjD,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,CAEtC,CAAC;AAiBlC,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,GAAG,EAAE,MAAM,IAAI,CAAC;AACzB,OAAO,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAkB,MAAM,kBAAkB,CAAC;AAEjE,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,EAAE,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;CACvC,CAwBA,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,EAKlC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAK7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQvD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQtD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;CACnD,CAYA,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,EAI/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,eAAiB,CAAC;AAEjD,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,CAEtC,CAAC;AAiBlC,eAAe,WAAW,CAAC"}
@@ -22,136 +22,7 @@ export declare const TopBarSection: FC<{
22
22
  export declare const TopBarAvatar: {
23
23
  size: string;
24
24
  };
25
- export declare const TopBarActions: React.FC<{
26
- is?: React.ElementType<any> | undefined;
27
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | (<T extends readonly unknown[]>(...args: T) => string))[] | undefined;
28
- style?: React.CSSProperties | undefined;
29
- border?: import("csstype").Property.Border<string | number> | undefined;
30
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
31
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
32
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
33
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
34
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
35
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
36
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
37
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
38
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
39
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
40
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
41
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
42
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
43
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
44
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
45
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
46
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
47
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
48
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
49
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
50
- borderColor?: import("csstype").Property.BorderColor | undefined;
51
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
52
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
53
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
54
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
55
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
56
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
57
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
58
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
59
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
60
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
61
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
62
- color?: import("csstype").Property.Color | undefined;
63
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
64
- bg?: import("csstype").Property.BackgroundColor | undefined;
65
- opacity?: import("csstype").Property.Opacity | undefined;
66
- alignItems?: import("csstype").Property.AlignItems | undefined;
67
- alignContent?: import("csstype").Property.AlignContent | undefined;
68
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
69
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
70
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
71
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
72
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
73
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
74
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
75
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
76
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
77
- order?: import("csstype").Property.Order | undefined;
78
- w?: import("csstype").Property.Width<string | number> | undefined;
79
- width?: import("csstype").Property.Width<string | number> | undefined;
80
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
81
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
82
- h?: import("csstype").Property.Height<string | number> | undefined;
83
- height?: import("csstype").Property.Height<string | number> | undefined;
84
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
85
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
86
- display?: import("csstype").Property.Display | undefined;
87
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
88
- overflow?: import("csstype").Property.Overflow | undefined;
89
- overflowX?: import("csstype").Property.OverflowX | undefined;
90
- overflowY?: import("csstype").Property.OverflowY | undefined;
91
- position?: import("csstype").Property.Position | undefined;
92
- zIndex?: import("csstype").Property.ZIndex | undefined;
93
- inset?: import("csstype").Property.Inset<string | number> | undefined;
94
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
95
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
96
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
97
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
98
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
99
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
100
- m?: import("csstype").Property.Margin<string | number> | undefined;
101
- margin?: import("csstype").Property.Margin<string | number> | undefined;
102
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
103
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
104
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
105
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
106
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
107
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
108
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
109
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
110
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
111
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
112
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
113
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
114
- p?: import("csstype").Property.Padding<string | number> | undefined;
115
- padding?: import("csstype").Property.Padding<string | number> | undefined;
116
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
117
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
118
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
119
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
120
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
121
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
122
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
123
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
124
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
125
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
126
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
127
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
128
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
129
- fontSize?: string | number | (string & {}) | undefined;
130
- fontStyle?: import("csstype").Property.FontStyle | undefined;
131
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
132
- letterSpacing?: string | number | undefined;
133
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
134
- textAlign?: import("csstype").Property.TextAlign | undefined;
135
- textTransform?: import("csstype").Property.TextTransform | undefined;
136
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
137
- elevation?: "0" | "1" | "2" | undefined;
138
- invisible?: boolean | undefined;
139
- withRichContent?: string | boolean | undefined;
140
- withTruncatedText?: boolean | undefined;
141
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
142
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
143
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
144
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
145
- } & {
146
- children?: React.ReactNode;
147
- } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
148
- align?: "start" | "end" | "center" | undefined;
149
- stretch?: boolean | undefined;
150
- wrap?: boolean | undefined;
151
- vertical?: boolean | undefined;
152
- small?: boolean | undefined;
153
- medium?: boolean | undefined;
154
- }>;
25
+ export declare const TopBarActions: React.FC<any>;
155
26
  export declare const TopBarAction: FC<ComponentProps<typeof SidebarAction>>;
156
27
  export declare const TopBarDivider: FC;
157
28
  export declare const TopBarTitle: FC;
@@ -1 +1 @@
1
- {"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/TopBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIlD,OAAO,EAAE,aAAa,EAAkB,MAAM,kBAAkB,CAAC;AAIjE,QAAA,MAAM,MAAM,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG;IACxC,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,MAAM,EAAE,OAAO,YAAY,CAAC;IAC5B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,MAAM,EAAE,OAAO,YAAY,CAAC;IAC5B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,KAAK,EAAE,OAAO,WAAW,CAAC;IAC1B,OAAO,EAAE,OAAO,aAAa,CAAC;CAQ/B,CAAC;AAEF,QAAA,MAAM,aAAa,EAAE,EAKpB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAcpD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAcnD,CAAC;AAEF,eAAO,MAAM,YAAY;;CAAS,CAAC;AACnC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiB,CAAC;AAC5C,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,CAE3B,CAAC;AAExC,eAAO,MAAM,aAAa,EAAE,EAA2C,CAAC;AAExE,eAAO,MAAM,WAAW,EAAE,EAEzB,CAAC;AAYF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/TopBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIlD,OAAO,EAAE,aAAa,EAAkB,MAAM,kBAAkB,CAAC;AAIjE,QAAA,MAAM,MAAM,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG;IACxC,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,MAAM,EAAE,OAAO,YAAY,CAAC;IAC5B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,MAAM,EAAE,OAAO,YAAY,CAAC;IAC5B,OAAO,EAAE,OAAO,aAAa,CAAC;IAC9B,KAAK,EAAE,OAAO,WAAW,CAAC;IAC1B,OAAO,EAAE,OAAO,aAAa,CAAC;CAQ/B,CAAC;AAEF,QAAA,MAAM,aAAa,EAAE,EAKpB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAcpD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAcnD,CAAC;AAEF,eAAO,MAAM,YAAY;;CAAS,CAAC;AACnC,eAAO,MAAM,aAAa,eAAiB,CAAC;AAC5C,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,CAE3B,CAAC;AAExC,eAAO,MAAM,aAAa,EAAE,EAA2C,CAAC;AAExE,eAAO,MAAM,WAAW,EAAE,EAEzB,CAAC;AAYF,eAAe,MAAM,CAAC"}
@@ -1,8 +1,8 @@
1
- import { ComponentProps, ForwardRefExoticComponent } from 'react';
2
-
1
+ import { ComponentProps, FC } from 'react';
3
2
  import { Box } from '../Box';
4
-
5
- type SkeletonProps = ComponentProps<typeof Box> & {
6
- variant?: 'rect';
3
+ declare type SkeletonProps = ComponentProps<typeof Box> & {
4
+ variant?: 'rect' | 'rect';
7
5
  };
8
- export const Skeleton: ForwardRefExoticComponent<SkeletonProps>;
6
+ declare const Skeleton: FC<SkeletonProps>;
7
+ export { Skeleton };
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAE7B,aAAK,aAAa,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAChD,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAQ/B,CAAC;AACF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -1,7 +1,8 @@
1
1
  import { AllHTMLAttributes, FC } from 'react';
2
-
3
- type StatusBulletProps = {
4
- status?: 'loading' | 'online' | 'busy' | 'away' | 'offline';
5
- size?: 'small' | 'large';
2
+ declare type StatusBulletProps = {
3
+ status?: 'loading' | 'online' | 'busy' | 'away' | 'offline';
4
+ size?: 'small' | 'large';
6
5
  } & Omit<AllHTMLAttributes<HTMLElement>, 'size'>;
7
- export const StatusBullet: FC<StatusBulletProps>;
6
+ declare const StatusBullet: FC<StatusBulletProps>;
7
+ export { StatusBullet };
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/StatusBullet/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,iBAAiB,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAErD,aAAK,iBAAiB,GAAG;IACvB,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IAC5D,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CAC1B,GAAG,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC,CAAC;AAEjD,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAYvC,CAAC;AACF,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1,15 +1,14 @@
1
- import { ComponentProps, ForwardRefExoticComponent } from 'react';
2
-
1
+ import React, { ComponentProps, ForwardRefExoticComponent } from 'react';
3
2
  import { Box } from '../Box';
4
-
5
- type TabsProps = ComponentProps<typeof Box>;
6
-
7
- export const Tabs: ForwardRefExoticComponent<TabsProps> & {
8
- Item: ForwardRefExoticComponent<TabsItemProps>;
3
+ declare type TabsProps = ComponentProps<typeof Box>;
4
+ declare type TabsItemProps = ComponentProps<typeof Box> & {
5
+ selected?: boolean;
6
+ disabled?: boolean;
9
7
  };
10
-
11
- type TabsItemProps = ComponentProps<typeof Box> & {
12
- selected?: boolean;
13
- disabled?: boolean;
14
- };
15
- export const TabsItem: ForwardRefExoticComponent<TabsItemProps>;
8
+ export declare function Tabs({ children, ...props }: TabsProps): JSX.Element;
9
+ export declare namespace Tabs {
10
+ var Item: React.ForwardRefExoticComponent<any>;
11
+ }
12
+ export declare const TabsItem: ForwardRefExoticComponent<TabsItemProps>;
13
+ export {};
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,cAAc,EAEd,yBAAyB,EAC1B,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAE7B,aAAK,SAAS,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC;AAE5C,aAAK,aAAa,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,eAQrD;yBARe,IAAI;;;AAUpB,eAAO,MAAM,QAAQ,EAAE,yBAAyB,CAAC,aAAa,CAgB7D,CAAC"}
@@ -1,9 +1,11 @@
1
- import { ComponentProps, ForwardRefExoticComponent } from 'react';
2
-
3
- import { Box } from '../Box';
4
-
5
- type TagProps = ComponentProps<typeof Box> & {
6
- small?: boolean;
7
- variant?: 'secondary' | 'primary' | 'danger';
1
+ import { ComponentProps } from 'react';
2
+ import { Box } from '..';
3
+ declare type TagProps = ComponentProps<typeof Box> & {
4
+ small?: boolean;
5
+ variant?: 'secondary' | 'primary' | 'danger' | 'warning' | 'ghost' | 'default';
6
+ medium?: boolean;
7
+ disabled?: boolean;
8
8
  };
9
- export const Tag: ForwardRefExoticComponent<TagProps>;
9
+ export declare function Tag({ is: TagName, small, medium, className, disabled, onClick, variant, ...props }: TagProps): JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tag/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAE,GAAG,EAAE,MAAM,IAAI,CAAC;AAGzB,aAAK,QAAQ,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAC3C,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EACJ,WAAW,GACX,SAAS,GACT,QAAQ,GACR,SAAS,GACT,OAAO,GACP,SAAS,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,wBAAgB,GAAG,CAAC,EAClB,EAAE,EAAE,OAAgB,EACpB,KAAK,EACL,MAAM,EACN,SAAS,EACT,QAAQ,EACR,OAAO,EACP,OAAmB,EACnB,GAAG,KAAK,EACT,EAAE,QAAQ,eAkBV"}