@seeqdev/qomponents 0.0.50 → 0.0.51

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.
Files changed (2) hide show
  1. package/dist/styles.css +36 -38
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -1576,44 +1576,6 @@ ol,
1576
1576
  padding: revert;
1577
1577
  }
1578
1578
 
1579
- .modal-header {
1580
- h1 {
1581
- font-size: 2.125rem !important;
1582
- margin-top: 0 !important;
1583
- margin-bottom: 0 !important;
1584
- }
1585
-
1586
- h2 {
1587
- font-size: 1.875rem !important;
1588
- margin-top: 0 !important;
1589
- margin-bottom: 0 !important;
1590
- }
1591
-
1592
- h3 {
1593
- font-size: 1.5rem !important;
1594
- margin-top: 0 !important;
1595
- margin-bottom: 0 !important;
1596
- }
1597
-
1598
- h4 {
1599
- font-size: 1.25rem !important;
1600
- margin-top: 0 !important;
1601
- margin-bottom: 0 !important;
1602
- }
1603
-
1604
- h5 {
1605
- font-size: 1.125rem !important;
1606
- margin-top: 0 !important;
1607
- margin-bottom: 0 !important;
1608
- }
1609
-
1610
- h6 {
1611
- font-size: 1rem !important;
1612
- margin-top: 0 !important;
1613
- margin-bottom: 0 !important;
1614
- }
1615
- }
1616
-
1617
1579
  *, ::before, ::after {
1618
1580
  --tw-border-spacing-x: 0;
1619
1581
  --tw-border-spacing-y: 0;
@@ -2725,6 +2687,42 @@ ol,
2725
2687
  outline: none;
2726
2688
  }
2727
2689
 
2690
+ .modal-header h1 {
2691
+ font-size: 2.125rem !important;
2692
+ margin-top: 0 !important;
2693
+ margin-bottom: 0 !important;
2694
+ }
2695
+
2696
+ .modal-header h2 {
2697
+ font-size: 1.875rem !important;
2698
+ margin-top: 0 !important;
2699
+ margin-bottom: 0 !important;
2700
+ }
2701
+
2702
+ .modal-header h3 {
2703
+ font-size: 1.5rem !important;
2704
+ margin-top: 0 !important;
2705
+ margin-bottom: 0 !important;
2706
+ }
2707
+
2708
+ .modal-header h4 {
2709
+ font-size: 1.25rem !important;
2710
+ margin-top: 0 !important;
2711
+ margin-bottom: 0 !important;
2712
+ }
2713
+
2714
+ .modal-header h5 {
2715
+ font-size: 1.125rem !important;
2716
+ margin-top: 0 !important;
2717
+ margin-bottom: 0 !important;
2718
+ }
2719
+
2720
+ .modal-header h6 {
2721
+ font-size: 1rem !important;
2722
+ margin-top: 0 !important;
2723
+ margin-bottom: 0 !important;
2724
+ }
2725
+
2728
2726
  .modalContent {
2729
2727
  max-height: calc(100% - 3.5rem);
2730
2728
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",