@primer/styled-react 1.0.0-rc.7 → 1.0.0-rc.8

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 (113) hide show
  1. package/dist/components/ActionList.d.ts +21 -13
  2. package/dist/components/ActionList.d.ts.map +1 -1
  3. package/dist/components/ActionList.js +162 -0
  4. package/dist/components/ActionMenu.d.ts +2 -2
  5. package/dist/components/ActionMenu.d.ts.map +1 -1
  6. package/dist/components/ActionMenu.js +18 -0
  7. package/dist/components/Autocomplete.d.ts +5 -3
  8. package/dist/components/Autocomplete.d.ts.map +1 -1
  9. package/dist/components/Autocomplete.js +24 -0
  10. package/dist/components/Avatar.js +13 -0
  11. package/dist/components/BaseStyles.d.ts +17 -0
  12. package/dist/components/BaseStyles.d.ts.map +1 -0
  13. package/dist/components/BaseStyles.js +51 -0
  14. package/dist/components/Breadcrumbs.js +37 -0
  15. package/dist/components/Button.d.ts +13 -0
  16. package/dist/components/Button.d.ts.map +1 -0
  17. package/dist/components/Button.js +111 -0
  18. package/dist/components/Checkbox.d.ts.map +1 -1
  19. package/dist/components/Checkbox.js +14 -0
  20. package/dist/components/CheckboxGroup.d.ts +16 -4
  21. package/dist/components/CheckboxGroup.d.ts.map +1 -1
  22. package/dist/components/CheckboxGroup.js +42 -0
  23. package/dist/components/CircleBadge.js +11 -0
  24. package/dist/components/CounterLabel.js +13 -0
  25. package/dist/components/DataTable.js +32 -0
  26. package/dist/components/Dialog.js +42 -0
  27. package/dist/components/FeatureFlaggedTheming.d.ts +6 -0
  28. package/dist/components/FeatureFlaggedTheming.d.ts.map +1 -0
  29. package/dist/components/FeatureFlaggedTheming.js +54 -0
  30. package/dist/components/Flash.js +11 -0
  31. package/dist/components/FormControl.d.ts +12 -0
  32. package/dist/components/FormControl.d.ts.map +1 -0
  33. package/dist/components/FormControl.js +18 -0
  34. package/dist/components/Header.js +51 -0
  35. package/dist/components/Heading.js +11 -0
  36. package/dist/components/IconButton.d.ts +9 -0
  37. package/dist/components/IconButton.d.ts.map +1 -0
  38. package/dist/components/IconButton.js +39 -0
  39. package/dist/components/Label.js +25 -0
  40. package/dist/components/Link.js +25 -0
  41. package/dist/components/LinkButton.js +11 -0
  42. package/dist/components/NavList.d.ts +27 -19
  43. package/dist/components/NavList.d.ts.map +1 -1
  44. package/dist/components/NavList.js +56 -0
  45. package/dist/components/Overlay.js +11 -0
  46. package/dist/components/PageHeader.d.ts.map +1 -1
  47. package/dist/{PageHeader-DCDIR2C1.js → components/PageHeader.js} +4 -41
  48. package/dist/components/PageLayout.d.ts +15 -10
  49. package/dist/components/PageLayout.d.ts.map +1 -1
  50. package/dist/components/PageLayout.js +42 -0
  51. package/dist/components/RadioGroup.d.ts +16 -4
  52. package/dist/components/RadioGroup.d.ts.map +1 -1
  53. package/dist/components/RadioGroup.js +42 -0
  54. package/dist/components/RelativeTime.js +13 -0
  55. package/dist/components/SegmentedControl.d.ts +9 -2
  56. package/dist/components/SegmentedControl.d.ts.map +1 -1
  57. package/dist/components/SegmentedControl.js +30 -0
  58. package/dist/components/Select.d.ts +8 -0
  59. package/dist/components/Select.d.ts.map +1 -0
  60. package/dist/components/Select.js +23 -0
  61. package/dist/components/Spinner.js +11 -0
  62. package/dist/components/StateLabel.js +13 -0
  63. package/dist/components/SubNav.d.ts +1 -0
  64. package/dist/components/SubNav.d.ts.map +1 -1
  65. package/dist/components/SubNav.js +25 -0
  66. package/dist/components/Text.d.ts +11 -3
  67. package/dist/components/Text.d.ts.map +1 -1
  68. package/dist/components/Text.js +25 -0
  69. package/dist/components/TextInput.d.ts +15 -0
  70. package/dist/components/TextInput.d.ts.map +1 -0
  71. package/dist/components/TextInput.js +37 -0
  72. package/dist/components/Textarea.d.ts +9 -0
  73. package/dist/components/Textarea.d.ts.map +1 -0
  74. package/dist/components/Textarea.js +25 -0
  75. package/dist/components/ThemeProvider.d.ts +30 -0
  76. package/dist/components/ThemeProvider.d.ts.map +1 -0
  77. package/dist/components/ThemeProvider.js +202 -0
  78. package/dist/components/Timeline.js +46 -0
  79. package/dist/components/ToggleSwitch.js +13 -0
  80. package/dist/components/Token.js +25 -0
  81. package/dist/components/Tooltip.d.ts +2 -6
  82. package/dist/components/Tooltip.d.ts.map +1 -1
  83. package/dist/components/Tooltip.js +14 -0
  84. package/dist/components/Truncate.js +11 -0
  85. package/dist/components/UnderlineNav.js +43 -0
  86. package/dist/components/UnderlinePanels.d.ts +7 -5
  87. package/dist/components/UnderlinePanels.d.ts.map +1 -1
  88. package/dist/components/UnderlinePanels.js +28 -0
  89. package/dist/components/deprecated/ActionList.js +48 -0
  90. package/dist/components/deprecated/DialogV1.js +44 -0
  91. package/dist/components/deprecated/Octicon.js +39 -0
  92. package/dist/components/deprecated/TabNav.js +44 -0
  93. package/dist/components/deprecated/Tooltip.d.ts.map +1 -1
  94. package/dist/components/deprecated/Tooltip.js +32 -0
  95. package/dist/components.json +27 -0
  96. package/dist/deprecated.d.ts +5 -4
  97. package/dist/deprecated.d.ts.map +1 -1
  98. package/dist/deprecated.js +5 -84
  99. package/dist/experimental.d.ts +1 -1
  100. package/dist/experimental.d.ts.map +1 -1
  101. package/dist/experimental.js +5 -32
  102. package/dist/index.d.ts +9 -12
  103. package/dist/index.d.ts.map +1 -1
  104. package/dist/index.js +42 -511
  105. package/dist/sx.d.ts +3 -0
  106. package/dist/sx.d.ts.map +1 -1
  107. package/package.json +3 -3
  108. package/dist/Tooltip-DIHgr01r.js +0 -152
  109. package/dist/Tooltip-YuSlJ5b_.js +0 -20
  110. package/dist/components/DialogV1.d.ts +0 -11
  111. package/dist/components/DialogV1.d.ts.map +0 -1
  112. package/dist/components/TabNav.d.ts +0 -9
  113. package/dist/components/TabNav.d.ts.map +0 -1
@@ -4,6 +4,7 @@
4
4
  "ActionMenu",
5
5
  "Autocomplete",
6
6
  "Avatar",
7
+ "BaseStyles",
7
8
  "Box",
8
9
  "Breadcrumb",
9
10
  "Breadcrumbs",
@@ -50,37 +51,63 @@
50
51
  "UnderlinePanels"
51
52
  ],
52
53
  "types": [
54
+ "ActionListDividerProps",
55
+ "ActionListGroupProps",
56
+ "ActionListItemProps",
57
+ "ActionListLeadingVisualProps",
58
+ "ActionListLinkItemProps",
59
+ "ActionListProps",
60
+ "ActionListTrailingActionProps",
61
+ "ActionListTrailingVisualProps",
53
62
  "AutocompleteOverlayProps",
54
63
  "AvatarProps",
55
64
  "BetterSystemStyleObject",
56
65
  "BoxProps",
57
66
  "BreadcrumbsItemProps",
58
67
  "BreadcrumbsProps",
68
+ "ButtonProps",
59
69
  "CheckboxGroupProps",
60
70
  "CheckboxProps",
61
71
  "CounterLabelProps",
72
+ "DataTableContainerProps",
62
73
  "DialogHeaderProps",
63
74
  "DialogProps",
75
+ "FormControlProps",
64
76
  "HeaderProps",
77
+ "IconButtonProps",
65
78
  "LabelProps",
66
79
  "LinkButtonProps",
67
80
  "LinkProps",
68
81
  "NavListProps",
82
+ "OcticonProps",
69
83
  "PageHeaderActionsProps",
70
84
  "PageHeaderProps",
71
85
  "PageHeaderTitleProps",
86
+ "PageLayoutProps",
72
87
  "RadioGroupProps",
73
88
  "RelativeTimeProps",
74
89
  "SegmentedControlButtonProps",
75
90
  "SegmentedControlIconButtonProps",
76
91
  "SegmentedControlProps",
92
+ "SelectProps",
77
93
  "SpinnerProps",
78
94
  "StateLabelProps",
79
95
  "SubNavLinkProps",
80
96
  "SubNavProps",
81
97
  "SxProp",
98
+ "TableActionsProps",
99
+ "TableBodyProps",
100
+ "TableCellProps",
101
+ "TableHeaderProps",
102
+ "TableHeadProps",
103
+ "TableProps",
104
+ "TableRowProps",
105
+ "TableSubtitleProps",
106
+ "TableTitleProps",
82
107
  "TabNavLinkProps",
83
108
  "TabNavProps",
109
+ "TextareaProps",
110
+ "TextInputActionProps",
84
111
  "TextInputProps",
85
112
  "TextProps",
86
113
  "TimelineBadgeProps",
@@ -1,5 +1,6 @@
1
- export { TabNav, type TabNavProps, type TabNavLinkProps } from './components/TabNav';
2
- export { Dialog, type DialogProps, type DialogHeaderProps } from './components/DialogV1';
3
- export { Octicon } from '@primer/react/deprecated';
4
- export { DeprecatedTooltip as Tooltip, type DeprecatedTooltipProps as TooltipProps } from './components/Tooltip';
1
+ export { TabNav, type TabNavProps, type TabNavLinkProps } from './components/deprecated/TabNav';
2
+ export { Dialog, type DialogProps, type DialogHeaderProps } from './components/deprecated/DialogV1';
3
+ export { Octicon, type OcticonProps } from './components/deprecated/Octicon';
4
+ export { Tooltip, type TooltipProps } from './components/deprecated/Tooltip';
5
+ export { ActionList, type ActionListProps, type ActionListItemProps, type ActionListGroupProps, } from './components/deprecated/ActionList';
5
6
  //# sourceMappingURL=deprecated.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deprecated.d.ts","sourceRoot":"","sources":["../src/deprecated.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,eAAe,EAAC,MAAM,qBAAqB,CAAA;AAClF,OAAO,EAAC,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,iBAAiB,EAAC,MAAM,uBAAuB,CAAA;AACtF,OAAO,EAAC,OAAO,EAAC,MAAM,0BAA0B,CAAA;AAChD,OAAO,EAAC,iBAAiB,IAAI,OAAO,EAAE,KAAK,sBAAsB,IAAI,YAAY,EAAC,MAAM,sBAAsB,CAAA"}
1
+ {"version":3,"file":"deprecated.d.ts","sourceRoot":"","sources":["../src/deprecated.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,eAAe,EAAC,MAAM,gCAAgC,CAAA;AAC7F,OAAO,EAAC,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,iBAAiB,EAAC,MAAM,kCAAkC,CAAA;AACjG,OAAO,EAAC,OAAO,EAAE,KAAK,YAAY,EAAC,MAAM,iCAAiC,CAAA;AAC1E,OAAO,EAAC,OAAO,EAAE,KAAK,YAAY,EAAC,MAAM,iCAAiC,CAAA;AAC1E,OAAO,EACL,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,GAC1B,MAAM,oCAAoC,CAAA"}
@@ -1,84 +1,5 @@
1
- import { TabNav as TabNav$1, Dialog as Dialog$1 } from '@primer/react/deprecated';
2
- export { Octicon } from '@primer/react/deprecated';
3
- import { sx, Box } from '@primer/react';
4
- import styled from 'styled-components';
5
- import { forwardRef } from 'react';
6
- import { jsx } from 'react/jsx-runtime';
7
- export { D as Tooltip } from './Tooltip-YuSlJ5b_.js';
8
-
9
- const StyledTabNav = styled(TabNav$1).withConfig({
10
- shouldForwardProp: prop => prop !== 'sx'
11
- }).withConfig({
12
- displayName: "TabNav__StyledTabNav",
13
- componentId: "sc-v7az9x-0"
14
- })(["", ""], sx);
15
- const TabNavImpl = ({
16
- as,
17
- ...props
18
- }) => {
19
- return /*#__PURE__*/jsx(StyledTabNav, {
20
- ...props,
21
- ...(as ? {
22
- forwardedAs: as
23
- } : {})
24
- });
25
- };
26
- const StyledTabNavLink = styled(TabNav$1.Link).withConfig({
27
- shouldForwardProp: prop => prop !== 'sx'
28
- }).withConfig({
29
- displayName: "TabNav__StyledTabNavLink",
30
- componentId: "sc-v7az9x-1"
31
- })(["", ""], sx);
32
- const TabNavLink = /*#__PURE__*/forwardRef(({
33
- as,
34
- ...props
35
- }, ref) => /*#__PURE__*/jsx(StyledTabNavLink, {
36
- ...props,
37
- ...(as ? {
38
- forwardedAs: as
39
- } : {}),
40
- ref: ref
41
- }));
42
- const TabNav = Object.assign(TabNavImpl, {
43
- Link: TabNavLink
44
- });
45
-
46
- const StyledDialog = /*#__PURE__*/forwardRef(function Dialog(props, ref) {
47
- return /*#__PURE__*/jsx(Box, {
48
- as: Dialog$1,
49
- ref: ref,
50
- ...props
51
- });
52
- });
53
- const DialogImpl = /*#__PURE__*/forwardRef(({
54
- as,
55
- ...props
56
- }, ref) => /*#__PURE__*/jsx(StyledDialog, {
57
- ...props,
58
- ...(as ? {
59
- forwardedAs: as
60
- } : {}),
61
- ref: ref
62
- }));
63
- const StyledDialogHeader = /*#__PURE__*/forwardRef(function DialogHeader(props, ref) {
64
- return /*#__PURE__*/jsx(Box, {
65
- as: Dialog$1.Header,
66
- ref: ref,
67
- ...props
68
- });
69
- });
70
- const DialogHeader = /*#__PURE__*/forwardRef(({
71
- as,
72
- ...props
73
- }, ref) => /*#__PURE__*/jsx(StyledDialogHeader, {
74
- ...props,
75
- ...(as ? {
76
- forwardedAs: as
77
- } : {}),
78
- ref: ref
79
- }));
80
- const Dialog = Object.assign(DialogImpl, {
81
- Header: DialogHeader
82
- });
83
-
84
- export { Dialog, TabNav };
1
+ export { TabNav } from './components/deprecated/TabNav.js';
2
+ export { Dialog } from './components/deprecated/DialogV1.js';
3
+ export { default as Octicon } from './components/deprecated/Octicon.js';
4
+ export { Tooltip } from './components/deprecated/Tooltip.js';
5
+ export { ActionList } from './components/deprecated/ActionList.js';
@@ -2,5 +2,5 @@ export { Dialog, type DialogProps } from './components/Dialog';
2
2
  export { PageHeader, type PageHeaderProps, type PageHeaderActionsProps, type PageHeaderTitleProps, } from './components/PageHeader';
3
3
  export { Tooltip, type TooltipProps } from './components/Tooltip';
4
4
  export { UnderlinePanels, type UnderlinePanelsProps, type UnderlinePanelsTabProps, type UnderlinePanelsPanelProps, } from './components/UnderlinePanels';
5
- export { Table } from '@primer/react/experimental';
5
+ export { Table, type DataTableContainerProps, type TableProps, type TableHeadProps, type TableBodyProps, type TableRowProps, type TableHeaderProps, type TableCellProps, type TableTitleProps, type TableSubtitleProps, type TableActionsProps, } from './components/DataTable';
6
6
  //# sourceMappingURL=experimental.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"experimental.d.ts","sourceRoot":"","sources":["../src/experimental.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,KAAK,WAAW,EAAC,MAAM,qBAAqB,CAAA;AAC5D,OAAO,EACL,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,GAC1B,MAAM,yBAAyB,CAAA;AAEhC,OAAO,EAAC,OAAO,EAAE,KAAK,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAE/D,OAAO,EACL,eAAe,EACf,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,GAC/B,MAAM,8BAA8B,CAAA;AAErC,OAAO,EAAC,KAAK,EAAC,MAAM,4BAA4B,CAAA"}
1
+ {"version":3,"file":"experimental.d.ts","sourceRoot":"","sources":["../src/experimental.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,KAAK,WAAW,EAAC,MAAM,qBAAqB,CAAA;AAC5D,OAAO,EACL,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,GAC1B,MAAM,yBAAyB,CAAA;AAEhC,OAAO,EAAC,OAAO,EAAE,KAAK,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAE/D,OAAO,EACL,eAAe,EACf,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,GAC/B,MAAM,8BAA8B,CAAA;AAErC,OAAO,EACL,KAAK,EACL,KAAK,uBAAuB,EAC5B,KAAK,UAAU,EACf,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,eAAe,EACpB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,GACvB,MAAM,wBAAwB,CAAA"}
@@ -1,32 +1,5 @@
1
- export { D as Dialog, P as PageHeader } from './PageHeader-DCDIR2C1.js';
2
- export { T as Tooltip } from './Tooltip-YuSlJ5b_.js';
3
- import { UnderlinePanels as UnderlinePanels$1 } from '@primer/react/experimental';
4
- export { Table } from '@primer/react/experimental';
5
- import styled from 'styled-components';
6
- import { sx } from '@primer/react';
7
- import { jsx } from 'react/jsx-runtime';
8
- import 'react';
9
- import '@primer/react/deprecated';
10
-
11
- const StyledUnderlinePanels = styled(UnderlinePanels$1).withConfig({
12
- shouldForwardProp: prop => prop !== 'sx'
13
- }).withConfig({
14
- displayName: "UnderlinePanels__StyledUnderlinePanels",
15
- componentId: "sc-1w35i85-0"
16
- })(["", ""], sx);
17
-
18
- // @ts-ignore forwardedAs is valid here but I don't know how to fix the typescript error
19
- const UnderlinePanelsImpl = ({
20
- as,
21
- ...props
22
- }) => /*#__PURE__*/jsx(StyledUnderlinePanels, {
23
- forwardedAs: as,
24
- ...props
25
- });
26
- UnderlinePanelsImpl.displayName = 'UnderlinePanels';
27
- const UnderlinePanels = Object.assign(UnderlinePanelsImpl, {
28
- Tab: UnderlinePanels$1.Tab,
29
- Panel: UnderlinePanels$1.Panel
30
- });
31
-
32
- export { UnderlinePanels };
1
+ export { Dialog } from './components/Dialog.js';
2
+ export { PageHeader } from './components/PageHeader.js';
3
+ export { Tooltip } from './components/Tooltip.js';
4
+ export { UnderlinePanels } from './components/UnderlinePanels.js';
5
+ export { Table } from './components/DataTable.js';
package/dist/index.d.ts CHANGED
@@ -1,46 +1,43 @@
1
- export { ActionList } from '@primer/react';
2
1
  export { Box, type BoxProps } from './components/Box';
3
- export { Button } from '@primer/react';
4
2
  export { Details } from '@primer/react';
5
- export { FormControl } from '@primer/react';
6
- export { IconButton } from '@primer/react';
7
3
  export { ProgressBar } from '@primer/react';
8
- export { PageLayout } from '@primer/react';
9
- export { Select } from '@primer/react';
10
- export { Textarea } from '@primer/react';
11
- export { TextInput } from '@primer/react';
12
- export { type TextInputProps } from '@primer/react';
13
- export { ThemeProvider } from '@primer/react';
4
+ export { ThemeProvider, useTheme, useColorSchemeVar, BaseStyles } from './components/FeatureFlaggedTheming';
14
5
  export { merge } from '@primer/react';
15
6
  export { theme } from '@primer/react';
16
7
  export { themeGet } from '@primer/react';
17
- export { useColorSchemeVar } from '@primer/react';
18
- export { useTheme } from '@primer/react';
8
+ export { ActionList, type ActionListProps, type ActionListItemProps, type ActionListLinkItemProps, type ActionListGroupProps, type ActionListDividerProps, type ActionListLeadingVisualProps, type ActionListTrailingVisualProps, type ActionListTrailingActionProps, } from './components/ActionList';
19
9
  export { ActionMenu } from './components/ActionMenu';
20
10
  export { Autocomplete, type AutocompleteOverlayProps } from './components/Autocomplete';
21
11
  export { Avatar, type AvatarProps } from './components/Avatar';
22
12
  export { Breadcrumbs, Breadcrumb, type BreadcrumbsProps, type BreadcrumbsItemProps } from './components/Breadcrumbs';
13
+ export { ButtonComponent as Button, type ButtonComponentProps as ButtonProps } from './components/Button';
23
14
  export { Checkbox, type CheckboxProps } from './components/Checkbox';
24
15
  export { CheckboxGroup, type CheckboxGroupProps } from './components/CheckboxGroup';
25
16
  export { CircleBadge } from './components/CircleBadge';
26
17
  export { CounterLabel, type CounterLabelProps } from './components/CounterLabel';
27
18
  export { Dialog, type DialogProps } from './components/Dialog';
28
19
  export { Flash } from './components/Flash';
20
+ export { FormControl, type FormControlProps } from './components/FormControl';
29
21
  export { Header, type HeaderProps } from './components/Header';
30
22
  export { Heading } from './components/Heading';
23
+ export { IconButton, type IconButtonProps } from './components/IconButton';
31
24
  export { Label, type LabelProps } from './components/Label';
32
25
  export { Link, type LinkProps } from './components/Link';
33
26
  export { LinkButton, type LinkButtonProps } from './components/LinkButton';
34
27
  export { NavList, type NavListProps } from './components/NavList';
35
28
  export { Overlay } from './components/Overlay';
29
+ export { PageLayout, type PageLayoutProps } from './components/PageLayout';
36
30
  export { PageHeader, type PageHeaderProps, type PageHeaderActionsProps, type PageHeaderTitleProps, } from './components/PageHeader';
37
31
  export { RadioGroup, type RadioGroupProps } from './components/RadioGroup';
38
32
  export { RelativeTime, type RelativeTimeProps } from './components/RelativeTime';
39
33
  export { SegmentedControl, type SegmentedControlProps, type SegmentedControlButtonProps, type SegmentedControlIconButtonProps, } from './components/SegmentedControl';
34
+ export { Select, type SelectProps } from './components/Select';
40
35
  export { Spinner, type SpinnerProps } from './components/Spinner';
41
36
  export { StateLabel, type StateLabelProps } from './components/StateLabel';
42
37
  export { SubNav, type SubNavProps, type SubNavLinkProps } from './components/SubNav';
43
38
  export { Text, type TextProps } from './components/Text';
39
+ export { Textarea, type TextareaProps } from './components/Textarea';
40
+ export { TextInput, type TextInputProps, type TextInputActionProps } from './components/TextInput';
44
41
  export { Timeline, type TimelineProps, type TimelineItemProps, type TimelineBadgeProps, type TimelineBodyProps, type TimelineBreakProps, } from './components/Timeline';
45
42
  export { ToggleSwitch, type ToggleSwitchProps } from './components/ToggleSwitch';
46
43
  export { Tooltip, type TooltipProps } from './components/Tooltip';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"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"}