@utrecht/component-library-react 3.0.1-alpha.3 → 3.0.1-alpha.30
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/.jest-test-results.json +1 -1
- package/dist/Combobox.d.ts +15 -0
- package/dist/FormField.d.ts +5 -2
- package/dist/Listbox.d.ts +29 -0
- package/dist/TableContainer.d.ts +11 -0
- package/dist/css-module/Combobox.d.ts +15 -0
- package/dist/css-module/FormField.d.ts +5 -2
- package/dist/css-module/Listbox.d.ts +29 -0
- package/dist/css-module/TableContainer.d.ts +11 -0
- package/dist/css-module/css-module/Combobox.d.ts +6 -0
- package/dist/css-module/css-module/Listbox.d.ts +6 -0
- package/dist/css-module/css-module/TableContainer.d.ts +6 -0
- package/dist/css-module/css-module/index.d.ts +6 -0
- package/dist/css-module/index.d.ts +6 -0
- package/dist/css-module/index.js +654 -500
- package/dist/css-module/index.js.map +1 -1
- package/dist/css-module/index.mjs +649 -501
- package/dist/css-module/index.mjs.map +1 -1
- package/dist/index.cjs.js +557 -409
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.esm.js +552 -410
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -5
- package/LICENSE.txt +0 -287
package/dist/index.cjs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.d.ts
CHANGED
|
@@ -34,6 +34,8 @@ export type { ColorSampleProps } from './ColorSample';
|
|
|
34
34
|
export { ColorSample } from './ColorSample';
|
|
35
35
|
export type { ColumnLayoutProps } from './ColumnLayout';
|
|
36
36
|
export { ColumnLayout } from './ColumnLayout';
|
|
37
|
+
export type { ComboboxProps, ComboboxPopoverProps } from './Combobox';
|
|
38
|
+
export { Combobox, ComboboxPopover } from './Combobox';
|
|
37
39
|
export type { CurrencyDataProps } from './CurrencyData';
|
|
38
40
|
export { CurrencyData } from './CurrencyData';
|
|
39
41
|
export type { DataBadgeProps } from './DataBadge';
|
|
@@ -98,6 +100,8 @@ export type { LinkSocialProps } from './LinkSocial';
|
|
|
98
100
|
export { LinkSocial } from './LinkSocial';
|
|
99
101
|
export type { LinkListProps, LinkListLinkProps } from './LinkList';
|
|
100
102
|
export { LinkList, LinkListLink } from './LinkList';
|
|
103
|
+
export type { ListboxProps, ListboxOptionProps, ListboxOptionGroupProps } from './Listbox';
|
|
104
|
+
export { Listbox, ListboxOption, ListboxOptionGroup } from './Listbox';
|
|
101
105
|
export type { ListSocialProps, ListSocialItemProps } from './ListSocial';
|
|
102
106
|
export { ListSocial, ListSocialItem } from './ListSocial';
|
|
103
107
|
export type { LogoProps } from './Logo';
|
|
@@ -150,6 +154,8 @@ export type { StrongProps } from './Strong';
|
|
|
150
154
|
export { Strong } from './Strong';
|
|
151
155
|
export type { SurfaceProps } from './Surface';
|
|
152
156
|
export { Surface } from './Surface';
|
|
157
|
+
export type { TableContainerProps } from './TableContainer';
|
|
158
|
+
export { TableContainer } from './TableContainer';
|
|
153
159
|
export type { TableProps } from './Table';
|
|
154
160
|
export { Table } from './Table';
|
|
155
161
|
export type { TableBodyProps } from './TableBody';
|