@helsenorge/designsystem-react 1.0.0-beta120 → 1.0.0-beta123
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/{Badge-2d8d73dd.js → Badge-32ba89d5.js} +2 -2
- package/Badge-32ba89d5.js.map +1 -0
- package/{Button-19ee3464.js → Button-9f2ce63d.js} +2 -2
- package/Button-9f2ce63d.js.map +1 -0
- package/Checkbox-1e2c2047.js +2 -0
- package/Checkbox-1e2c2047.js.map +1 -0
- package/{Close-476c50c6.js → Close-f197bf98.js} +2 -2
- package/Close-f197bf98.js.map +1 -0
- package/{FormGroup-a776b535.js → FormGroup-157f9e03.js} +2 -2
- package/FormGroup-157f9e03.js.map +1 -0
- package/{FormLayout-8d6d4552.js → FormLayout-a3d440c1.js} +2 -2
- package/FormLayout-a3d440c1.js.map +1 -0
- package/{Input-cd941f2f.js → Input-5bb47387.js} +2 -2
- package/Input-5bb47387.js.map +1 -0
- package/{Loader-2f304e4f.js → Loader-670979af.js} +2 -2
- package/Loader-670979af.js.map +1 -0
- package/Modal-10c837a4.js +2 -0
- package/Modal-10c837a4.js.map +1 -0
- package/{Panel-33611d84.js → Panel-3ada0789.js} +2 -2
- package/Panel-3ada0789.js.map +1 -0
- package/{RadioButton-6a868eb3.js → RadioButton-71099f5c.js} +2 -2
- package/RadioButton-71099f5c.js.map +1 -0
- package/{Textarea-1c857a8a.js → Textarea-e1e649cf.js} +2 -2
- package/Textarea-e1e649cf.js.map +1 -0
- package/{Title-2522b5b9.js → Title-3a6d4597.js} +2 -2
- package/Title-3a6d4597.js.map +1 -0
- package/{Validation-fa8b28c3.js → Validation-5d79f53e.js} +2 -2
- package/Validation-5d79f53e.js.map +1 -0
- package/__mocks__/ResizeObserver.d.ts +6 -0
- package/__mocks__/ResizeObserver.d.ts.map +1 -0
- package/__mocks__/ResizeObserver.js +2 -0
- package/__mocks__/ResizeObserver.js.map +1 -0
- package/__mocks__/uuid.d.ts +2 -0
- package/__mocks__/uuid.d.ts.map +1 -0
- package/__mocks__/uuid.js +2 -0
- package/__mocks__/uuid.js.map +1 -0
- package/components/AnchorLink/index.js +1 -1
- package/components/Avatar/index.js +1 -1
- package/components/Badge/index.js +1 -1
- package/components/Button/index.js +1 -1
- package/components/Button/styles.module.scss +3 -0
- package/components/ButtonWithModal/index.js +1 -1
- package/components/Checkbox/index.js +1 -1
- package/components/Close/index.js +1 -1
- package/components/Dropdown/Dropdown.d.ts +36 -0
- package/components/Dropdown/Dropdown.d.ts.map +1 -0
- package/components/Dropdown/componentdata.json +254 -0
- package/components/Dropdown/index.d.ts +4 -0
- package/components/Dropdown/index.d.ts.map +1 -0
- package/components/Dropdown/index.js +2 -0
- package/components/Dropdown/index.js.map +1 -0
- package/components/Dropdown/styles.module.scss +196 -0
- package/components/Expander/index.js +1 -1
- package/components/Expander/styles.module.scss +10 -0
- package/components/ExpanderList/index.js +1 -1
- package/components/ExpanderList/styles.module.scss +4 -0
- package/components/FormExample/index.js +1 -1
- package/components/FormGroup/index.js +1 -1
- package/components/FormLayout/index.js +1 -1
- package/components/HighlightBox/index.js +1 -1
- package/components/Icons/AcupunctureBack.js +1 -1
- package/components/Icons/AlarmClock.js +1 -1
- package/components/Icons/AlertSignFill.js +1 -1
- package/components/Icons/AlertSignStroke.js +1 -1
- package/components/Icons/Archive.js +1 -1
- package/components/Icons/ArrowLeft.js +1 -1
- package/components/Icons/ArrowRight.js +1 -1
- package/components/Icons/ArrowUpRight.js +1 -1
- package/components/Icons/Attachment.js +1 -1
- package/components/Icons/Avatar.js +1 -1
- package/components/Icons/Bus.js +1 -1
- package/components/Icons/Calendar.js +1 -1
- package/components/Icons/CalendarChange.js +1 -1
- package/components/Icons/CalendarCheck.js +1 -1
- package/components/Icons/CalendarSave.js +1 -1
- package/components/Icons/Change.js +1 -1
- package/components/Icons/Check.js +1 -1
- package/components/Icons/CheckFill.js +1 -1
- package/components/Icons/ChevronDown.js +1 -1
- package/components/Icons/ChevronLeft.js +1 -1
- package/components/Icons/ChevronRight.js +1 -1
- package/components/Icons/ChevronUp.js +1 -1
- package/components/Icons/ChevronsDown.js +1 -1
- package/components/Icons/ChevronsUp.js +1 -1
- package/components/Icons/Contacts.js +1 -1
- package/components/Icons/Copy.js +1 -1
- package/components/Icons/Download.js +1 -1
- package/components/Icons/EChat.js +1 -1
- package/components/Icons/EnterFullScreen.js +1 -1
- package/components/Icons/Envelope.js +1 -1
- package/components/Icons/Eraser.js +1 -1
- package/components/Icons/ErrorSignFill.js +1 -1
- package/components/Icons/ErrorSignStroke.js +1 -1
- package/components/Icons/ExitFullScreen.js +1 -1
- package/components/Icons/Eye.js +1 -1
- package/components/Icons/Form.js +1 -1
- package/components/Icons/Forward.js +1 -1
- package/components/Icons/Gallery.js +1 -1
- package/components/Icons/Globe.js +1 -1
- package/components/Icons/Group.js +1 -1
- package/components/Icons/Heart.js +1 -1
- package/components/Icons/HelpSign.js +1 -1
- package/components/Icons/History.js +1 -1
- package/components/Icons/Home.js +1 -1
- package/components/Icons/Hospital.js +1 -1
- package/components/Icons/Hourglass.js +1 -1
- package/components/Icons/Icon.js +1 -1
- package/components/Icons/InfoSignFill.js +1 -1
- package/components/Icons/InfoSignStroke.js +1 -1
- package/components/Icons/Journal.js +1 -1
- package/components/Icons/List.js +1 -1
- package/components/Icons/Location.js +1 -1
- package/components/Icons/Lock.js +1 -1
- package/components/Icons/Medicine.js +1 -1
- package/components/Icons/Menu.js +1 -1
- package/components/Icons/Minus.js +1 -1
- package/components/Icons/MobilePhone.js +1 -1
- package/components/Icons/NoEye.js +1 -1
- package/components/Icons/NoFilter.js +1 -1
- package/components/Icons/PaperPlane.js +1 -1
- package/components/Icons/Pause.js +1 -1
- package/components/Icons/Pencil.js +1 -1
- package/components/Icons/Play.js +1 -1
- package/components/Icons/PlusLarge.js +1 -1
- package/components/Icons/PlusSmall.js +1 -1
- package/components/Icons/Printer.js +1 -1
- package/components/Icons/QrCode.js +1 -1
- package/components/Icons/Receptionist.js +1 -1
- package/components/Icons/Referral.js +1 -1
- package/components/Icons/Refresh.js +1 -1
- package/components/Icons/Reply.js +1 -1
- package/components/Icons/Save.js +1 -1
- package/components/Icons/Search.js +1 -1
- package/components/Icons/SectionSign.js +1 -1
- package/components/Icons/Settings.js +1 -1
- package/components/Icons/Share.js +1 -1
- package/components/Icons/SpeechBubble.js +1 -1
- package/components/Icons/Stopwatch.js +1 -1
- package/components/Icons/SupportingPerson.js +1 -1
- package/components/Icons/Syringe.js +1 -1
- package/components/Icons/TimePassing.js +1 -1
- package/components/Icons/Toolbox.js +1 -1
- package/components/Icons/TrashCan.js +1 -1
- package/components/Icons/Undo.js +1 -1
- package/components/Icons/Upload.js +1 -1
- package/components/Icons/Vaccine.js +1 -1
- package/components/Icons/VerticalDots.js +1 -1
- package/components/Icons/VideoCamera.js +1 -1
- package/components/Icons/VideoChat.js +1 -1
- package/components/Icons/Wallet.js +1 -1
- package/components/Icons/Watch.js +1 -1
- package/components/Icons/X.js +1 -1
- package/components/Icons/Zoom.js +1 -1
- package/components/Icons/index.js +1 -1
- package/components/Input/index.js +1 -1
- package/components/LinkList/index.js +1 -1
- package/components/List/index.js +1 -1
- package/components/Loader/index.js +1 -1
- package/components/Logo/index.js +1 -1
- package/components/Modal/Modal.d.ts.map +1 -1
- package/components/Modal/index.js +1 -1
- package/components/Modal/styles.module.scss +4 -0
- package/components/Modal/styles.module.scss.d.ts +1 -0
- package/components/NotificationPanel/index.js +1 -1
- package/components/Panel/index.js +1 -1
- package/components/PanelList/index.js +1 -1
- package/components/Portal/index.js +1 -1
- package/components/RadioButton/index.js +1 -1
- package/components/Slider/index.js +1 -1
- package/components/Spacer/index.js +1 -1
- package/components/StatusDot/index.js +1 -1
- package/components/Textarea/index.js +1 -1
- package/components/Tile/index.js +1 -1
- package/components/Tile/styles.module.scss +8 -0
- package/components/Title/index.js +1 -1
- package/components/Validation/index.js +1 -1
- package/constants-9528513d.js +2 -0
- package/constants-9528513d.js.map +1 -0
- package/constants.d.ts +9 -0
- package/constants.d.ts.map +1 -1
- package/hooks/useKeyboardEvent.d.ts +3 -0
- package/hooks/useKeyboardEvent.d.ts.map +1 -0
- package/hooks/useOutsideEvent.d.ts +9 -0
- package/hooks/useOutsideEvent.d.ts.map +1 -0
- package/hooks/useResizeObserver.d.ts +9 -0
- package/hooks/useResizeObserver.d.ts.map +1 -0
- package/hooks/useToggle.d.ts +12 -0
- package/hooks/useToggle.d.ts.map +1 -0
- package/hooks/useUuid.d.ts +7 -0
- package/hooks/useUuid.d.ts.map +1 -0
- package/index.d.ts +5 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/useUuid-1ecdf8e8.js +2 -0
- package/useUuid-1ecdf8e8.js.map +1 -0
- package/uuid-11037462.js +2 -0
- package/uuid-11037462.js.map +1 -0
- package/Badge-2d8d73dd.js.map +0 -1
- package/Button-19ee3464.js.map +0 -1
- package/Checkbox-ca6c635d.js +0 -2
- package/Checkbox-ca6c635d.js.map +0 -1
- package/Close-476c50c6.js.map +0 -1
- package/FormGroup-a776b535.js.map +0 -1
- package/FormLayout-8d6d4552.js.map +0 -1
- package/Input-cd941f2f.js.map +0 -1
- package/Loader-2f304e4f.js.map +0 -1
- package/Modal-a3a1d026.js +0 -2
- package/Modal-a3a1d026.js.map +0 -1
- package/Panel-33611d84.js.map +0 -1
- package/RadioButton-6a868eb3.js.map +0 -1
- package/Textarea-1c857a8a.js.map +0 -1
- package/Title-2522b5b9.js.map +0 -1
- package/Validation-fa8b28c3.js.map +0 -1
- package/constants-4fe8c7ff.js +0 -2
- package/constants-4fe8c7ff.js.map +0 -1
- package/uuid-fe7442b7.js +0 -2
- package/uuid-fe7442b7.js.map +0 -1
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
{
|
|
2
|
+
"props": {
|
|
3
|
+
"label": {
|
|
4
|
+
"defaultValue": null,
|
|
5
|
+
"description": "Label for dropdown. Synlig for skjermlesere.",
|
|
6
|
+
"name": "label",
|
|
7
|
+
"parent": {
|
|
8
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
9
|
+
"name": "DropdownProps"
|
|
10
|
+
},
|
|
11
|
+
"declarations": [
|
|
12
|
+
{
|
|
13
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
14
|
+
"name": "DropdownProps"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"required": true,
|
|
18
|
+
"type": {
|
|
19
|
+
"name": "string"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"toggleLabel": {
|
|
23
|
+
"defaultValue": null,
|
|
24
|
+
"description": "Tekst på knappen som åpner dropdownen",
|
|
25
|
+
"name": "toggleLabel",
|
|
26
|
+
"parent": {
|
|
27
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
28
|
+
"name": "DropdownProps"
|
|
29
|
+
},
|
|
30
|
+
"declarations": [
|
|
31
|
+
{
|
|
32
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
33
|
+
"name": "DropdownProps"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"required": true,
|
|
37
|
+
"type": {
|
|
38
|
+
"name": "string"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"children": {
|
|
42
|
+
"defaultValue": null,
|
|
43
|
+
"description": "Sets the dropdown content",
|
|
44
|
+
"name": "children",
|
|
45
|
+
"parent": {
|
|
46
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
47
|
+
"name": "DropdownProps"
|
|
48
|
+
},
|
|
49
|
+
"declarations": [
|
|
50
|
+
{
|
|
51
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
52
|
+
"name": "DropdownProps"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"fileName": "designsystem/node_modules/@types/react/index.d.ts",
|
|
56
|
+
"name": "TypeLiteral"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"required": false,
|
|
60
|
+
"type": {
|
|
61
|
+
"name": "ReactNode"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"closeText": {
|
|
65
|
+
"defaultValue": null,
|
|
66
|
+
"description": "Close button text",
|
|
67
|
+
"name": "closeText",
|
|
68
|
+
"parent": {
|
|
69
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
70
|
+
"name": "DropdownProps"
|
|
71
|
+
},
|
|
72
|
+
"declarations": [
|
|
73
|
+
{
|
|
74
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
75
|
+
"name": "DropdownProps"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"required": false,
|
|
79
|
+
"type": {
|
|
80
|
+
"name": "string"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"noCloseButton": {
|
|
84
|
+
"defaultValue": null,
|
|
85
|
+
"description": "No close button",
|
|
86
|
+
"name": "noCloseButton",
|
|
87
|
+
"parent": {
|
|
88
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
89
|
+
"name": "DropdownProps"
|
|
90
|
+
},
|
|
91
|
+
"declarations": [
|
|
92
|
+
{
|
|
93
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
94
|
+
"name": "DropdownProps"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"required": false,
|
|
98
|
+
"type": {
|
|
99
|
+
"name": "boolean"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"onToggle": {
|
|
103
|
+
"defaultValue": null,
|
|
104
|
+
"description": "Called when dropdown is open/closed.",
|
|
105
|
+
"name": "onToggle",
|
|
106
|
+
"parent": {
|
|
107
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
108
|
+
"name": "DropdownProps"
|
|
109
|
+
},
|
|
110
|
+
"declarations": [
|
|
111
|
+
{
|
|
112
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
113
|
+
"name": "DropdownProps"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"required": false,
|
|
117
|
+
"type": {
|
|
118
|
+
"name": "((isOpen: boolean) => void)"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"open": {
|
|
122
|
+
"defaultValue": null,
|
|
123
|
+
"description": "Om dropdown er åpen",
|
|
124
|
+
"name": "open",
|
|
125
|
+
"parent": {
|
|
126
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
127
|
+
"name": "DropdownProps"
|
|
128
|
+
},
|
|
129
|
+
"declarations": [
|
|
130
|
+
{
|
|
131
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
132
|
+
"name": "DropdownProps"
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"required": false,
|
|
136
|
+
"type": {
|
|
137
|
+
"name": "boolean"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"mode": {
|
|
141
|
+
"defaultValue": null,
|
|
142
|
+
"description": "Changes the visuals of the dropdown",
|
|
143
|
+
"name": "mode",
|
|
144
|
+
"parent": {
|
|
145
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
146
|
+
"name": "DropdownProps"
|
|
147
|
+
},
|
|
148
|
+
"declarations": [
|
|
149
|
+
{
|
|
150
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
151
|
+
"name": "DropdownProps"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"required": false,
|
|
155
|
+
"type": {
|
|
156
|
+
"name": "enum",
|
|
157
|
+
"raw": "\"onwhite\" | \"ongrey\" | \"onblueberry\" | \"oncherry\" | undefined",
|
|
158
|
+
"value": [
|
|
159
|
+
{
|
|
160
|
+
"value": "undefined"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"value": "\"onwhite\""
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"value": "\"ongrey\""
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"value": "\"onblueberry\""
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"value": "\"oncherry\""
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"transparent": {
|
|
178
|
+
"defaultValue": null,
|
|
179
|
+
"description": "Makes the background transparent",
|
|
180
|
+
"name": "transparent",
|
|
181
|
+
"parent": {
|
|
182
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
183
|
+
"name": "DropdownProps"
|
|
184
|
+
},
|
|
185
|
+
"declarations": [
|
|
186
|
+
{
|
|
187
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
188
|
+
"name": "DropdownProps"
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"required": false,
|
|
192
|
+
"type": {
|
|
193
|
+
"name": "boolean"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"fluid": {
|
|
197
|
+
"defaultValue": null,
|
|
198
|
+
"description": "Makes the background transparent",
|
|
199
|
+
"name": "fluid",
|
|
200
|
+
"parent": {
|
|
201
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
202
|
+
"name": "DropdownProps"
|
|
203
|
+
},
|
|
204
|
+
"declarations": [
|
|
205
|
+
{
|
|
206
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
207
|
+
"name": "DropdownProps"
|
|
208
|
+
}
|
|
209
|
+
],
|
|
210
|
+
"required": false,
|
|
211
|
+
"type": {
|
|
212
|
+
"name": "boolean"
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
"disabled": {
|
|
216
|
+
"defaultValue": null,
|
|
217
|
+
"description": "Makes the dropdown disabled",
|
|
218
|
+
"name": "disabled",
|
|
219
|
+
"parent": {
|
|
220
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
221
|
+
"name": "DropdownProps"
|
|
222
|
+
},
|
|
223
|
+
"declarations": [
|
|
224
|
+
{
|
|
225
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
226
|
+
"name": "DropdownProps"
|
|
227
|
+
}
|
|
228
|
+
],
|
|
229
|
+
"required": false,
|
|
230
|
+
"type": {
|
|
231
|
+
"name": "boolean"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"testId": {
|
|
235
|
+
"defaultValue": null,
|
|
236
|
+
"description": "Sets the data-testid attribute on the dropdown button.",
|
|
237
|
+
"name": "testId",
|
|
238
|
+
"parent": {
|
|
239
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
240
|
+
"name": "DropdownProps"
|
|
241
|
+
},
|
|
242
|
+
"declarations": [
|
|
243
|
+
{
|
|
244
|
+
"fileName": "src/components/Dropdown/Dropdown.tsx",
|
|
245
|
+
"name": "DropdownProps"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"required": false,
|
|
249
|
+
"type": {
|
|
250
|
+
"name": "string"
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{_ as e,d as o}from"../../_rollupPluginBabelHelpers-4f206abf.js";import r,{useRef as t,useState as n}from"react";import{c as a}from"../../index-9b84fabc.js";import{Icon as l}from"../Icons/Icon.js";import{K as d,A as s,I as i}from"../../constants-9528513d.js";import c from"./styles.module.scss";import u from"../Icons/PlusSmall.js";import{B as p}from"../../Button-9f2ce63d.js";import{u as m}from"../../useHover-026f72c1.js";import{a as f,u as _,d as g,b as v,c as w}from"../../useUuid-1ecdf8e8.js";import{t as b}from"../../index-d1c9177a.js";import"../../_tslib-51c8a283.js";import"../../color-e7d082c1.js";import"../../Loader-670979af.js";import"../../uuid-11037462.js";import"../Loader/styles.module.scss";import"../../useWindowSize-5cc481da.js";import"../../grid-c105cad1.js";import"../Button/styles.module.scss";import"../../usePrevious-ae293b10.js";import"../../palette-f206f488.js";var y;!function(e){e.onwhite="onwhite",e.ongrey="ongrey",e.onblueberry="onblueberry",e.oncherry="oncherry"}(y||(y={}));export default function(h){var j,E=h.label,x=h.toggleLabel,k=h.closeText,N=void 0===k?"Lukk":k,I=h.noCloseButton,H=void 0!==I&&I,A=h.onToggle,B=h.open,C=void 0!==B&&B,D=h.children,L=h.mode,P=void 0===L?y.onwhite:L,S=h.transparent,U=void 0!==S&&S,z=h.fluid,R=void 0!==z&&z,T=h.testId,K=h.disabled,V=t(null),W=t(null),X=m(),q=X.hoverRef,F=X.isHovered,G=f(!K&&C,A),J=G.value,M=G.toggleValue,O=t(r.Children.map(D,(function(){return r.createRef()}))),Q=n(),Y=e(Q,2),Z=Y[0],$=Y[1],ee=(_(q)||{}).width,oe=g(),re=g(),te=g(),ne=function(){var e;M(),null===(e=W.current)||void 0===e||e.focus()},ae=function(){var e;M(),null===(e=q.current)||void 0===e||e.focus()};v("keydown",V,[d.ArrowDown,d.ArrowUp,d.End,d.Enter,d.Escape,d.Home],(function(e){var o;if(e.preventDefault(),O.current)if(J)if(e.key===d.Escape&&J)ae();else{var r=O.current.findIndex((function(o){return o.current===e.target})),t=r;e.key===d.Home?t=0:e.key===d.End?t=O.current.length-1:e.key===d.ArrowDown&&r<O.current.length-1?t=r+1:e.key===d.ArrowUp&&r>0?t=r-1:e.key===d.Enter&&-1!==r&&(t=r),-1!==t&&(null===(o=O.current[t].current)||void 0===o||o.focus(),$(t))}else ne()})),w(V,(function(){return J&&ae()}));var le=a(c.dropdown__toggle,!K&&(o(j={},c["dropdown__toggle--on-white"],P===y.onwhite),o(j,c["dropdown__toggle--on-grey"],P===y.ongrey),o(j,c["dropdown__toggle--on-blueberry"],P===y.onblueberry),o(j,c["dropdown__toggle--on-cherry"],P===y.oncherry),o(j,c["dropdown__toggle--transparent"],U),o(j,c["dropdown__toggle--fluid"],R),o(j,c["dropdown__toggle--open"],J),j)),de=a(c.dropdown__content,J&&c["dropdown__content--open"]);return r.createElement("div",{className:c.dropdown,ref:V},r.createElement("span",{id:oe,className:c.dropdown__label},E),r.createElement("button",{type:"button",onClick:function(){return!J&&ne()},className:le,ref:q,"data-testid":T,"data-analyticsid":s.Dropdown,disabled:K,"aria-labelledby":re,"aria-haspopup":"listbox","aria-expanded":J},r.createElement("span",{id:re,className:c.dropdown__toggle__label},x),r.createElement(l,{color:K?b.palette.neutral500:b.palette.blueberry600,svgIcon:u,className:c.dropdown__icon,isHovered:F,size:i.XSmall})),r.createElement("div",{className:de,style:{width:R?"100%":"".concat(ee,"px")}},r.createElement("ul",{className:c.dropdown__options,role:"listbox","aria-labelledby":oe,tabIndex:-1,"aria-activedescendant":void 0!==Z?"".concat(te,"-").concat(Z):void 0,ref:W},r.Children.map(D,(function(e,o){var t;return r.createElement("li",{className:c.dropdown__input,role:"option",id:"".concat(te,"-").concat(o)},r.cloneElement(e,{ref:null===(t=O.current)||void 0===t?void 0:t[o]}))}))),!H&&r.createElement("div",{className:c.dropdown__close},r.createElement(p,{onClick:ae,fluid:!0,"aria-expanded":J},N))))}export{y as DropdownMode};
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
@import '../../scss/_spacers.scss';
|
|
2
|
+
@import '../../scss/_breakpoints.scss';
|
|
3
|
+
@import '../../scss/_palette.scss';
|
|
4
|
+
@import '../../scss/_font-settings.scss';
|
|
5
|
+
@import 'bootstrap/scss/mixins/_screen-reader.scss';
|
|
6
|
+
|
|
7
|
+
.dropdown {
|
|
8
|
+
position: relative;
|
|
9
|
+
|
|
10
|
+
&__label {
|
|
11
|
+
@include sr-only();
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&__toggle {
|
|
15
|
+
display: flex;
|
|
16
|
+
justify-content: space-between;
|
|
17
|
+
align-items: center;
|
|
18
|
+
cursor: pointer;
|
|
19
|
+
border-radius: 0;
|
|
20
|
+
border-width: 2px;
|
|
21
|
+
border-style: solid;
|
|
22
|
+
padding: 0 getSpacer(3xs) 0 getSpacer(s);
|
|
23
|
+
font-size: $font-size-sm;
|
|
24
|
+
line-height: 1.3rem; // Custom fordi teksten skal henge bedre sammen om den går over to linjer
|
|
25
|
+
|
|
26
|
+
@media (min-width: map-get($grid-breakpoints, md)) {
|
|
27
|
+
padding: getSpacer(3xs) getSpacer(3xs) getSpacer(3xs) getSpacer(s);
|
|
28
|
+
font-size: $font-size-md;
|
|
29
|
+
line-height: 1.5rem;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&:focus {
|
|
33
|
+
outline: none;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&:disabled {
|
|
37
|
+
background-color: $neutral50;
|
|
38
|
+
border-color: $neutral500;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&--on-white,
|
|
42
|
+
&--on-grey {
|
|
43
|
+
border-color: $neutral700;
|
|
44
|
+
background-color: $white;
|
|
45
|
+
&:hover {
|
|
46
|
+
background-color: $neutral50;
|
|
47
|
+
box-shadow: 0 0 0 1px $neutral700;
|
|
48
|
+
}
|
|
49
|
+
&:focus {
|
|
50
|
+
border-color: $black;
|
|
51
|
+
box-shadow: 0 0 0 1px $black;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&--on-blueberry {
|
|
56
|
+
border-color: $blueberry500;
|
|
57
|
+
background-color: $white;
|
|
58
|
+
&:hover {
|
|
59
|
+
background-color: $blueberry50;
|
|
60
|
+
box-shadow: 0 0 0 1px $blueberry500;
|
|
61
|
+
}
|
|
62
|
+
&:focus {
|
|
63
|
+
border-color: $black;
|
|
64
|
+
box-shadow: 0 0 0 1px $black;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
&--on-cherry {
|
|
69
|
+
border-color: $cherry500;
|
|
70
|
+
background-color: $white;
|
|
71
|
+
&:hover {
|
|
72
|
+
background-color: $cherry50;
|
|
73
|
+
box-shadow: 0 0 0 1px $cherry500;
|
|
74
|
+
}
|
|
75
|
+
&:focus {
|
|
76
|
+
border-color: $black;
|
|
77
|
+
box-shadow: 0 0 0 1px $black;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&--open#{&}--on-white,
|
|
82
|
+
&--open#{&}--on-grey {
|
|
83
|
+
background-color: $neutral50;
|
|
84
|
+
&:hover {
|
|
85
|
+
background-color: $white;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
&--open#{&}--on-blueberry {
|
|
90
|
+
background-color: $blueberry50;
|
|
91
|
+
&:hover {
|
|
92
|
+
background-color: $white;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
&--open#{&}--on-cherry {
|
|
97
|
+
background-color: $cherry50;
|
|
98
|
+
&:hover {
|
|
99
|
+
background-color: $white;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
&--transparent {
|
|
104
|
+
background-color: transparent;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
&--transparent#{&}--on-grey {
|
|
108
|
+
&:hover {
|
|
109
|
+
background-color: $neutral100;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&--transparent#{&}--on-blueberry {
|
|
114
|
+
&:hover {
|
|
115
|
+
background-color: $blueberry100;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
&--transparent#{&}--on-cherry {
|
|
120
|
+
&:hover {
|
|
121
|
+
background-color: $cherry100;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
&--transparent#{&}--open#{&}--on-grey {
|
|
126
|
+
background-color: $neutral100;
|
|
127
|
+
&:hover {
|
|
128
|
+
background-color: transparent;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
&--transparent#{&}--open#{&}--on-blueberry {
|
|
133
|
+
background-color: $blueberry100;
|
|
134
|
+
&:hover {
|
|
135
|
+
background-color: transparent;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
&--transparent#{&}--open#{&}--on-cherry {
|
|
140
|
+
background-color: $cherry100;
|
|
141
|
+
&:hover {
|
|
142
|
+
background-color: transparent;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
&--fluid {
|
|
147
|
+
width: 100%;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
&__label {
|
|
151
|
+
padding: getSpacer(3xs) 0;
|
|
152
|
+
@media (min-width: map-get($grid-breakpoints, md)) {
|
|
153
|
+
padding: getSpacer(2xs) 0;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
&__icon {
|
|
159
|
+
margin-left: getSpacer(2xs);
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
&__content {
|
|
163
|
+
display: none;
|
|
164
|
+
position: absolute;
|
|
165
|
+
background-color: $white;
|
|
166
|
+
margin-top: getSpacer(2xs);
|
|
167
|
+
box-shadow: 0 0 0 2px $blueberry500;
|
|
168
|
+
&--open {
|
|
169
|
+
display: block;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
&__options {
|
|
173
|
+
overflow-x: hidden;
|
|
174
|
+
overflow-y: auto;
|
|
175
|
+
max-height: 384px;
|
|
176
|
+
list-style: none;
|
|
177
|
+
padding: 0;
|
|
178
|
+
margin: 0;
|
|
179
|
+
@media (min-width: map-get($grid-breakpoints, md)) {
|
|
180
|
+
max-height: 464px;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
&__close {
|
|
184
|
+
padding: getSpacer(s);
|
|
185
|
+
}
|
|
186
|
+
&__input {
|
|
187
|
+
border-bottom: 1px solid $neutral300;
|
|
188
|
+
padding: getSpacer(2xs) getSpacer(s) getSpacer(2xs) getSpacer(s);
|
|
189
|
+
@media (min-width: map-get($grid-breakpoints, md)) {
|
|
190
|
+
padding: getSpacer(s);
|
|
191
|
+
}
|
|
192
|
+
&:last-child {
|
|
193
|
+
border-bottom: none;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{_ as e}from"../../_rollupPluginBabelHelpers-4f206abf.js";import t,{useState as n,useRef as r,useEffect as a}from"react";import{Icon as o}from"../Icons/Icon.js";import{Z as s,A as i,I as d}from"../../constants-
|
|
1
|
+
import{_ as e}from"../../_rollupPluginBabelHelpers-4f206abf.js";import t,{useState as n,useRef as r,useEffect as a}from"react";import{Icon as o}from"../Icons/Icon.js";import{Z as s,A as i,I as d}from"../../constants-9528513d.js";import{u as c}from"../../useHover-026f72c1.js";import{u as l}from"../../usePrevious-ae293b10.js";import p from"./styles.module.scss";import{c as m}from"../../index-9b84fabc.js";import _ from"../Icons/ChevronDown.js";import u from"../Icons/ChevronUp.js";import{B as x}from"../../Button-9f2ce63d.js";import{u as f}from"../../useSticky-807e5dde.js";import"../../_tslib-51c8a283.js";import"../../color-e7d082c1.js";import"../../index-d1c9177a.js";import"../../palette-f206f488.js";import"../../grid-c105cad1.js";import"../../Loader-670979af.js";import"../../uuid-11037462.js";import"../Loader/styles.module.scss";import"../../useWindowSize-5cc481da.js";import"../Button/styles.module.scss";var g;!function(e){e.small="small",e.large="large"}(g||(g={}));export default function(v){var j=v.title,b=v.children,E=v.size,I=void 0===E?g.small:E,y=v.color,h=v.svgIcon,N=v.expanded,k=void 0!==N&&N,z=v.noNestedLine,H=void 0!==z&&z,w=v.sticky,S=void 0!==w&&w,B=v.testId,C=v.onExpand,L=n(k),W=e(L,2),X=W[0],P=W[1],T=l(X),A=r(null),D=r(null),O=r(null),U=c(D).isHovered,Z=f(A,D),q=Z.isOutsideWindow,F=Z.isLeavingWindow,G=Z.offsetHeight,J=Z.contentWidth,K=S&&X&&q;a((function(){k!==X&&P(k)}),[k]),a((function(){C&&X!==!!T&&C(X)}),[X,C]);var M=function(e){return t.createElement("span",{className:m(p.expander__icon,p["expander__icon--".concat(e)])},t.createElement(o,{svgIcon:X?u:_,size:d.XSmall,isHovered:U}))},Q=m(p.expander__trigger,p["expander__trigger--".concat(I)],I===g.large&&p["expander__trigger--".concat(y||"neutral")],I===g.large&&h&&p["expander__trigger--icon"],X&&p["expander__trigger--expanded"],K&&!F&&p["expander__trigger--sticky"],K&&F&&p["expander__trigger--absolute"]),R=m(p.expander__button,X&&p["expander__button--expanded"],K&&!F&&p["expander__button--sticky"],K&&F&&p["expander__button--absolute"]),V=m(p.expander__content,p["expander__content--".concat(I)],I===g.large&&p["expander__content--".concat(y||"neutral")],I===g.large&&h&&p["expander__content--icon"],X&&p["expander__content--expanded"],I===g.small&&!H&&p["expander__content--nested-line"]);return t.createElement("div",{className:p.expander,ref:A,style:{paddingTop:K&&G?"".concat(G,"px"):void 0}},I===g.large?t.createElement("button",{className:Q,style:{zIndex:U||K?s.ExpanderTrigger:void 0,width:K&&J?"".concat(J,"px"):void 0},"aria-expanded":X,ref:D,onClick:function(){return P(!X)},"data-testid":B,"data-analyticsid":i.Expander},I===g.small&&M("left"),h&&t.createElement("span",{className:m(p.expander__icon,p["expander__icon--left"])},t.createElement(o,{svgIcon:h,size:d.XSmall,isHovered:U})),j,I===g.large&&M("right")):t.createElement(x,{variant:"borderless",className:R,"aria-expanded":X,ref:D,onClick:function(){return P(!X)},testId:B,"data-analyticsid":i.Expander},t.createElement(o,{svgIcon:X?u:_,size:d.XSmall}),j),t.createElement("div",{className:V,ref:O},b))}export{g as ExpanderSize};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -6,6 +6,11 @@
|
|
|
6
6
|
.expander {
|
|
7
7
|
position: relative;
|
|
8
8
|
width: 100%;
|
|
9
|
+
|
|
10
|
+
@media print {
|
|
11
|
+
border: 1px solid $black;
|
|
12
|
+
}
|
|
13
|
+
|
|
9
14
|
&__icon {
|
|
10
15
|
display: flex;
|
|
11
16
|
align-items: center;
|
|
@@ -112,9 +117,14 @@
|
|
|
112
117
|
display: none;
|
|
113
118
|
width: 100%;
|
|
114
119
|
|
|
120
|
+
@media print {
|
|
121
|
+
display: block;
|
|
122
|
+
}
|
|
123
|
+
|
|
115
124
|
&--expanded {
|
|
116
125
|
display: block;
|
|
117
126
|
}
|
|
127
|
+
|
|
118
128
|
&--small {
|
|
119
129
|
margin-top: getSpacer(s);
|
|
120
130
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{_ as e,d as n}from"../../_rollupPluginBabelHelpers-4f206abf.js";import t,{useState as a,useEffect as i}from"react";import{Icon as r}from"../Icons/Icon.js";import{A as o,I as d}from"../../constants-
|
|
1
|
+
import{_ as e,d as n}from"../../_rollupPluginBabelHelpers-4f206abf.js";import t,{useState as a,useEffect as i}from"react";import{Icon as r}from"../Icons/Icon.js";import{A as o,I as d}from"../../constants-9528513d.js";import s from"../Icons/ChevronUp.js";import l from"../Icons/ChevronDown.js";import{u as c}from"../../useHover-026f72c1.js";import{u as m}from"../../usePrevious-ae293b10.js";import{u as p,B as u}from"../../useBreakpoint-6eb418f7.js";import{c as f}from"../../index-9b84fabc.js";import x from"./styles.module.scss";import"../../_tslib-51c8a283.js";import"../../grid-c105cad1.js";var v=t.forwardRef((function(v,g){var E,_=v.id,h=v.children,b=v.padding,j=void 0===b||b,k=v.color,N=void 0===k?"neutral":k,I=v.className,w=void 0===I?"":I,C=v.icon,H=v.large,y=void 0!==H&&H,B=v.title,O=v.expanded,R=void 0!==O&&O,L=v.testId,P=v.handleExpanderClick,S=v.onExpand,z=a(R),W=e(z,2),X=W[0],A=W[1],D=m(X),T=c(),U=T.hoverRef,V=T.isHovered,q=p(),F=f(x["expander-list-link"],x["expander-list-link--".concat(N)],(n(E={},x["expander-list-link--closed"],!X),n(E,x["expander-list-link--large"],y),E)),G=f(x["expander-list-link__main-content"],X&&x["expander-list-link__main-content--expanded"],j?x["expander-list-link__main-content--padding"]:"");return i((function(){R!==X&&A(R)}),[R]),i((function(){S&&X!==!!D&&S(X)}),[X,S]),t.createElement("li",{className:w,ref:g},t.createElement("button",{id:_,onClick:P,"data-testid":L,"data-analyticsid":o.ExpanderListExpander,className:F,ref:U,"aria-expanded":X},C&&t.createElement("span",{className:x["expander-list-link__icon"]},t.cloneElement(C,{size:q===u.xs?d.XSmall:d.Small,isHovered:V})),t.createElement("span",{className:x["expander-list-link__title"]},B),t.createElement("span",{className:x["expander-list-link__chevron"]},t.createElement(r,{size:d.XSmall,svgIcon:X?s:l,isHovered:V}))),t.createElement("div",{className:G},h))})),g=t.forwardRef((function(r,d){var s=r.children,l=r.childPadding,c=void 0===l||l,m=r.large,p=r.isOpen,u=void 0!==p&&p,g=r.color,E=r.className,_=void 0===E?"":E,h=r.accordion,b=void 0!==h&&h,j=r.topBorder,k=void 0===j||j,N=r.bottomBorder,I=void 0===N||N,w=r.testId,C=a({}),H=e(C,2),y=H[0],B=H[1],O=a(),R=e(O,2),L=R[0],P=R[1],S=t.Children.count(s),z=f(x["expander-list"],_);return i((function(){var e,n,t,a,i;!b||!L||(e=L.getBoundingClientRect(),n=e.top,t=e.left,a=e.bottom,i=e.right,n>=0&&t>=0&&a<=(window.innerHeight||document.documentElement.clientHeight)&&i<=(window.innerWidth||document.documentElement.clientWidth))||L.scrollIntoView()}),[b,L]),i((function(){if(u){var e="expander-0";B((function(t){return b?n({},e,!t[e]):Object.assign(Object.assign({},t),n({},e,!t[e]))}))}}),[u]),t.createElement("ul",{className:z,ref:d,"data-testid":w,"data-analyticsid":o.ExpanderList},t.Children.map(s,(function(e,a){if(e.type===v){var i=y["expander-".concat(a)],r=function(e){var t;return f(x["expander-list__item"],(n(t={},x["expander-list__item--top"],0===e&&k),n(t,x["expander-list__item--no-bottom"],e===S-1&&!I),t))}(a);return t.cloneElement(e,{id:"expander-".concat(a),key:"expander-".concat(a),expanded:i,padding:c,color:g,large:m,"aria-expanded":i,className:r,handleExpanderClick:function(e){return function(e,t){B((function(e){return b?n({},t,!e[t]):Object.assign(Object.assign({},e),n({},t,!e[t]))})),P(e.currentTarget)}(e,"expander-".concat(a))}})}return e})))}));g.Expander=v,v.displayName="ExpanderList.Expander";export default g;export{g as ExpanderList};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|