Skip to content

Commit

Permalink
feat(wab): Update model for code component variants + bundle migrations
Browse files Browse the repository at this point in the history
Change-Id: I61548d8352077dabe26f3ecb0aaca6dd0d9640e4
GitOrigin-RevId: 20c01569fa6f30e46fb2085d28638419cc0d087c
  • Loading branch information
sarahsga authored and actions-user committed Dec 13, 2024
1 parent a539266 commit c84b69f
Show file tree
Hide file tree
Showing 60 changed files with 53,613 additions and 3,249 deletions.
244 changes: 182 additions & 62 deletions platform/loader-tests/data/antd5/collapse.json

Large diffs are not rendered by default.

240 changes: 179 additions & 61 deletions platform/loader-tests/data/antd5/date-range-picker.json

Large diffs are not rendered by default.

240 changes: 179 additions & 61 deletions platform/loader-tests/data/antd5/pagination.json

Large diffs are not rendered by default.

240 changes: 179 additions & 61 deletions platform/loader-tests/data/antd5/popover.json

Large diffs are not rendered by default.

344 changes: 257 additions & 87 deletions platform/loader-tests/data/antd5/progress.json

Large diffs are not rendered by default.

240 changes: 179 additions & 61 deletions platform/loader-tests/data/antd5/rate.json

Large diffs are not rendered by default.

240 changes: 179 additions & 61 deletions platform/loader-tests/data/antd5/segmented.json

Large diffs are not rendered by default.

244 changes: 182 additions & 62 deletions platform/loader-tests/data/antd5/slider.json

Large diffs are not rendered by default.

244 changes: 182 additions & 62 deletions platform/loader-tests/data/antd5/tabs.json

Large diffs are not rendered by default.

26 changes: 19 additions & 7 deletions platform/loader-tests/data/app-hosting.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@
"mediaQuery": null,
"description": null,
"forTpl": null,
"__type": "Variant"
"__type": "Variant",
"codeComponentName": null,
"codeComponentVariantKeys": null
},
"30184005": {
"importPath": "",
Expand Down Expand Up @@ -238,7 +240,9 @@
"mediaQuery": null,
"description": null,
"forTpl": null,
"__type": "Variant"
"__type": "Variant",
"codeComponentName": null,
"codeComponentVariantKeys": null
},
"34512026": {
"variants": [{ "__ref": "34512006" }],
Expand Down Expand Up @@ -288,7 +292,9 @@
"mediaQuery": "(min-width:0px) and (max-width:768px)",
"description": null,
"forTpl": null,
"__type": "Variant"
"__type": "Variant",
"codeComponentName": null,
"codeComponentVariantKeys": null
},
"34512043": {
"type": "global-screen",
Expand Down Expand Up @@ -401,7 +407,9 @@
"mediaQuery": null,
"description": null,
"forTpl": null,
"__type": "Variant"
"__type": "Variant",
"codeComponentName": null,
"codeComponentVariantKeys": null
},
"34512058": { "values": {}, "mixins": [], "__type": "RuleSet" },
"34512064": {
Expand Down Expand Up @@ -949,7 +957,9 @@
"mediaQuery": null,
"description": null,
"forTpl": null,
"__type": "Variant"
"__type": "Variant",
"codeComponentName": null,
"codeComponentVariantKeys": null
},
"35978007": {
"importPath": "",
Expand Down Expand Up @@ -1037,7 +1047,9 @@
"mediaQuery": null,
"description": null,
"forTpl": null,
"__type": "Variant"
"__type": "Variant",
"codeComponentName": null,
"codeComponentVariantKeys": null
},
"35978012": {
"importPath": "",
Expand Down Expand Up @@ -1257,7 +1269,7 @@
}
},
"deps": [],
"version": "236-rename-duplicated-components"
"version": "237-code-component-variants"
}
]
]
Loading

0 comments on commit c84b69f

Please sign in to comment.