@seeqdev/qomponents 0.0.35 → 0.0.37

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/dist/styles.css CHANGED
@@ -2024,6 +2024,10 @@ ol,
2024
2024
  border-style: solid;
2025
2025
  }
2026
2026
 
2027
+ .tw-border-none {
2028
+ border-style: none;
2029
+ }
2030
+
2027
2031
  .tw-border-gray-100 {
2028
2032
  --tw-border-opacity: 1;
2029
2033
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
@@ -2699,6 +2703,11 @@ ol,
2699
2703
  border-color: rgb(var(--sq-icon-dark));
2700
2704
  }
2701
2705
 
2706
+ .tw-dark .dark\:tw-bg-gray-700 {
2707
+ --tw-bg-opacity: 1;
2708
+ background-color: rgb(55 65 81 / var(--tw-bg-opacity));
2709
+ }
2710
+
2702
2711
  .tw-dark .dark\:tw-bg-sq-color-dark {
2703
2712
  --tw-bg-opacity: 1;
2704
2713
  background-color: rgb(var(--sq-color-dark));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",