@seeqdev/qomponents 0.0.205 → 0.0.207

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
@@ -1193,10 +1193,6 @@
1193
1193
  transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
1194
1194
  transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
1195
1195
  }
1196
- .tw\:duration-200 {
1197
- --tw-duration: 200ms;
1198
- transition-duration: 200ms;
1199
- }
1200
1196
  .tw\:ease-in-out {
1201
1197
  --tw-ease: var(--tw-ease-in-out);
1202
1198
  transition-timing-function: var(--tw-ease-in-out);
@@ -1819,6 +1815,12 @@
1819
1815
  animation: slideDown 0.3s ease-in-out;
1820
1816
  }
1821
1817
  }
1818
+ .tw\:dark\:border {
1819
+ &:where(.tw-dark, .tw-dark *) {
1820
+ border-style: var(--tw-border-style);
1821
+ border-width: 1px;
1822
+ }
1823
+ }
1822
1824
  .tw\:dark\:border-gray-500 {
1823
1825
  &:where(.tw-dark, .tw-dark *) {
1824
1826
  border-color: var(--tw-color-gray-500);
@@ -3680,10 +3682,6 @@
3680
3682
  inherits: false;
3681
3683
  initial-value: 0 0 #0000;
3682
3684
  }
3683
- @property --tw-duration {
3684
- syntax: "*";
3685
- inherits: false;
3686
- }
3687
3685
  @property --tw-ease {
3688
3686
  syntax: "*";
3689
3687
  inherits: false;
@@ -3785,7 +3783,6 @@
3785
3783
  --tw-ring-offset-width: 0px;
3786
3784
  --tw-ring-offset-color: #fff;
3787
3785
  --tw-ring-offset-shadow: 0 0 #0000;
3788
- --tw-duration: initial;
3789
3786
  --tw-ease: initial;
3790
3787
  --tw-content: "";
3791
3788
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.205",
3
+ "version": "0.0.207",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.ts",
@@ -69,7 +69,7 @@
69
69
  "typescript": "5.9.3",
70
70
  "vite": "7.3.1",
71
71
  "vitest": "4.0.18",
72
- "vitest-fail-on-console": "0.7.1"
72
+ "vitest-fail-on-console": "0.10.1"
73
73
  },
74
74
  "dependencies": {
75
75
  "@babel/runtime": "^7.28.4",