@badrap/libapp
Advanced tools
Comparing version 0.6.16 to 0.6.17
# @badrap/libapp | ||
## 0.6.17 | ||
### Patch Changes | ||
- 249ed2a: Switch from mdi to material-symbols | ||
- b93a874: Add iconOnly props for all buttons | ||
## 0.6.16 | ||
@@ -4,0 +11,0 @@ |
@@ -11,3 +11,3 @@ import { Json, UiNode, Responsive } from "../internal.js"; | ||
} & ({ | ||
icon: `mdi:${string}`; | ||
icon: `material-symbols:${string}`; | ||
iconOnly?: Responsive<boolean>; | ||
@@ -14,0 +14,0 @@ } | { |
@@ -5,2 +5,3 @@ import { UiNode, Responsive } from "../internal.js"; | ||
size?: Responsive<"sm" | "md">; | ||
iconOnly?: Responsive<boolean>; | ||
disabled?: boolean; | ||
@@ -7,0 +8,0 @@ value: string; |
@@ -5,2 +5,3 @@ import { Json, UiNode, Responsive } from "../internal.js"; | ||
size?: Responsive<"sm" | "md">; | ||
iconOnly?: Responsive<boolean>; | ||
disabled?: boolean; | ||
@@ -7,0 +8,0 @@ filename?: string; |
import { Responsive, UiNode } from "../internal.js"; | ||
type IconProps = { | ||
icon: `mdi:${string}`; | ||
icon: `material-symbols:${string}`; | ||
size?: Responsive<"xs" | "sm" | "md">; | ||
@@ -5,0 +5,0 @@ color?: "base" | "gray" | "red" | "orange" | "yellow" | "green" | "blue"; |
@@ -5,2 +5,3 @@ import { Json, UiNode, Responsive } from "../internal.js"; | ||
size?: Responsive<"sm" | "md">; | ||
iconOnly?: Responsive<boolean>; | ||
action: Json; | ||
@@ -7,0 +8,0 @@ disabled?: boolean; |
{ | ||
"name": "@badrap/libapp", | ||
"version": "0.6.16", | ||
"version": "0.6.17", | ||
"description": "TypeScript helpers for creating Badrap apps", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -13,3 +13,3 @@ import { Json, UiNode, element, Responsive } from "../internal.js"; | ||
| { | ||
icon: `mdi:${string}`; | ||
icon: `material-symbols:${string}`; | ||
iconOnly?: Responsive<boolean>; | ||
@@ -16,0 +16,0 @@ } |
@@ -6,2 +6,3 @@ import { UiNode, element, Responsive } from "../internal.js"; | ||
size?: Responsive<"sm" | "md">; | ||
iconOnly?: Responsive<boolean>; | ||
disabled?: boolean; | ||
@@ -8,0 +9,0 @@ value: string; |
@@ -6,2 +6,3 @@ import { Json, UiNode, element, Responsive } from "../internal.js"; | ||
size?: Responsive<"sm" | "md">; | ||
iconOnly?: Responsive<boolean>; | ||
disabled?: boolean; | ||
@@ -8,0 +9,0 @@ filename?: string; |
import { Responsive, UiNode, element } from "../internal.js"; | ||
type IconProps = { | ||
icon: `mdi:${string}`; | ||
icon: `material-symbols:${string}`; | ||
size?: Responsive<"xs" | "sm" | "md">; | ||
@@ -6,0 +6,0 @@ color?: "base" | "gray" | "red" | "orange" | "yellow" | "green" | "blue"; |
@@ -6,2 +6,3 @@ import { Json, UiNode, element, Responsive } from "../internal.js"; | ||
size?: Responsive<"sm" | "md">; | ||
iconOnly?: Responsive<boolean>; | ||
action: Json; | ||
@@ -8,0 +9,0 @@ disabled?: boolean; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
101919
2302