@helsenorge/designsystem-react 1.0.0-beta91 → 1.0.0-beta96

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.
Files changed (174) hide show
  1. package/Button-8af0be6e.js +2 -0
  2. package/Button-8af0be6e.js.map +1 -0
  3. package/Checkbox-fb5dff56.js +2 -0
  4. package/Checkbox-fb5dff56.js.map +1 -0
  5. package/{Close-80751ae6.js → Close-9f68bcd0.js} +2 -2
  6. package/Close-9f68bcd0.js.map +1 -0
  7. package/FormGroup-6c545646.js +2 -0
  8. package/FormGroup-6c545646.js.map +1 -0
  9. package/{Icon-9b4a8a2d.js → Icon-04613a89.js} +2 -2
  10. package/Icon-04613a89.js.map +1 -0
  11. package/Input-adeb7f88.js +2 -0
  12. package/Input-adeb7f88.js.map +1 -0
  13. package/Loader-b3fd59f4.js +2 -0
  14. package/Loader-b3fd59f4.js.map +1 -0
  15. package/Modal-3742133d.js +2 -0
  16. package/Modal-3742133d.js.map +1 -0
  17. package/RadioButton-d90884c9.js +2 -0
  18. package/RadioButton-d90884c9.js.map +1 -0
  19. package/Textarea-05e33ba3.js +2 -0
  20. package/Textarea-05e33ba3.js.map +1 -0
  21. package/Title-90910763.js +2 -0
  22. package/Title-90910763.js.map +1 -0
  23. package/{Validation-1236e8ef.js → Validation-9bf0c0ec.js} +2 -2
  24. package/Validation-9bf0c0ec.js.map +1 -0
  25. package/components/AnchorLink/index.d.ts +1 -0
  26. package/components/AnchorLink/index.d.ts.map +1 -1
  27. package/components/AnchorLink/index.js +1 -1
  28. package/components/Avatar/index.d.ts +1 -0
  29. package/components/Avatar/index.d.ts.map +1 -1
  30. package/components/Avatar/index.js +1 -1
  31. package/components/Badge/index.d.ts +1 -0
  32. package/components/Badge/index.d.ts.map +1 -1
  33. package/components/Button/Button.d.ts.map +1 -1
  34. package/components/Button/index.d.ts +1 -0
  35. package/components/Button/index.d.ts.map +1 -1
  36. package/components/Button/index.js +1 -1
  37. package/components/ButtonWithModal/componentdata.json +38 -0
  38. package/components/ButtonWithModal/index.d.ts +1 -0
  39. package/components/ButtonWithModal/index.d.ts.map +1 -1
  40. package/components/ButtonWithModal/index.js +1 -1
  41. package/components/Checkbox/componentdata.json +9 -9
  42. package/components/Checkbox/index.d.ts +1 -0
  43. package/components/Checkbox/index.d.ts.map +1 -1
  44. package/components/Checkbox/index.js +1 -1
  45. package/components/Close/index.d.ts +1 -0
  46. package/components/Close/index.d.ts.map +1 -1
  47. package/components/Close/index.js +1 -1
  48. package/components/ExpanderList/index.d.ts +1 -0
  49. package/components/ExpanderList/index.d.ts.map +1 -1
  50. package/components/ExpanderList/index.js +1 -1
  51. package/components/FormExample/FormExample.d.ts +2 -1
  52. package/components/FormExample/FormExample.d.ts.map +1 -1
  53. package/components/FormExample/componentdata.json +6 -3
  54. package/components/FormExample/index.d.ts +1 -0
  55. package/components/FormExample/index.d.ts.map +1 -1
  56. package/components/FormExample/index.js +1 -1
  57. package/components/FormExample/index.js.map +1 -1
  58. package/components/FormGroup/FormGroup.d.ts.map +1 -1
  59. package/components/FormGroup/componentdata.json +9 -9
  60. package/components/FormGroup/index.d.ts +1 -0
  61. package/components/FormGroup/index.d.ts.map +1 -1
  62. package/components/FormGroup/index.js +1 -1
  63. package/components/HighlightBox/HighlightBox.d.ts +24 -0
  64. package/components/HighlightBox/HighlightBox.d.ts.map +1 -0
  65. package/components/HighlightBox/componentdata.json +484 -0
  66. package/components/HighlightBox/index.d.ts +4 -0
  67. package/components/HighlightBox/index.d.ts.map +1 -0
  68. package/components/HighlightBox/index.js +2 -0
  69. package/components/HighlightBox/index.js.map +1 -0
  70. package/components/HighlightBox/styles.module.scss +89 -0
  71. package/components/Icons/AcupunctureBack.js +1 -1
  72. package/components/Icons/Icon.js +1 -1
  73. package/components/Icons/NoEye.js +1 -1
  74. package/components/Icons/SectionSign.js +1 -1
  75. package/components/Icons/SpeechBubble.js +1 -1
  76. package/components/Icons/SupportingPerson.js +1 -1
  77. package/components/Icons/Syringe.js +1 -1
  78. package/components/Icons/index.js +1 -1
  79. package/components/Input/Input.d.ts +55 -0
  80. package/components/Input/Input.d.ts.map +1 -0
  81. package/components/Input/componentdata.json +425 -0
  82. package/components/Input/index.d.ts +4 -0
  83. package/components/Input/index.d.ts.map +1 -0
  84. package/components/Input/index.js +2 -0
  85. package/components/Input/index.js.map +1 -0
  86. package/components/Input/styles.module.scss +55 -0
  87. package/components/Input/styles.module.scss.d.ts +23 -0
  88. package/components/LinkList/index.d.ts +1 -0
  89. package/components/LinkList/index.d.ts.map +1 -1
  90. package/components/LinkList/index.js +1 -1
  91. package/components/List/index.d.ts +1 -0
  92. package/components/List/index.d.ts.map +1 -1
  93. package/components/Loader/Loader.d.ts +2 -2
  94. package/components/Loader/componentdata.json +3 -3
  95. package/components/Loader/index.d.ts +1 -0
  96. package/components/Loader/index.d.ts.map +1 -1
  97. package/components/Loader/index.js +1 -1
  98. package/components/Logo/index.d.ts +1 -0
  99. package/components/Logo/index.d.ts.map +1 -1
  100. package/components/Modal/Modal.d.ts +4 -0
  101. package/components/Modal/Modal.d.ts.map +1 -1
  102. package/components/Modal/componentdata.json +38 -0
  103. package/components/Modal/index.d.ts +1 -0
  104. package/components/Modal/index.d.ts.map +1 -1
  105. package/components/Modal/index.js +1 -1
  106. package/components/Modal/styles.module.scss +21 -1
  107. package/components/NotificationPanel/index.d.ts +1 -0
  108. package/components/NotificationPanel/index.d.ts.map +1 -1
  109. package/components/NotificationPanel/index.js +1 -1
  110. package/components/Portal/componentdata.json +80 -0
  111. package/components/Portal/index.d.ts +13 -0
  112. package/components/Portal/index.d.ts.map +1 -0
  113. package/components/Portal/index.js +2 -0
  114. package/components/Portal/index.js.map +1 -0
  115. package/components/RadioButton/componentdata.json +9 -9
  116. package/components/RadioButton/index.d.ts +1 -0
  117. package/components/RadioButton/index.d.ts.map +1 -1
  118. package/components/RadioButton/index.js +1 -1
  119. package/components/Slider/index.d.ts +1 -0
  120. package/components/Slider/index.d.ts.map +1 -1
  121. package/components/Slider/index.js +1 -1
  122. package/components/Spacer/index.d.ts +1 -0
  123. package/components/Spacer/index.d.ts.map +1 -1
  124. package/components/Textarea/Textarea.d.ts +4 -0
  125. package/components/Textarea/Textarea.d.ts.map +1 -1
  126. package/components/Textarea/componentdata.json +44 -6
  127. package/components/Textarea/index.d.ts +1 -0
  128. package/components/Textarea/index.d.ts.map +1 -1
  129. package/components/Textarea/index.js +1 -1
  130. package/components/Textarea/styles.module.scss +13 -110
  131. package/components/Textarea/styles.module.scss.d.ts +13 -8
  132. package/components/Tile/index.d.ts +1 -0
  133. package/components/Tile/index.d.ts.map +1 -1
  134. package/components/Tile/index.js +1 -1
  135. package/components/Title/index.d.ts +1 -0
  136. package/components/Title/index.d.ts.map +1 -1
  137. package/components/Title/index.js +1 -1
  138. package/components/Validation/componentdata.json +3 -3
  139. package/components/Validation/index.d.ts +1 -0
  140. package/components/Validation/index.d.ts.map +1 -1
  141. package/components/Validation/index.js +1 -1
  142. package/constants-42547490.js +2 -0
  143. package/constants-42547490.js.map +1 -0
  144. package/constants.d.ts +7 -7
  145. package/constants.d.ts.map +1 -1
  146. package/hooks/useIcons.d.ts +4 -0
  147. package/hooks/useIcons.d.ts.map +1 -0
  148. package/index.d.ts +1 -0
  149. package/index.d.ts.map +1 -1
  150. package/index.js +1 -1
  151. package/package.json +2 -1
  152. package/scss/_input.scss +174 -0
  153. package/scss/_title.scss +16 -12
  154. package/Button-2be46c88.js +0 -2
  155. package/Button-2be46c88.js.map +0 -1
  156. package/Checkbox-0ba01292.js +0 -2
  157. package/Checkbox-0ba01292.js.map +0 -1
  158. package/Close-80751ae6.js.map +0 -1
  159. package/FormGroup-9555dd73.js +0 -2
  160. package/FormGroup-9555dd73.js.map +0 -1
  161. package/Icon-9b4a8a2d.js.map +0 -1
  162. package/Loader-3589bdb1.js +0 -2
  163. package/Loader-3589bdb1.js.map +0 -1
  164. package/Modal-e7d8aac4.js +0 -2
  165. package/Modal-e7d8aac4.js.map +0 -1
  166. package/RadioButton-84ca988e.js +0 -2
  167. package/RadioButton-84ca988e.js.map +0 -1
  168. package/Textarea-9c91191a.js +0 -2
  169. package/Textarea-9c91191a.js.map +0 -1
  170. package/Title-72851d51.js +0 -2
  171. package/Title-72851d51.js.map +0 -1
  172. package/Validation-1236e8ef.js.map +0 -1
  173. package/constants-a4b0b501.js +0 -2
  174. package/constants-a4b0b501.js.map +0 -1
@@ -131,25 +131,25 @@
131
131
  "required": false,
132
132
  "type": {
133
133
  "name": "enum",
134
- "raw": "\"OnWhite\" | \"OnGrey\" | \"OnBlueberry\" | \"OnDark\" | \"OnError\" | undefined",
134
+ "raw": "\"onwhite\" | \"ongrey\" | \"onblueberry\" | \"ondark\" | \"oninvalid\" | undefined",
135
135
  "value": [
136
136
  {
137
137
  "value": "undefined"
138
138
  },
139
139
  {
140
- "value": "\"OnWhite\""
140
+ "value": "\"onwhite\""
141
141
  },
142
142
  {
143
- "value": "\"OnGrey\""
143
+ "value": "\"ongrey\""
144
144
  },
145
145
  {
146
- "value": "\"OnBlueberry\""
146
+ "value": "\"onblueberry\""
147
147
  },
148
148
  {
149
- "value": "\"OnDark\""
149
+ "value": "\"ondark\""
150
150
  },
151
151
  {
152
- "value": "\"OnError\""
152
+ "value": "\"oninvalid\""
153
153
  }
154
154
  ]
155
155
  }
@@ -249,6 +249,44 @@
249
249
  "name": "string"
250
250
  }
251
251
  },
252
+ "afterLabelChildren": {
253
+ "defaultValue": null,
254
+ "description": "Component shown after label",
255
+ "name": "afterLabelChildren",
256
+ "parent": {
257
+ "fileName": "src/components/Textarea/Textarea.tsx",
258
+ "name": "TextareaProps"
259
+ },
260
+ "declarations": [
261
+ {
262
+ "fileName": "src/components/Textarea/Textarea.tsx",
263
+ "name": "TextareaProps"
264
+ }
265
+ ],
266
+ "required": false,
267
+ "type": {
268
+ "name": "ReactNode"
269
+ }
270
+ },
271
+ "belowLabelChildren": {
272
+ "defaultValue": null,
273
+ "description": "Component shown under label",
274
+ "name": "belowLabelChildren",
275
+ "parent": {
276
+ "fileName": "src/components/Textarea/Textarea.tsx",
277
+ "name": "TextareaProps"
278
+ },
279
+ "declarations": [
280
+ {
281
+ "fileName": "src/components/Textarea/Textarea.tsx",
282
+ "name": "TextareaProps"
283
+ }
284
+ ],
285
+ "required": false,
286
+ "type": {
287
+ "name": "ReactNode"
288
+ }
289
+ },
252
290
  "autoFocus": {
253
291
  "defaultValue": null,
254
292
  "description": "",
@@ -1,3 +1,4 @@
1
1
  import Textarea from './Textarea';
2
+ export * from './Textarea';
2
3
  export default Textarea;
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Textarea/index.tsx"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAElC,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Textarea/index.tsx"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,eAAe,QAAQ,CAAC"}
@@ -1,2 +1,2 @@
1
- import{T as s}from"../../Textarea-9c91191a.js";export{T as default}from"../../Textarea-9c91191a.js";import"../../_rollupPluginBabelHelpers-d0752906.js";import"../../_tslib-51c8a283.js";import"react";import"../../index-9b84fabc.js";import"./styles.module.scss";import"../../constants-a4b0b501.js";import"../../uuid-8870ab4b.js";
1
+ import{T as s}from"../../Textarea-05e33ba3.js";export{T as default}from"../../Textarea-05e33ba3.js";import"../../_rollupPluginBabelHelpers-d0752906.js";import"../../_tslib-51c8a283.js";import"react";import"../../index-9b84fabc.js";import"./styles.module.scss";import"../../constants-42547490.js";import"../../uuid-8870ab4b.js";
2
2
  //# sourceMappingURL=index.js.map
@@ -2,10 +2,10 @@
2
2
  @import '../../scss/_breakpoints.scss';
3
3
  @import '../../scss/_palette.scss';
4
4
  @import '../../scss/_font-settings.scss';
5
+ @import '../../scss/_input.scss';
5
6
 
6
7
  .textarea {
7
- width: 100%;
8
- line-height: 0;
8
+ @include input-wrapper;
9
9
 
10
10
  &__error-text {
11
11
  font-size: $font-size-sm;
@@ -19,113 +19,6 @@
19
19
  margin-bottom: getSpacer(s);
20
20
  }
21
21
 
22
- &__label {
23
- line-height: getSpacer(m);
24
- font-size: $font-size-sm;
25
- font-weight: 600;
26
- padding-bottom: getSpacer(2xs);
27
-
28
- @media (min-width: map-get($grid-breakpoints, md)) {
29
- line-height: getSpacer(l);
30
- font-size: $font-size-md;
31
- }
32
-
33
- &--OnDark {
34
- color: $white;
35
- }
36
- }
37
-
38
- &__input {
39
- line-height: 26px;
40
- font-size: $font-size-sm;
41
- width: 100%;
42
- padding: 16px;
43
- resize: none;
44
- border: $neutral700 2px solid;
45
- outline: none;
46
-
47
- @media (min-width: map-get($grid-breakpoints, md)) {
48
- line-height: 28px;
49
- font-size: $font-size-md;
50
- }
51
-
52
- &:hover {
53
- background: $neutral50;
54
- border-color: $neutral700;
55
- box-shadow: 0px 0px 0px 1px $neutral700;
56
- }
57
- &:focus {
58
- background: $white;
59
- border-radius: 0;
60
- border-color: $neutral900;
61
- box-shadow: 0px 0px 0px 2px $neutral900;
62
- }
63
-
64
- &:disabled {
65
- cursor: not-allowed;
66
- background: $neutral50;
67
- border-color: $neutral500;
68
- color: $neutral500;
69
- }
70
- &::placeholder {
71
- color: $neutral500;
72
- }
73
-
74
- &--OnBlueberry {
75
- border-color: $blueberry500;
76
-
77
- &:hover {
78
- background: $blueberry50;
79
- box-shadow: 0px 0px 0px 1px $blueberry500;
80
- border-color: $blueberry500;
81
- }
82
-
83
- &:focus {
84
- background: $white;
85
- border-color: $neutral900;
86
- box-shadow: 0px 0px 0px 2px $neutral900;
87
- }
88
- &:disabled {
89
- background: $neutral50;
90
- border-color: $neutral500;
91
- color: $neutral500;
92
- }
93
- }
94
- &--OnDark {
95
- border-color: $blueberry900;
96
- &:hover {
97
- background: $blueberry50;
98
- border-color: $blueberry900;
99
- box-shadow: 0px 0px 0px 1px $blueberry900;
100
- }
101
- &:focus {
102
- background: $white;
103
- border-color: $neutral900;
104
- box-shadow: 0px 0px 0px 2px $neutral900;
105
- }
106
- &:disabled {
107
- background: $neutral50;
108
- }
109
- }
110
- &--invalid {
111
- border-color: $cherry500;
112
- &:focus {
113
- border-color: $cherry500;
114
- box-shadow: 0px 0px 0px 2px $cherry500;
115
- }
116
- }
117
-
118
- &--transparent {
119
- background: transparent;
120
- &:hover {
121
- background: transparent;
122
- }
123
- &:focus {
124
- background: $white;
125
- }
126
- }
127
- }
128
-
129
22
  &__counter-wrapper {
130
23
  display: flex;
131
24
  justify-content: end;
@@ -143,7 +36,7 @@
143
36
  margin: 0;
144
37
  }
145
38
 
146
- &--OnDark {
39
+ &--on-dark {
147
40
  color: $white;
148
41
  }
149
42
  &--invalid {
@@ -152,3 +45,13 @@
152
45
  }
153
46
  }
154
47
  }
48
+
49
+ .content-wrapper {
50
+ @include content-wrapper;
51
+ &__input {
52
+ line-height: 28px;
53
+ height: auto;
54
+ padding: 16px;
55
+ resize: none;
56
+ }
57
+ }
@@ -1,16 +1,21 @@
1
1
  export type Styles = {
2
+ 'content-wrapper': string;
3
+ 'content-wrapper__input': string;
4
+ 'content-wrapper__input--disabled': string;
5
+ 'content-wrapper--bigform': string;
6
+ 'content-wrapper--disabled': string;
7
+ 'content-wrapper--invalid': string;
8
+ 'content-wrapper--on-blueberry': string;
9
+ 'content-wrapper--on-dark': string;
10
+ 'content-wrapper--transparent': string;
2
11
  textarea: string;
12
+ 'textarea__after-label-children': string;
3
13
  'textarea__counter-wrapper': string;
4
14
  'textarea__counter-wrapper--invalid': string;
5
- 'textarea__counter-wrapper--OnDark': string;
15
+ 'textarea__counter-wrapper--on-dark': string;
6
16
  'textarea__error-text': string;
7
- textarea__input: string;
8
- 'textarea__input--invalid': string;
9
- 'textarea__input--OnBlueberry': string;
10
- 'textarea__input--OnDark': string;
11
- 'textarea__input--transparent': string;
12
- textarea__label: string;
13
- 'textarea__label--OnDark': string;
17
+ 'textarea__label-wrapper': string;
18
+ 'textarea__label-wrapper--on-dark': string;
14
19
  'textarea--gutterBottom': string;
15
20
  };
16
21
 
@@ -1,3 +1,4 @@
1
1
  import Tile from './Tile';
2
+ export * from './Tile';
2
3
  export default Tile;
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tile/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,QAAQ,CAAC;AAC1B,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tile/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,QAAQ,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,eAAe,IAAI,CAAC"}
@@ -1,2 +1,2 @@
1
- import{_ as e,a as t}from"../../_rollupPluginBabelHelpers-d0752906.js";import{_ as i}from"../../_tslib-51c8a283.js";import r,{useState as l}from"react";import{c as a}from"../../index-9b84fabc.js";import"../../Icon-9b4a8a2d.js";import{I as o}from"../../constants-a4b0b501.js";import n from"./styles.module.scss";var s=r.forwardRef((function(e,i){var l,o=e.children,s=e.className,c=e.htmlMarkup,m=void 0===c?"span":c,d=e.highlighted,p=e.compact,f=a(n.tile__title,(t(l={},n["tile__title--highlighted"],d),t(l,n["tile__title--compact"],p),l),s),u=m;return r.createElement(u,{className:f,ref:i},o)})),c=r.forwardRef((function(s,c){var m,d=s.icon,p=s.title,f=s.className,u=void 0===f?"":f,h=s.description,g=s.fixed,_=void 0!==g&&g,b=s.highlighted,v=void 0!==b&&b,E=s.testId,N=i(s,["icon","title","className","description","fixed","highlighted","testId"]),j=l(!1),w=e(j,2),x=w[0],I=w[1],M=!h,k=a(n.tile,(t(m={},n["tile--fixed"],_),t(m,n["tile--compact"],M),t(m,n["tile--highlighted"],v),m),u),B=a(n["title-wrapper"],t({},n["title-wrapper--compact"],M));return r.createElement("a",Object.assign({ref:c,className:k,onMouseEnter:function(){return I(!0)},onMouseLeave:function(){return I(!1)},onFocus:function(){return I(!0)},onBlur:function(){return I(!1)},"data-testid":E,rel:"_blank"===s.target?"noopener noreferrer":s.rel},N),r.createElement("div",{className:B},r.cloneElement(d,{size:o.Medium,isHovered:x,color:v?"white":"black"}),r.cloneElement(p,{highlighted:v,compact:M})),h?r.createElement("p",{className:n.tile__description},h):null)}));c.Title=s;export default c;
1
+ import{_ as e,a as t}from"../../_rollupPluginBabelHelpers-d0752906.js";import{_ as i}from"../../_tslib-51c8a283.js";import r,{useState as l}from"react";import{c as o}from"../../index-9b84fabc.js";import"../../Icon-04613a89.js";import{I as a}from"../../constants-42547490.js";import n from"./styles.module.scss";var s=r.forwardRef((function(e,i){var l,a=e.children,s=e.className,c=e.htmlMarkup,m=void 0===c?"span":c,d=e.highlighted,p=e.compact,f=o(n.tile__title,(t(l={},n["tile__title--highlighted"],d),t(l,n["tile__title--compact"],p),l),s),u=m;return r.createElement(u,{className:f,ref:i},a)})),c=r.forwardRef((function(s,c){var m,d=s.icon,p=s.title,f=s.className,u=void 0===f?"":f,h=s.description,g=s.fixed,_=void 0!==g&&g,v=s.highlighted,b=void 0!==v&&v,E=s.testId,N=i(s,["icon","title","className","description","fixed","highlighted","testId"]),j=l(!1),x=e(j,2),w=x[0],I=x[1],M=!h,k=o(n.tile,(t(m={},n["tile--fixed"],_),t(m,n["tile--compact"],M),t(m,n["tile--highlighted"],b),m),u),B=o(n["title-wrapper"],t({},n["title-wrapper--compact"],M));return r.createElement("a",Object.assign({ref:c,className:k,onMouseEnter:function(){return I(!0)},onMouseLeave:function(){return I(!1)},onFocus:function(){return I(!0)},onBlur:function(){return I(!1)},"data-testid":E,rel:"_blank"===s.target?"noopener noreferrer":s.rel},N),r.createElement("div",{className:B},r.cloneElement(d,{size:a.Medium,isHovered:w,color:b?"white":"black"}),r.cloneElement(p,{highlighted:b,compact:M})),h?r.createElement("p",{className:n.tile__description},h):null)}));c.Title=s;export default c;export{c as Tile};
2
2
  //# sourceMappingURL=index.js.map
@@ -1,3 +1,4 @@
1
1
  import Title from './Title';
2
+ export * from './Title';
2
3
  export default Title;
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Title/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Title/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,eAAe,KAAK,CAAC"}
@@ -1,2 +1,2 @@
1
- import{T as s}from"../../Title-72851d51.js";export{T as default}from"../../Title-72851d51.js";import"../../_rollupPluginBabelHelpers-d0752906.js";import"react";import"../../index-9b84fabc.js";import"./styles.module.scss";
1
+ import{T as s}from"../../Title-90910763.js";export{T as default,i as instanceOfTitleMargin}from"../../Title-90910763.js";import"../../_rollupPluginBabelHelpers-d0752906.js";import"react";import"../../index-9b84fabc.js";import"./styles.module.scss";
2
2
  //# sourceMappingURL=index.js.map
@@ -74,16 +74,16 @@
74
74
  "required": false,
75
75
  "type": {
76
76
  "name": "enum",
77
- "raw": "\"Normal\" | \"BigForm\" | undefined",
77
+ "raw": "\"normal\" | \"bigform\" | undefined",
78
78
  "value": [
79
79
  {
80
80
  "value": "undefined"
81
81
  },
82
82
  {
83
- "value": "\"Normal\""
83
+ "value": "\"normal\""
84
84
  },
85
85
  {
86
- "value": "\"BigForm\""
86
+ "value": "\"bigform\""
87
87
  }
88
88
  ]
89
89
  }
@@ -1,3 +1,4 @@
1
1
  import Validation from './Validation';
2
+ export * from './Validation';
2
3
  export default Validation;
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Validation/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Validation/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,eAAe,UAAU,CAAC"}
@@ -1,2 +1,2 @@
1
- import{V as s}from"../../Validation-1236e8ef.js";export{V as default}from"../../Validation-1236e8ef.js";import"react";import"../../index-9b84fabc.js";import"../../FormGroup-9555dd73.js";import"../../_rollupPluginBabelHelpers-d0752906.js";import"../FormGroup/styles.module.scss";import"../../Checkbox-0ba01292.js";import"../../uuid-8870ab4b.js";import"../../Check-6291ad09.js";import"../../Icon-9b4a8a2d.js";import"../../_tslib-51c8a283.js";import"../../constants-a4b0b501.js";import"../../color-acb834c6.js";import"../../index-19b48c51.js";import"../../palette-f206f488.js";import"../../grid-11a70eb7.js";import"../Checkbox/styles.module.scss";import"../../Title-72851d51.js";import"../Title/styles.module.scss";import"../../RadioButton-84ca988e.js";import"../RadioButton/styles.module.scss";import"./styles.module.scss";
1
+ import{V as s}from"../../Validation-9bf0c0ec.js";export{V as Validation,V as default}from"../../Validation-9bf0c0ec.js";import"react";import"../../index-9b84fabc.js";import"../../FormGroup-6c545646.js";import"../../_rollupPluginBabelHelpers-d0752906.js";import"../FormGroup/styles.module.scss";import"../../Checkbox-fb5dff56.js";import"../../uuid-8870ab4b.js";import"../../Check-6291ad09.js";import"../../Icon-04613a89.js";import"../../_tslib-51c8a283.js";import"../../constants-42547490.js";import"../../color-acb834c6.js";import"../../index-19b48c51.js";import"../../palette-f206f488.js";import"../../grid-11a70eb7.js";import"../Checkbox/styles.module.scss";import"../../RadioButton-d90884c9.js";import"../RadioButton/styles.module.scss";import"../../Input-adeb7f88.js";import"../../useBreakpoint-324a9b14.js";import"../../useWindowSize-73b47451.js";import"../Input/styles.module.scss";import"../../Title-90910763.js";import"../Title/styles.module.scss";import"./styles.module.scss";
2
2
  //# sourceMappingURL=index.js.map
@@ -0,0 +1,2 @@
1
+ var a,n,o,r;!function(a){a[a.XSmall=38]="XSmall",a[a.Small=48]="Small",a[a.Medium=64]="Medium",a[a.Large=80]="Large",a[a.XLarge=130]="XLarge"}(a||(a={})),function(a){a[a.Modal=13e5]="Modal"}(n||(n={})),function(a){a.onwhite="onwhite",a.ongrey="ongrey",a.onblueberry="onblueberry",a.ondark="ondark",a.oninvalid="oninvalid"}(o||(o={})),function(a){a.normal="normal",a.bigform="bigform"}(r||(r={}));export{o as F,a as I,n as Z,r as a};
2
+ //# sourceMappingURL=constants-42547490.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants-42547490.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/constants.d.ts CHANGED
@@ -48,14 +48,14 @@ export interface HTMLAnchorProps {
48
48
  }
49
49
  export declare type ButtonVariant = 'secondary' | 'tertiary' | string | undefined | null;
50
50
  export declare enum FormMode {
51
- OnWhite = "OnWhite",
52
- OnGrey = "OnGrey",
53
- OnBlueberry = "OnBlueberry",
54
- OnDark = "OnDark",
55
- OnError = "OnError"
51
+ onwhite = "onwhite",
52
+ ongrey = "ongrey",
53
+ onblueberry = "onblueberry",
54
+ ondark = "ondark",
55
+ oninvalid = "oninvalid"
56
56
  }
57
57
  export declare enum FormVariant {
58
- Normal = "Normal",
59
- BigForm = "BigForm"
58
+ normal = "normal",
59
+ bigform = "bigform"
60
60
  }
61
61
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,MAAM,KAAK;IACX,KAAK,KAAK;IACV,MAAM,KAAK;IACX,KAAK,KAAK;IACV,MAAM,MAAM;CACb;AAED,oBAAY,MAAM;IAChB,KAAK,UAAU;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC;CACpC;AAED,MAAM,WAAW,iBAAiB;IAChC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;IAC1C,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EACX,EAAE,GACF,aAAa,GACb,aAAa,GACb,4BAA4B,GAC5B,QAAQ,GACR,0BAA0B,GAC1B,eAAe,GACf,iCAAiC,GACjC,YAAY,CAAC;CAClB;AAED,oBAAY,aAAa,GAAG,WAAW,GAAG,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;AAEjF,oBAAY,QAAQ;IAClB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB;AAED,oBAAY,WAAW;IACrB,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,MAAM,KAAK;IACX,KAAK,KAAK;IACV,MAAM,KAAK;IACX,KAAK,KAAK;IACV,MAAM,MAAM;CACb;AAED,oBAAY,MAAM;IAChB,KAAK,UAAU;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC;CACpC;AAED,MAAM,WAAW,iBAAiB;IAChC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;IAC1C,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EACX,EAAE,GACF,aAAa,GACb,aAAa,GACb,4BAA4B,GAC5B,QAAQ,GACR,0BAA0B,GAC1B,eAAe,GACf,iCAAiC,GACjC,YAAY,CAAC;CAClB;AAED,oBAAY,aAAa,GAAG,WAAW,GAAG,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;AAEjF,oBAAY,QAAQ;IAClB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,SAAS,cAAc;CACxB;AAED,oBAAY,WAAW;IACrB,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../components/Icons';
3
+ export declare const useIcons: (children: import("react").ReactNode[]) => (string | number | boolean | {} | import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)> | import("react").ReactNodeArray | import("react").ReactPortal | import("react").ReactElement<IconProps, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)> | null | undefined)[];
4
+ //# sourceMappingURL=useIcons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useIcons.d.ts","sourceRoot":"","sources":["../../src/hooks/useIcons.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,eAAO,MAAM,QAAQ,qgBAapB,CAAC"}
package/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { theme } from './theme';
2
2
  import { useHover } from './hooks/useHover';
3
3
  export { theme, useHover };
4
+ export * from './constants';
4
5
  //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC;AAC3B,cAAc,aAAa,CAAC"}
package/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export{t as theme}from"./index-19b48c51.js";export{u as useHover}from"./useHover-037be19d.js";import"./palette-f206f488.js";import"./grid-11a70eb7.js";import"./_rollupPluginBabelHelpers-d0752906.js";import"react";
1
+ export{t as theme}from"./index-19b48c51.js";export{u as useHover}from"./useHover-037be19d.js";export{F as FormMode,a as FormVariant,I as IconSize,Z as ZIndex}from"./constants-42547490.js";import"./palette-f206f488.js";import"./grid-11a70eb7.js";import"./_rollupPluginBabelHelpers-d0752906.js";import"react";
2
2
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@helsenorge/designsystem-react",
3
3
  "sideEffects": false,
4
- "version": "1.0.0-beta91",
4
+ "version": "1.0.0-beta96",
5
5
  "description": "The official design system for Helsenorge built with React.",
6
6
  "repository": {
7
7
  "type": "tfs",
@@ -54,6 +54,7 @@
54
54
  "@types/classnames": "^2.2.11",
55
55
  "@types/jest": "^25.2.3",
56
56
  "@types/prettier": "1.19.0",
57
+ "@types/react-dom": "16.9.8",
57
58
  "@types/styled-components": "5.0.1",
58
59
  "@types/testing-library__react": "^10.0.5",
59
60
  "async": "^3.1.0",
@@ -0,0 +1,174 @@
1
+ @mixin input-wrapper {
2
+ width: 100%;
3
+ line-height: 0;
4
+
5
+ &__label-wrapper {
6
+ display: inline-flex;
7
+ align-items: center;
8
+ line-height: getSpacer(m);
9
+ font-size: $font-size-sm;
10
+ font-weight: 600;
11
+ padding-bottom: getSpacer(xs);
12
+
13
+ @media (min-width: map-get($grid-breakpoints, md)) {
14
+ line-height: getSpacer(l);
15
+ font-size: $font-size-md;
16
+ }
17
+
18
+ &--on-dark {
19
+ color: $white;
20
+ }
21
+ }
22
+
23
+ &__after-label-children {
24
+ padding-left: 0.75rem;
25
+ }
26
+ }
27
+
28
+ @mixin content-wrapper {
29
+ font-size: $font-size-sm;
30
+ width: 100%;
31
+ border: $neutral700 2px solid;
32
+ outline: none;
33
+ background: $white;
34
+
35
+ svg:first-child {
36
+ padding-left: 0.375rem;
37
+ }
38
+
39
+ svg:last-child {
40
+ padding-right: 0.375rem;
41
+ }
42
+
43
+ &--bigform {
44
+ padding: getSpacer(xs) 0;
45
+
46
+ svg:first-child {
47
+ padding-left: getSpacer(xs);
48
+ }
49
+
50
+ svg:last-child {
51
+ padding-right: getSpacer(xs);
52
+ }
53
+ }
54
+
55
+ &:hover {
56
+ background: $neutral50;
57
+ border-color: $neutral700;
58
+ box-shadow: 0px 0px 0px 1px $neutral700;
59
+
60
+ &:focus-within {
61
+ border-color: $black;
62
+ box-shadow: 0px 0px 0px 2px $black;
63
+ }
64
+ }
65
+ &:focus-within {
66
+ background: $white;
67
+ border-color: $neutral900;
68
+ box-shadow: 0px 0px 0px 2px $neutral900;
69
+ }
70
+
71
+ &--on-blueberry {
72
+ border-color: $blueberry500;
73
+
74
+ &:hover {
75
+ background: $blueberry50;
76
+ box-shadow: 0px 0px 0px 1px $blueberry500;
77
+ border-color: $blueberry500;
78
+ }
79
+
80
+ &:focus-within {
81
+ background: $white;
82
+ border-color: $neutral900;
83
+ box-shadow: 0px 0px 0px 2px $neutral900;
84
+ }
85
+ }
86
+ &--on-dark {
87
+ border-color: $blueberry900;
88
+ &:hover {
89
+ background: $blueberry50;
90
+ border-color: $blueberry900;
91
+ box-shadow: 0px 0px 0px 1px $blueberry900;
92
+ }
93
+ &:focus-within {
94
+ background: $white;
95
+ border-color: $neutral900;
96
+ box-shadow: 0px 0px 0px 2px $neutral900;
97
+ }
98
+ }
99
+ &--invalid {
100
+ border-color: $cherry500;
101
+
102
+ &:hover {
103
+ background: $cherry100;
104
+ border-color: $cherry500;
105
+ box-shadow: 0px 0px 0px 2px $cherry500;
106
+ }
107
+ &:focus-within {
108
+ background: $white;
109
+ border-color: $neutral900;
110
+ box-shadow: 0px 0px 0px 2px $neutral900;
111
+ }
112
+ }
113
+ &--transparent {
114
+ background: transparent;
115
+
116
+ &:hover {
117
+ background: $neutral100;
118
+ }
119
+
120
+ &:focus-within {
121
+ background: $white;
122
+ }
123
+ }
124
+ &--transparent#{&}--on-blueberry {
125
+ &:hover {
126
+ background: $blueberry100;
127
+ }
128
+
129
+ &:focus-within {
130
+ background: $white;
131
+ }
132
+ }
133
+
134
+ &--disabled {
135
+ background: $neutral50;
136
+ border-color: $neutral500;
137
+ color: $neutral500;
138
+
139
+ &:hover {
140
+ border-color: $neutral500;
141
+ box-shadow: none;
142
+ }
143
+ }
144
+
145
+ &__input {
146
+ line-height: 1.625rem;
147
+ font-size: $font-size-sm;
148
+ padding: 0 getSpacer(xs);
149
+ border: none;
150
+ outline: none;
151
+ background-color: transparent;
152
+ width: 100%;
153
+
154
+ @media (min-width: map-get($grid-breakpoints, md)) {
155
+ font-size: $font-size-md;
156
+ }
157
+
158
+ &::placeholder {
159
+ color: $neutral500;
160
+ }
161
+
162
+ &--disabled {
163
+ color: $neutral500;
164
+ }
165
+
166
+ &:first-child {
167
+ padding-left: getSpacer(s);
168
+ }
169
+
170
+ &:last-child {
171
+ padding-right: getSpacer(s);
172
+ }
173
+ }
174
+ }