@norges-domstoler/dds-components 16.2.0 → 17.0.0
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 +8 -4
- package/dist/index.css +396 -110
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +636 -607
- package/dist/index.d.ts +636 -607
- package/dist/index.js +2478 -2225
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2371 -2126
- package/dist/index.mjs.map +1 -1
- package/package.json +23 -23
package/README.md
CHANGED
|
@@ -12,6 +12,12 @@ Sjekk ut [Elsa - domstolenes designsystem](https://design.domstol.no/) og [ Elsa
|
|
|
12
12
|
pnpm add @norges-domstoler/dds-components
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
+
Importer styling av komponentene i CSS:
|
|
16
|
+
|
|
17
|
+
```css
|
|
18
|
+
@import '@norges-domstoler/dds-components/index.css';
|
|
19
|
+
```
|
|
20
|
+
|
|
15
21
|
## 🔨 Bruk
|
|
16
22
|
|
|
17
23
|
```js
|
|
@@ -42,6 +48,7 @@ Tilgjengelige komponenter:
|
|
|
42
48
|
|
|
43
49
|
- Breadcrumbs
|
|
44
50
|
- Button
|
|
51
|
+
- ButtonGroup
|
|
45
52
|
- Card (inkludert CardAccordion)
|
|
46
53
|
- Checkbox
|
|
47
54
|
- Chip
|
|
@@ -56,6 +63,7 @@ Tilgjengelige komponenter:
|
|
|
56
63
|
- GlobalMessage
|
|
57
64
|
- Grid
|
|
58
65
|
- Icon
|
|
66
|
+
- InlineButton
|
|
59
67
|
- InputMessage
|
|
60
68
|
- InternaHeader
|
|
61
69
|
- List
|
|
@@ -91,7 +99,3 @@ Tilgjengelige komponenter:
|
|
|
91
99
|
- Paragraph
|
|
92
100
|
- Typography
|
|
93
101
|
- VisuallyHidden
|
|
94
|
-
|
|
95
|
-
## ⌨️ For bidragsytere
|
|
96
|
-
|
|
97
|
-
Sjekk ut [guiden for bidragsytere](https://design.domstol.no/987b33f71/p/34c962-bidra/b/3611d5).
|