@ably/ui 14.1.3 → 14.1.4

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.
@@ -121,4 +121,19 @@
121
121
  .ui-chip-alt[data-selected]:focus {
122
122
  @apply bg-gui-active text-white;
123
123
  }
124
+
125
+ .ui-btn.ui-btn-disabled,
126
+ .ui-btn-invert.ui-btn-disabled,
127
+ .ui-chip.ui-btn-disabled,
128
+ .ui-chip-alt.ui-btn-disabled {
129
+ @apply text-mid-grey bg-gui-unavailable cursor-not-allowed pointer-events-none select-none;
130
+ }
131
+
132
+ .ui-btn-secondary.ui-btn-disabled {
133
+ @apply text-gui-unavailable border-gui-unavailable bg-white cursor-not-allowed pointer-events-none select-none;
134
+ }
135
+
136
+ .ui-btn-secondary-invert.ui-btn-disabled {
137
+ @apply text-gui-unavailable border-gui-unavailable cursor-not-allowed pointer-events-none select-none;
138
+ }
124
139
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "14.1.3",
3
+ "version": "14.1.4",
4
4
  "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  module.exports = {
2
- content: ["./src/**/*.{js,ts,tsx,mdx}"],
2
+ content: ["./src/**/*.{js,ts,tsx,mdx,stories.tsx}"],
3
3
  safelist: [
4
4
  "w-1/2",
5
5
  "w-1/3",