@nonoun/native-ai 1.0.27 → 1.0.28

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/native-ai.js CHANGED
@@ -1263,7 +1263,7 @@ const j = new k([
1263
1263
  properties: [{
1264
1264
  attr: "traits",
1265
1265
  type: "string",
1266
- note: "Space-separated trait names: draggable, flippable, tossable, pressable, hoverable, swipeable, collapsible, dismissible, editable, resizable, sortable, selectable, searchable, copyable, presentable, parallax, confetti, magnetizable, noodleable"
1266
+ note: "Space-separated trait names. Core: pressable, hoverable, swipeable, draggable, droppable, resizable, collapsible, dismissable, editable, sortable, selectable, searchable, copyable, clippable, presentable, modalable, toastable, shortcutable, slash-commandable, validatable, intersectable, virtualizable, noodleable. Fun: flippable, tossable, parallaxable, confettible, magnetizable"
1267
1267
  }],
1268
1268
  methods: []
1269
1269
  }
package/dist/register.js CHANGED
@@ -1399,7 +1399,7 @@ const k = new he([
1399
1399
  properties: [{
1400
1400
  attr: "traits",
1401
1401
  type: "string",
1402
- note: "Space-separated trait names: draggable, flippable, tossable, pressable, hoverable, swipeable, collapsible, dismissible, editable, resizable, sortable, selectable, searchable, copyable, presentable, parallax, confetti, magnetizable, noodleable"
1402
+ note: "Space-separated trait names. Core: pressable, hoverable, swipeable, draggable, droppable, resizable, collapsible, dismissable, editable, sortable, selectable, searchable, copyable, clippable, presentable, modalable, toastable, shortcutable, slash-commandable, validatable, intersectable, virtualizable, noodleable. Fun: flippable, tossable, parallaxable, confettible, magnetizable"
1403
1403
  }],
1404
1404
  methods: []
1405
1405
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nonoun/native-ai",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "AI components for @nonoun/native-ui — A2UI protocol adapter + chat input/message layout",
5
5
  "license": "MIT",
6
6
  "type": "module",