dibk-design 0.4.44 → 0.4.47
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/LICENSE +674 -674
- package/README.md +3 -3
- package/dist/components/Accordion.md +15 -15
- package/dist/components/Accordion.module.scss +205 -205
- package/dist/components/Button.md +75 -75
- package/dist/components/Button.module.scss +232 -232
- package/dist/components/CheckBoxIcon.js +109 -109
- package/dist/components/CheckBoxIcon.md +38 -38
- package/dist/components/CheckBoxIcon.module.scss +62 -62
- package/dist/components/CheckBoxInput.js +104 -104
- package/dist/components/CheckBoxInput.md +58 -58
- package/dist/components/CheckBoxInput.module.scss +24 -24
- package/dist/components/CheckBoxListItem.md +82 -82
- package/dist/components/CheckBoxListItem.module.scss +71 -71
- package/dist/components/Container.js +60 -0
- package/dist/components/Container.md +7 -0
- package/dist/components/Container.module.scss +10 -0
- package/dist/components/ContentBox.md +46 -46
- package/dist/components/ContentBox.module.scss +116 -116
- package/dist/components/Dialog.md +5 -5
- package/dist/components/Dialog.module.scss +78 -78
- package/dist/components/DragAndDropFileInput.js +8 -4
- package/dist/components/DragAndDropFileInput.md +13 -13
- package/dist/components/DragAndDropFileInput.module.scss +36 -45
- package/dist/components/ErrorMessage.js +80 -0
- package/dist/components/ErrorMessage.md +15 -0
- package/dist/components/ErrorMessage.module.scss +16 -0
- package/dist/components/Footer.js +3 -3
- package/dist/components/Footer.md +7 -7
- package/dist/components/Footer.module.scss +20 -11
- package/dist/components/Header.md +11 -11
- package/dist/components/Header.module.scss +64 -64
- package/dist/components/InputField.js +6 -11
- package/dist/components/InputField.md +41 -41
- package/dist/components/InputField.module.scss +81 -95
- package/dist/components/Label.md +9 -9
- package/dist/components/Label.module.scss +16 -16
- package/dist/components/List.md +10 -10
- package/dist/components/List.module.scss +18 -18
- package/dist/components/LoadingAnimation.md +5 -5
- package/dist/components/LoadingAnimation.module.scss +26 -26
- package/dist/components/NavigationBar.md +42 -42
- package/dist/components/NavigationBar.module.scss +176 -176
- package/dist/components/NavigationBarListItem.md +15 -15
- package/dist/components/Paper.md +9 -9
- package/dist/components/Paper.module.scss +18 -18
- package/dist/components/ProgressBar.js +29 -0
- package/dist/components/ProgressBar.md +13 -0
- package/dist/components/ProgressBar.module.scss +37 -0
- package/dist/components/RadioButtonIcon.js +10 -4
- package/dist/components/RadioButtonIcon.md +41 -41
- package/dist/components/RadioButtonIcon.module.scss +44 -44
- package/dist/components/RadioButtonInput.js +6 -3
- package/dist/components/RadioButtonInput.md +32 -30
- package/dist/components/RadioButtonInput.module.scss +26 -26
- package/dist/components/RadioButtonListItem.md +70 -70
- package/dist/components/RadioButtonListItem.module.scss +71 -71
- package/dist/components/Select.js +6 -11
- package/dist/components/Select.md +28 -28
- package/dist/components/Select.module.scss +86 -100
- package/dist/components/Textarea.js +6 -11
- package/dist/components/Textarea.md +27 -27
- package/dist/components/Textarea.module.scss +58 -72
- package/dist/components/Theme.md +12 -12
- package/dist/components/Theme.module.scss +76 -76
- package/dist/components/WizardNavigation/Step.module.scss +75 -75
- package/dist/components/WizardNavigation.md +84 -84
- package/dist/components/WizardNavigation.module.scss +3 -3
- package/dist/fonts/Altis-Light.svg +326 -326
- package/dist/fonts/open-sans-v27-latin-ext_latin-300.svg +346 -346
- package/dist/fonts/open-sans-v27-latin-ext_latin-300italic.svg +377 -377
- package/dist/fonts/open-sans-v27-latin-ext_latin-700.svg +349 -349
- package/dist/fonts/open-sans-v27-latin-ext_latin-700italic.svg +379 -379
- package/dist/fonts/open-sans-v27-latin-ext_latin-italic.svg +379 -379
- package/dist/fonts/open-sans-v27-latin-ext_latin-regular.svg +349 -349
- package/dist/images/dibk-logo-mobile.svg +91 -91
- package/dist/images/dibk-logo.svg +991 -991
- package/dist/images/spinner.svg +56 -56
- package/dist/index.js +24 -0
- package/dist/style/abstracts/_all.scss +1 -1
- package/dist/style/abstracts/mixins/_all.scss +12 -12
- package/dist/style/abstracts/mixins/_animation.scss +6 -6
- package/dist/style/abstracts/mixins/_appearance.scss +5 -5
- package/dist/style/abstracts/mixins/_border-radius.scss +31 -31
- package/dist/style/abstracts/mixins/_box-shadow.scss +5 -5
- package/dist/style/abstracts/mixins/_box-sizing.scss +5 -5
- package/dist/style/abstracts/mixins/_calc.scss +5 -5
- package/dist/style/abstracts/mixins/_keyframes.scss +14 -14
- package/dist/style/abstracts/mixins/_opacity.scss +5 -5
- package/dist/style/abstracts/mixins/_placeholder.scss +17 -17
- package/dist/style/abstracts/mixins/_scrollbar.scss +26 -26
- package/dist/style/abstracts/mixins/_transform.scss +6 -6
- package/dist/style/abstracts/mixins/_transition.scss +34 -34
- package/dist/style/abstracts/variables/_all.scss +2 -2
- package/dist/style/abstracts/variables/_colors.scss +28 -29
- package/dist/style/abstracts/variables/_typography.scss +1 -1
- package/dist/style/abstracts/variables/_viewports.scss +14 -14
- package/dist/style/base/_all.scss +1 -1
- package/dist/style/base/_reset.scss +15 -15
- package/dist/style/base/_typography.scss +6 -6
- package/dist/style/base/fonts.css +95 -95
- package/dist/style/global.scss +3 -3
- package/dist/style/layout/_containers.scss +9 -9
- package/package.json +43 -43
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
ContentBoxes without title example:
|
|
2
|
-
|
|
3
|
-
```js
|
|
4
|
-
<ContentBox content="Box with default color" color="default" />
|
|
5
|
-
<ContentBox content="Box with primary color" color="primary" />
|
|
6
|
-
<ContentBox content="Box with success color" color="success" />
|
|
7
|
-
<ContentBox content="Box with warning color" color="warning" />
|
|
8
|
-
<ContentBox content="Box with info color" color="info" />
|
|
9
|
-
<ContentBox content="Box with light cyan color" color="lightCyan" />
|
|
10
|
-
<ContentBox content="Box with orange color" color="orange" />
|
|
11
|
-
<ContentBox content="Box with light orange color" color="lightOrange" />
|
|
12
|
-
<ContentBox content="Box with lime color" color="lime" />
|
|
13
|
-
<ContentBox content="Box with light lime color" color="lightLime" />
|
|
14
|
-
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
ContentBoxes with title and href example:
|
|
18
|
-
|
|
19
|
-
```js
|
|
20
|
-
<ContentBox content="Box with default color" href="#" color="default" title="Box title" />
|
|
21
|
-
<ContentBox content="Box with primary color" href="#" color="primary" title="Box title" />
|
|
22
|
-
<ContentBox content="Box with success color" href="#" color="success" title="Box title" />
|
|
23
|
-
<ContentBox content="Box with warning color" href="#" color="warning" title="Box title" />
|
|
24
|
-
<ContentBox content="Box with info color" href="#" color="info" title="Box title" />
|
|
25
|
-
<ContentBox content="Box with light cyan color" href="#" color="lightCyan" title="Box title" />
|
|
26
|
-
<ContentBox content="Box with orange color" href="#" color="orange" title="Box title" />
|
|
27
|
-
<ContentBox content="Box with light orange color" href="#" color="lightOrange" title="Box title" />
|
|
28
|
-
<ContentBox content="Box with lime color" href="#" color="lime" title="Box title" />
|
|
29
|
-
<ContentBox content="Box with light lime color" href="#" color="lightLime" title="Box title" />
|
|
30
|
-
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
ContentBoxes with large title:
|
|
34
|
-
|
|
35
|
-
```js
|
|
36
|
-
<ContentBox content="Box with default color" color="default" title="Box title" titleSize="large" />
|
|
37
|
-
<ContentBox content="Box with primary color" color="primary" title="Box title" titleSize="large" />
|
|
38
|
-
<ContentBox content="Box with success color" color="success" title="Box title" titleSize="large" />
|
|
39
|
-
<ContentBox content="Box with warning color" color="warning" title="Box title" titleSize="large" />
|
|
40
|
-
<ContentBox content="Box with info color" color="info" title="Box title" titleSize="large" />
|
|
41
|
-
<ContentBox content="Box with light cyan color" color="lightCyan" title="Box title" titleSize="large" />
|
|
42
|
-
<ContentBox content="Box with orange color" color="orange" title="Box title" titleSize="large" />
|
|
43
|
-
<ContentBox content="Box with light orange color" color="lightOrange" title="Box title" titleSize="large" />
|
|
44
|
-
<ContentBox content="Box with lime color" color="lime" title="Box title" titleSize="large" />
|
|
45
|
-
<ContentBox content="Box with light lime color" color="lightLime" title="Box title" titleSize="large" />
|
|
46
|
-
```
|
|
1
|
+
ContentBoxes without title example:
|
|
2
|
+
|
|
3
|
+
```js
|
|
4
|
+
<ContentBox content="Box with default color" color="default" />
|
|
5
|
+
<ContentBox content="Box with primary color" color="primary" />
|
|
6
|
+
<ContentBox content="Box with success color" color="success" />
|
|
7
|
+
<ContentBox content="Box with warning color" color="warning" />
|
|
8
|
+
<ContentBox content="Box with info color" color="info" />
|
|
9
|
+
<ContentBox content="Box with light cyan color" color="lightCyan" />
|
|
10
|
+
<ContentBox content="Box with orange color" color="orange" />
|
|
11
|
+
<ContentBox content="Box with light orange color" color="lightOrange" />
|
|
12
|
+
<ContentBox content="Box with lime color" color="lime" />
|
|
13
|
+
<ContentBox content="Box with light lime color" color="lightLime" />
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
ContentBoxes with title and href example:
|
|
18
|
+
|
|
19
|
+
```js
|
|
20
|
+
<ContentBox content="Box with default color" href="#" color="default" title="Box title" />
|
|
21
|
+
<ContentBox content="Box with primary color" href="#" color="primary" title="Box title" />
|
|
22
|
+
<ContentBox content="Box with success color" href="#" color="success" title="Box title" />
|
|
23
|
+
<ContentBox content="Box with warning color" href="#" color="warning" title="Box title" />
|
|
24
|
+
<ContentBox content="Box with info color" href="#" color="info" title="Box title" />
|
|
25
|
+
<ContentBox content="Box with light cyan color" href="#" color="lightCyan" title="Box title" />
|
|
26
|
+
<ContentBox content="Box with orange color" href="#" color="orange" title="Box title" />
|
|
27
|
+
<ContentBox content="Box with light orange color" href="#" color="lightOrange" title="Box title" />
|
|
28
|
+
<ContentBox content="Box with lime color" href="#" color="lime" title="Box title" />
|
|
29
|
+
<ContentBox content="Box with light lime color" href="#" color="lightLime" title="Box title" />
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
ContentBoxes with large title:
|
|
34
|
+
|
|
35
|
+
```js
|
|
36
|
+
<ContentBox content="Box with default color" color="default" title="Box title" titleSize="large" />
|
|
37
|
+
<ContentBox content="Box with primary color" color="primary" title="Box title" titleSize="large" />
|
|
38
|
+
<ContentBox content="Box with success color" color="success" title="Box title" titleSize="large" />
|
|
39
|
+
<ContentBox content="Box with warning color" color="warning" title="Box title" titleSize="large" />
|
|
40
|
+
<ContentBox content="Box with info color" color="info" title="Box title" titleSize="large" />
|
|
41
|
+
<ContentBox content="Box with light cyan color" color="lightCyan" title="Box title" titleSize="large" />
|
|
42
|
+
<ContentBox content="Box with orange color" color="orange" title="Box title" titleSize="large" />
|
|
43
|
+
<ContentBox content="Box with light orange color" color="lightOrange" title="Box title" titleSize="large" />
|
|
44
|
+
<ContentBox content="Box with lime color" color="lime" title="Box title" titleSize="large" />
|
|
45
|
+
<ContentBox content="Box with light lime color" color="lightLime" title="Box title" titleSize="large" />
|
|
46
|
+
```
|
|
@@ -1,116 +1,116 @@
|
|
|
1
|
-
@import "../style/global.scss";
|
|
2
|
-
|
|
3
|
-
:local(.contentBox) {
|
|
4
|
-
font-family: $default-font;
|
|
5
|
-
text-decoration: none;
|
|
6
|
-
padding: 20px;
|
|
7
|
-
width: 100%;
|
|
8
|
-
display: block;
|
|
9
|
-
&:local(.link) {
|
|
10
|
-
color: $color-primary;
|
|
11
|
-
@include transition(filter 0.3s);
|
|
12
|
-
&:hover,
|
|
13
|
-
&:focus {
|
|
14
|
-
filter: brightness(90%);
|
|
15
|
-
}
|
|
16
|
-
&:active {
|
|
17
|
-
filter: brightness(85%);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
&:local(.default) {
|
|
21
|
-
background-color: $color-default;
|
|
22
|
-
:local(.content),
|
|
23
|
-
:local(.title) {
|
|
24
|
-
color: #000;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
&:local(.primary) {
|
|
28
|
-
background-color: $color-primary;
|
|
29
|
-
color: #fff;
|
|
30
|
-
:local(.content),
|
|
31
|
-
:local(.title) {
|
|
32
|
-
color: #fff;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
&:local(.success) {
|
|
36
|
-
background-color: $color-success;
|
|
37
|
-
color: #fff;
|
|
38
|
-
:local(.content),
|
|
39
|
-
:local(.title) {
|
|
40
|
-
color: #fff;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
&:local(.warning) {
|
|
44
|
-
background-color: $color-warning;
|
|
45
|
-
color: #fff;
|
|
46
|
-
:local(.content),
|
|
47
|
-
:local(.title) {
|
|
48
|
-
color: #fff;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
&:local(.info) {
|
|
53
|
-
background-color: $color-info;
|
|
54
|
-
:local(.content),
|
|
55
|
-
:local(.title) {
|
|
56
|
-
color: #000;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
&:local(.lightCyan) {
|
|
60
|
-
background-color: $color-light-cyan;
|
|
61
|
-
:local(.content),
|
|
62
|
-
:local(.title) {
|
|
63
|
-
color: #000;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
&:local(.orange) {
|
|
67
|
-
background-color: $color-orange;
|
|
68
|
-
color: #fff;
|
|
69
|
-
:local(.content),
|
|
70
|
-
:local(.title) {
|
|
71
|
-
color: #fff;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
&:local(.lightOrange) {
|
|
75
|
-
background-color: $color-light-orange;
|
|
76
|
-
:local(.content),
|
|
77
|
-
:local(.title) {
|
|
78
|
-
color: #000;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
&:local(.lime) {
|
|
82
|
-
background-color: $color-lime;
|
|
83
|
-
color: #fff;
|
|
84
|
-
:local(.content),
|
|
85
|
-
:local(.title) {
|
|
86
|
-
color: #fff;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
&:local(.lightLime) {
|
|
90
|
-
background-color: $color-light-lime;
|
|
91
|
-
:local(.content),
|
|
92
|
-
:local(.title) {
|
|
93
|
-
color: #000;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
:local(.title) {
|
|
98
|
-
&:local(.regular) {
|
|
99
|
-
font-family: "Open Sans";
|
|
100
|
-
font-weight: bold;
|
|
101
|
-
font-size: 21px;
|
|
102
|
-
font-style: normal;
|
|
103
|
-
line-height: 1.4;
|
|
104
|
-
padding-bottom: 10px;
|
|
105
|
-
border-bottom: 1px solid #e5e3e1;
|
|
106
|
-
}
|
|
107
|
-
&:local(.large) {
|
|
108
|
-
font-family: "Open Sans";
|
|
109
|
-
font-weight: normal;
|
|
110
|
-
font-size: 24px;
|
|
111
|
-
margin: 0;
|
|
112
|
-
margin-bottom: 20px;
|
|
113
|
-
font-style: normal;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
1
|
+
@import "../style/global.scss";
|
|
2
|
+
|
|
3
|
+
:local(.contentBox) {
|
|
4
|
+
font-family: $default-font;
|
|
5
|
+
text-decoration: none;
|
|
6
|
+
padding: 20px;
|
|
7
|
+
width: 100%;
|
|
8
|
+
display: block;
|
|
9
|
+
&:local(.link) {
|
|
10
|
+
color: $color-primary;
|
|
11
|
+
@include transition(filter 0.3s);
|
|
12
|
+
&:hover,
|
|
13
|
+
&:focus {
|
|
14
|
+
filter: brightness(90%);
|
|
15
|
+
}
|
|
16
|
+
&:active {
|
|
17
|
+
filter: brightness(85%);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
&:local(.default) {
|
|
21
|
+
background-color: $color-default;
|
|
22
|
+
:local(.content),
|
|
23
|
+
:local(.title) {
|
|
24
|
+
color: #000;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
&:local(.primary) {
|
|
28
|
+
background-color: $color-primary;
|
|
29
|
+
color: #fff;
|
|
30
|
+
:local(.content),
|
|
31
|
+
:local(.title) {
|
|
32
|
+
color: #fff;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
&:local(.success) {
|
|
36
|
+
background-color: $color-success;
|
|
37
|
+
color: #fff;
|
|
38
|
+
:local(.content),
|
|
39
|
+
:local(.title) {
|
|
40
|
+
color: #fff;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
&:local(.warning) {
|
|
44
|
+
background-color: $color-warning;
|
|
45
|
+
color: #fff;
|
|
46
|
+
:local(.content),
|
|
47
|
+
:local(.title) {
|
|
48
|
+
color: #fff;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&:local(.info) {
|
|
53
|
+
background-color: $color-info;
|
|
54
|
+
:local(.content),
|
|
55
|
+
:local(.title) {
|
|
56
|
+
color: #000;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
&:local(.lightCyan) {
|
|
60
|
+
background-color: $color-light-cyan;
|
|
61
|
+
:local(.content),
|
|
62
|
+
:local(.title) {
|
|
63
|
+
color: #000;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
&:local(.orange) {
|
|
67
|
+
background-color: $color-orange;
|
|
68
|
+
color: #fff;
|
|
69
|
+
:local(.content),
|
|
70
|
+
:local(.title) {
|
|
71
|
+
color: #fff;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
&:local(.lightOrange) {
|
|
75
|
+
background-color: $color-light-orange;
|
|
76
|
+
:local(.content),
|
|
77
|
+
:local(.title) {
|
|
78
|
+
color: #000;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
&:local(.lime) {
|
|
82
|
+
background-color: $color-lime;
|
|
83
|
+
color: #fff;
|
|
84
|
+
:local(.content),
|
|
85
|
+
:local(.title) {
|
|
86
|
+
color: #fff;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
&:local(.lightLime) {
|
|
90
|
+
background-color: $color-light-lime;
|
|
91
|
+
:local(.content),
|
|
92
|
+
:local(.title) {
|
|
93
|
+
color: #000;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
:local(.title) {
|
|
98
|
+
&:local(.regular) {
|
|
99
|
+
font-family: "Open Sans";
|
|
100
|
+
font-weight: bold;
|
|
101
|
+
font-size: 21px;
|
|
102
|
+
font-style: normal;
|
|
103
|
+
line-height: 1.4;
|
|
104
|
+
padding-bottom: 10px;
|
|
105
|
+
border-bottom: 1px solid #e5e3e1;
|
|
106
|
+
}
|
|
107
|
+
&:local(.large) {
|
|
108
|
+
font-family: "Open Sans";
|
|
109
|
+
font-weight: normal;
|
|
110
|
+
font-size: 24px;
|
|
111
|
+
margin: 0;
|
|
112
|
+
margin-bottom: 20px;
|
|
113
|
+
font-style: normal;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Dialog example:
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
```html
|
|
5
|
-
<Dialog onClickOutside={() => {console.log('clicked outside')}} closeButton>Dialog title<p>dialog paragraph</p></Dialog>
|
|
1
|
+
Dialog example:
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
```html
|
|
5
|
+
<Dialog onClickOutside={() => {console.log('clicked outside')}} closeButton>Dialog title<p>dialog paragraph</p></Dialog>
|
|
6
6
|
```
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
@import "../style/global.scss";
|
|
2
|
-
|
|
3
|
-
:local(.hidden) {
|
|
4
|
-
width: 0;
|
|
5
|
-
height: 0;
|
|
6
|
-
border: none;
|
|
7
|
-
position: absolute;
|
|
8
|
-
padding: 0;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
:local(.dialogOverlay) {
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-wrap: wrap;
|
|
14
|
-
position: fixed;
|
|
15
|
-
width: 100%;
|
|
16
|
-
background: rgba(0, 0, 0, 0.25);
|
|
17
|
-
height: 100%;
|
|
18
|
-
top: 0;
|
|
19
|
-
left: 0;
|
|
20
|
-
align-content: center;
|
|
21
|
-
padding: 8px 28px;
|
|
22
|
-
z-index: 2;
|
|
23
|
-
justify-content: center;
|
|
24
|
-
@media (min-width: $screen-md) {
|
|
25
|
-
padding: 36px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
:local(.dialogContent) {
|
|
29
|
-
@include calc("max-height", "100% - 128px");
|
|
30
|
-
@include box-shadow(
|
|
31
|
-
0 11px 15px -7px rgba(0, 0, 0, 0.2),
|
|
32
|
-
0 24px 38px 3px rgba(0, 0, 0, 0.14),
|
|
33
|
-
0 9px 46px 8px rgba(0, 0, 0, 0.12)
|
|
34
|
-
);
|
|
35
|
-
max-width: 540px;
|
|
36
|
-
width: 100%;
|
|
37
|
-
background-color: #fff;
|
|
38
|
-
overflow: auto;
|
|
39
|
-
position: relative;
|
|
40
|
-
&:not(:local(.noPadding)) {
|
|
41
|
-
padding: 30px 15px;
|
|
42
|
-
@media only screen and (min-width: $screen-sm) {
|
|
43
|
-
padding: 60px 40px;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
@media (min-width: $screen-md) {
|
|
47
|
-
@include calc("width", "100% - 128px");
|
|
48
|
-
max-height: 100%;
|
|
49
|
-
}
|
|
50
|
-
:local(.closeButton) {
|
|
51
|
-
background: none;
|
|
52
|
-
border: none;
|
|
53
|
-
color: $color-primary;
|
|
54
|
-
display: inline-block;
|
|
55
|
-
position: absolute;
|
|
56
|
-
right: 7px;
|
|
57
|
-
top: 4px;
|
|
58
|
-
text-decoration: underline;
|
|
59
|
-
font-size: 19px;
|
|
60
|
-
cursor: pointer;
|
|
61
|
-
@media only screen and (min-width: $screen-sm) {
|
|
62
|
-
right: 15px;
|
|
63
|
-
top: 10px;
|
|
64
|
-
}
|
|
65
|
-
&:hover {
|
|
66
|
-
text-decoration: none;
|
|
67
|
-
}
|
|
68
|
-
&::after {
|
|
69
|
-
font-family: "Helvetica", "Arial", sans-serif;
|
|
70
|
-
display: inline-block;
|
|
71
|
-
content: "\00d7";
|
|
72
|
-
font-size: 30px;
|
|
73
|
-
line-height: 20px;
|
|
74
|
-
margin-left: 5px;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
1
|
+
@import "../style/global.scss";
|
|
2
|
+
|
|
3
|
+
:local(.hidden) {
|
|
4
|
+
width: 0;
|
|
5
|
+
height: 0;
|
|
6
|
+
border: none;
|
|
7
|
+
position: absolute;
|
|
8
|
+
padding: 0;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
:local(.dialogOverlay) {
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-wrap: wrap;
|
|
14
|
+
position: fixed;
|
|
15
|
+
width: 100%;
|
|
16
|
+
background: rgba(0, 0, 0, 0.25);
|
|
17
|
+
height: 100%;
|
|
18
|
+
top: 0;
|
|
19
|
+
left: 0;
|
|
20
|
+
align-content: center;
|
|
21
|
+
padding: 8px 28px;
|
|
22
|
+
z-index: 2;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
@media (min-width: $screen-md) {
|
|
25
|
+
padding: 36px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
:local(.dialogContent) {
|
|
29
|
+
@include calc("max-height", "100% - 128px");
|
|
30
|
+
@include box-shadow(
|
|
31
|
+
0 11px 15px -7px rgba(0, 0, 0, 0.2),
|
|
32
|
+
0 24px 38px 3px rgba(0, 0, 0, 0.14),
|
|
33
|
+
0 9px 46px 8px rgba(0, 0, 0, 0.12)
|
|
34
|
+
);
|
|
35
|
+
max-width: 540px;
|
|
36
|
+
width: 100%;
|
|
37
|
+
background-color: #fff;
|
|
38
|
+
overflow: auto;
|
|
39
|
+
position: relative;
|
|
40
|
+
&:not(:local(.noPadding)) {
|
|
41
|
+
padding: 30px 15px;
|
|
42
|
+
@media only screen and (min-width: $screen-sm) {
|
|
43
|
+
padding: 60px 40px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
@media (min-width: $screen-md) {
|
|
47
|
+
@include calc("width", "100% - 128px");
|
|
48
|
+
max-height: 100%;
|
|
49
|
+
}
|
|
50
|
+
:local(.closeButton) {
|
|
51
|
+
background: none;
|
|
52
|
+
border: none;
|
|
53
|
+
color: $color-primary;
|
|
54
|
+
display: inline-block;
|
|
55
|
+
position: absolute;
|
|
56
|
+
right: 7px;
|
|
57
|
+
top: 4px;
|
|
58
|
+
text-decoration: underline;
|
|
59
|
+
font-size: 19px;
|
|
60
|
+
cursor: pointer;
|
|
61
|
+
@media only screen and (min-width: $screen-sm) {
|
|
62
|
+
right: 15px;
|
|
63
|
+
top: 10px;
|
|
64
|
+
}
|
|
65
|
+
&:hover {
|
|
66
|
+
text-decoration: none;
|
|
67
|
+
}
|
|
68
|
+
&::after {
|
|
69
|
+
font-family: "Helvetica", "Arial", sans-serif;
|
|
70
|
+
display: inline-block;
|
|
71
|
+
content: "\00d7";
|
|
72
|
+
font-size: 30px;
|
|
73
|
+
line-height: 20px;
|
|
74
|
+
margin-left: 5px;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -13,6 +13,8 @@ var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
|
13
13
|
|
|
14
14
|
var _Button = _interopRequireDefault(require("./Button"));
|
|
15
15
|
|
|
16
|
+
var _ErrorMessage = _interopRequireDefault(require("./ErrorMessage"));
|
|
17
|
+
|
|
16
18
|
var _DragAndDropFileInputModule = _interopRequireDefault(require("./DragAndDropFileInput.module.scss"));
|
|
17
19
|
|
|
18
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -167,9 +169,10 @@ var DragAndDropFileInput = /*#__PURE__*/function (_React$Component) {
|
|
|
167
169
|
return _this2.handleAddButtonOnClick();
|
|
168
170
|
},
|
|
169
171
|
content: buttonContent
|
|
170
|
-
})) : '') : ''), this.props.contentOnly ? /*#__PURE__*/_react.default.createElement("span", null, this.renderValueAsText(this.props.selectedFileName, this.props.defaultContent)) : '', /*#__PURE__*/_react.default.createElement(
|
|
171
|
-
|
|
172
|
-
|
|
172
|
+
})) : '') : ''), this.props.contentOnly ? /*#__PURE__*/_react.default.createElement("span", null, this.renderValueAsText(this.props.selectedFileName, this.props.defaultContent)) : '', /*#__PURE__*/_react.default.createElement(_ErrorMessage.default, {
|
|
173
|
+
content: this.props.errorMessage,
|
|
174
|
+
theme: this.props.theme
|
|
175
|
+
}));
|
|
173
176
|
}
|
|
174
177
|
}]);
|
|
175
178
|
|
|
@@ -190,7 +193,8 @@ DragAndDropFileInput.propTypes = {
|
|
|
190
193
|
defaultContent: _propTypes.default.string,
|
|
191
194
|
hasErrors: _propTypes.default.bool,
|
|
192
195
|
errorMessage: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.object]))]),
|
|
193
|
-
mandatory: _propTypes.default.bool
|
|
196
|
+
mandatory: _propTypes.default.bool,
|
|
197
|
+
theme: _propTypes.default.object
|
|
194
198
|
};
|
|
195
199
|
DragAndDropFileInput.defaultProps = {
|
|
196
200
|
label: '',
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
Drag and drop file input examples:
|
|
2
|
-
|
|
3
|
-
```js
|
|
4
|
-
<DragAndDropFileInput id="dragAndDropInput-1" label="Input without selected file" buttonContent="Velg fil" onSelectChange={() => console.log('Select change')} onDragAndDropChange={() => console.log('Drag and drop change')} />
|
|
5
|
-
|
|
6
|
-
<DragAndDropFileInput id="dragAndDropInput-2" label="Input with selected file" buttonContent="Velg fil" selectedFileName="important-file.xml" onSelectChange={() => console.log('Select change')} onDragAndDropChange={() => console.log('Drag and drop change')} />
|
|
7
|
-
|
|
8
|
-
<DragAndDropFileInput id="dragAndDropInput-3" label="Input with selected file and buttonContentWhenSelectedFile" buttonContent="Velg fil" buttonContentWhenSelectedFile="Velg annen fil" selectedFileName="important-file.xml" onSelectChange={() => console.log('Select change')} onDragAndDropChange={() => console.log('Drag and drop change')} />
|
|
9
|
-
|
|
10
|
-
<DragAndDropFileInput id="dragAndDropInput-4" label="Input with selected file and error message" buttonContent="Velg fil" buttonContentWhenSelectedFile="Velg annen fil" selectedFileName="wrong-file.xml" onSelectChange={() => console.log('Select change')} onDragAndDropChange={() => console.log('Drag and drop change')} hasErrors errorMessage="Filen må være midre enn 15MB" />
|
|
11
|
-
|
|
12
|
-
<DragAndDropFileInput id="dragAndDropInput-5" label="Input with selected file and contentOnly" buttonContent="Velg fil" selectedFileName="important-file2.xml" onSelectChange={() => console.log('Select change')} onDragAndDropChange={() => console.log('Drag and drop change')} contentOnly={true} />
|
|
13
|
-
```
|
|
1
|
+
Drag and drop file input examples:
|
|
2
|
+
|
|
3
|
+
```js
|
|
4
|
+
<DragAndDropFileInput id="dragAndDropInput-1" label="Input without selected file" buttonContent="Velg fil" onSelectChange={() => console.log('Select change')} onDragAndDropChange={() => console.log('Drag and drop change')} />
|
|
5
|
+
|
|
6
|
+
<DragAndDropFileInput id="dragAndDropInput-2" label="Input with selected file" buttonContent="Velg fil" selectedFileName="important-file.xml" onSelectChange={() => console.log('Select change')} onDragAndDropChange={() => console.log('Drag and drop change')} />
|
|
7
|
+
|
|
8
|
+
<DragAndDropFileInput id="dragAndDropInput-3" label="Input with selected file and buttonContentWhenSelectedFile" buttonContent="Velg fil" buttonContentWhenSelectedFile="Velg annen fil" selectedFileName="important-file.xml" onSelectChange={() => console.log('Select change')} onDragAndDropChange={() => console.log('Drag and drop change')} />
|
|
9
|
+
|
|
10
|
+
<DragAndDropFileInput id="dragAndDropInput-4" label="Input with selected file and error message" buttonContent="Velg fil" buttonContentWhenSelectedFile="Velg annen fil" selectedFileName="wrong-file.xml" onSelectChange={() => console.log('Select change')} onDragAndDropChange={() => console.log('Drag and drop change')} hasErrors errorMessage="Filen må være midre enn 15MB" />
|
|
11
|
+
|
|
12
|
+
<DragAndDropFileInput id="dragAndDropInput-5" label="Input with selected file and contentOnly" buttonContent="Velg fil" selectedFileName="important-file2.xml" onSelectChange={() => console.log('Select change')} onDragAndDropChange={() => console.log('Drag and drop change')} contentOnly={true} />
|
|
13
|
+
```
|
|
@@ -1,45 +1,36 @@
|
|
|
1
|
-
@import "../style/global.scss";
|
|
2
|
-
|
|
3
|
-
:local(.dragAndDropFileInput) {
|
|
4
|
-
label {
|
|
5
|
-
cursor: pointer;
|
|
6
|
-
font-size: 18px;
|
|
7
|
-
margin: 0 0 4px;
|
|
8
|
-
font-family: "Open Sans", arial, sans-serif;
|
|
9
|
-
line-height: 1.3;
|
|
10
|
-
font-weight: bold;
|
|
11
|
-
font-style: normal;
|
|
12
|
-
display: block;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
:local(.dragAndDropContainer) {
|
|
16
|
-
@include transition(all 0.1s ease-in-out);
|
|
17
|
-
border: 2px dashed #ccc;
|
|
18
|
-
border-radius: 20px;
|
|
19
|
-
width: 100%;
|
|
20
|
-
padding: 20px;
|
|
21
|
-
text-align: center;
|
|
22
|
-
|
|
23
|
-
input {
|
|
24
|
-
display: none;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
button {
|
|
28
|
-
margin: 14px 0 0;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&:local(.highlighted) {
|
|
32
|
-
background: $color-default;
|
|
33
|
-
border-color: $color-dark-blue;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
color: $color-error-text;
|
|
38
|
-
font-size: 19px;
|
|
39
|
-
font-weight: 400;
|
|
40
|
-
line-height: 1.6;
|
|
41
|
-
font-family: "Open Sans", sans-serif;
|
|
42
|
-
font-style: italic;
|
|
43
|
-
overflow-wrap: break-word;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
1
|
+
@import "../style/global.scss";
|
|
2
|
+
|
|
3
|
+
:local(.dragAndDropFileInput) {
|
|
4
|
+
label {
|
|
5
|
+
cursor: pointer;
|
|
6
|
+
font-size: 18px;
|
|
7
|
+
margin: 0 0 4px;
|
|
8
|
+
font-family: "Open Sans", arial, sans-serif;
|
|
9
|
+
line-height: 1.3;
|
|
10
|
+
font-weight: bold;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
display: block;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
:local(.dragAndDropContainer) {
|
|
16
|
+
@include transition(all 0.1s ease-in-out);
|
|
17
|
+
border: 2px dashed #ccc;
|
|
18
|
+
border-radius: 20px;
|
|
19
|
+
width: 100%;
|
|
20
|
+
padding: 20px;
|
|
21
|
+
text-align: center;
|
|
22
|
+
|
|
23
|
+
input {
|
|
24
|
+
display: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
button {
|
|
28
|
+
margin: 14px 0 0;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&:local(.highlighted) {
|
|
32
|
+
background: $color-default;
|
|
33
|
+
border-color: $color-dark-blue;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|