-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adaptive UI: Improved Figma CLI (#211)
- Improved support for generating conditions - Improved support for editing anatomy file - Added individual components to the list (not sets)
- Loading branch information
Showing
14 changed files
with
171 additions
and
126 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@adaptive-web-adaptive-ui-designer-figma-c4faed57-4c53-4767-b0eb-1c18daf9c8e6.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "minor", | ||
"comment": "Improved Figma CLI", | ||
"packageName": "@adaptive-web/adaptive-ui-designer-figma", | ||
"email": "47367562+bheston@users.noreply.github.com", | ||
"dependentChangeType": "patch" | ||
} |
7 changes: 7 additions & 0 deletions
7
change/@adaptive-web-adaptive-ui-e4bc13b2-9613-478b-943f-91caad3db43d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "minor", | ||
"comment": "Improved Figma CLI", | ||
"packageName": "@adaptive-web/adaptive-ui", | ||
"email": "47367562+bheston@users.noreply.github.com", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* The plugin data namespace used for Adaptive UI. | ||
*/ | ||
export const FIGMA_SHARED_DATA_NAMESPACE: string = "adaptive_ui"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export { Anatomy, Condition, BooleanCondition, StringCondition, StyleRule } from "./anatomy.js"; | ||
export { Anatomy, Condition, BooleanCondition, StringCondition, StyleRule } from "./anatomy.js"; | ||
export { FIGMA_SHARED_DATA_NAMESPACE } from "./constants.js"; |
Oops, something went wrong.