@helsenorge/designsystem-react 1.0.0-beta116 → 1.0.0-beta119
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-d5aca34c.js → Badge-2d8d73dd.js} +2 -2
- package/Badge-2d8d73dd.js.map +1 -0
- package/Button-19ee3464.js +2 -0
- package/Button-19ee3464.js.map +1 -0
- package/Checkbox-ca6c635d.js +2 -0
- package/Checkbox-ca6c635d.js.map +1 -0
- package/{Close-a4dd37d1.js → Close-476c50c6.js} +2 -2
- package/Close-476c50c6.js.map +1 -0
- package/FormGroup-a776b535.js +2 -0
- package/FormGroup-a776b535.js.map +1 -0
- package/FormLayout-8d6d4552.js +2 -0
- package/FormLayout-8d6d4552.js.map +1 -0
- package/{Input-b8528747.js → Input-cd941f2f.js} +2 -2
- package/Input-cd941f2f.js.map +1 -0
- package/{Loader-36f298cb.js → Loader-2f304e4f.js} +2 -2
- package/Loader-2f304e4f.js.map +1 -0
- package/{Modal-830c6eaa.js → Modal-a3a1d026.js} +2 -2
- package/Modal-a3a1d026.js.map +1 -0
- package/{Panel-fa7d1fa3.js → Panel-33611d84.js} +2 -2
- package/Panel-33611d84.js.map +1 -0
- package/{RadioButton-6d28412a.js → RadioButton-6a868eb3.js} +2 -2
- package/RadioButton-6a868eb3.js.map +1 -0
- package/{Textarea-bf32d3bd.js → Textarea-1c857a8a.js} +2 -2
- package/Textarea-1c857a8a.js.map +1 -0
- package/Title-2522b5b9.js +2 -0
- package/Title-2522b5b9.js.map +1 -0
- package/{Validation-723a227a.js → Validation-fa8b28c3.js} +2 -2
- package/Validation-fa8b28c3.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/Button.d.ts +2 -0
- package/components/Button/Button.d.ts.map +1 -1
- package/components/Button/componentdata.json +34 -19
- package/components/Button/index.js +1 -1
- package/components/Button/styles.module.scss +28 -0
- package/components/Button/styles.module.scss.d.ts +1 -0
- package/components/ButtonWithModal/index.js +1 -1
- package/components/Checkbox/index.js +1 -1
- package/components/Checkbox/styles.module.scss +8 -3
- package/components/Checkbox/styles.module.scss.d.ts +1 -0
- package/components/Close/index.js +1 -1
- package/components/Expander/index.js +1 -1
- package/components/ExpanderList/index.js +1 -1
- package/components/FormExample/FormExample.d.ts.map +1 -1
- package/components/FormExample/index.js +1 -1
- package/components/FormExample/index.js.map +1 -1
- package/components/FormGroup/FormGroup.d.ts.map +1 -1
- package/components/FormGroup/index.js +1 -1
- package/components/FormGroup/styles.module.scss +3 -5
- package/components/FormLayout/FormLayout.d.ts +28 -0
- package/components/FormLayout/FormLayout.d.ts.map +1 -0
- package/components/FormLayout/componentdata.json +170 -0
- package/components/FormLayout/index.d.ts +4 -0
- package/components/FormLayout/index.d.ts.map +1 -0
- package/components/FormLayout/index.js +2 -0
- package/components/FormLayout/index.js.map +1 -0
- package/components/FormLayout/styles.module.scss +29 -0
- package/components/FormLayout/styles.module.scss.d.ts +14 -0
- package/components/HighlightBox/index.js +1 -1
- package/components/Icons/AcupunctureBack.js +1 -1
- package/components/Icons/AdditionalIconInformation.js +44 -45
- package/components/Icons/AdditionalIconInformation.js.map +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.d.ts.map +1 -1
- package/components/Icons/Change.js +1 -1
- package/components/Icons/Check.js +1 -1
- package/components/Icons/CheckFill.d.ts +5 -0
- package/components/Icons/CheckFill.d.ts.map +1 -0
- package/components/Icons/CheckFill.js +2 -0
- package/components/Icons/CheckFill.js.map +1 -0
- 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.d.ts +5 -0
- package/components/Icons/Group.d.ts.map +1 -0
- package/components/Icons/Group.js +2 -0
- package/components/Icons/Group.js.map +1 -0
- 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/index.js +1 -1
- 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/RadioButton/styles.module.scss +4 -3
- package/components/Slider/index.js +1 -1
- package/components/Spacer/index.js +1 -1
- package/components/StatusDot/StatusDot.d.ts +22 -0
- package/components/StatusDot/StatusDot.d.ts.map +1 -0
- package/components/StatusDot/componentdata.json +91 -0
- package/components/StatusDot/index.d.ts +4 -0
- package/components/StatusDot/index.d.ts.map +1 -0
- package/components/StatusDot/index.js +2 -0
- package/components/StatusDot/index.js.map +1 -0
- package/components/StatusDot/styles.module.scss +59 -0
- package/components/StatusDot/styles.module.scss.d.ts +19 -0
- package/components/Textarea/index.js +1 -1
- package/components/Tile/index.js +1 -1
- package/components/Title/index.js +1 -1
- package/components/Validation/index.js +1 -1
- package/constants-4fe8c7ff.js +2 -0
- package/constants-4fe8c7ff.js.map +1 -0
- package/constants.d.ts +2 -0
- package/constants.d.ts.map +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/scss/_font-settings.scss +1 -1
- package/Badge-d5aca34c.js.map +0 -1
- package/Button-e3420a9c.js +0 -2
- package/Button-e3420a9c.js.map +0 -1
- package/Checkbox-36ad53de.js +0 -2
- package/Checkbox-36ad53de.js.map +0 -1
- package/Close-a4dd37d1.js.map +0 -1
- package/FormGroup-f6f08b2e.js +0 -2
- package/FormGroup-f6f08b2e.js.map +0 -1
- package/Input-b8528747.js.map +0 -1
- package/Loader-36f298cb.js.map +0 -1
- package/Modal-830c6eaa.js.map +0 -1
- package/Panel-fa7d1fa3.js.map +0 -1
- package/RadioButton-6d28412a.js.map +0 -1
- package/Textarea-bf32d3bd.js.map +0 -1
- package/Title-013bf3d5.js +0 -2
- package/Title-013bf3d5.js.map +0 -1
- package/Validation-723a227a.js.map +0 -1
- package/constants-6ea124a5.js +0 -2
- package/constants-6ea124a5.js.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{F as s}from"../../FormGroup-
|
|
1
|
+
import{F as s}from"../../FormGroup-a776b535.js";export{F as FormGroup,F as default}from"../../FormGroup-a776b535.js";import"../../_rollupPluginBabelHelpers-4f206abf.js";import"react";import"../../index-9b84fabc.js";import"./styles.module.scss";import"../../Checkbox-ca6c635d.js";import"../../uuid-fe7442b7.js";import"../Icons/Check.js";import"../Icons/Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-4fe8c7ff.js";import"../../color-e7d082c1.js";import"../../index-d1c9177a.js";import"../../palette-f206f488.js";import"../../grid-c105cad1.js";import"../Checkbox/styles.module.scss";import"../../RadioButton-6a868eb3.js";import"../RadioButton/styles.module.scss";import"../../Input-cd941f2f.js";import"../../useBreakpoint-6eb418f7.js";import"../Input/styles.module.scss";import"../../Title-2522b5b9.js";import"../Title/styles.module.scss";import"../../FormLayout-8d6d4552.js";import"../FormLayout/styles.module.scss";
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
@import '../../scss/font-settings.scss';
|
|
5
5
|
|
|
6
6
|
.form-group-wrapper {
|
|
7
|
+
padding-bottom: getSpacer(xl);
|
|
8
|
+
|
|
7
9
|
&__title {
|
|
8
10
|
&--on-dark {
|
|
9
11
|
color: $white;
|
|
@@ -18,12 +20,8 @@
|
|
|
18
20
|
}
|
|
19
21
|
}
|
|
20
22
|
|
|
21
|
-
.form-group-wrapper:first-of-type {
|
|
22
|
-
padding-top: getSpacer(xl);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
23
|
.form-group-wrapper:last-of-type {
|
|
26
|
-
padding-bottom:
|
|
24
|
+
padding-bottom: 0;
|
|
27
25
|
}
|
|
28
26
|
|
|
29
27
|
.form-group {
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FormVariant } from '../../constants';
|
|
3
|
+
export declare enum FormLayoutColumns {
|
|
4
|
+
one = "one",
|
|
5
|
+
two = "two",
|
|
6
|
+
three = "three",
|
|
7
|
+
four = "four",
|
|
8
|
+
five = "five"
|
|
9
|
+
}
|
|
10
|
+
export interface FormLayoutProps {
|
|
11
|
+
/** The max number of columns that will exist if space is available */
|
|
12
|
+
maxColumns?: keyof typeof FormLayoutColumns;
|
|
13
|
+
/** Sets the minimum width for the columns in pixels - this determines how many will fit on a row */
|
|
14
|
+
colMinWidth?: number;
|
|
15
|
+
/** Items in the FormLayout component */
|
|
16
|
+
children?: React.ReactNode;
|
|
17
|
+
/** Changes the visuals of the formgroup */
|
|
18
|
+
variant?: keyof typeof FormVariant;
|
|
19
|
+
/** Adds custom classes to the element. */
|
|
20
|
+
className?: string;
|
|
21
|
+
/** Sets the data-testid attribute. */
|
|
22
|
+
testId?: string;
|
|
23
|
+
/** Function that helps map the form children */
|
|
24
|
+
mapHelper?: (child: React.ReactNode) => React.ReactNode;
|
|
25
|
+
}
|
|
26
|
+
export declare const FormLayout: React.ForwardRefExoticComponent<FormLayoutProps & React.RefAttributes<HTMLElement>>;
|
|
27
|
+
export default FormLayout;
|
|
28
|
+
//# sourceMappingURL=FormLayout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormLayout.d.ts","sourceRoot":"","sources":["../../../src/components/FormLayout/FormLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAe,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE3D,oBAAY,iBAAiB;IAC3B,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,IAAI,SAAS;IACb,IAAI,SAAS;CACd;AAED,MAAM,WAAW,eAAe;IAC9B,sEAAsE;IACtE,UAAU,CAAC,EAAE,MAAM,OAAO,iBAAiB,CAAC;IAC5C,oGAAoG;IACpG,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wCAAwC;IACxC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,2CAA2C;IAC3C,OAAO,CAAC,EAAE,MAAM,OAAO,WAAW,CAAC;IACnC,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gDAAgD;IAChD,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,SAAS,KAAK,KAAK,CAAC,SAAS,CAAC;CACzD;AAED,eAAO,MAAM,UAAU,qFAuBrB,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"props": {
|
|
3
|
+
"maxColumns": {
|
|
4
|
+
"defaultValue": null,
|
|
5
|
+
"description": "The max number of columns that will exist if space is available",
|
|
6
|
+
"name": "maxColumns",
|
|
7
|
+
"parent": {
|
|
8
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
9
|
+
"name": "FormLayoutProps"
|
|
10
|
+
},
|
|
11
|
+
"declarations": [
|
|
12
|
+
{
|
|
13
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
14
|
+
"name": "FormLayoutProps"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": {
|
|
19
|
+
"name": "enum",
|
|
20
|
+
"raw": "\"one\" | \"two\" | \"three\" | \"four\" | \"five\" | undefined",
|
|
21
|
+
"value": [
|
|
22
|
+
{
|
|
23
|
+
"value": "undefined"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"value": "\"one\""
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"value": "\"two\""
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"value": "\"three\""
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"value": "\"four\""
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"value": "\"five\""
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"colMinWidth": {
|
|
44
|
+
"defaultValue": null,
|
|
45
|
+
"description": "Sets the minimum width for the columns in pixels - this determines how many will fit on a row",
|
|
46
|
+
"name": "colMinWidth",
|
|
47
|
+
"parent": {
|
|
48
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
49
|
+
"name": "FormLayoutProps"
|
|
50
|
+
},
|
|
51
|
+
"declarations": [
|
|
52
|
+
{
|
|
53
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
54
|
+
"name": "FormLayoutProps"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"required": false,
|
|
58
|
+
"type": {
|
|
59
|
+
"name": "number"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"children": {
|
|
63
|
+
"defaultValue": null,
|
|
64
|
+
"description": "Items in the FormLayout component",
|
|
65
|
+
"name": "children",
|
|
66
|
+
"parent": {
|
|
67
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
68
|
+
"name": "FormLayoutProps"
|
|
69
|
+
},
|
|
70
|
+
"declarations": [
|
|
71
|
+
{
|
|
72
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
73
|
+
"name": "FormLayoutProps"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"required": false,
|
|
77
|
+
"type": {
|
|
78
|
+
"name": "ReactNode"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"variant": {
|
|
82
|
+
"defaultValue": null,
|
|
83
|
+
"description": "Changes the visuals of the formgroup",
|
|
84
|
+
"name": "variant",
|
|
85
|
+
"parent": {
|
|
86
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
87
|
+
"name": "FormLayoutProps"
|
|
88
|
+
},
|
|
89
|
+
"declarations": [
|
|
90
|
+
{
|
|
91
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
92
|
+
"name": "FormLayoutProps"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"required": false,
|
|
96
|
+
"type": {
|
|
97
|
+
"name": "enum",
|
|
98
|
+
"raw": "\"normal\" | \"bigform\" | undefined",
|
|
99
|
+
"value": [
|
|
100
|
+
{
|
|
101
|
+
"value": "undefined"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"value": "\"normal\""
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"value": "\"bigform\""
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"className": {
|
|
113
|
+
"defaultValue": null,
|
|
114
|
+
"description": "Adds custom classes to the element.",
|
|
115
|
+
"name": "className",
|
|
116
|
+
"parent": {
|
|
117
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
118
|
+
"name": "FormLayoutProps"
|
|
119
|
+
},
|
|
120
|
+
"declarations": [
|
|
121
|
+
{
|
|
122
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
123
|
+
"name": "FormLayoutProps"
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"required": false,
|
|
127
|
+
"type": {
|
|
128
|
+
"name": "string"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"testId": {
|
|
132
|
+
"defaultValue": null,
|
|
133
|
+
"description": "Sets the data-testid attribute.",
|
|
134
|
+
"name": "testId",
|
|
135
|
+
"parent": {
|
|
136
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
137
|
+
"name": "FormLayoutProps"
|
|
138
|
+
},
|
|
139
|
+
"declarations": [
|
|
140
|
+
{
|
|
141
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
142
|
+
"name": "FormLayoutProps"
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"required": false,
|
|
146
|
+
"type": {
|
|
147
|
+
"name": "string"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"mapHelper": {
|
|
151
|
+
"defaultValue": null,
|
|
152
|
+
"description": "Function that helps map the form children",
|
|
153
|
+
"name": "mapHelper",
|
|
154
|
+
"parent": {
|
|
155
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
156
|
+
"name": "FormLayoutProps"
|
|
157
|
+
},
|
|
158
|
+
"declarations": [
|
|
159
|
+
{
|
|
160
|
+
"fileName": "src/components/FormLayout/FormLayout.tsx",
|
|
161
|
+
"name": "FormLayoutProps"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"required": false,
|
|
165
|
+
"type": {
|
|
166
|
+
"name": "((child: ReactNode) => ReactNode)"
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/FormLayout/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{F as o}from"../../FormLayout-8d6d4552.js";export{F as FormLayout,a as FormLayoutColumns,F as default}from"../../FormLayout-8d6d4552.js";import"../../_rollupPluginBabelHelpers-4f206abf.js";import"react";import"../../index-9b84fabc.js";import"./styles.module.scss";import"../../constants-4fe8c7ff.js";
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@import '../../scss/_spacers.scss';
|
|
2
|
+
@import '../../scss/_breakpoints.scss';
|
|
3
|
+
|
|
4
|
+
.form-layout-container {
|
|
5
|
+
// Settes med harde verdier fordi calc() lenger nede ikke støtter getSpacer()
|
|
6
|
+
--column-gap: 2rem;
|
|
7
|
+
display: grid;
|
|
8
|
+
grid-template-columns: repeat(auto-fill, minmax(var(--min-col-width), calc(100% - var(--column-gap))));
|
|
9
|
+
row-gap: getSpacer(s);
|
|
10
|
+
column-gap: var(--column-gap);
|
|
11
|
+
|
|
12
|
+
// calc(50% - var(--column-gap)) - 50% setter antall kolonner til to, - var(--column-gap) er for å ta hensyn til column gap
|
|
13
|
+
&--two {
|
|
14
|
+
grid-template-columns: repeat(auto-fill, minmax(var(--min-col-width), calc(50% - var(--column-gap))));
|
|
15
|
+
}
|
|
16
|
+
&--three {
|
|
17
|
+
grid-template-columns: repeat(auto-fill, minmax(var(--min-col-width), calc(33% - var(--column-gap))));
|
|
18
|
+
}
|
|
19
|
+
&--four {
|
|
20
|
+
grid-template-columns: repeat(auto-fill, minmax(var(--min-col-width), calc(25% - var(--column-gap))));
|
|
21
|
+
}
|
|
22
|
+
&--five {
|
|
23
|
+
grid-template-columns: repeat(auto-fill, minmax(var(--min-col-width), calc(20% - var(--column-gap))));
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&--bigform {
|
|
27
|
+
row-gap: getSpacer(2xs);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type Styles = {
|
|
2
|
+
'form-layout-container': string;
|
|
3
|
+
'form-layout-container--bigform': string;
|
|
4
|
+
'form-layout-container--five': string;
|
|
5
|
+
'form-layout-container--four': string;
|
|
6
|
+
'form-layout-container--three': string;
|
|
7
|
+
'form-layout-container--two': string;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export type ClassNames = keyof Styles;
|
|
11
|
+
|
|
12
|
+
declare const styles: Styles;
|
|
13
|
+
|
|
14
|
+
export default styles;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import{c as t}from"../../index-9b84fabc.js";import a from"./styles.module.scss";import{A as i,I as l}from"../../constants-
|
|
1
|
+
import e from"react";import{c as t}from"../../index-9b84fabc.js";import a from"./styles.module.scss";import{A as i,I as l}from"../../constants-4fe8c7ff.js";import{Icon as c}from"../Icons/Icon.js";import{u as r,B as o}from"../../useBreakpoint-6eb418f7.js";import"../../_tslib-51c8a283.js";import"../../_rollupPluginBabelHelpers-4f206abf.js";import"../../grid-c105cad1.js";var s;!function(e){e.medium="medium",e.large="large",e.fluid="fluid"}(s||(s={}));var m=function(i){var l=i.className,c=i.size,r=i.children;return e.createElement("div",{className:l},e.createElement("div",{className:a.highlightbox__row},e.createElement("div",{className:t(a.highlightbox__col,c===s.medium&&a["highlightbox__col--offset"])},r)))},n=function(i){var l=i.children;return e.createElement("div",{className:a["highlightbox__content-wrapper"]},e.createElement("div",{className:t(a.highlightbox__row)},l))};export default function(h){var g=h.children,d=h.color,u=void 0===d?"white":d,f=h.size,_=void 0===f?s.medium:f,b=h.testId,x=h.svgIcon,p=h.htmlMarkup,v=void 0===p?"div":p,E=r(),N=t(a.highlightbox,a["highlightbox--".concat(u)],a["highlightbox--".concat(_)],x&&a["highlightbox--has-icon"]),j=function(){if(x){var t=_===s.large&&E&&E>=o.md?l.Medium:l.Small;return e.createElement(e.Fragment,null,e.createElement("div",{className:a.highlightbox__icon},e.createElement(c,{svgIcon:x,size:t})),e.createElement("div",{className:a.highlightbox__content},g))}return g},w=v;return _===s.medium?e.createElement(m,{className:N,size:_},e.createElement(w,{className:a["highlightbox__content-wrapper"],"data-testid":b,"data-analyticsid":i.HighlightBox},j())):_===s.large&&x?e.createElement(m,{className:N,size:_},e.createElement(n,null,e.createElement(w,{className:t(a.highlightbox__col,a["highlightbox__col--large-with-icon"]),"data-testid":b,"data-analyticsid":i.HighlightBox},j()))):_===s.large?e.createElement(m,{className:N,size:_},e.createElement(n,null,e.createElement(w,{className:t(a.highlightbox__col,a["highlightbox__col--offset"]),"data-testid":b,"data-analyticsid":i.HighlightBox},j()))):_===s.fluid?e.createElement(w,{className:N,"data-testid":b},j()):null}export{s as HighlightBoxSize};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import m from"react";import{getIcon as a}from"./Icon.js";import{I as c}from"../../constants-4fe8c7ff.js";import"../../_tslib-51c8a283.js";export default function(Z){Z.size;var l=Z.isHovered,e=m.createElement("path",{d:"m27.102 20.225-.65-.035-.648-.038c-.076 1.296.525 4.04 3.344 5.14l.473-1.212c-2.631-1.027-2.525-3.74-2.52-3.855Zm-9.046.062c.018.123.419 3.035-1.931 4.197l.576 1.166c3.21-1.589 2.665-5.398 2.64-5.559l-1.285.196Zm5.187-6.273-1.292-.143c-.032.285-.765 7.027.006 11.311.798 4.434.75 6.08.706 7.67-.012.39-.022.778-.022 1.203 0 2.117-.53 4.801-.535 4.827l1.275.254c.023-.114.559-2.834.559-5.08 0-.412.01-.789.022-1.167.047-1.657.096-3.37-.726-7.937-.737-4.097-.001-10.87.007-10.938Zm9.796 17.308c-.714-3.144 1.866-11.586 1.892-11.67l-1.242-.384c-.111.36-2.71 8.861-1.918 12.342.249 1.094.602 2.195.976 3.36.786 2.451 1.599 4.986 1.568 7.842l1.3.014c.032-3.067-.851-5.822-1.631-8.253-.364-1.137-.71-2.21-.945-3.25Zm5.792 3.227a12.168 12.168 0 0 1-.208-4.413c.642-4.714 1.623-12.97.973-15.302-1.144-4.102-3.798-4.643-6.364-5.166-.866-.176-1.761-.359-2.623-.677-2.974-1.1-2.816-3.649-2.807-3.757l-.648-.053-.648-.057c-.11 1.251.51 3.924 3.652 5.085.955.354 1.9.546 2.815.733 2.48.506 4.44.905 5.37 4.242.424 1.516.046 7.04-1.01 14.776a13.492 13.492 0 0 0 .243 4.923l2.435 8.122 1.245-.373-2.425-8.083Zm-26.295-2.113.36.626c.033-.092.064-.183.094-.273.362-1.064.674-1.983.757-2.462.127-.736-.48-3.117-1.211-5.528v7.637Zm-.038-11.928c.479 1.356 2.847 8.213 2.53 10.041-.101.58-.413 1.496-.807 2.658-.861 2.54-2.163 6.373-2.216 9.622l-1.3-.02c.007-.442.042-.893.087-1.346-1.263-1.264-2.512-2.77-3.715-4.5a10.752 10.752 0 0 1-1.928-5.84c-.087-3.004.227-7.25.457-10.348.12-1.62.224-3.02.238-3.788.07-3.992 2.909-6.589 8.436-7.719 3.426-.7 3.07-3.977 3.053-4.115l1.29-.157c.194 1.59-.412 4.795-4.083 5.545-4.917 1.005-7.337 3.122-7.396 6.47-.015.804-.115 2.152-.241 3.86-.228 3.071-.54 7.277-.454 10.214a9.456 9.456 0 0 0 1.695 5.135 33.597 33.597 0 0 0 2.875 3.61c.318-1.785.832-3.566 1.33-5.117l-1.026-1.778a.651.651 0 0 1-.087-.325V20.724c0-.316.228-.587.54-.64a.646.646 0 0 1 .722.424Zm7.633 16.87a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm4.797 0a.65.65 0 1 0 .703 1.093.65.65 0 0 0-.703-1.093Zm-4.476-2.512a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm7.067 0a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm0-2.727a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm2.2 0a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm-13.68 0a.65.65 0 1 0 .703 1.092.65.65 0 0 0-.703-1.092Zm2.2 2.727a.65.65 0 1 0 .703 1.092.65.65 0 0 0-.703-1.092Zm0-2.727a.65.65 0 1 0 .703 1.092.65.65 0 0 0-.703-1.092Zm2.213.06a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm4.806 2.667a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm.96-2.533a.65.65 0 1 1-1.092.704.65.65 0 0 1 1.092-.704Z","fill-rule":"evenodd"}),t=m.createElement("path",{d:"m27.102 20.225-.649-.035-.649-.038c-.076 1.296.525 4.04 3.344 5.14l.473-1.212c-2.63-1.027-2.525-3.74-2.519-3.855Zm-9.046.062c.018.124.42 3.035-1.932 4.197l.577 1.166c3.21-1.589 2.665-5.398 2.64-5.559l-1.285.196Zm5.186-6.273-1.292-.143c-.032.285-.764 7.027.006 11.311.798 4.434.751 6.08.706 7.67-.01.39-.022.778-.022 1.203 0 2.117-.529 4.801-.535 4.827l1.276.254c.022-.114.56-2.834.56-5.08 0-.412.01-.789.02-1.167.048-1.657.097-3.37-.725-7.937-.737-4.097 0-10.87.006-10.938Zm9.797 17.308c-.715-3.144 1.866-11.586 1.892-11.67l-1.243-.384c-.11.36-2.708 8.861-1.917 12.343.248 1.093.602 2.193.975 3.357.786 2.452 1.6 4.987 1.57 7.844l1.3.014c.031-3.067-.853-5.823-1.633-8.254-.364-1.137-.708-2.21-.944-3.25Zm5.792 3.227a12.149 12.149 0 0 1-.208-4.413c.784-5.76 1.59-13.089.973-15.302-1.144-4.102-3.798-4.643-6.364-5.166-.866-.176-1.762-.359-2.624-.677-2.973-1.1-2.815-3.649-2.807-3.757l-.648-.053-.647-.057c-.11 1.251.511 3.924 3.652 5.085.955.354 1.9.546 2.814.733 2.481.506 4.441.905 5.372 4.242.422 1.514.045 7.038-1.01 14.776a13.495 13.495 0 0 0 .241 4.923l2.436 8.122 1.245-.373-2.425-8.083Zm-26.296-2.113.362.626.093-.273c.361-1.064.673-1.983.756-2.462.128-.736-.478-3.117-1.21-5.528v7.637Zm-.037-11.928c.478 1.356 2.847 8.213 2.53 10.041-.102.58-.413 1.496-.807 2.658-.862 2.54-2.163 6.373-2.217 9.622l-1.299-.02c.007-.442.041-.893.087-1.346-1.263-1.264-2.513-2.77-3.715-4.5a10.747 10.747 0 0 1-1.928-5.84c-.088-3.004.227-7.25.457-10.35.12-1.619.224-3.018.237-3.786.072-3.992 2.91-6.589 8.436-7.719 3.427-.7 3.071-3.977 3.054-4.115l1.291-.157c.192 1.59-.414 4.795-4.085 5.545-4.917 1.006-7.336 3.122-7.396 6.47-.014.804-.114 2.152-.24 3.858-.228 3.072-.54 7.28-.454 10.216a9.448 9.448 0 0 0 1.695 5.135 33.474 33.474 0 0 0 2.875 3.61c.318-1.785.831-3.566 1.33-5.117l-1.027-1.778a.651.651 0 0 1-.087-.325V20.724a.651.651 0 0 1 1.263-.216Zm7.633 17.67a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm4.796 0a.65.65 0 1 0 .704 1.092.65.65 0 0 0-.704-1.092Zm-4.476-3.312a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm7.068 0a.649.649 0 1 0 .704 1.092.65.65 0 1 0-.704-1.092Zm0-3.327a.649.649 0 1 0 .704 1.092.65.65 0 1 0-.704-1.092Zm2.2 0a.649.649 0 1 0 .704 1.092.65.65 0 1 0-.704-1.092Zm-13.68 0a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm2.2 3.327a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm0-3.327a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm2.212.06a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm4.807 3.267a.65.65 0 1 0 .703 1.093.65.65 0 0 0-.703-1.093Zm.96-3.133a.649.649 0 1 1-1.093.704.649.649 0 1 1 1.092-.704Z","fill-rule":"evenodd"});return a(c.Medium,l,e,t)}
|
|
2
2
|
//# sourceMappingURL=AcupunctureBack.js.map
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
bandaid: { alternativeName: 'Plaster', categories: 'Generisk, Behandling, Samvalg' },
|
|
3
|
-
plant: { alternativeName: 'Plante', categories: 'Giftinformasjonen' },
|
|
3
|
+
plant: { alternativeName: 'Plante', categories: 'Giftinformasjonen, Livsstil' },
|
|
4
4
|
snake: { alternativeName: 'Slange', categories: 'Giftinformasjonen' },
|
|
5
5
|
gascan: { alternativeName: 'Gassbeholder', categories: 'Giftinformasjonen' },
|
|
6
6
|
medicine: { alternativeName: 'Legemidler', categories: 'Tjeneste, Behandling, Samvalg' },
|
|
7
|
-
spray: { alternativeName: 'Sprayflaske', categories: 'Giftinformasjonen' },
|
|
8
|
-
pizzaslice: { alternativeName: 'Pizza', categories: 'Giftinformasjonen, Livsstil
|
|
7
|
+
spray: { alternativeName: 'Sprayflaske', categories: 'Giftinformasjonen, Livsstil' },
|
|
8
|
+
pizzaslice: { alternativeName: 'Pizza', categories: 'Giftinformasjonen, Livsstil' },
|
|
9
9
|
beerandpills: { alternativeName: 'Rusmidler', categories: 'Giftinformasjonen, Livsstil' },
|
|
10
|
-
dog: { alternativeName: 'Hund', categories: 'Giftinformasjonen' },
|
|
10
|
+
dog: { alternativeName: 'Hund', categories: 'Giftinformasjonen, Dyr' },
|
|
11
11
|
mushroom: { alternativeName: 'Sopp', categories: 'Giftinformasjonen, Livsstil' },
|
|
12
12
|
bus: { alternativeName: 'Buss', categories: 'Tjeneste, Kjøretøy' },
|
|
13
|
-
hospital: { alternativeName: 'Sykehus', categories: 'Tjeneste, Behandling' },
|
|
14
13
|
vaccine: { alternativeName: 'Vaksiner', categories: 'Tjeneste, Behandling' },
|
|
15
14
|
referral: { alternativeName: 'Henvisninger', categories: 'Tjeneste' },
|
|
16
|
-
envelope: { alternativeName: 'Konvolutt', categories: 'Tjeneste' },
|
|
15
|
+
envelope: { alternativeName: 'Konvolutt', categories: 'Tjeneste, Generisk' },
|
|
17
16
|
calendar: { alternativeName: 'Kalender', categories: 'Tjeneste, Generisk' },
|
|
18
17
|
contacts: { alternativeName: 'Helsekontakter', categories: 'Tjeneste' },
|
|
19
18
|
archive: { alternativeName: 'Arkivboks', categories: 'Tjeneste' },
|
|
20
19
|
donorcard: { alternativeName: 'Donorkort', categories: 'Tjeneste' },
|
|
21
|
-
microscope: { alternativeName: 'Mikroskop', categories: 'Tjeneste, Behandling' },
|
|
22
20
|
wallet: { alternativeName: 'Lommebok', categories: 'Tjeneste, Generisk' },
|
|
23
21
|
kjernejournal: { alternativeName: 'Kjernejournal', categories: 'Tjeneste' },
|
|
24
22
|
maledoctor: { alternativeName: 'Mannlig lege', categories: 'Tjeneste, Behandling' },
|
|
@@ -31,12 +29,12 @@ module.exports = {
|
|
|
31
29
|
europeanhealthcard: { alternativeName: 'Europeisk helsetrygdkort', categories: 'Tjeneste' },
|
|
32
30
|
documents: { alternativeName: 'Dokumenter', categories: 'Tjeneste, Generisk' },
|
|
33
31
|
medicinewarning: { alternativeName: 'Meld bivirkninger', categories: 'Tjeneste' },
|
|
34
|
-
refund: { alternativeName: 'Refusjon', categories: 'Tjeneste
|
|
32
|
+
refund: { alternativeName: 'Refusjon', categories: 'Tjeneste' },
|
|
35
33
|
lawbook: { alternativeName: 'Lovbok', categories: 'Generisk' },
|
|
36
|
-
userorganization: { alternativeName: 'Pasient- og brukerorganisasjoner', categories: 'Generisk' },
|
|
34
|
+
userorganization: { alternativeName: 'Pasient- og brukerorganisasjoner', categories: 'Generisk, Personer' },
|
|
37
35
|
publication: { alternativeName: 'Publikasjon', categories: 'Generisk' },
|
|
38
36
|
facebook: { alternativeName: 'Facebook', categories: 'Sosiale medier' },
|
|
39
|
-
receptionist: { alternativeName: 'Person med headset', categories: 'Generisk' },
|
|
37
|
+
receptionist: { alternativeName: 'Person med headset', categories: 'Generisk, Personer' },
|
|
40
38
|
infosignstroke: { alternativeName: 'Informasjon (lys)', categories: 'Generisk' },
|
|
41
39
|
helpsign: { alternativeName: 'Spørsmål', categories: 'Generisk' },
|
|
42
40
|
globe: { alternativeName: 'Globus', categories: 'Generisk' },
|
|
@@ -50,6 +48,8 @@ module.exports = {
|
|
|
50
48
|
journal: { alternativeName: 'Pasientjournal', categories: 'Tjeneste' },
|
|
51
49
|
firstaidkit: { alternativeName: 'Førstehjelpsskrin', categories: 'Giftinformasjonen, Behandling' },
|
|
52
50
|
shakinghand: { alternativeName: 'Hender som holder', categories: 'Tjeneste, Samvalg' },
|
|
51
|
+
hospital: { alternativeName: 'Sykehus', categories: 'Tjeneste, Behandling' },
|
|
52
|
+
microscope: { alternativeName: 'Mikroskop', categories: 'Tjeneste, Behandling' },
|
|
53
53
|
apple: { alternativeName: 'Eple', categories: 'Livsstil' },
|
|
54
54
|
makeup: { alternativeName: 'Sminke', categories: 'Giftinformasjonen' },
|
|
55
55
|
garden: { alternativeName: 'Hage', categories: 'Giftinformasjonen' },
|
|
@@ -57,10 +57,10 @@ module.exports = {
|
|
|
57
57
|
football: { alternativeName: 'Fotball', categories: 'Giftinformasjonen, Livsstil' },
|
|
58
58
|
pencil: { alternativeName: 'Blyant', categories: 'Giftinformasjonen' },
|
|
59
59
|
hiker: { alternativeName: 'Turgåer', categories: 'Livsstil, Samvalg' },
|
|
60
|
-
personoverweight: { alternativeName: 'Overvektig person', categories: 'Livsstil,
|
|
60
|
+
personoverweight: { alternativeName: 'Overvektig person', categories: 'Livsstil, Personer' },
|
|
61
61
|
mentalhealthadult: { alternativeName: 'Psykisk helse voksne', categories: 'Psykisk helse' },
|
|
62
62
|
pregnant: { alternativeName: 'Gravid', categories: 'Gravid og fødsel' },
|
|
63
|
-
birthdaycake: { alternativeName: 'Bursdagskake', categories: 'Gravid og fødsel' },
|
|
63
|
+
birthdaycake: { alternativeName: 'Bursdagskake', categories: 'Gravid og fødsel, Generisk' },
|
|
64
64
|
baby: { alternativeName: 'Baby', categories: 'Gravid og fødsel' },
|
|
65
65
|
motherholdingbaby: { alternativeName: 'Kvinne holder baby', categories: 'Gravid og fødsel' },
|
|
66
66
|
cigarette: { alternativeName: 'Sigarett', categories: 'Livsstil' },
|
|
@@ -84,12 +84,11 @@ module.exports = {
|
|
|
84
84
|
eye: { alternativeName: 'Øye', categories: 'Sykdom, Anatomi' },
|
|
85
85
|
armflexing: { alternativeName: 'Viser muskler (arm)', categories: 'Livsstil, Anatomi' },
|
|
86
86
|
coronavirus: { alternativeName: 'Koronavirus', categories: 'Sykdom' },
|
|
87
|
-
femaledoctor: { alternativeName: 'Kvinnelig lege', categories: 'Tjeneste,
|
|
88
|
-
maledoctorandperson: { alternativeName: 'Mannlig lege og pasient', categories: 'Behandling' },
|
|
89
|
-
person: { alternativeName: 'Person', categories: 'Generisk' },
|
|
87
|
+
femaledoctor: { alternativeName: 'Kvinnelig lege', categories: 'Tjeneste, Personer' },
|
|
88
|
+
maledoctorandperson: { alternativeName: 'Mannlig lege og pasient', categories: 'Behandling, Personer' },
|
|
89
|
+
person: { alternativeName: 'Person', categories: 'Generisk, Personer' },
|
|
90
90
|
form: { alternativeName: 'Skjema', categories: 'Tjeneste, Generisk' },
|
|
91
91
|
lock: { alternativeName: 'Hengelås', categories: 'Tjeneste, Generisk' },
|
|
92
|
-
avatar: { alternativeName: 'Avatar', categories: 'Generisk' },
|
|
93
92
|
mobilephone: { alternativeName: 'Mobiltelefon', categories: 'Generisk' },
|
|
94
93
|
worksuitcase: { alternativeName: 'Koffert', categories: 'Generisk' },
|
|
95
94
|
window: { alternativeName: 'Vindu', categories: 'Generisk' },
|
|
@@ -129,10 +128,7 @@ module.exports = {
|
|
|
129
128
|
save: { alternativeName: 'Lagre', categories: 'System' },
|
|
130
129
|
verticaldots: { alternativeName: 'Vertikale prikker', categories: 'System' },
|
|
131
130
|
upload: { alternativeName: 'Last opp', categories: 'System' },
|
|
132
|
-
alertsignfill: { alternativeName: 'Varseltegn fyllt', categories: 'Generisk' },
|
|
133
|
-
alertsignstroke: { alternativeName: 'Varseltegn ytterkant', categories: 'Generisk' },
|
|
134
131
|
bell: { alternativeName: 'Varsel', categories: 'Generisk' },
|
|
135
|
-
car: { alternativeName: 'Bil', categories: 'Kjøretøy' },
|
|
136
132
|
check: { alternativeName: 'Avsjekket', categories: 'Generisk' },
|
|
137
133
|
draft: { alternativeName: 'Kladd', categories: 'Generisk' },
|
|
138
134
|
female: { alternativeName: 'Kvinne- tegn', categories: 'Generisk' },
|
|
@@ -141,30 +137,30 @@ module.exports = {
|
|
|
141
137
|
jointpain: { alternativeName: 'Leddsmerte', categories: 'Sykdom, Anatomi' },
|
|
142
138
|
location: { alternativeName: 'Lokasjon', categories: 'Generisk' },
|
|
143
139
|
personinxraymachine: { alternativeName: 'Røntgen', categories: 'Behandling, Sykdom' },
|
|
144
|
-
personwithbrokenarm: { alternativeName: 'Person med brukket arm', categories: 'Behandling,
|
|
145
|
-
personandpatient: { alternativeName: 'Pasient og pårørende', categories: 'Behandling,
|
|
146
|
-
personwithcrutches: { alternativeName: 'Person med krykker', categories: 'Behandling,
|
|
147
|
-
personrelaxing: { alternativeName: 'Person som slapper av', categories: 'Livsstil' },
|
|
140
|
+
personwithbrokenarm: { alternativeName: 'Person med brukket arm', categories: 'Behandling, Personer' },
|
|
141
|
+
personandpatient: { alternativeName: 'Pasient og pårørende', categories: 'Behandling, Personer' },
|
|
142
|
+
personwithcrutches: { alternativeName: 'Person med krykker', categories: 'Behandling, Personer' },
|
|
143
|
+
personrelaxing: { alternativeName: 'Person som slapper av', categories: 'Livsstil, Personer' },
|
|
148
144
|
plane: { alternativeName: 'Fly', categories: 'Kjøretøy' },
|
|
149
145
|
puzzle: { alternativeName: 'Puslespillbit', categories: 'Generisk' },
|
|
150
146
|
rocket: { alternativeName: 'Romrakett', categories: 'Kjøretøy' },
|
|
151
147
|
trashcan: { alternativeName: 'Søplekasse', categories: 'Generisk' },
|
|
152
148
|
x: { alternativeName: 'X', categories: 'System' },
|
|
153
|
-
amputation: { alternativeName: 'Amputasjon', categories: '
|
|
154
|
-
childplaying: { alternativeName: 'Barn leker', categories: 'Livsstil' },
|
|
149
|
+
amputation: { alternativeName: 'Amputasjon', categories: 'Behandling, Personer' },
|
|
150
|
+
childplaying: { alternativeName: 'Barn leker', categories: 'Livsstil, Personer' },
|
|
155
151
|
breasts: { alternativeName: 'Pupper', categories: 'Anatomi, Sykdom, Samvalg' },
|
|
156
152
|
arrowupright: { alternativeName: 'Pil oppover mot høyre', categories: 'System' },
|
|
157
153
|
attachment: { alternativeName: 'Vedlegg', categories: 'Generisk' },
|
|
158
154
|
atv: { alternativeName: 'ATV', categories: 'Kjøretøy' },
|
|
159
|
-
bike: { alternativeName: 'Sykkel', categories: 'Kjøretøy' },
|
|
155
|
+
bike: { alternativeName: 'Sykkel', categories: 'Kjøretøy, Livsstil' },
|
|
160
156
|
boat: { alternativeName: 'Båt', categories: 'Kjøretøy' },
|
|
161
157
|
mentalhealthchild: { alternativeName: 'Mental helse barn', categories: 'Psykisk helse, Sykdom' },
|
|
162
158
|
copy: { alternativeName: 'Kopi', categories: 'System' },
|
|
163
159
|
cough: { alternativeName: 'Hoste', categories: 'Sykdom, Behandling' },
|
|
164
|
-
elderlyperson: { alternativeName: 'Eldre', categories: 'Livsstil,
|
|
160
|
+
elderlyperson: { alternativeName: 'Eldre', categories: 'Livsstil, Personer' },
|
|
165
161
|
epilepsy: { alternativeName: 'Epilepsi', categories: 'Sykdom' },
|
|
166
162
|
ferry: { alternativeName: 'Ferje', categories: 'Kjøretøy' },
|
|
167
|
-
handwithdisease: { alternativeName: 'Hånd med utslett', categories: 'Sykdom' },
|
|
163
|
+
handwithdisease: { alternativeName: 'Hånd med utslett', categories: 'Sykdom, Anatomi' },
|
|
168
164
|
errorsignfill: { alternativeName: 'Feilmelding (mørk)', categories: 'Generisk' },
|
|
169
165
|
errorsignstroke: { alternativeName: 'Feilmelding (lys)', categories: 'Generisk' },
|
|
170
166
|
fingerbleed: { alternativeName: 'Finger som blør', categories: 'Sykdom, Behandling' },
|
|
@@ -174,19 +170,19 @@ module.exports = {
|
|
|
174
170
|
inbox: { alternativeName: 'Innboks', categories: 'Generisk' },
|
|
175
171
|
jpgfile: { alternativeName: 'Jpg-fil', categories: 'Filtyper' },
|
|
176
172
|
mirror: { alternativeName: 'Speil', categories: 'Generisk' },
|
|
177
|
-
muscleback: { alternativeName: 'Ryggmuskler', categories: '
|
|
178
|
-
muscleleg: { alternativeName: 'Leggmuskler', categories: '
|
|
173
|
+
muscleback: { alternativeName: 'Ryggmuskler', categories: 'Anatomi' },
|
|
174
|
+
muscleleg: { alternativeName: 'Leggmuskler', categories: 'Anatomi' },
|
|
179
175
|
notepad: { alternativeName: 'Skriveblokk', categories: 'Generisk' },
|
|
180
176
|
pdffile: { alternativeName: 'PDF', categories: 'Filtyper' },
|
|
181
|
-
personwithbrain: { alternativeName: 'Person med hjerne', categories: '
|
|
182
|
-
personwithjaw: { alternativeName: 'Person med kjeve', categories: '
|
|
183
|
-
personwithmagnifyingglass: { alternativeName: 'Person med lupe', categories: 'Behandling' },
|
|
184
|
-
personwithsenses: { alternativeName: 'Person med sanser', categories: 'Psykisk helse' },
|
|
185
|
-
personworking: { alternativeName: 'Person som jobber', categories: 'Generisk, Samvalg' },
|
|
177
|
+
personwithbrain: { alternativeName: 'Person med hjerne', categories: 'Anatomi, Personer' },
|
|
178
|
+
personwithjaw: { alternativeName: 'Person med kjeve', categories: 'Anatomi, Personer' },
|
|
179
|
+
personwithmagnifyingglass: { alternativeName: 'Person med lupe', categories: 'Behandling, Personer' },
|
|
180
|
+
personwithsenses: { alternativeName: 'Person med sanser', categories: 'Psykisk helse, Personer' },
|
|
181
|
+
personworking: { alternativeName: 'Person som jobber', categories: 'Generisk, Personer, Samvalg' },
|
|
186
182
|
pngfile: { alternativeName: 'PNG', categories: 'Filtyper' },
|
|
187
183
|
psychosis: { alternativeName: 'Psykose', categories: 'Sykdom, Psykisk helse' },
|
|
188
184
|
refresh: { alternativeName: 'Oppdater', categories: 'Generisk' },
|
|
189
|
-
|
|
185
|
+
rtffile: { alternativeName: 'RTF-fil', categories: 'Filtyper' },
|
|
190
186
|
xmlfile: { alternativeName: 'XML', categories: 'Filtyper' },
|
|
191
187
|
receipt: { alternativeName: 'Kvittering', categories: 'Generisk' },
|
|
192
188
|
infosignfill: { alternativeName: 'Informasjon (mørk)', categories: 'Generisk' },
|
|
@@ -209,14 +205,14 @@ module.exports = {
|
|
|
209
205
|
embolization: { alternativeName: 'Cyster', categories: 'Samvalg, Sykdom' },
|
|
210
206
|
radioactivetreatment: { alternativeName: 'Radioaktiv behandling', categories: 'Samvalg' },
|
|
211
207
|
radiotherapy: { alternativeName: 'Strålebehandling', categories: 'Samvalg' },
|
|
212
|
-
peopletalking: { alternativeName: 'Samtale', categories: 'Samvalg' },
|
|
208
|
+
peopletalking: { alternativeName: 'Samtale', categories: 'Samvalg, Personer' },
|
|
213
209
|
music: { alternativeName: 'Musikk', categories: 'Samvalg' },
|
|
214
210
|
helpinghand: { alternativeName: 'Hjelpende hånd', categories: 'Samvalg' },
|
|
215
211
|
kitchenscale: { alternativeName: 'Kjøkkenvekt', categories: 'Samvalg' },
|
|
216
212
|
wheelchair: { alternativeName: 'Rullestol', categories: 'Generisk, Behandling' },
|
|
217
|
-
wheelchairactive: { alternativeName: 'Rullestol aktov', categories: 'Generisk,
|
|
213
|
+
wheelchairactive: { alternativeName: 'Rullestol aktov', categories: 'Generisk, Personer' },
|
|
218
214
|
healthclinic: { alternativeName: 'Helsesenter', categories: 'Generisk, Behandling' },
|
|
219
|
-
teenagers: { alternativeName: 'Tenåringer', categories: 'Generisk,
|
|
215
|
+
teenagers: { alternativeName: 'Tenåringer', categories: 'Generisk, Personer' },
|
|
220
216
|
website: { alternativeName: 'Nettside', categories: 'Generisk' },
|
|
221
217
|
settings: { alternativeName: 'Innstillinger', categories: 'System' },
|
|
222
218
|
undo: { alternativeName: 'Angre', categories: 'System' },
|
|
@@ -226,7 +222,6 @@ module.exports = {
|
|
|
226
222
|
stopwatch: { alternativeName: 'Stoppeklokke', categories: 'Generisk' },
|
|
227
223
|
podcast: { alternativeName: 'Podcast', categories: 'Generisk' },
|
|
228
224
|
play: { alternativeName: 'Play', categories: 'Generisk' },
|
|
229
|
-
patientandperson: { alternativeName: 'Pasient og person', categories: 'Behandling' },
|
|
230
225
|
hourglass: { alternativeName: 'Timeglass', categories: 'Generisk' },
|
|
231
226
|
floppydisk: { alternativeName: 'Diskett', categories: 'Generisk' },
|
|
232
227
|
download: { alternativeName: 'Last ned', categories: 'System, Generisk' },
|
|
@@ -238,14 +233,14 @@ module.exports = {
|
|
|
238
233
|
change: { alternativeName: 'Endre', categories: 'System, Generisk' },
|
|
239
234
|
calendarchange: { alternativeName: 'Kalender endring', categories: 'System, Generisk' },
|
|
240
235
|
calendarcheck: { alternativeName: 'Kalender ok', categories: 'System, Generisk' },
|
|
241
|
-
healthwarning: { alternativeName: 'Helseadvarsel', categories: '
|
|
236
|
+
healthwarning: { alternativeName: 'Helseadvarsel', categories: 'Tjeneste' },
|
|
242
237
|
zoom: { alternativeName: 'Zoom inn', categories: 'System, Generisk' },
|
|
243
238
|
checkoutline: { alternativeName: 'Avhukning', categories: 'System, Generisk' },
|
|
244
239
|
shield: { alternativeName: 'Skjold', categories: 'System, Generisk' },
|
|
245
240
|
xoutline: { alternativeName: 'X', categories: 'System, Generisk' },
|
|
246
241
|
recovery: { alternativeName: 'Gjenoppretting', categories: 'System, Generisk' },
|
|
247
|
-
body: { alternativeName: 'Kropp', categories: '
|
|
248
|
-
genderidentity: { alternativeName: 'Kjønnsidentitet', categories: 'Generisk' },
|
|
242
|
+
body: { alternativeName: 'Kropp', categories: 'Anatomi, Personer' },
|
|
243
|
+
genderidentity: { alternativeName: 'Kjønnsidentitet', categories: 'Generisk, Personer' },
|
|
249
244
|
home: { alternativeName: 'Hjem', categories: 'Generisk' },
|
|
250
245
|
qrcode: { alternativeName: 'QR kode', categories: 'Generisk' },
|
|
251
246
|
quarrel: { alternativeName: 'Krangle', categories: 'Generisk' },
|
|
@@ -253,11 +248,15 @@ module.exports = {
|
|
|
253
248
|
birthcontrol: { alternativeName: 'Prevensjon', categories: 'Generisk' },
|
|
254
249
|
gallery: { alternativeName: 'Galleri', categories: 'System' },
|
|
255
250
|
list: { alternativeName: 'Liste', categories: 'System' },
|
|
256
|
-
stds: { alternativeName: 'Kjønnssykom', categories: '
|
|
251
|
+
stds: { alternativeName: 'Kjønnssykom', categories: 'Sykdom, Personer' },
|
|
257
252
|
acupunctureback: { alternativeName: 'Akupunktur rygg', categories: 'Samvalg, Generisk' },
|
|
258
253
|
noeye: { alternativeName: 'Øye m strek', categories: 'System' },
|
|
259
254
|
sectionsign: { alternativeName: 'Paragraftegn', categories: 'Samvalg, Generisk' },
|
|
260
255
|
speechbubble: { alternativeName: 'Snakkeboble', categories: 'Samvalg, Generisk' },
|
|
261
|
-
supportingperson: { alternativeName: 'Ledsager', categories: 'Samvalg,
|
|
256
|
+
supportingperson: { alternativeName: 'Ledsager', categories: 'Samvalg, Personer' },
|
|
262
257
|
syringe: { alternativeName: 'Sprøyte', categories: 'Samvalg, Generisk' },
|
|
258
|
+
car: { alternativeName: 'Bil', categories: 'Kjøretøy' },
|
|
259
|
+
group: { alternativeName: '', categories: '' },
|
|
260
|
+
checkfill: { alternativeName: '', categories: '' },
|
|
261
|
+
'': { alternativeName: '', categories: '' },
|
|
263
262
|
};
|