fx-form-builder-wrapper 2.0.36 → 2.0.38

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,23 @@
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-fx.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
+
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZngtYnVpbGRlci13cmFwcGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcHJvamVjdHMvZngtYnVpbGRlci13cmFwcGVyL3NyYy9meC1idWlsZGVyLXdyYXBwZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==