fx-form-builder-wrapper 2.0.33 → 2.0.35
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/fx-builder-wrapper.mjs +5 -0
- package/esm2022/lib/components/dropdown-with-other/dropdown-with-other.component.mjs +3 -3
- package/esm2022/lib/components/uploader/uploader.component.mjs +15 -3
- package/fesm2022/{fx-form-builder-wrapper.mjs → fx-builder-wrapper.mjs} +15 -5
- package/fesm2022/fx-builder-wrapper.mjs.map +1 -0
- package/lib/components/uploader/uploader.component.d.ts +4 -0
- package/package.json +5 -5
- package/esm2022/fx-form-builder-wrapper.mjs +0 -5
- package/fesm2022/fx-form-builder-wrapper.mjs.map +0 -1
- package/src/assets/icons/cross.svg +0 -16
- package/src/assets/icons/dropdown.svg +0 -4
- package/src/assets/icons/upload.svg.svg +0 -3
- package/src/styles/fa-icon.css +0 -1
- package/src/styles/form-builder.css +0 -15715
- package/src/styles/styles.css +0 -23
package/src/styles/styles.css
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
@import "../node_modules/ckeditor5/dist/ckeditor5.css";
|
|
2
|
-
/* @import "../../../../node_modules/primeng/resources/primeng.min.css"; */
|
|
3
|
-
@import "../../../../node_modules/@instantsys-labs/fx/css/styles.css";
|
|
4
|
-
@import "../../../../node_modules/@instantsys-labs/icons/fonts/css/all.css";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
@layer base{
|
|
9
|
-
:root {
|
|
10
|
-
--color-primary: 21 83 165;
|
|
11
|
-
--color-secondary: 245 150 14;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.card {
|
|
15
|
-
@apply p-6 bg-white border border-gray-200 rounded-lg shadow dark:bg-gray-800 dark:border-gray-700 dark:text-gray-100;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.ck-powered-by-balloon{
|
|
19
|
-
display: none !important;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|