@rijkshuisstijl-community/web-components 3.0.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +3532 -3563
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ De componenten hebben geen eigen styling. Om de Rijkshuisstijl aan je project to
|
|
|
19
19
|
> Let erop dat je beide de `@rijkshuisstijl-community/design-tokens/dist/index.css` importeert **en** de component een child is van een element waar de `rhc-theme` op is toegepast. Anders zie je de component zonder styling.
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
npm install
|
|
22
|
+
npm install @rijkshuisstijl-community/web-components @rijkshuisstijl-community/components-css @rijkshuisstijl-community/design-tokens
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
Dit installeert de componenten, de design tokens en de styling. Om deze te gebruiken, importeer je ze in jouw app,
|
package/dist/index.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ import { FormFieldTextareaProps } from '@rijkshuisstijl-community/components-rea
|
|
|
19
19
|
import { FormFieldTextInputProps } from '@rijkshuisstijl-community/components-react';
|
|
20
20
|
import { HeroProps } from '@rijkshuisstijl-community/components-react';
|
|
21
21
|
import { IconProps } from '@rijkshuisstijl-community/components-react';
|
|
22
|
-
import { JSX as JSX_2 } from '
|
|
22
|
+
import { JSX as JSX_2 } from 'preact';
|
|
23
23
|
import { LinkProps } from '@rijkshuisstijl-community/components-react';
|
|
24
24
|
|
|
25
25
|
export declare class AccordionWebComponent extends BaseWebComponent {
|