@react-form-builder/components-rsuite 1.0.8 → 1.1.0

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,288 @@
1
+ .optimajet-formbuilder,
2
+ .optimajet-formviewer,
3
+ .rs-toast-provider,
4
+ .rs-modal,
5
+ .rs-tooltip,
6
+ .rs-picker-menu,
7
+ .rs-picker-popup,
8
+ .rs-picker-popup-date,
9
+ .rs-picker-select-menu,
10
+ .rs-popover {
11
+ & *::-webkit-scrollbar {
12
+ width: 4px;
13
+ height: 4px;
14
+ }
15
+
16
+ & *::-webkit-scrollbar-thumb {
17
+ background: rgb(179 179 179 / 60%);
18
+ border-radius: 4px;
19
+ }
20
+
21
+ & *::-webkit-scrollbar-thumb:hover {
22
+ background: rgb(179 179 179);
23
+ }
24
+
25
+ & * {
26
+ -webkit-box-sizing: border-box;
27
+ box-sizing: border-box;
28
+ }
29
+
30
+ & *::before,
31
+ & *::after {
32
+ -webkit-box-sizing: border-box;
33
+ box-sizing: border-box;
34
+ }
35
+
36
+ & a {
37
+ background-color: transparent;
38
+ }
39
+
40
+ & a:active,
41
+ & a:hover {
42
+ outline: 0;
43
+ }
44
+
45
+ & b,
46
+ & strong {
47
+ font-weight: bold;
48
+ }
49
+
50
+ & sub,
51
+ & sup {
52
+ font-size: 75%;
53
+ line-height: 0;
54
+ position: relative;
55
+ vertical-align: baseline;
56
+ }
57
+
58
+ & sup {
59
+ top: -0.5em;
60
+ }
61
+
62
+ & sub {
63
+ bottom: -0.25em;
64
+ }
65
+
66
+ & img {
67
+ border: 0;
68
+ }
69
+
70
+ & svg:not(:root) {
71
+ overflow: hidden;
72
+ }
73
+
74
+ & hr {
75
+ -webkit-box-sizing: content-box;
76
+ box-sizing: content-box;
77
+ height: 0;
78
+ }
79
+
80
+ & pre {
81
+ overflow: auto;
82
+ }
83
+
84
+ & button,
85
+ & select {
86
+ text-transform: none;
87
+ }
88
+
89
+ & button,
90
+ & html input[type='button'],
91
+ & input[type='reset'],
92
+ & input[type='submit'] {
93
+ -webkit-appearance: button;
94
+ cursor: pointer;
95
+ }
96
+
97
+ & button[disabled],
98
+ & html input[disabled] {
99
+ cursor: not-allowed;
100
+ }
101
+
102
+ & input {
103
+ line-height: normal;
104
+ color: var(--rs-text-primary);
105
+ }
106
+
107
+ & input[type='checkbox'],
108
+ & input[type='radio'] {
109
+ -webkit-box-sizing: border-box;
110
+ box-sizing: border-box;
111
+ padding: 0;
112
+ }
113
+
114
+ & input[type='number']::-webkit-inner-spin-button,
115
+ & input[type='number']::-webkit-outer-spin-button {
116
+ height: auto;
117
+ }
118
+
119
+ & textarea {
120
+ overflow: auto;
121
+ }
122
+
123
+ & table {
124
+ border-collapse: collapse;
125
+ border-spacing: 0;
126
+ }
127
+
128
+ & td,
129
+ & th {
130
+ padding: 0;
131
+ }
132
+
133
+ [tabindex='-1'] {
134
+ outline: none;
135
+ }
136
+
137
+ & input::-ms-clear {
138
+ display: none;
139
+ }
140
+
141
+ & input[type='file']::-webkit-file-upload-button,
142
+ & input[type='file']::-ms-browse {
143
+ border-width: 0;
144
+ background: transparent;
145
+ color: currentColor;
146
+ }
147
+
148
+ & input,
149
+ & button,
150
+ & select,
151
+ & textarea {
152
+ font-family: inherit;
153
+ font-size: inherit;
154
+ line-height: inherit;
155
+ }
156
+
157
+ -webkit-font-smoothing: antialiased;
158
+ -moz-osx-font-smoothing: grayscale;
159
+ font-family: Apple-System, Arial, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STXihei, sans-serif;
160
+ font-size: 14px;
161
+ line-height: 1.42857143;
162
+
163
+ & h1,
164
+ & h2,
165
+ & h3,
166
+ & h4,
167
+ & h5,
168
+ & h6 {
169
+ font-family: inherit;
170
+ font-weight: bolder;
171
+ color: inherit;
172
+ margin: 0;
173
+ }
174
+
175
+ & h1 small,
176
+ & h2 small,
177
+ & h3 small,
178
+ & h4 small,
179
+ & h5 small,
180
+ & h6 small {
181
+ font-weight: normal;
182
+ line-height: 1;
183
+ color: #c5c6c7;
184
+ color: var(--rs-text-disabled);
185
+ }
186
+
187
+ & h1 {
188
+ font-size: 46px;
189
+ line-height: 62px;
190
+ }
191
+
192
+ & h2 {
193
+ font-size: 36px;
194
+ line-height: 50px;
195
+ }
196
+
197
+ & h3 {
198
+ font-size: 28px;
199
+ line-height: 42px;
200
+ }
201
+
202
+ & h4 {
203
+ font-size: 22px;
204
+ line-height: 34px;
205
+ }
206
+
207
+ & h5 {
208
+ font-size: 18px;
209
+ line-height: 24px;
210
+ }
211
+
212
+ & h6 {
213
+ font-size: 16px;
214
+ line-height: 22px;
215
+ }
216
+
217
+ & p {
218
+ margin: 0;
219
+ }
220
+
221
+ & p + p {
222
+ margin-top: 8px;
223
+ }
224
+
225
+ & small {
226
+ font-size: 85%;
227
+ }
228
+
229
+ & mark {
230
+ background-color: #fff9e6;
231
+ background-color: var(--rs-bg-warning);
232
+ padding: 0.2em;
233
+ font-weight: bolder;
234
+ }
235
+
236
+ & ul,
237
+ & ol {
238
+ margin-top: 0;
239
+ margin-bottom: 10px;
240
+ }
241
+
242
+ & ul ul,
243
+ & ol ul,
244
+ & ul ol,
245
+ ol ol {
246
+ margin-bottom: 0;
247
+ }
248
+
249
+ dl {
250
+ margin-top: 0;
251
+ margin-bottom: 10px;
252
+ }
253
+
254
+ dt,
255
+ dd {
256
+ line-height: 1.42857143;
257
+ }
258
+
259
+ dt {
260
+ font-weight: bold;
261
+ }
262
+
263
+ dd {
264
+ margin-left: 0;
265
+ margin-bottom: 10px;
266
+ }
267
+
268
+ @font-face {
269
+ font-family: Apple-System;
270
+ src: local(-apple-system), local(BlinkMacSystemFont), local(system-ui);
271
+ }
272
+
273
+ & button::-moz-focus-inner,
274
+ & input::-moz-focus-inner {
275
+ border: 0;
276
+ padding: 0;
277
+ }
278
+ }
279
+
280
+ .optimajet-formbuilder,
281
+ .rs-toast-provider,
282
+ .rs-modal,
283
+ .rs-picker-popup,
284
+ .rs-picker-popup-date,
285
+ .rs-picker-menu {
286
+ background-color: var(--rs-body) !important;
287
+ color: var(--rs-text-primary) !important;
288
+ }