verben-workflow-ui 0.5.38 → 0.5.39
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/esm2022/src/lib/components/form-group/form-fields/form-fields.component.mjs +3 -4
- package/esm2022/src/lib/components/my-queue/my-queue.component.mjs +3 -3
- package/esm2022/src/lib/components/my-queue/my-queue.facade.mjs +2 -2
- package/esm2022/src/lib/components/tasks/tasks.component.mjs +3 -3
- package/fesm2022/verben-workflow-ui-src-lib-components-form-group.mjs +2 -3
- package/fesm2022/verben-workflow-ui-src-lib-components-form-group.mjs.map +1 -1
- package/fesm2022/verben-workflow-ui-src-lib-components-my-queue.mjs +3 -3
- package/fesm2022/verben-workflow-ui-src-lib-components-my-queue.mjs.map +1 -1
- package/fesm2022/verben-workflow-ui-src-lib-components-tasks.mjs +2 -2
- package/fesm2022/verben-workflow-ui-src-lib-components-tasks.mjs.map +1 -1
- package/package.json +30 -30
- package/styles/styles.css +35 -4
package/styles/styles.css
CHANGED
|
@@ -532,6 +532,9 @@ video {
|
|
|
532
532
|
max-width: 1536px;
|
|
533
533
|
}
|
|
534
534
|
}
|
|
535
|
+
.pointer-events-none {
|
|
536
|
+
pointer-events: none;
|
|
537
|
+
}
|
|
535
538
|
.visible {
|
|
536
539
|
visibility: visible;
|
|
537
540
|
}
|
|
@@ -708,6 +711,9 @@ video {
|
|
|
708
711
|
.h-\[100px\] {
|
|
709
712
|
height: 100px;
|
|
710
713
|
}
|
|
714
|
+
.h-\[30px\] {
|
|
715
|
+
height: 30px;
|
|
716
|
+
}
|
|
711
717
|
.h-\[31px\] {
|
|
712
718
|
height: 31px;
|
|
713
719
|
}
|
|
@@ -769,9 +775,15 @@ video {
|
|
|
769
775
|
.w-\[150px\] {
|
|
770
776
|
width: 150px;
|
|
771
777
|
}
|
|
778
|
+
.w-\[30px\] {
|
|
779
|
+
width: 30px;
|
|
780
|
+
}
|
|
772
781
|
.w-\[326px\] {
|
|
773
782
|
width: 326px;
|
|
774
783
|
}
|
|
784
|
+
.w-\[350px\] {
|
|
785
|
+
width: 350px;
|
|
786
|
+
}
|
|
775
787
|
.w-\[400px\] {
|
|
776
788
|
width: 400px;
|
|
777
789
|
}
|
|
@@ -800,6 +812,10 @@ video {
|
|
|
800
812
|
.min-w-\[250px\] {
|
|
801
813
|
min-width: 250px;
|
|
802
814
|
}
|
|
815
|
+
.max-w-fit {
|
|
816
|
+
max-width: -moz-fit-content;
|
|
817
|
+
max-width: fit-content;
|
|
818
|
+
}
|
|
803
819
|
.flex-1 {
|
|
804
820
|
flex: 1 1 0%;
|
|
805
821
|
}
|
|
@@ -810,6 +826,9 @@ video {
|
|
|
810
826
|
.transform {
|
|
811
827
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
812
828
|
}
|
|
829
|
+
.cursor-not-allowed {
|
|
830
|
+
cursor: not-allowed;
|
|
831
|
+
}
|
|
813
832
|
.cursor-pointer {
|
|
814
833
|
cursor: pointer;
|
|
815
834
|
}
|
|
@@ -957,6 +976,9 @@ video {
|
|
|
957
976
|
.border-b {
|
|
958
977
|
border-bottom-width: 1px;
|
|
959
978
|
}
|
|
979
|
+
.border-b-2 {
|
|
980
|
+
border-bottom-width: 2px;
|
|
981
|
+
}
|
|
960
982
|
.border-b-4 {
|
|
961
983
|
border-bottom-width: 4px;
|
|
962
984
|
}
|
|
@@ -1114,10 +1136,6 @@ video {
|
|
|
1114
1136
|
padding-left: 0.5rem;
|
|
1115
1137
|
padding-right: 0.5rem;
|
|
1116
1138
|
}
|
|
1117
|
-
.px-2\.5 {
|
|
1118
|
-
padding-left: 0.625rem;
|
|
1119
|
-
padding-right: 0.625rem;
|
|
1120
|
-
}
|
|
1121
1139
|
.px-3 {
|
|
1122
1140
|
padding-left: 0.75rem;
|
|
1123
1141
|
padding-right: 0.75rem;
|
|
@@ -1150,6 +1168,9 @@ video {
|
|
|
1150
1168
|
padding-top: 1.5rem;
|
|
1151
1169
|
padding-bottom: 1.5rem;
|
|
1152
1170
|
}
|
|
1171
|
+
.pb-1 {
|
|
1172
|
+
padding-bottom: 0.25rem;
|
|
1173
|
+
}
|
|
1153
1174
|
.pb-3 {
|
|
1154
1175
|
padding-bottom: 0.75rem;
|
|
1155
1176
|
}
|
|
@@ -1239,6 +1260,9 @@ video {
|
|
|
1239
1260
|
.font-semibold {
|
|
1240
1261
|
font-weight: 600;
|
|
1241
1262
|
}
|
|
1263
|
+
.capitalize {
|
|
1264
|
+
text-transform: capitalize;
|
|
1265
|
+
}
|
|
1242
1266
|
.leading-\[12\.1px\] {
|
|
1243
1267
|
line-height: 12.1px;
|
|
1244
1268
|
}
|
|
@@ -1303,6 +1327,10 @@ video {
|
|
|
1303
1327
|
--tw-text-opacity: 1;
|
|
1304
1328
|
color: rgb(205 98 0 / var(--tw-text-opacity, 1));
|
|
1305
1329
|
}
|
|
1330
|
+
.text-\[\#fff\] {
|
|
1331
|
+
--tw-text-opacity: 1;
|
|
1332
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1333
|
+
}
|
|
1306
1334
|
.text-muted {
|
|
1307
1335
|
color: rgba(0, 0, 0, 0.6);
|
|
1308
1336
|
}
|
|
@@ -1313,6 +1341,9 @@ video {
|
|
|
1313
1341
|
.underline {
|
|
1314
1342
|
text-decoration-line: underline;
|
|
1315
1343
|
}
|
|
1344
|
+
.opacity-50 {
|
|
1345
|
+
opacity: 0.5;
|
|
1346
|
+
}
|
|
1316
1347
|
.shadow {
|
|
1317
1348
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1318
1349
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|