@meistrari/tela-build 1.35.0 → 1.35.1

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.
@@ -20,6 +20,8 @@ const props = defineProps<{
20
20
  icon?: string
21
21
  showDescription?: boolean
22
22
  maxlength?: number
23
+ /** @deprecated TelaInput has a single size — omit this prop. */
24
+ size?: 'sm' | 'md'
23
25
  }>()
24
26
 
25
27
  const emit = defineEmits<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/tela-build",
3
- "version": "1.35.0",
3
+ "version": "1.35.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "app.config.ts",