@posiwise/core-styles 0.0.30 → 0.0.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/core-styles",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -698,13 +698,108 @@
698
698
  box-shadow: 0 0 0 0.1rem var(--tabs_bg) !important; /* Adjust as needed */
699
699
  outline: none !important; /* Keep the outline removed */
700
700
  }
701
- .ql-editor li {
702
- font-size: 15px;
701
+ .ql-editor li,
702
+ p {
703
+ font-size: 17px;
703
704
  }
704
705
  .ql-editor ol {
705
706
  padding-left: 0.75em !important;
706
707
  }
707
708
 
709
+ .ql-editor ul,
710
+ .ql-editor ol {
711
+ margin-top: 1rem;
712
+ margin-bottom: 0.5rem;
713
+ }
714
+
715
+ .ql-editor {
716
+ li > .ql-ui::before {
717
+ font-size: 2rem; /* you can adjust size here */
718
+ line-height: 1;
719
+ position: relative;
720
+ top: 0.1rem;
721
+ }
722
+ ul {
723
+ padding-left: 20px; /* instead of default 40px */
724
+ }
725
+ li.ql-indent-1 {
726
+ padding-left: 3.6rem !important;
727
+ .ql-ui::before {
728
+ font-size: 1.1rem;
729
+ list-style-type: circle;
730
+ top: -0.1rem;
731
+ position: relative;
732
+ content: '\25CB' !important;
733
+ right: 0.15rem;
734
+ }
735
+ }
736
+
737
+ li.ql-indent-2 {
738
+ padding-left: 4.6rem !important;
739
+ top: -0.1rem;
740
+ .ql-ui::before {
741
+ font-size: 1.1rem;
742
+ list-style-type: circle;
743
+ top: -0.1rem;
744
+ position: relative;
745
+ content: '\25CB' !important;
746
+ right: 0.15rem;
747
+ }
748
+ }
749
+
750
+ li.ql-indent-3 {
751
+ padding-left: 5.6rem !important;
752
+ top: -0.1rem;
753
+ .ql-ui::before {
754
+ font-size: 1.1rem;
755
+ list-style-type: circle;
756
+ top: -0.1rem;
757
+ position: relative;
758
+ content: '\25CB' !important;
759
+ right: 0.15rem;
760
+ }
761
+ }
762
+
763
+ li.ql-indent-4 {
764
+ padding-left: 6.6rem !important;
765
+ top: -0.1rem;
766
+ .ql-ui::before {
767
+ font-size: 1.1rem;
768
+ list-style-type: circle;
769
+ top: -0.1rem;
770
+ position: relative;
771
+ content: '\25CB' !important;
772
+ right: 0.15rem;
773
+ }
774
+ }
775
+ }
776
+
777
+ .ql-editor ul {
778
+ padding-left: 1.2rem; /* reduce from default ~2.5rem */
779
+ margin-left: 0;
780
+ }
781
+
782
+ .ql-editor ul li {
783
+ padding-left: 0.3rem; /* optional: less gap between bullet and text */
784
+ }
785
+
786
+ .ql-editor {
787
+ line-height: 1.7 !important;
788
+
789
+ p,
790
+ li,
791
+ h1,
792
+ h2,
793
+ h3,
794
+ h4,
795
+ h5,
796
+ h6,
797
+ blockquote,
798
+ pre {
799
+ line-height: inherit; // ensures all block types follow 1.6
800
+ }
801
+ }
802
+
708
803
  .quill-container {
709
804
  max-width: 1000px;
710
805
  width: 100%;
@@ -258,7 +258,7 @@
258
258
  }
259
259
 
260
260
  .bg-blue-grey-3 {
261
- background-color: map-get($blue-grey, lighten-4);
261
+ background-color: map-get($blue-grey, darken-3);
262
262
  }
263
263
 
264
264
  .bg-blue-grey-4 {
@@ -282,78 +282,78 @@
282
282
  }
283
283
 
284
284
  .bg-blue-grey-8 {
285
- background-color: map-get($warning, lighten-1);
285
+ background-color: map-get($blue-grey, accent-4);
286
286
  }
287
287
 
288
288
  .bg-blue-grey-9 {
289
- background-color: map-get($warning, darken-1);
289
+ background-color: map-get($blue-grey, darken-1);
290
290
  }
291
291
 
292
292
  .bg-blue-grey-10 {
293
- background-color: map-get($warning, lighten-4);
293
+ background-color: map-get($blue-grey, darken-2);
294
294
  }
295
295
 
296
296
  .bg-blue-grey-11 {
297
- background-color: map-get($warning, darken-4);
297
+ background-color: map-get($blue-grey, darken-4);
298
298
  }
299
299
 
300
300
  .bg-blue-grey-12 {
301
- background-color: map-get($warning, lighten-3);
301
+ background-color: map-get($blue-grey, lighten-3);
302
302
  }
303
303
 
304
304
  .bg-blue-grey-13 {
305
- background-color: map-get($warning, darken-3);
305
+ background-color: map-get($blue-grey, darken-3);
306
306
  }
307
307
 
308
308
  .bg-blue-grey-14 {
309
- background-color: map-get($warning, lighten-2);
309
+ background-color: map-get($blue-grey, lighten-2);
310
310
  }
311
311
 
312
312
  .bg-blue-grey-15 {
313
- background-color: map-get($warning, darken-2);
313
+ background-color: map-get($blue-grey, darken-2);
314
314
  }
315
315
 
316
316
  .bg-blue-grey-16 {
317
- background-color: map-get($warning, accent-4);
317
+ background-color: map-get($blue-grey, accent-4);
318
318
  }
319
319
 
320
320
  .bg-blue-grey-17 {
321
- background-color: map-get($pink, lighten-1);
321
+ background-color: map-get($blue-grey, lighten-1);
322
322
  color: rgb(255 255 255);
323
323
  }
324
324
 
325
325
  .bg-blue-grey-18 {
326
- background-color: map-get($pink, darken-1);
326
+ background-color: map-get($blue-grey, darken-1);
327
327
  color: rgb(255 255 255);
328
328
  }
329
329
 
330
330
  .bg-blue-grey-19 {
331
- background-color: map-get($pink, lighten-4);
331
+ background-color: map-get($blue-grey, lighten-4);
332
332
  color: rgb(255 255 255);
333
333
  }
334
334
 
335
335
  .bg-blue-grey-20 {
336
- background-color: map-get($pink, accent-1);
336
+ background-color: map-get($blue-grey, accent-1);
337
337
  color: rgb(255 255 255);
338
338
  }
339
339
 
340
340
  .bg-blue-grey-21 {
341
- background-color: map-get($pink, accent-4);
341
+ background-color: map-get($blue-grey, accent-4);
342
342
  color: rgb(255 255 255);
343
343
  }
344
344
 
345
345
  .bg-blue-grey-22 {
346
- background-color: map-get($pink, lighten-2);
346
+ background-color: map-get($blue-grey, lighten-2);
347
347
  color: rgb(255 255 255);
348
348
  }
349
349
 
350
350
  .bg-blue-grey-23 {
351
- background-color: map-get($pink, darken-3);
351
+ background-color: map-get($blue-grey, darken-3);
352
352
  color: rgb(255 255 255);
353
353
  }
354
354
 
355
355
  .bg-blue-grey-24 {
356
- background-color: map-get($pink, darken-4);
356
+ background-color: map-get($blue-grey, darken-4);
357
357
  color: rgb(255 255 255);
358
358
  }
359
359