codexly-ui 0.6.15 → 0.6.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.6.15",
3
+ "version": "0.6.16",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2046,6 +2046,9 @@ interface ClxModalButtonOptions {
2046
2046
  text: string;
2047
2047
  color?: ClxButtonColor;
2048
2048
  variant?: ClxButtonVariant;
2049
+ icon?: string;
2050
+ loading?: boolean;
2051
+ disabled?: boolean;
2049
2052
  }
2050
2053
  interface ClxModalConfig<D = unknown> {
2051
2054
  /** Width preset. Default: 'md' */