@@ -7,17 +7,22 @@ import { jpAvatar } from './avatar/index';
7
7
import { jpBreadcrumb } from './breadcrumb/index' ;
8
8
import { jpBreadcrumbItem } from './breadcrumb-item/index' ;
9
9
import { jpButton } from './button/index' ;
10
+ import { jpCard } from './card/index' ;
10
11
import { jpCheckbox } from './checkbox/index' ;
11
12
import { jpCombobox } from './combobox/index' ;
12
13
import { jpDataGrid , jpDataGridCell , jpDataGridRow } from './data-grid/index' ;
14
+ import { jpDivider } from './divider/index' ;
13
15
import { jpNumberField } from './number-field/index' ;
14
16
import { jpOption } from './option/index' ;
15
17
import { jpProgress } from './progress/index' ;
16
18
import { jpProgressRing } from './progress-ring/index' ;
19
+ import { jpRadio } from './radio/index' ;
20
+ import { jpRadioGroup } from './radio-group/index' ;
17
21
import { jpSearch } from './search/index' ;
18
22
import { jpSelect } from './select/index' ;
19
23
import { jpSlider } from './slider/index' ;
20
24
import { jpSliderLabel } from './slider-label/index' ;
25
+ import { jpSwitch } from './switch/index' ;
21
26
import { jpTabPanel } from './tab-panel/index' ;
22
27
import { jpTab } from './tab/index' ;
23
28
import { jpTabs } from './tabs/index' ;
@@ -35,17 +40,22 @@ import type { Avatar } from './avatar/index';
35
40
import type { Breadcrumb } from './breadcrumb/index' ;
36
41
import type { BreadcrumbItem } from './breadcrumb-item/index' ;
37
42
import type { Button } from './button/index' ;
43
+ import type { Card } from './card/index' ;
38
44
import type { Checkbox } from './checkbox/index' ;
39
45
import type { Combobox } from './combobox/index' ;
40
46
import type { DataGrid , DataGridCell , DataGridRow } from './data-grid/index' ;
47
+ import type { Divider } from './divider/index' ;
41
48
import type { NumberField } from './number-field/index' ;
42
49
import type { Option } from './option/index' ;
43
50
import type { Progress } from './progress/index' ;
44
51
import type { ProgressRing } from './progress-ring/index' ;
52
+ import type { Radio } from './radio/index' ;
53
+ import type { RadioGroup } from './radio-group/index' ;
45
54
import type { Search } from './search/index' ;
46
55
import type { Select } from './select/index' ;
47
56
import type { Slider } from './slider/index' ;
48
57
import type { SliderLabel } from './slider-label/index' ;
58
+ import type { Switch } from './switch/index' ;
49
59
import type { TabPanel } from './tab-panel/index' ;
50
60
import type { Tab } from './tab/index' ;
51
61
import type { Tabs } from './tabs/index' ;
@@ -62,19 +72,24 @@ export {
62
72
jpBreadcrumb ,
63
73
jpBreadcrumbItem ,
64
74
jpButton ,
75
+ jpCard ,
65
76
jpCheckbox ,
66
77
jpCombobox ,
67
78
jpDataGrid ,
68
79
jpDataGridCell ,
69
80
jpDataGridRow ,
81
+ jpDivider ,
70
82
jpNumberField ,
71
83
jpOption ,
72
84
jpProgress ,
73
85
jpProgressRing ,
86
+ jpRadio ,
87
+ jpRadioGroup ,
74
88
jpSearch ,
75
89
jpSelect ,
76
90
jpSlider ,
77
91
jpSliderLabel ,
92
+ jpSwitch ,
78
93
jpTab ,
79
94
jpTabPanel ,
80
95
jpTabs ,
@@ -98,19 +113,24 @@ export const allComponents = {
98
113
jpBreadcrumb,
99
114
jpBreadcrumbItem,
100
115
jpButton,
116
+ jpCard,
101
117
jpCheckbox,
102
118
jpCombobox,
103
119
jpDataGrid,
104
120
jpDataGridCell,
105
121
jpDataGridRow,
122
+ jpDivider,
106
123
jpNumberField,
107
124
jpOption,
108
125
jpProgress,
109
126
jpProgressRing,
127
+ jpRadio,
128
+ jpRadioGroup,
110
129
jpSearch,
111
130
jpSelect,
112
131
jpSlider,
113
132
jpSliderLabel,
133
+ jpSwitch,
114
134
jpTab,
115
135
jpTabPanel,
116
136
jpTabs,
0 commit comments