@visns-studio/visns-components 5.0.3 → 5.0.5

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.
@@ -26,7 +26,7 @@
26
26
  position: relative;
27
27
  padding: 20px;
28
28
  margin: 8px 0;
29
- box-shadow: 0 4px 0 rgba(var(--primary-color-rgb), 0.05);
29
+ box-shadow: 0 4px 0 rgba(var(--primary-rgb), 0.05);
30
30
  }
31
31
 
32
32
  .grid__half {
@@ -39,7 +39,7 @@
39
39
  position: relative;
40
40
  padding: 20px;
41
41
  margin: 8px 0;
42
- box-shadow: 0 4px 0 rgba(var(--primary-color-rgb), 0.05);
42
+ box-shadow: 0 4px 0 rgba(var(--primary-rgb), 0.05);
43
43
  }
44
44
 
45
45
  .grid__full {
@@ -52,7 +52,7 @@
52
52
  position: relative;
53
53
  padding: 2px;
54
54
  margin: 8px 0;
55
- box-shadow: 0 4px 0 rgba(var(--primary-color-rgb), 0.05);
55
+ box-shadow: 0 4px 0 rgba(var(--primary-rgb), 0.05);
56
56
  }
57
57
 
58
58
  .grid__dashfull {
@@ -65,7 +65,7 @@
65
65
  position: relative;
66
66
  padding: 20px;
67
67
  margin: 8px 0;
68
- box-shadow: 0 4px 0 rgba(var(--primary-color-rgb), 0.05);
68
+ box-shadow: 0 4px 0 rgba(var(--primary-rgb), 0.05);
69
69
  }
70
70
 
71
71
  .grid__subrow {
@@ -84,7 +84,7 @@
84
84
  padding: 5px;
85
85
  margin: 8px 0;
86
86
  height: auto;
87
- box-shadow: 0 4px 0 rgba(var(--primary-color-rgb), 0.05);
87
+ box-shadow: 0 4px 0 rgba(var(--primary-rgb), 0.05);
88
88
  }
89
89
 
90
90
  .grid__subnav > ul {
@@ -136,15 +136,14 @@
136
136
 
137
137
  .grid__subcontent {
138
138
  flex: 0 1 80%;
139
- background: var(--item-color);
139
+ background: var(--tertiary-color);
140
140
  border-radius: var(--br);
141
- border: 1px solid rgba(var(--item-color-rgb), 1.15);
141
+ border: 1px solid rgba(var(--primary-rgb), 0.05);
142
142
  box-sizing: border-box;
143
143
  padding: 2px;
144
144
  margin: 8px 0;
145
145
  height: auto;
146
146
  position: relative;
147
- box-shadow: 0 4px 0 rgba(var(--primary-color-rgb), 0.05);
148
147
  }
149
148
 
150
149
  .grid__subcontent h2 {
@@ -157,10 +156,10 @@
157
156
  .gridtxt__header {
158
157
  width: 100%;
159
158
  display: block;
160
- background: rgba(var(--item-color-rgb), 1.05);
159
+ background: rgba(var(--primary-rgb), 0.05);
161
160
  box-sizing: border-box;
162
161
  padding: 10px 20px;
163
- border-radius: 0;
162
+ border-radius: var(--br);
164
163
  margin-bottom: 0;
165
164
  font-weight: 700;
166
165
  text-align: center;
@@ -185,14 +184,15 @@
185
184
 
186
185
  .gridtxt > ul li {
187
186
  flex: 0 0 calc(50% - 10px);
188
- padding: 0.85rem;
187
+ padding: 0.65rem;
189
188
  box-sizing: border-box;
190
- border: 1px solid rgba(var(--primary-color-rgb), 0.15);
189
+ border: 1px solid rgba(var(--primary-rgb), 0.095);
191
190
  color: var(--paragraph-color);
192
- background: rgba(var(--tertiary-color-rgb), 0.95);
193
- margin: 5px;
191
+ background: rgba(var(--primary-rgb), 0.015);
192
+ margin: 3px;
194
193
  border-radius: var(--br);
195
194
  line-height: 1.45;
195
+ font-size: 0.85rem;
196
196
  }
197
197
 
198
198
  .gridtxt > ul .fw-grid-item {
@@ -228,7 +228,7 @@
228
228
  width: 49%;
229
229
  padding: 1em;
230
230
  box-sizing: border-box;
231
- border: 1px solid rgba(var(--primary-color-rgb), 0.15);
231
+ border: 1px solid rgba(var(--primary-rgb), 0.15);
232
232
  color: var(--paragraph-color);
233
233
  background: rgba(#f4f4f4, 0.65);
234
234
  margin: 5px;
@@ -249,6 +249,12 @@
249
249
  }
250
250
 
251
251
  .dropzone__container {
252
+ padding: 1rem;
253
+ display: flex;
254
+ flex-wrap: wrap;
255
+ flex-direction: column;
256
+ gap: 1rem;
257
+
252
258
  > div {
253
259
  flex: 1 1 0%;
254
260
  display: flex;
@@ -263,11 +269,12 @@
263
269
  color: rgb(189, 189, 189);
264
270
  outline: currentcolor none medium;
265
271
  transition: border 0.24s ease-in-out 0s;
266
- margin: 1em;
272
+ margin: 0;
267
273
 
268
274
  p {
269
275
  padding: 0;
270
276
  margin: 0;
277
+ font-size: 1rem;
271
278
  }
272
279
  }
273
280
  }
@@ -275,29 +282,35 @@
275
282
  .dropzone__files {
276
283
  list-style: none;
277
284
  padding: 0;
278
- margin: 1em;
285
+ margin: 0;
279
286
  box-sizing: border-box;
280
287
 
281
288
  li {
282
289
  width: 100%;
283
290
  display: block;
284
- background: rgba(var(--tertiary-color-rgb), 1.05);
291
+ background: rgba(var(--primary-rgb), 0.05);
285
292
  color: var(--primary-color);
286
293
  border-radius: 3px;
287
294
  transition: background 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
288
295
  outline: none;
289
296
  cursor: pointer;
290
297
  border-radius: 3px;
291
- padding: 1em 2em;
298
+ padding: 0.5rem;
292
299
  box-sizing: border-box;
293
300
  position: relative;
301
+ border: 1px solid rgba(var(--primary-rgb), 0.15);
302
+ line-height: 1;
303
+ font-size: 0.85rem;
294
304
  margin-bottom: 5px;
295
305
 
296
- i {
306
+ svg {
297
307
  position: relative;
298
- top: 0;
299
- right: 5px;
300
- color: rgba(var(--secondary-color-rgb), 1.15);
308
+ top: -2px;
309
+ color: rgba(var(--secondary-rgb), 1);
310
+ float: left;
311
+ stroke-width: 1;
312
+ line-height: 1;
313
+ margin-right: 5px;
301
314
  }
302
315
 
303
316
  button {
@@ -309,8 +322,8 @@
309
322
  z-index: 200;
310
323
  cursor: pointer;
311
324
 
312
- i {
313
- font-size: 1.15em;
325
+ svg {
326
+ font-size: 1em;
314
327
  color: var(--primary-color);
315
328
  line-height: 1;
316
329
  }
@@ -338,8 +351,8 @@
338
351
  align-items: center;
339
352
  flex-wrap: wrap;
340
353
  border-radius: 5px;
341
- border: 1px solid rgba(var(--primary-color-rgb), 0.2);
342
- box-shadow: 0px 0px 20px rgba(var(--primary-color-rgb), 0.1);
354
+ border: 1px solid rgba(var(--primary-rgb), 0.2);
355
+ box-shadow: 0px 0px 20px rgba(var(--primary-rgb), 0.1);
343
356
  padding: 1.25rem 1.25rem 1.25rem 2rem;
344
357
  box-sizing: border-box;
345
358
  cursor: pointer;
@@ -411,26 +424,26 @@
411
424
  flex-wrap: nowrap;
412
425
  align-items: flex-start;
413
426
  padding: 0 1.5em;
414
- }
415
427
 
416
- .oppoverview__box {
417
- width: auto;
418
- margin: 0;
419
- padding: 0 2em;
420
- border-right: 1px solid rgba(var(--primary-color-rgb), 0.35);
421
- }
428
+ &__box {
429
+ width: auto;
430
+ margin: 0;
431
+ padding: 0 2em;
432
+ border-right: 1px solid rgba(var(--primary-rgb), 0.35);
422
433
 
423
- .oppoverview__box:first-child {
424
- padding-left: 0;
425
- }
434
+ &:first-child {
435
+ padding-left: 0;
436
+ }
426
437
 
427
- .oppoverview__box p {
428
- margin: 0;
429
- }
438
+ p {
439
+ margin: 0;
440
+ }
430
441
 
431
- .oppoverview__box span {
432
- display: block;
433
- color: rgba(var(--paragraph-color-rgb), 0.7);
442
+ span {
443
+ display: block;
444
+ color: rgba(var(--primary-rgb), 0.7);
445
+ }
446
+ }
434
447
  }
435
448
 
436
449
  .oppstatus {
@@ -444,95 +457,96 @@
444
457
  list-style: none;
445
458
  padding: 0;
446
459
  margin: 0;
447
- }
448
-
449
- .opppath > li {
450
- position: relative;
451
- flex: 1;
452
- margin-left: 0.375rem;
453
- margin-right: 0.4375rem;
454
- min-width: 5rem;
455
- text-align: center;
456
- background: var(--primary-color);
457
- }
458
-
459
- .opppath > li:first-child {
460
- margin-left: 0;
461
- border-top-left-radius: 1rem;
462
- border-bottom-left-radius: 1rem;
463
- padding-left: 0.625rem;
464
- }
465
460
 
466
- .opppath > li:first-child:before,
467
- .opppath > li:first-child:after {
468
- left: 1.125rem;
469
- }
461
+ > li {
462
+ position: relative;
463
+ flex: 1;
464
+ margin-left: 0.375rem;
465
+ margin-right: 0.4375rem;
466
+ min-width: 5rem;
467
+ text-align: center;
468
+ background: var(--primary-color);
469
+
470
+ &:first-child {
471
+ margin-left: 0;
472
+ border-top-left-radius: 1rem;
473
+ border-bottom-left-radius: 1rem;
474
+ padding-left: 0.625rem;
475
+
476
+ &:before,
477
+ &:after {
478
+ left: 1.125rem;
479
+ }
480
+ }
470
481
 
471
- .opppath > li:last-child {
472
- margin-right: 0;
473
- border-top-right-radius: 1rem;
474
- border-bottom-right-radius: 1rem;
475
- padding-left: 0.625rem;
476
- }
482
+ &:last-child {
483
+ margin-right: 0;
484
+ border-top-right-radius: 1rem;
485
+ border-bottom-right-radius: 1rem;
486
+ padding-left: 0.625rem;
477
487
 
478
- .opppath > li:last-child:before,
479
- .opppath > li:last-child:after {
480
- right: 1.125rem;
481
- }
488
+ &:before,
489
+ &:after {
490
+ right: 1.125rem;
491
+ }
492
+ }
482
493
 
483
- .opppath > li:before,
484
- .opppath > li:after {
485
- content: '';
486
- position: absolute;
487
- left: -0.35rem;
488
- right: -0.35rem;
489
- cursor: pointer;
490
- background: var(--primary-color);
491
- }
494
+ &:before,
495
+ &:after {
496
+ content: '';
497
+ position: absolute;
498
+ left: -0.35rem;
499
+ right: -0.35rem;
500
+ cursor: pointer;
501
+ background: var(--primary-color);
502
+ }
492
503
 
493
- .opppath > li:before {
494
- top: 0;
495
- height: 1.5rem;
496
- transform: skew(28deg) translate3d(0, 0, 0);
497
- }
504
+ &:before {
505
+ top: 0;
506
+ height: 1.5rem;
507
+ transform: skew(28deg) translate3d(0, 0, 0);
508
+ }
498
509
 
499
- .opppath > li:after {
500
- bottom: 0;
501
- height: 1.5rem;
502
- transform: skew(-30deg) translate3d(0, 0, 0);
503
- }
510
+ &:after {
511
+ bottom: 0;
512
+ height: 1.5rem;
513
+ transform: skew(-30deg) translate3d(0, 0, 0);
514
+ }
504
515
 
505
- .opppath > li a {
506
- position: relative;
507
- display: flex;
508
- justify-content: center;
509
- align-items: center;
510
- height: 2rem;
511
- padding: 1.45rem;
512
- text-decoration: none;
513
- z-index: 5;
514
- cursor: pointer;
515
- color: var(--tertiary-color);
516
- }
516
+ a {
517
+ font-size: 1rem;
518
+ position: relative;
519
+ display: flex;
520
+ justify-content: center;
521
+ align-items: center;
522
+ height: 2rem;
523
+ padding: 1.45rem;
524
+ text-decoration: none;
525
+ z-index: 5;
526
+ cursor: pointer;
527
+ color: var(--bg-color);
528
+ line-height: 1;
517
529
 
518
- .opppath > li a svg {
519
- position: relative;
520
- top: 2px;
521
- left: 8px;
522
- color: rgba(var(--highlight-color-rgb), 0.5);
530
+ svg {
531
+ position: relative;
532
+ left: 8px;
533
+ color: var(--bg-color);
534
+ }
535
+ }
536
+ }
523
537
  }
524
538
 
525
539
  .opp-complete {
526
- background: rgba(var(--primary-color-rgb), 0.9);
527
- }
540
+ background: var(--secondary-color) !important;
528
541
 
529
- .opp-complete a {
530
- color: var(--highlight-color);
531
- }
542
+ a {
543
+ color: var(--highlight-color);
544
+ }
532
545
 
533
- .opp-complete:before,
534
- .opp-complete:after {
535
- background: rgba(var(--primary-color-rgb), 0.9);
546
+ &:before,
547
+ &:after {
548
+ background: var(--secondary-color) !important;
549
+ }
536
550
  }
537
551
 
538
552
  .oppdets {
@@ -560,5 +574,49 @@
560
574
  .btn:hover {
561
575
  color: var(--primary-color);
562
576
  background: var(--highlight-color);
563
- border: 1px solid rgba(var(--highlight-color-rgb), 1.05);
564
- }
577
+ border: 1px solid rgba(var(--highlight-rgb), 1.05);
578
+ }
579
+
580
+ .crmtitle {
581
+ min-height: auto;
582
+ padding: 1rem;
583
+ margin: 0;
584
+ background: white;
585
+ border-radius: var(--br);
586
+ border: 1px solid rgba(var(--primary-rgb), 0.15);
587
+ position: relative;
588
+ display: flex;
589
+ align-items: center;
590
+ justify-content: space-between;
591
+
592
+ h1 {
593
+ font-weight: 700;
594
+ font-size: 1.25rem;
595
+ margin: 0;
596
+ padding: 0;
597
+ line-height: 1;
598
+
599
+ a {
600
+ text-decoration: none;
601
+ color: var(--secondary-color);
602
+ font-weight: 400;
603
+ }
604
+
605
+ svg {
606
+ color: rgba(var(--primary-rgb), 0.5);
607
+ position: relative;
608
+ top: 2px;
609
+ margin: 0 0.5rem;
610
+ max-width: 15px;
611
+ }
612
+ }
613
+
614
+ .titleInfo {
615
+ width: max-content;
616
+ }
617
+
618
+ .titleInfo span {
619
+ font-size: 0.875em;
620
+ color: rgba(var(--primary-rgb), 0.65);
621
+ }
622
+ }
@@ -111,13 +111,13 @@
111
111
  }
112
112
 
113
113
  .grid__subcontent {
114
- flex: 0 1 85%;
115
- background: white;
114
+ flex: 0 1 80%;
115
+ background: var(--tertiary-color);
116
116
  border-radius: var(--br);
117
- border: 1px solid var(--border-color);
117
+ border: 1px solid rgba(var(--primary-rgb), 0.05);
118
118
  box-sizing: border-box;
119
- padding: 0;
120
- margin: 5px;
119
+ padding: 2px;
120
+ margin: 8px 0;
121
121
  height: auto;
122
122
  position: relative;
123
123
  }
@@ -132,36 +132,43 @@
132
132
  .gridtxt__header {
133
133
  width: 100%;
134
134
  display: block;
135
- background: var(--border-color);
135
+ background: rgba(var(--primary-rgb), 0.05);
136
136
  box-sizing: border-box;
137
137
  padding: 10px 20px;
138
- border-top-left-radius: var(--br);
139
- border-top-right-radius: var(--br);
138
+ border-radius: var(--br);
140
139
  margin-bottom: 0;
141
140
  font-weight: 700;
142
141
  text-align: center;
143
142
  color: var(--paragraph-color);
144
- position: relative;
145
143
  }
146
144
 
147
145
  .gridtxt__header span {
148
146
  font-weight: 700;
149
147
  }
150
148
 
151
- .gridtxt__header .btn {
152
- font-size: 0.85em;
153
- padding: 0.25em;
149
+ .gridtxt > ul {
150
+ width: 100%;
154
151
  display: flex;
155
- flex-wrap: nowrap;
156
- align-items: center;
157
- float: left;
158
- position: relative;
159
- top: -4px;
152
+ justify-content: flex-start;
153
+ flex-direction: row;
154
+ flex-wrap: wrap;
155
+ list-style: none;
156
+ box-sizing: border-box;
157
+ padding: 0.85rem;
158
+ margin: 0;
160
159
  }
161
160
 
162
- .gridtxt__header .btn svg {
163
- max-width: 15px;
164
- margin-right: 5px;
161
+ .gridtxt > ul li {
162
+ flex: 0 0 calc(50% - 10px);
163
+ padding: 0.85rem;
164
+ box-sizing: border-box;
165
+ border: 1px solid rgba(var(--primary-rgb), 0.095);
166
+ color: var(--paragraph-color);
167
+ background: rgba(var(--primary-rgb), 0.015);
168
+ margin: 5px;
169
+ border-radius: var(--br);
170
+ line-height: 1.45;
171
+ font-size: 1rem;
165
172
  }
166
173
 
167
174
  .formcontainer {
@@ -256,7 +256,7 @@
256
256
  a {
257
257
  text-decoration: none;
258
258
  color: var(--secondary-color);
259
- font-weight: 300;
259
+ font-weight: 400;
260
260
  }
261
261
 
262
262
  svg {
@@ -29,8 +29,7 @@
29
29
  }
30
30
 
31
31
  .InovuaReactDataGrid {
32
- letter-spacing: 0.015rem !important;
33
- color: black !important;
32
+ color: var(--paragraph-color) !important;
34
33
  }
35
34
 
36
35
  .InovuaReactDataGrid__header {
@@ -38,7 +37,7 @@
38
37
  }
39
38
 
40
39
  .InovuaReactDataGrid__row-hover-target:hover {
41
- color: black !important;
40
+ color: var(--primary-color) !important;
42
41
  background: rgb(240, 240, 240) !important;
43
42
  }
44
43
 
@@ -128,22 +128,24 @@
128
128
  input:not(:placeholder-shown) + .fi__span,
129
129
  textarea:not(:placeholder-shown) + .fi__span,
130
130
  select:not(:placeholder-shown) + .fi__span {
131
- transform: translateY(-110%) translateX(10px) scale(0.75);
131
+ transform: translateY(-130%) translateX(10px) scale(0.9);
132
132
  opacity: 1;
133
- padding: 0;
133
+ padding: 0 0.25rem;
134
134
  background: var(--tertiary-color);
135
- font-weight: 300;
135
+ font-weight: 400;
136
136
  transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1);
137
+ color: rgba(var(--paragraph-rgb), 0.65);
137
138
  }
138
139
 
139
140
  .prefocus {
140
- transform: translateY(-110%) translateX(10px) scale(0.75);
141
- opacity: 1;
142
- padding: 0;
143
- background: var(--tertiary-color);
144
- font-weight: 300;
145
- transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1);
146
- z-index: 999;
141
+ transform: translateY(-130%) translateX(10px) scale(0.9) !important;
142
+ opacity: 1 !important;
143
+ padding: 0 0.25rem !important;
144
+ background: var(--tertiary-color) !important;
145
+ font-weight: 400 !important;
146
+ transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1) !important;
147
+ z-index: 999 !important;
148
+ color: rgba(var(--paragraph-rgb), 0.65) !important;
147
149
  }
148
150
 
149
151
  .fwItem {
@@ -185,7 +187,7 @@ select:not(:placeholder-shown) + .fi__span {
185
187
  ):not(.inovua-react-toolkit-text-input__input):not(
186
188
  .inovua-react-toolkit-numeric-input__input
187
189
  ) {
188
- font-size: 1rem;
190
+ font-size: 0.85rem;
189
191
  background: white;
190
192
  border-radius: var(--br);
191
193
  padding: 0.85rem;
@@ -242,7 +242,7 @@ input[type='file'] {
242
242
  position: relative;
243
243
  padding: 0.75rem;
244
244
  max-height: 80vh;
245
- overflow-y: auto;
245
+ // overflow-y: auto;
246
246
 
247
247
  .btn {
248
248
  background: var(--primary-color);
@@ -46,7 +46,7 @@
46
46
  display: flex;
47
47
  flex-wrap: nowrap;
48
48
  flex-direction: row;
49
- gap: .5rem;
49
+ gap: 0.5rem;
50
50
  margin: 0;
51
51
  list-style: none;
52
52
  align-items: center;
@@ -92,13 +92,13 @@
92
92
  &.active a,
93
93
  &:hover span,
94
94
  &.active span {
95
- background: rgba(var(--secondary-rgb), 0.25);
96
- color: var(--secondary-color);
95
+ background: rgba(var(--secondary-rgb), 1);
96
+ color: var(--tertiary-color);
97
97
  }
98
98
 
99
99
  &:hover svg,
100
100
  &.active svg {
101
- color: var(--secondary-color);
101
+ color: var(--tertiary-color);
102
102
  }
103
103
 
104
104
  > ul {
@@ -132,13 +132,13 @@
132
132
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
133
133
  outline: none;
134
134
  margin: 0;
135
- background: rgba(var(--primary-rgb), 0.9);
135
+ background: rgba(var(--primary-rgb), 1);
136
136
  color: var(--tertiary-color) !important;
137
137
  }
138
138
 
139
139
  &:hover a {
140
- background: rgba(var(--primary-rgb), 1.05);
141
- color: var(--secondary-color);
140
+ background: rgba(var(--primary-rgb), 1);
141
+ color: var(--tertiary-color);
142
142
  }
143
143
 
144
144
  svg {
@@ -360,7 +360,8 @@
360
360
  position: relative;
361
361
  right: 8px;
362
362
  opacity: 1;
363
- transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
363
+ transition: opacity 0.65s
364
+ cubic-bezier(0.25, 0.8, 0.25, 1);
364
365
  color: var(--secondary-color);
365
366
  }
366
367
 
@@ -419,7 +420,8 @@
419
420
  background: rgba(var(--primary-rgb), 0.92);
420
421
  color: var(--tertiary-color);
421
422
  border-radius: 3px;
422
- transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
423
+ transition: all 0.25s
424
+ cubic-bezier(0.25, 0.8, 0.25, 1);
423
425
  outline: none;
424
426
  }
425
427
 
@@ -828,4 +830,4 @@
828
830
  max-width: 20px;
829
831
  }
830
832
  }
831
- }
833
+ }