@rogieking/figui3 8.11.0 → 9.0.0
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/.cursor/skills/fig-editor/SKILL.md +0 -3
- package/.cursor/skills/fig-editor/components.md +0 -1
- package/.cursor/skills/fig-lab/SKILL.md +3 -57
- package/.cursor/skills/fig-lab/components.md +1 -366
- package/.cursor/skills/fig-lab/reference.md +1 -196
- package/.cursor/skills/figui3/SKILL.md +0 -5
- package/.cursor/skills/figui3/react.md +1 -24
- package/.cursor/skills/figui3/reference.md +0 -1
- package/.cursor/skills/propkit/SKILL.md +8 -81
- package/README.md +1 -645
- package/dist/fig-lab.css +1 -1
- package/dist/fig-lab.js +1 -3
- package/fig-editor.js +1 -1
- package/fig-lab.css +87 -3361
- package/fig-lab.js +1846 -11537
- package/package.json +1 -1
package/fig-editor.js
CHANGED
|
@@ -283,7 +283,7 @@ function figEditorScrollElementToCenter(
|
|
|
283
283
|
|
|
284
284
|
|
|
285
285
|
/* Select — dropdown-styled trigger + fig-popup listbox */
|
|
286
|
-
/** Parse options attr — same formats as fig-options
|
|
286
|
+
/** Parse options attr — same formats as fig-options. */
|
|
287
287
|
function figSelectParseOptionsAttribute(raw) {
|
|
288
288
|
const text = raw || "";
|
|
289
289
|
if (text.startsWith("[")) {
|