@innoways/form-generator 3.0.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.
package/dist/index.css ADDED
@@ -0,0 +1,1083 @@
1
+ /*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
2
+
3
+ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
4
+
5
+ /*
6
+ Document
7
+ ========
8
+ */
9
+
10
+ /**
11
+ Use a better box model (opinionated).
12
+ */
13
+
14
+ *,
15
+ ::before,
16
+ ::after {
17
+ box-sizing: border-box;
18
+ }
19
+
20
+ /**
21
+ Use a more readable tab size (opinionated).
22
+ */
23
+
24
+ /**
25
+ 1. Correct the line height in all browsers.
26
+ 2. Prevent adjustments of font size after orientation changes in iOS.
27
+ */
28
+
29
+ /*
30
+ Sections
31
+ ========
32
+ */
33
+
34
+ /**
35
+ Remove the margin in all browsers.
36
+ */
37
+
38
+ /**
39
+ Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
40
+ */
41
+
42
+ /*
43
+ Grouping content
44
+ ================
45
+ */
46
+
47
+ /**
48
+ 1. Add the correct height in Firefox.
49
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
50
+ */
51
+
52
+ /*
53
+ Text-level semantics
54
+ ====================
55
+ */
56
+
57
+ /**
58
+ Add the correct text decoration in Chrome, Edge, and Safari.
59
+ */
60
+
61
+ /**
62
+ Add the correct font weight in Edge and Safari.
63
+ */
64
+
65
+ /**
66
+ 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
67
+ 2. Correct the odd 'em' font sizing in all browsers.
68
+ */
69
+
70
+ /**
71
+ Add the correct font size in all browsers.
72
+ */
73
+
74
+ /**
75
+ Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
76
+ */
77
+
78
+ /*
79
+ Tabular data
80
+ ============
81
+ */
82
+
83
+ /**
84
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
85
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
86
+ */
87
+
88
+ /*
89
+ Forms
90
+ =====
91
+ */
92
+
93
+ /**
94
+ 1. Change the font styles in all browsers.
95
+ 2. Remove the margin in Firefox and Safari.
96
+ */
97
+
98
+ /**
99
+ Remove the inheritance of text transform in Edge and Firefox.
100
+ 1. Remove the inheritance of text transform in Firefox.
101
+ */
102
+
103
+ /**
104
+ Correct the inability to style clickable types in iOS and Safari.
105
+ */
106
+
107
+ /**
108
+ Remove the inner border and padding in Firefox.
109
+ */
110
+
111
+ ::-moz-focus-inner {
112
+ border-style: none;
113
+ padding: 0;
114
+ }
115
+
116
+ /**
117
+ Restore the focus styles unset by the previous rule.
118
+ */
119
+
120
+ /**
121
+ Remove the additional ':invalid' styles in Firefox.
122
+ See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
123
+ */
124
+
125
+ /**
126
+ Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
127
+ */
128
+
129
+ /**
130
+ Add the correct vertical alignment in Chrome and Firefox.
131
+ */
132
+
133
+ /**
134
+ Correct the cursor style of increment and decrement buttons in Safari.
135
+ */
136
+
137
+ ::-webkit-inner-spin-button,
138
+ ::-webkit-outer-spin-button {
139
+ height: auto;
140
+ }
141
+
142
+ /**
143
+ 1. Correct the odd appearance in Chrome and Safari.
144
+ 2. Correct the outline style in Safari.
145
+ */
146
+
147
+ /**
148
+ Remove the inner padding in Chrome and Safari on macOS.
149
+ */
150
+
151
+ ::-webkit-search-decoration {
152
+ -webkit-appearance: none;
153
+ }
154
+
155
+ /**
156
+ 1. Correct the inability to style clickable types in iOS and Safari.
157
+ 2. Change font properties to 'inherit' in Safari.
158
+ */
159
+
160
+ ::-webkit-file-upload-button {
161
+ -webkit-appearance: button; /* 1 */
162
+ font: inherit; /* 2 */
163
+ }
164
+
165
+ /*
166
+ Interactive
167
+ ===========
168
+ */
169
+
170
+ /*
171
+ Add the correct display in Chrome and Safari.
172
+ */
173
+
174
+ /**
175
+ * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
176
+ * A thin layer on top of normalize.css that provides a starting point more
177
+ * suitable for web applications.
178
+ */
179
+
180
+ /**
181
+ * Removes the default spacing and border for appropriate elements.
182
+ */
183
+
184
+ /**
185
+ * Tailwind custom reset styles
186
+ */
187
+
188
+ /**
189
+ * 1. Use the user's configured `sans` font-family (with Tailwind's default
190
+ * sans-serif font stack as a fallback) as a sane default.
191
+ * 2. Use Tailwind's default "normal" line-height so the user isn't forced
192
+ * to override it to ensure consistency even when using the default theme.
193
+ */
194
+
195
+ /**
196
+ * Inherit font-family and line-height from `html` so users can set them as
197
+ * a class directly on the `html` element.
198
+ */
199
+
200
+ /**
201
+ * 1. Prevent padding and border from affecting element width.
202
+ *
203
+ * We used to set this in the html element and inherit from
204
+ * the parent element for everything else. This caused issues
205
+ * in shadow-dom-enhanced elements like <details> where the content
206
+ * is wrapped by a div with box-sizing set to `content-box`.
207
+ *
208
+ * https://github.com/mozdevs/cssremedy/issues/4
209
+ *
210
+ *
211
+ * 2. Allow adding a border to an element by just adding a border-width.
212
+ *
213
+ * By default, the way the browser specifies that an element should have no
214
+ * border is by setting it's border-style to `none` in the user-agent
215
+ * stylesheet.
216
+ *
217
+ * In order to easily add borders to elements by just setting the `border-width`
218
+ * property, we change the default border-style for all elements to `solid`, and
219
+ * use border-width to hide them instead. This way our `border` utilities only
220
+ * need to set the `border-width` property instead of the entire `border`
221
+ * shorthand, making our border utilities much more straightforward to compose.
222
+ *
223
+ * https://github.com/tailwindcss/tailwindcss/pull/116
224
+ */
225
+
226
+ *,
227
+ ::before,
228
+ ::after {
229
+ box-sizing: border-box; /* 1 */
230
+ border-width: 0; /* 2 */
231
+ border-style: solid; /* 2 */
232
+ border-color: currentColor; /* 2 */
233
+ }
234
+
235
+ /*
236
+ * Ensure horizontal rules are visible by default
237
+ */
238
+
239
+ /**
240
+ * Undo the `border-style: none` reset that Normalize applies to images so that
241
+ * our `border-{width}` utilities have the expected effect.
242
+ *
243
+ * The Normalize reset is unnecessary for us since we default the border-width
244
+ * to 0 on all elements.
245
+ *
246
+ * https://github.com/tailwindcss/tailwindcss/issues/362
247
+ */
248
+
249
+ /**
250
+ * Override legacy focus reset from Normalize with modern Firefox focus styles.
251
+ *
252
+ * This is actually an improvement over the new defaults in Firefox in our testing,
253
+ * as it triggers the better focus styles even for links, which still use a dotted
254
+ * outline in Firefox by default.
255
+ */
256
+
257
+ /**
258
+ * Reset links to optimize for opt-in styling instead of
259
+ * opt-out.
260
+ */
261
+
262
+ /**
263
+ * Reset form element properties that are easy to forget to
264
+ * style explicitly so you don't inadvertently introduce
265
+ * styles that deviate from your design system. These styles
266
+ * supplement a partial reset that is already applied by
267
+ * normalize.css.
268
+ */
269
+
270
+ /**
271
+ * Use the configured 'mono' font family for elements that
272
+ * are expected to be rendered with a monospace font, falling
273
+ * back to the system monospace stack if there is no configured
274
+ * 'mono' font family.
275
+ */
276
+
277
+ /**
278
+ * 1. Make replaced elements `display: block` by default as that's
279
+ * the behavior you want almost all of the time. Inspired by
280
+ * CSS Remedy, with `svg` added as well.
281
+ *
282
+ * https://github.com/mozdevs/cssremedy/issues/14
283
+ *
284
+ * 2. Add `vertical-align: middle` to align replaced elements more
285
+ * sensibly by default when overriding `display` by adding a
286
+ * utility like `inline`.
287
+ *
288
+ * This can trigger a poorly considered linting error in some
289
+ * tools but is included by design.
290
+ *
291
+ * https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
292
+ */
293
+
294
+ /**
295
+ * Constrain images and videos to the parent width and preserve
296
+ * their intrinsic aspect ratio.
297
+ *
298
+ * https://github.com/mozdevs/cssremedy/issues/14
299
+ */
300
+
301
+ /**
302
+ * Ensure the default browser behavior of the `hidden` attribute.
303
+ */
304
+
305
+ *, ::before, ::after {
306
+ --tw-border-opacity: 1;
307
+ border-color: rgba(229, 231, 235, var(--tw-border-opacity));
308
+ }
309
+
310
+ @-webkit-keyframes spin {
311
+ to {
312
+ transform: rotate(360deg);
313
+ }
314
+ }
315
+
316
+ @keyframes spin {
317
+ to {
318
+ transform: rotate(360deg);
319
+ }
320
+ }
321
+
322
+ @-webkit-keyframes ping {
323
+ 75%, 100% {
324
+ transform: scale(2);
325
+ opacity: 0;
326
+ }
327
+ }
328
+
329
+ @keyframes ping {
330
+ 75%, 100% {
331
+ transform: scale(2);
332
+ opacity: 0;
333
+ }
334
+ }
335
+
336
+ @-webkit-keyframes pulse {
337
+ 50% {
338
+ opacity: .5;
339
+ }
340
+ }
341
+
342
+ @keyframes pulse {
343
+ 50% {
344
+ opacity: .5;
345
+ }
346
+ }
347
+
348
+ @-webkit-keyframes bounce {
349
+ 0%, 100% {
350
+ transform: translateY(-25%);
351
+ -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
352
+ animation-timing-function: cubic-bezier(0.8,0,1,1);
353
+ }
354
+
355
+ 50% {
356
+ transform: none;
357
+ -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
358
+ animation-timing-function: cubic-bezier(0,0,0.2,1);
359
+ }
360
+ }
361
+
362
+ @keyframes bounce {
363
+ 0%, 100% {
364
+ transform: translateY(-25%);
365
+ -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
366
+ animation-timing-function: cubic-bezier(0.8,0,1,1);
367
+ }
368
+
369
+ 50% {
370
+ transform: none;
371
+ -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
372
+ animation-timing-function: cubic-bezier(0,0,0.2,1);
373
+ }
374
+ }
375
+
376
+ *, ::before, ::after {
377
+ --tw-shadow: 0 0 #0000;
378
+ }
379
+
380
+ *, ::before, ::after {
381
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
382
+ --tw-ring-offset-width: 0px;
383
+ --tw-ring-offset-color: #fff;
384
+ --tw-ring-color: rgba(59, 130, 246, 0.5);
385
+ --tw-ring-offset-shadow: 0 0 #0000;
386
+ --tw-ring-shadow: 0 0 #0000;
387
+ }
388
+
389
+ .ant-popover-inner-content {
390
+ padding: 5px !important;
391
+ }
392
+
393
+ @media (min-width: 640px) {
394
+ }
395
+
396
+ @media (min-width: 768px) {
397
+ }
398
+
399
+ @media (min-width: 1024px) {
400
+ }
401
+
402
+ @media (min-width: 1280px) {
403
+ }
404
+
405
+ @media (min-width: 1536px) {
406
+ }
407
+
408
+ /* purgecss start ignore */
409
+
410
+ .drip-form-generator * {
411
+ font-size: 13px;
412
+ }
413
+
414
+ .index-module_body__29bDX {
415
+ display: flex;
416
+ }
417
+
418
+ .index-module_body__29bDX > :not([hidden]) ~ :not([hidden]) {
419
+ --tw-divide-x-reverse: 0;
420
+ border-right-width: calc(1px * var(--tw-divide-x-reverse));
421
+ border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
422
+ --tw-divide-opacity: 1;
423
+ border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
424
+ }
425
+
426
+ .index-module_body__29bDX {
427
+ position: relative;
428
+ height: calc(100vh - 52px);
429
+ overflow: hidden;
430
+ min-width:1024px;
431
+ }
432
+
433
+ .index-module_drip_form_generator__1laN5 {
434
+ overflow-x:auto;
435
+ }
436
+
437
+ /* purgecss end ignore */
438
+
439
+ /* purgecss start ignore */
440
+
441
+ .index-module_header__239p4 {
442
+ height: 50px;
443
+ display: flex;
444
+ align-items: center;
445
+ justify-content: space-between;
446
+ padding: 1.25rem;
447
+ --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
448
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
449
+ border-bottom: 1px solid #eee;
450
+ min-width: 1024px;
451
+ }
452
+
453
+ .index-module_logo__1kTSE {
454
+ display: flex;
455
+ align-items: center;
456
+ justify-content: center;
457
+ font-size: 1.5rem;
458
+ line-height: 2rem;
459
+ font-weight: 600;
460
+ }
461
+
462
+ .index-module_btncontainer__3zhVm {
463
+ display: flex;
464
+ align-items: center;
465
+ justify-content: space-around;
466
+ }
467
+
468
+ .index-module_btn__35V_G {
469
+ margin-left: 0.5rem;
470
+ margin-right: 0.5rem;
471
+ display: flex;
472
+ cursor: pointer;
473
+ align-items: center;
474
+ justify-content: space-between;
475
+ border-radius: 0.5rem;
476
+ border-width: 1px;
477
+ border-style: solid;
478
+ padding-left: 0.5rem;
479
+ padding-right: 0.5rem;
480
+ padding-top: 0.25rem;
481
+ padding-bottom: 0.25rem;
482
+ }
483
+
484
+ .index-module_text__2gaKN {
485
+ --tw-border-opacity: 1;
486
+ border-color: rgba(229, 231, 235, var(--tw-border-opacity));
487
+ --tw-bg-opacity: 1;
488
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
489
+ --tw-text-opacity: 1;
490
+ color: rgba(75, 85, 99, var(--tw-text-opacity));
491
+ }
492
+
493
+ .index-module_text__2gaKN:hover {
494
+ color: var(--ant-primary-5);
495
+ border-color: var(--ant-primary-5);
496
+ }
497
+
498
+ .index-module_primary__3wWZt {
499
+ --tw-text-opacity: 1;
500
+ color: rgba(255, 255, 255, var(--tw-text-opacity));
501
+ border-color: var(--ant-primary-5);
502
+ background-color: var(--ant-primary-5);
503
+ }
504
+
505
+ .index-module_primary__3wWZt:hover {
506
+ background-color: var(--ant-primary-4);
507
+ border-color: var(--ant-primary-3);
508
+ }
509
+
510
+ .index-module_ico__1GpMw {
511
+ margin-right: 0.5rem;
512
+ height: 1.75rem;
513
+ width: 1.75rem;
514
+ }
515
+
516
+ /* purgecss end ignore */
517
+
518
+ /* purgecss start ignore */
519
+
520
+ .rightSideBarGlobal .object-container .object-container__collapse-custom {
521
+ margin-bottom: 0;
522
+ }
523
+
524
+ .rightSideBarGlobal .array-field--container {
525
+ margin-bottom: 0;
526
+ }
527
+
528
+ .rightSideBarGlobal .drip-form-root {
529
+ max-height: calc(100vh - 95px);
530
+ overflow-y: scroll;
531
+ padding-bottom: 1rem;
532
+ }
533
+
534
+ .rightSideBarGlobal .drip-form-root::-webkit-scrollbar {
535
+ display: none;
536
+ }
537
+
538
+ .index-module_container__fH7Q7 {
539
+ height: 100%;
540
+ flex-shrink: 0;
541
+ flex-grow: 0;
542
+ overflow-y: hidden;
543
+ padding-top: 0.5rem;
544
+ padding-bottom: 0.5rem;
545
+ }
546
+
547
+ .index-module_containerjson__HBRtr {
548
+ flex-shrink: 0;
549
+ flex-grow: 0;
550
+ height: 100%;
551
+ }
552
+
553
+ .index-module_propertyConfig__1pNtS {
554
+ display: flex;
555
+ --tw-text-opacity: 1;
556
+ color: rgba(107, 114, 128, var(--tw-text-opacity));
557
+ line-height: 30px;
558
+ align-items: center;
559
+ margin-bottom: 15px;
560
+ }
561
+
562
+ .index-module_propertyConfigTitle__3gK4- {
563
+ width: 82px;
564
+ margin-right: 10px;
565
+ display: flex;
566
+ align-items: center;
567
+ }
568
+
569
+ .index-module_propertyConfigContent__2G3y2 {
570
+ flex: 1;
571
+ }
572
+
573
+ .index-module_icon__6mSp8 {
574
+ color: var(--ant-primary-5);
575
+ }
576
+
577
+ .index-module_title__1qSLk {
578
+ border-bottom: 1px solid #eee;
579
+ display: flex;
580
+ align-items: center;
581
+ justify-content: space-between;
582
+ padding: 0.5rem;
583
+ font-size: 1.25rem;
584
+ line-height: 1.75rem;
585
+ font-weight: 500;
586
+ }
587
+
588
+ .index-module_btncontainer__1euEo {
589
+ display: flex;
590
+ align-items: center;
591
+ justify-content: space-between;
592
+ }
593
+
594
+ .index-module_jsonbtn__2rLQr {
595
+ margin-left: 0.5rem;
596
+ margin-right: 0.5rem;
597
+ display: flex;
598
+ cursor: pointer;
599
+ align-items: center;
600
+ justify-content: space-between;
601
+ --tw-text-opacity: 1;
602
+ color: rgba(107, 114, 128, var(--tw-text-opacity));
603
+ }
604
+
605
+ .index-module_jsonbtn__2rLQr:hover {
606
+ color: var(--ant-primary-5);
607
+ }
608
+
609
+ /* purgecss end ignore */
610
+
611
+ /* purgecss start ignore */
612
+
613
+ .index-module_propertyConfigContent__DEmn1 {
614
+ flex: 1;
615
+ }
616
+
617
+ .index-module_fieldKey__1wLfq {
618
+ width: calc(100% - 32px) !important;
619
+ font-size: 14px;
620
+ }
621
+
622
+ /* purgecss end ignore */
623
+
624
+ /* purgecss start ignore */
625
+
626
+ .index-module_container__Es_sy {
627
+ height: calc(100% - 50px);
628
+ width: 100%;
629
+ --tw-bg-opacity: 1;
630
+ background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
631
+ padding: 0.5rem;
632
+ }
633
+
634
+ /* purgecss end ignore */
635
+ /* purgecss start ignore */
636
+
637
+ .index-module_left__Z14ZB {
638
+ height: 100%;
639
+ flex-shrink: 0;
640
+ flex-grow: 0;
641
+ transition-property: all;
642
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
643
+ transition-duration: 150ms;
644
+ overflow-y: scroll;
645
+ width: calc(120px + 120px + 3.5rem + 5px);
646
+ }
647
+
648
+ .index-module_left__Z14ZB::-webkit-scrollbar {
649
+ display: none;
650
+ }
651
+
652
+ .index-module_leftClose__3VAnO {
653
+ width: calc(120px + 2.5rem);
654
+ flex-shrink: 0;
655
+ flex-grow: 0;
656
+ transition-property: all;
657
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
658
+ transition-duration: 150ms;
659
+ }
660
+
661
+ .index-module_title__JrWVL {
662
+ border-bottom: 1px solid #eee;
663
+ display: flex;
664
+ align-items: center;
665
+ justify-content: space-between;
666
+ padding: 0.5rem;
667
+ font-size: 1.25rem;
668
+ line-height: 1.75rem;
669
+ font-weight: 500;
670
+ }
671
+
672
+ .index-module_subtitle__1Xfbx {
673
+ border-bottom: 1px solid #eee;
674
+ padding-top: 0.5rem;
675
+ padding-bottom: 0.25rem;
676
+ padding-left: 0.5rem;
677
+ font-size: 1.125rem;
678
+ line-height: 1.75rem;
679
+ }
680
+
681
+ .index-module_container__3fVJj {
682
+ padding: 0.75rem;
683
+ }
684
+
685
+ .index-module_containeropen__1vmQ3 {
686
+ display: flex;
687
+ flex-wrap: wrap;
688
+ }
689
+
690
+ .index-module_closebtn__27wHV {
691
+ display: flex;
692
+ align-items: center;
693
+ padding: 0.5rem;
694
+ }
695
+
696
+ .index-module_closebtn__27wHV:hover {
697
+ background-color: var(--ant-primary-3);
698
+ }
699
+
700
+ .index-module_componentstyle__3XWZk {
701
+ height: calc(100vh - 100px);
702
+ overflow: scroll;
703
+ padding-bottom: 1rem;
704
+ }
705
+
706
+ .index-module_componentstyle__3XWZk::-webkit-scrollbar {
707
+ display: none;
708
+ }
709
+
710
+ /* purgecss end ignore */
711
+
712
+ /* purgecss start ignore */
713
+
714
+ .leftsidebar-item {
715
+ margin: 0.5rem;
716
+ display: flex;
717
+ justify-content: space-between;
718
+ border-radius: 0.5rem;
719
+ padding: 1rem;
720
+ font-weight: 500;
721
+ line-height: 2rem;
722
+ align-items: center;
723
+ -webkit-user-select: none;
724
+ -moz-user-select: none;
725
+ -ms-user-select: none;
726
+ user-select: none;
727
+ display: flex;
728
+ justify-content: space-between;
729
+ border: none;
730
+ background-color: var(--ant-primary-1);
731
+ color: var(--ant-primary-color);
732
+ }
733
+
734
+ .leftsidebar-item:hover {
735
+ cursor: pointer;
736
+ color: white;
737
+ background-color: var(--ant-primary-color);
738
+ }
739
+
740
+ .leftsidebar-item:focus {
741
+ background: var(--ant-primary-1);
742
+ color: var(--ant-primary-color);
743
+ }
744
+
745
+ .leftsidebar-item:focus:hover {
746
+ color: white;
747
+ background-color: var(--ant-primary-color);
748
+ }
749
+
750
+ .index-module_title__rwC99 {
751
+ font-size: 13px;
752
+ margin-left: 4px;
753
+ width: 100%;
754
+ overflow: hidden;
755
+ text-overflow: ellipsis;
756
+ white-space: nowrap;
757
+ }
758
+
759
+ /* purgecss end ignore */
760
+
761
+ /* purgecss start ignore */
762
+
763
+ .index-module_widthMenuItem__13FhV {
764
+ background-color: var(--ant-primary-1);
765
+ color: var(--ant-primary-color);
766
+ }
767
+
768
+ .index-module_widthMenuItem__13FhV:hover {
769
+ cursor: pointer;
770
+ color: white;
771
+ background-color: var(--ant-primary-color);
772
+ }
773
+
774
+ /* purgecss end ignore */
775
+
776
+ /* purgecss start ignore */
777
+
778
+ .index-module_titleHeader__22iq4 {
779
+ border-bottom: 1px solid #eee;
780
+ -webkit-user-select: none;
781
+ -moz-user-select: none;
782
+ -ms-user-select: none;
783
+ user-select: none;
784
+ display: flex;
785
+ align-items: center;
786
+ padding: 0.5rem;
787
+ }
788
+
789
+ .index-module_pagetitle__35yby {
790
+ margin-right: 0.5rem;
791
+ font-size: 1.25rem;
792
+ line-height: 1.75rem;
793
+ font-weight: 500;
794
+ }
795
+
796
+ /* purgecss end ignore */
797
+
798
+ /* purgecss start ignore */
799
+
800
+ .index-module_viewport__2Fip7 {
801
+ flex-grow: 1;
802
+ padding-left: 0.75rem;
803
+ padding-right: 0.75rem;
804
+ overflow: hidden scroll;
805
+ }
806
+
807
+ .index-module_viewport__2Fip7::-webkit-scrollbar {
808
+ display: none;
809
+ }
810
+
811
+ .index-module_formstyle__29kGK {
812
+ height: calc(100vh - 100px);
813
+ position: relative;
814
+ overflow-x: hidden;
815
+ overflow-y: scroll;
816
+ padding-top: 1rem;
817
+ padding-bottom: 1rem;
818
+ }
819
+
820
+ .index-module_formstyle__29kGK::-webkit-scrollbar {
821
+ display: none;
822
+ }
823
+
824
+ .index-module_emptyMask__171rm {
825
+ position: absolute;
826
+ top: 0;
827
+ bottom: 0;
828
+ left: 0;
829
+ z-index: 10;
830
+ }
831
+
832
+ /* purgecss end ignore */
833
+
834
+ /* purgecss start ignore */
835
+
836
+ .drip-form_container--droppable {
837
+ -webkit-user-select: none;
838
+ -moz-user-select: none;
839
+ -ms-user-select: none;
840
+ user-select: none;
841
+ position: relative;
842
+ }
843
+
844
+ .drip-form_container--droppable .form-container {
845
+ width: 100% !important;
846
+ }
847
+
848
+ .draggable {
849
+ pointer-events: auto;
850
+ }
851
+
852
+ .draggable .form-container {
853
+ /* pointer-events: none; */
854
+ }
855
+
856
+ .index-module_droppableHover__1WgwV:hover:after {
857
+ content: '';
858
+ display: block;
859
+ position: absolute;
860
+ top: 0;
861
+ left: 0;
862
+ width: 100%;
863
+ height: 100%;
864
+ pointer-events: none;
865
+ border-color: var(--ant-primary-4);
866
+ border-width: 2px;
867
+ border-style: dotted;
868
+ }
869
+
870
+ .index-module_selected__3z8kS:after {
871
+ content: '';
872
+ display: block;
873
+ position: absolute;
874
+ top: 0;
875
+ left: 0;
876
+ width: 100%;
877
+ height: 100%;
878
+ pointer-events: none;
879
+ border-color: var(--ant-primary-4);
880
+ border-width: 2px;
881
+ border-style: solid;
882
+ }
883
+
884
+ .index-module_isTopOver__1_1Bl {
885
+ background-color: var(--ant-primary-1);
886
+ }
887
+
888
+ .index-module_isTopOver__1_1Bl:after {
889
+ position: absolute;
890
+ content: '';
891
+ display: block;
892
+ width: 100%;
893
+ height: 4px;
894
+ top: 0 !important;
895
+ left: 0 !important;
896
+ bottom: unset !important;
897
+ right: unset !important;
898
+ background-color: var(--ant-primary-4);
899
+ }
900
+
901
+ .index-module_isBottomOver__2v13l {
902
+ background-color: var(--ant-primary-1);
903
+ }
904
+
905
+ .index-module_isBottomOver__2v13l:after {
906
+ position: absolute;
907
+ content: '';
908
+ display: block;
909
+ width: 100%;
910
+ height: 4px;
911
+ bottom: 0 !important;
912
+ left: 0 !important;
913
+ top: unset !important;
914
+ right: unset !important;
915
+ background-color: var(--ant-primary-4);
916
+ }
917
+
918
+ .index-module_isLeftOver__2F-rQ {
919
+ background-color: var(--ant-primary-1);
920
+ }
921
+
922
+ .index-module_isLeftOver__2F-rQ:after {
923
+ position: absolute;
924
+ content: '';
925
+ display: block;
926
+ width: 4px;
927
+ height: 100%;
928
+ top: 0 !important;
929
+ left: 0 !important;
930
+ bottom: unset !important;
931
+ right: unset !important;
932
+ background-color: var(--ant-primary-4);
933
+ }
934
+
935
+ .index-module_isRightOver__3aQ60 {
936
+ background-color: var(--ant-primary-1);
937
+ }
938
+
939
+ .index-module_isRightOver__3aQ60:after {
940
+ position: absolute;
941
+ content: '';
942
+ display: block;
943
+ width: 4px;
944
+ height: 100%;
945
+ top: 0 !important;
946
+ bottom: unset !important;
947
+ left: unset !important;
948
+ right: 0 !important;
949
+ background-color: var(--ant-primary-4);
950
+ }
951
+
952
+ .index-module_childIsOver__3nV5e:after {
953
+ content: '';
954
+ display: block;
955
+ position: absolute;
956
+ top: 0 !important;
957
+ bottom: unset !important;
958
+ left: 0 !important;
959
+ right: unset !important;
960
+ width: 100%;
961
+ height: 100%;
962
+ background-color: var(--ant-primary-4);
963
+ --tw-bg-opacity: 0.6;
964
+ }
965
+
966
+ /* purgecss end ignore */
967
+
968
+ /* purgecss start ignore */
969
+
970
+ .index-module_activeButton__2BEN9 {
971
+ height: 20px;
972
+ width: 20px;
973
+ margin-left: 2px;
974
+ background-color: var(--ant-primary-3);
975
+ display: flex;
976
+ align-items: center;
977
+ justify-content: center;
978
+ border-radius: 0.25rem;
979
+ --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
980
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
981
+ }
982
+
983
+ .index-module_activeButton__2BEN9:hover {
984
+ background-color: var(--ant-primary-4);
985
+ }
986
+
987
+ .index-module_icon__kCWjJ {
988
+ color: white;
989
+ }
990
+
991
+ /* purgecss end ignore */
992
+
993
+ /* purgecss start ignore */
994
+
995
+ .index-module_activeTools__1ILou {
996
+ position: absolute;
997
+ right: 0;
998
+ top: -22px;
999
+ z-index: 999;
1000
+ pointer-events:auto;
1001
+ display: flex;
1002
+ }
1003
+
1004
+ .index-module_firstActiveTools__jQYUc {
1005
+ position: absolute;
1006
+ right: 0;
1007
+ bottom: -22px;
1008
+ z-index: 999;
1009
+ pointer-events:auto;
1010
+ display: flex;
1011
+ }
1012
+
1013
+ /* purgecss end ignore */
1014
+
1015
+ /* purgecss start ignore */
1016
+
1017
+ .index-module_title__3lXaI {
1018
+ font-size:1rem;
1019
+ line-height:1.5rem;
1020
+ font-weight:700;
1021
+ }
1022
+
1023
+ .index-module_condintion__99WUj, .index-module_action__1F5Nj {
1024
+ margin-top:0.5rem;
1025
+ margin-bottom:0.5rem;
1026
+ margin-left:2.5rem;
1027
+ flex:none;
1028
+ flex-direction:row;
1029
+ }
1030
+
1031
+ .index-module_condintion__99WUj,
1032
+ .index-module_action__1F5Nj {
1033
+ display:flex;
1034
+ }
1035
+
1036
+ .index-module_logicoperator__vcUAR, .index-module_addeffectbutton__3siA9 {
1037
+ margin-left:5rem;
1038
+ }
1039
+
1040
+ .index-module_deleteicon__bUiNB {
1041
+ cursor:pointer;
1042
+ height: 32px;
1043
+ line-height: 32px;
1044
+ }
1045
+
1046
+ .index-module_subtitle__3wesa {
1047
+ height: 32px;
1048
+ line-height: 32px;
1049
+ }
1050
+
1051
+ .index-module_addbutton__1Cktm {
1052
+ margin-top:2rem;
1053
+ }
1054
+
1055
+ /* purgecss end ignore */
1056
+
1057
+ /* purgecss start ignore */
1058
+
1059
+ .index-module_hover__3OwNN:hover {
1060
+ color: var(--ant-primary-5);
1061
+ }
1062
+
1063
+ /* purgecss end ignore */
1064
+
1065
+ /* purgecss start ignore */
1066
+
1067
+ .index-module_switch__2m5dK {
1068
+ height: 32px;
1069
+ display: flex;
1070
+ align-items:center;
1071
+ }
1072
+
1073
+ /* purgecss end ignore */
1074
+
1075
+ /* purgecss start ignore */
1076
+
1077
+ .index-module_switch__1V9Dw {
1078
+ height: 32px;
1079
+ display: flex;
1080
+ align-items:center;
1081
+ }
1082
+
1083
+ /* purgecss end ignore */