@seeqdev/qomponents 0.0.187 → 0.0.188

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/index.esm.js CHANGED
@@ -61,7 +61,7 @@ const colorClassesThemeLight = {
61
61
  'success': 'tw:text-sq-success',
62
62
  };
63
63
  const colorClassesThemeDark = {
64
- 'theme': 'tw:dark:text-sq-theme-darker',
64
+ 'theme': 'tw:dark:text-sq-theme-dark',
65
65
  'white': '',
66
66
  'dark-gray': 'tw:text-sq-fairly-dark-gray',
67
67
  'warning': '',
package/dist/index.js CHANGED
@@ -81,7 +81,7 @@ const colorClassesThemeLight = {
81
81
  'success': 'tw:text-sq-success',
82
82
  };
83
83
  const colorClassesThemeDark = {
84
- 'theme': 'tw:dark:text-sq-theme-darker',
84
+ 'theme': 'tw:dark:text-sq-theme-dark',
85
85
  'white': '',
86
86
  'dark-gray': 'tw:text-sq-fairly-dark-gray',
87
87
  'warning': '',
package/dist/styles.css CHANGED
@@ -1813,6 +1813,11 @@
1813
1813
  color: #f0f6fc;
1814
1814
  }
1815
1815
  }
1816
+ .tw\:dark\:text-sq-theme-dark {
1817
+ &:where(.tw-dark, .tw-dark *) {
1818
+ color: var(--theme-dark);
1819
+ }
1820
+ }
1816
1821
  .tw\:dark\:text-sq-theme-darker {
1817
1822
  &:where(.tw-dark, .tw-dark *) {
1818
1823
  color: var(--theme-darker);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.187",
3
+ "version": "0.0.188",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/src/index.d.ts",