@quilltap/theme-storybook 1.0.56 → 1.0.57

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.css CHANGED
@@ -1766,6 +1766,9 @@ body {
1766
1766
  .qt-text-destructive {
1767
1767
  color: var(--color-destructive);
1768
1768
  }
1769
+ .qt-text-danger {
1770
+ color: var(--color-destructive);
1771
+ }
1769
1772
  .qt-border-primary {
1770
1773
  border-color: var(--color-primary);
1771
1774
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quilltap/theme-storybook",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "Storybook preset and stories for developing Quilltap theme plugins",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -2094,6 +2094,10 @@
2094
2094
  color: var(--color-destructive);
2095
2095
  }
2096
2096
 
2097
+ .qt-text-danger {
2098
+ color: var(--color-destructive);
2099
+ }
2100
+
2097
2101
  /* Border utilities */
2098
2102
  .qt-border-primary {
2099
2103
  border-color: var(--color-primary);