nuudel-core 0.1.12 → 0.1.13

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.
@@ -0,0 +1,14 @@
1
+ .errormsg {
2
+ padding: 2rem;
3
+ background: white;
4
+ margin: 2rem 0;
5
+ border: 1px solid rgba(0, 0, 0, 0.05);
6
+ border-left: 5px solid red;
7
+ p {
8
+ margin: 0;
9
+ font-weight: 100;
10
+ }
11
+ strong {
12
+ margin-right: 1rem;
13
+ }
14
+ }
@@ -0,0 +1,53 @@
1
+ .sliderContainer {
2
+ flex: 1;
3
+ max-width: 100%;
4
+ }
5
+
6
+ .slideInnerContainer {
7
+ flex: 1;
8
+ flex-direction: column;
9
+ flex-wrap: 'nowrap';
10
+ justify-content: 'flex-start';
11
+ align-items: 'stretch';
12
+ }
13
+
14
+ .slideContainer {
15
+ flex: 1;
16
+ align-items: 'stretch';
17
+ }
18
+
19
+ .image {
20
+ align-self: 'center';
21
+ width: 100%;
22
+ max-height: 100%;
23
+ position: 'relative';
24
+ border-radius: 0;
25
+ }
26
+
27
+ .title {
28
+ position: 'relative';
29
+ background-color: 'transparent';
30
+ font-weight: 'normal';
31
+ text-align: 'left';
32
+ }
33
+ .subtitle {
34
+ position: 'relative';
35
+ padding: 0;
36
+ background-color: 'transparent';
37
+ font-weight: 'normal';
38
+ text-align: 'left';
39
+ }
40
+
41
+ .swiper {
42
+ width: 100%;
43
+ height: 100%;
44
+ }
45
+
46
+ .thumbSlider {
47
+ padding: 20px 0;
48
+ }
49
+
50
+ .mainSlider {
51
+ border: 1px solid rgb(201, 201, 201);
52
+ background-color: #fff;
53
+ }
@@ -0,0 +1,17 @@
1
+ @use 'sass:map';
2
+ @import '../../theme/variables/colors';
3
+ @import '../../theme/variables/sizes';
4
+
5
+ .colorbox {
6
+ width: 10px;
7
+ height: 10px;
8
+ display: inline-block;
9
+ margin-right: 5px;
10
+ border: 1px solid '#999';
11
+ }
12
+ .multiSelect-container {
13
+ z-index: 999;
14
+ }
15
+ .multichoice {
16
+ font-size: $h6;
17
+ }
@@ -0,0 +1,92 @@
1
+ @use 'sass:map';
2
+ @import '../../theme/variables/colors';
3
+ @import '../../theme/variables/sizes';
4
+
5
+ .datetime {
6
+ color: $text;
7
+ }
8
+ .container {
9
+ flex: 1;
10
+ justify-content: 'center';
11
+ align-items: 'center';
12
+ background-color: $background-light;
13
+ }
14
+ .formfield {
15
+ border-bottom-color: $border-light;
16
+ border-bottom-width: $border-width;
17
+ margin-bottom: 0;
18
+ flex-direction: column;
19
+ margin-top: $padding;
20
+ p {
21
+ padding-bottom: 5px;
22
+ }
23
+ }
24
+
25
+ .formfield:last-child {
26
+ margin-bottom: $padding;
27
+ }
28
+ .description {
29
+ font-style: 'italic';
30
+ color: $placeholder;
31
+ font-size: $font;
32
+ }
33
+ .display {
34
+ color: $text;
35
+ }
36
+ .link {
37
+ color: $text;
38
+ }
39
+ .text {
40
+ color: $text;
41
+ }
42
+ .number {
43
+ color: $text;
44
+ }
45
+ .url {
46
+ color: $text;
47
+ }
48
+ .object {
49
+ color: $text;
50
+ }
51
+ .lookup {
52
+ color: $text;
53
+ }
54
+ .lookuptext {
55
+ background-color: 'transparent';
56
+ }
57
+ .pickerview {
58
+ background-color: $background-light;
59
+ }
60
+ .lookupplaceholder {
61
+ color: $placeholder;
62
+ }
63
+ .image {
64
+ max-width: '100%';
65
+ }
66
+ .picture {
67
+ flex-direction: 'row-reverse';
68
+ }
69
+ .button {
70
+ min-width: 150px;
71
+ }
72
+ .date {
73
+ font-size: $h6;
74
+ }
75
+ .choice {
76
+ color: $text;
77
+ }
78
+ .select {
79
+ font-size: $h6;
80
+ }
81
+ .textarea {
82
+ width: '100%';
83
+ }
84
+ .bool {
85
+ height: 50px;
86
+ }
87
+ .toggle {
88
+ flex: 1;
89
+ }
90
+ .hide {
91
+ display: 'none';
92
+ }
@@ -0,0 +1,180 @@
1
+ @use "sass:map";
2
+ @import '../../theme/variables/colors';
3
+ @import '../../theme/variables/sizes';
4
+
5
+ .searchBar {
6
+ font-family: $fontfamily;
7
+ }
8
+
9
+ .button {
10
+ overflow: 'hidden';
11
+ }
12
+ .buttonText {
13
+ font-size: $h6;
14
+ }
15
+ .item {
16
+ margin-bottom: 0;
17
+ }
18
+ .text {
19
+ font-size: $font;
20
+ }
21
+ .h1 {
22
+ font-size: $h1;
23
+ }
24
+ .label {
25
+ font-size: $font;
26
+ }
27
+
28
+ .padding {
29
+ padding: $padding-half;
30
+ }
31
+ .paddingBig {
32
+ padding: $padding;
33
+ }
34
+ .bg {
35
+ background-color: $background;
36
+ }
37
+ .form {
38
+ width: 100%;
39
+ }
40
+ .input {
41
+ font-family: $fontfamily;
42
+ &:invalid {
43
+ border: $danger solid 1px;
44
+ }
45
+ }
46
+ .loading {
47
+ overflow: 'hidden';
48
+ }
49
+ .loadingLabel {
50
+ color: $placeholder;
51
+ font-size: $big;
52
+ }
53
+ .box {
54
+ justify-content: 'center';
55
+ }
56
+ .slider {
57
+ width: 100%;
58
+ }
59
+ .font {
60
+ font-size: $font;
61
+ }
62
+ .placeholder {
63
+ text-align: 'center';
64
+ color: $placeholder;
65
+ }
66
+ .delete-button {
67
+ background-color: $danger;
68
+ margin: $padding-half;
69
+ }
70
+ .flexone {
71
+ flex: 1;
72
+ }
73
+ .paddingbottom {
74
+ padding-bottom: $padding-half;
75
+ }
76
+ .paddingBottomBig {
77
+ padding-bottom: $padding;
78
+ }
79
+ .paddingtop {
80
+ padding-top: $padding-half;
81
+ }
82
+ .colorbox {
83
+ width: 10px;
84
+ height: 10px;
85
+ display: inline-block;
86
+ margin-right: 5px;
87
+ border: 1px solid $placeholder;
88
+ }
89
+
90
+ .wrapper {
91
+ margin: 8px;
92
+ position: relative;
93
+ }
94
+
95
+ .marginTopBig {
96
+ margin-top: $margingbottom-big;
97
+ }
98
+ .marginTop {
99
+ margin-top: $margingbottom;
100
+ }
101
+ .marginTopSmall {
102
+ margin-top: $margingbottom-small;
103
+ }
104
+
105
+ .marginLeftBig {
106
+ margin-left: $margingbottom-big;
107
+ }
108
+ .marginLeft {
109
+ margin-left: $margingbottom;
110
+ }
111
+ .marginLeftSmall {
112
+ margin-left: $margingbottom-small;
113
+ }
114
+
115
+ .marginRightBig {
116
+ margin-right: $margingbottom-big;
117
+ }
118
+ .marginRight {
119
+ margin-right: $margingbottom;
120
+ }
121
+ .marginRightSmall {
122
+ margin-right: $margingbottom-small;
123
+ }
124
+
125
+ .marginBottomBig {
126
+ margin-bottom: $margingbottom-big;
127
+ }
128
+ .marginBottom {
129
+ margin-bottom: $margingbottom;
130
+ }
131
+ .marginBottomSmall {
132
+ margin-bottom: $margingbottom-small;
133
+ }
134
+
135
+ .marginNormal {
136
+ margin-top: 16px;
137
+ margin-bottom: 8px;
138
+ }
139
+ .paddingNormal {
140
+ margin-top: 16px;
141
+ margin-bottom: 8px;
142
+ }
143
+
144
+ $ccolor: #08182b;
145
+ .container {
146
+ color: $ccolor;
147
+ display: flex;
148
+ align-items: center;
149
+ align-content: center;
150
+ justify-content: center;
151
+ flex-direction: column;
152
+ background-size: cover;
153
+ background-repeat: no-repeat;
154
+ background-color: 'transparent';
155
+ }
156
+
157
+ .listContainer {
158
+ display: block;
159
+ }
160
+
161
+ .optionAdornment {
162
+ background-color: $background-grey;
163
+ border-radius: 2px 0 0 2px;
164
+ margin-left: -13px;
165
+ padding: 18px 13px;
166
+ width: 200px;
167
+ color: $text-dark;
168
+ overflow: hidden;
169
+ text-overflow: ellipsis;
170
+ white-space: nowrap;
171
+ }
172
+
173
+ .link {
174
+ padding-top: 8px;
175
+ padding-bottom: 15px;
176
+ }
177
+
178
+ .swichPadding {
179
+ padding-top: $padding * 2;
180
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuudel-core",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Web components for react with material UI",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "build": "run-p build:*",
24
24
  "build:main": "tsc -p tsconfig.json",
25
25
  "build:module": "tsc -p tsconfig.module.json",
26
- "postbuild": "cpy --cwd=src --parents '**/*.module.scss' ../build/main/",
26
+ "postbuild": "cpy --cwd=src --parents '**/*.module.scss' ../build/module/",
27
27
  "fix": "run-s fix:*",
28
28
  "fix:prettier": "prettier \"src/**/*.ts\" --write",
29
29
  "fix:lint": "eslint src --ext .ts --fix",