@teamix-evo/skills 0.12.0 → 0.13.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/README.md +1 -1
- package/manifest.json +11 -28
- package/package.json +2 -2
- package/src/teamix-evo-code-opentrek/SKILL.md +13 -13
- package/src/teamix-evo-code-opentrek/api-layering.md +53 -44
- package/src/teamix-evo-code-opentrek/checklist.md +24 -24
- package/src/teamix-evo-code-opentrek/file-structure.md +55 -36
- package/src/teamix-evo-code-opentrek/forms-and-validation.md +17 -16
- package/src/teamix-evo-code-opentrek/reuse-first.md +6 -9
- package/src/teamix-evo-code-opentrek/testing.md +14 -14
- package/src/teamix-evo-code-uni-manager/SKILL.md +15 -15
- package/src/teamix-evo-code-uni-manager/api-layering.md +74 -58
- package/src/teamix-evo-code-uni-manager/checklist.md +28 -28
- package/src/teamix-evo-code-uni-manager/error-and-loading.md +2 -2
- package/src/teamix-evo-code-uni-manager/file-structure.md +77 -62
- package/src/teamix-evo-code-uni-manager/forms-and-validation.md +17 -15
- package/src/teamix-evo-code-uni-manager/reuse-first.md +7 -10
- package/src/teamix-evo-code-uni-manager/routing-and-codesplit.md +1 -1
- package/src/teamix-evo-code-uni-manager/testing.md +37 -37
- package/src/teamix-evo-design-opentrek/SKILL.md +41 -20
- package/src/teamix-evo-design-opentrek/boundaries.md +1 -1
- package/src/teamix-evo-design-opentrek/checklist.md +5 -5
- package/src/teamix-evo-design-opentrek/components.md +19 -19
- package/src/teamix-evo-design-opentrek/examples/standard-card-list.html +1 -1
- package/src/teamix-evo-design-opentrek/examples/standard-table-list.html +1 -1
- package/src/teamix-evo-design-opentrek/foundations.md +17 -17
- package/src/teamix-evo-design-opentrek/pages/dashboard-page/SKILL.md +18 -19
- package/src/teamix-evo-design-opentrek/pages/dashboard-page/patterns/dashboard-opentrek.md +6 -6
- package/src/teamix-evo-design-opentrek/pages/detail-page/SKILL.md +24 -25
- package/src/teamix-evo-design-opentrek/pages/detail-page/patterns/api-doc-detail.md +3 -7
- package/src/teamix-evo-design-opentrek/pages/detail-page/patterns/comparison-detail.md +3 -7
- package/src/teamix-evo-design-opentrek/pages/detail-page/patterns/monitor-detail.md +3 -7
- package/src/teamix-evo-design-opentrek/pages/detail-page/patterns/resource-detail.md +10 -10
- package/src/teamix-evo-design-opentrek/pages/form-page/SKILL.md +26 -27
- package/src/teamix-evo-design-opentrek/pages/list-page/SKILL.md +35 -36
- package/src/teamix-evo-design-opentrek/pages/list-page/_shared/item-card-spec.md +41 -32
- package/src/teamix-evo-design-opentrek/pages/list-page/patterns/card-list-opentrek.md +10 -10
- package/src/teamix-evo-design-opentrek/pages/list-page/patterns/card-list.md +23 -23
- package/src/teamix-evo-design-opentrek/pages/list-page/patterns/standard-list-opentrek.md +8 -8
- package/src/teamix-evo-design-opentrek/pages/list-page/patterns/standard-list.md +8 -8
- package/src/teamix-evo-design-opentrek/patterns/color-mapping.md +2 -2
- package/src/teamix-evo-design-opentrek/patterns/dashboard.md +1 -1
- package/src/teamix-evo-design-opentrek/patterns/detail-page.md +9 -9
- package/src/teamix-evo-design-opentrek/patterns/form-page.md +6 -6
- package/src/teamix-evo-design-opentrek/patterns/list-page.md +9 -9
- package/src/teamix-evo-design-opentrek/patterns/page-types.md +3 -3
- package/src/teamix-evo-design-opentrek/principles.md +541 -0
- package/src/teamix-evo-design-opentrek/rules/common-components.json +206 -76
- package/src/teamix-evo-design-opentrek/rules/component-specs.json +2 -2
- package/src/teamix-evo-design-opentrek/rules/design-tokens.css +223 -218
- package/src/teamix-evo-design-opentrek/rules/design-tokens.json +10 -32
- package/src/teamix-evo-design-opentrek/rules/page-frame.json +197 -193
- package/src/teamix-evo-design-opentrek/{generation-flow.md → workflow.md} +141 -22
- package/src/teamix-evo-design-uni-manager/SKILL.md +30 -6
- package/src/teamix-evo-design-uni-manager/boundaries.md +2 -2
- package/src/teamix-evo-design-uni-manager/brand.md +1 -1
- package/src/teamix-evo-design-uni-manager/checklist.md +2 -2
- package/src/teamix-evo-design-uni-manager/components.md +11 -11
- package/src/teamix-evo-design-uni-manager/foundations.md +7 -7
- package/src/teamix-evo-design-uni-manager/generation-flow.md +3 -3
- package/src/teamix-evo-manage/SKILL.md +111 -709
- package/src/teamix-evo-manage/init.md +98 -0
- package/src/teamix-evo-manage/migrate.md +100 -0
- package/src/teamix-evo-manage/rearchitect-capture-guide.md +174 -0
- package/src/teamix-evo-manage/rearchitect.md +373 -0
- package/src/teamix-evo-manage/update-component-staging.md +188 -0
- package/src/teamix-evo-manage/update-token-rename.md +126 -0
- package/src/teamix-evo-manage/update-token-treatment.md +116 -0
- package/src/teamix-evo-manage/update.md +213 -0
- package/src/teamix-evo-design-opentrek/brand.md +0 -154
- package/src/teamix-evo-design-opentrek/pages/list-page/_shared/search-combo-spec.md +0 -194
- package/src/teamix-evo-design-opentrek/philosophy.md +0 -98
- package/src/teamix-evo-design-opentrek/rules/README.md +0 -39
- package/src/teamix-evo-design-opentrek/rules/_assets/OP_AGENT RUNTIME.svg +0 -1
- package/src/teamix-evo-design-opentrek/rules/_assets/OP_AI GATEWAY.svg +0 -1
- package/src/teamix-evo-design-opentrek/rules/_assets/OP_AI STUDIO.svg +0 -1
- package/src/teamix-evo-design-opentrek/rules/_assets/OP_DEV-2.svg +0 -1
- package/src/teamix-evo-design-opentrek/rules/_assets/OP_LOGO.svg +0 -1
- package/src/teamix-evo-design-opentrek/rules/_assets/OP_OPS.svg +0 -1
- package/src/teamix-evo-design-opentrek/rules/layout-rules.json +0 -218
- package/src/teamix-evo-design-opentrek/rules/page-header-spec.md +0 -123
- package/src/teamix-evo-design-opentrek/rules/sidebar-spec.md +0 -217
- package/src/teamix-evo-upgrade/SKILL.md +0 -431
- /package/src/teamix-evo-design-opentrek/{rules/boundaries.rules.json → boundaries.json} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="404" height="84" viewBox="0 0 404 84"><defs><clipPath id="master_svg0_51_8162"><rect x="0" y="0" width="83.99999237060547" height="84" rx="18"/></clipPath></defs><g clip-path="url(#master_svg0_51_8162)"><rect x="0" y="0" width="83.99999237060547" height="84" rx="18" fill="#000000" fill-opacity="1"/><rect x="4.66650390625" y="4.66650390625" width="74.66666412353516" height="74.66666412353516" rx="0" fill="#D8D8D8" fill-opacity="0"/><path d="M56.63000696557617,43.21062138563538L48.408888365576175,45.87039238563538C46.69950846557617,46.42342738563538,45.14335167557617,44.68948038563538,45.87737047557617,43.04964838563538L60.649339965576175,10.048437785635375C61.317460965576174,8.555828155635377,62.800172965576174,7.595043420791376,64.43549196557618,7.595043420791376L70.25955996557617,7.595043420791376C71.89487796557617,7.595043420791376,73.37758996557616,8.555828155635377,74.04571196557617,10.048437785635375L88.81767996557616,43.04964838563538C89.55170096557617,44.68948038563538,87.99554396557618,46.42342738563538,86.28616296557618,45.87039238563538L78.06504796557617,43.21062138563538C77.78566696557617,43.12023138563538,77.55770096557617,42.915638385635376,77.43773296557617,42.64762538563538L69.24060296557617,24.334890385635376C68.50847796557618,22.699295385635374,66.18657496557617,22.699295385635374,65.45445096557617,24.334890385635376L57.25732396557617,42.64762538563538C57.13735596557617,42.915638385635376,56.90938896557617,43.12023138563538,56.63000696557617,43.21062138563538ZM54.73858166557617,51.512020385635374C53.79378126557617,51.196556385635375,53.79378126557617,49.86017638563538,54.73858166557617,49.54471238563538L63.03154796557617,46.775734385635374C63.30146796557617,46.685608385635376,63.52249496557617,46.48852138563537,63.64284096557617,46.23065638563538L66.40840496557617,40.304893385635374C66.78081096557617,39.506945385635376,67.91546596557617,39.506945385635376,68.28786996557616,40.304893385635374L71.05343196557618,46.23065638563538C71.17377996557617,46.48852138563537,71.39480796557618,46.685608385635376,71.66472796557618,46.775734385635374L79.95769896557617,49.54471238563538C80.90249596557618,49.86017638563538,80.90249596557618,51.196556385635375,79.95769896557617,51.512020385635374L71.66472796557618,54.281002385635375C71.39480796557618,54.371124385635376,71.17377996557617,54.568210385635375,71.05343196557618,54.826076385635375L68.28786996557616,60.75184238563538C67.91546596557617,61.54978938563538,66.78081096557617,61.54978938563538,66.40840496557617,60.75184238563538L63.64284296557617,54.826076385635375C63.52249496557617,54.568210385635375,63.30146796557617,54.371124385635376,63.03154796557617,54.281002385635375L54.73858166557617,51.512020385635374Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1" transform="matrix(0.7071067690849304,0.7071067690849304,-0.7071067690849304,0.7071067690849304,18.753054210379375,-30.083911281488597)"/></g><path d="M136.25580817675782,62.651074056152346L136.25580817675782,64.32549405615234C136.25580817675782,67.71619005615234,136.25580817675782,68.93014505615234,135.7953431767578,69.89293505615234C135.3348771767578,70.68828405615234,134.66510917675782,71.35805305615234,133.8697601767578,71.81851805615234C132.90697117675782,72.27898205615234,131.69301617675782,72.27898205615234,128.3023201767578,72.27898205615234L118.6744127767578,72.27898205615234L118.6744127767578,54.697586056152346L128.3023201767578,54.697586056152346C131.69301617675782,54.697586056152346,132.90697117675782,54.697586056152346,133.8697601767578,55.158051056152345C134.66510917675782,55.618515456152345,135.3348771767578,56.28828285615234,135.7953431767578,57.08363055615234C136.25580817675782,58.046421956152344,136.25580817675782,59.260376056152346,136.25580817675782,62.651074056152346ZM138.7674351767578,49.79991114615235C136.88371417675782,48.837120056152344,134.45580717675782,48.837120056152344,127.63255117675781,48.837120056152344L113.98604087675781,48.837120056152344C112.85580787675781,48.837120056152344,112.47906377675781,48.837120056152344,112.14418011675781,49.004560936152345C111.89301723675781,49.130142066152345,111.64185452675781,49.381306116152345,111.51627319675781,49.63246840615234C111.34883117675781,49.96735205615234,111.34883117675781,50.344097256152345,111.34883117675781,51.47432895615234L111.34883117675781,75.50223905615235C111.34883117675781,76.63247105615234,111.34883117675781,77.00921605615234,111.51627319675781,77.34409905615234C111.64185452675781,77.59526205615234,111.89301723675781,77.84642605615234,112.14418011675781,77.97200605615234C112.47906377675781,78.13944605615234,112.85580787675781,78.13944605615234,113.98604087675781,78.13944605615234L127.63255117675781,78.13944605615234C134.45580717675782,78.13944605615234,136.88371417675782,78.13944605615234,138.7674351767578,77.17665905615235C140.4418521767578,76.33944905615235,141.78138717675782,74.99991405615235,142.6185991767578,73.32549505615235C143.49766917675782,71.56735405615234,143.5813941767578,69.30688905615234,143.5813941767578,63.488284056152345L143.5813941767578,64.78596005615235L143.5813941767578,62.19060805615234L143.5813941767578,63.488284056152345C143.5813941767578,57.66967865615234,143.49766917675782,55.409213056152346,142.6185991767578,53.651073456152346C141.78138717675782,51.97665545615234,140.4418521767578,50.637119156152345,138.7674351767578,49.79991114615235ZM149.4418521767578,75.50223905615235L149.4418521767578,51.47432895615234C149.4418521767578,50.344097256152345,149.4418521767578,49.96735205615234,149.6511571767578,49.67432814615234C149.7348781767578,49.381306116152345,149.98604217675782,49.130142066152345,150.2790641767578,48.96270117615234C150.5720901767578,48.837120056152344,150.99069217675782,48.837120056152344,152.0790631767578,48.837120056152344L176.1069721767578,48.837120056152344C177.27905317675783,48.837120056152344,177.65580717675783,48.837120056152344,177.9488291767578,48.96270117615234C178.24185217675782,49.130142066152345,178.45115617675782,49.381306116152345,178.6185991767578,49.67432814615234C178.74417917675783,49.96735205615234,178.74417917675783,50.344097256152345,178.74417917675783,51.47432895615234L178.74417917675783,52.01851535615234C178.74417917675783,53.19060845615235,178.74417917675783,53.56735225615235,178.6185991767578,53.90223555615234C178.45115617675782,54.15339995615234,178.24185217675782,54.40456195615234,177.9488291767578,54.53014325615234C177.65580717675783,54.697586056152346,177.27905317675783,54.697586056152346,176.1069721767578,54.697586056152346L156.76743717675782,54.697586056152346L156.76743717675782,60.51619005615234L173.1348801767578,60.51619005615234C174.3069651767578,60.51619005615234,174.68370817675782,60.51619005615234,175.0185961767578,60.72549205615235C175.3116191767578,60.85107405615234,175.5209201767578,61.10223705615235,175.6464991767578,61.395260056152345C175.81394917675783,61.68828405615234,175.81394917675783,62.10688905615234,175.81394917675783,63.23712105615235L175.81394917675783,63.82316705615234C175.81394917675783,64.91153905615235,175.81394917675783,65.28828405615235,175.6464991767578,65.62316705615234C175.5209201767578,65.91619305615234,175.3116191767578,66.12549405615235,175.0185961767578,66.25107205615234C174.68370817675782,66.41851605615234,174.3069651767578,66.41851605615234,173.1348801767578,66.41851605615234L156.76743717675782,66.41851605615234L156.76743717675782,72.32084105615235L176.1069721767578,72.32084105615235C177.27905317675783,72.32084105615235,177.65580717675783,72.32084105615235,177.9488291767578,72.44642605615235C178.24185217675782,72.61386705615234,178.45115617675782,72.78130505615235,178.6185991767578,73.07433105615235C178.74417917675783,73.40921405615234,178.74417917675783,73.78595905615234,178.74417917675783,74.95805205615234L178.74417917675783,75.50223905615235C178.74417917675783,76.59061205615234,178.74417917675783,77.05107705615234,178.6185991767578,77.34409905615234C178.45115617675782,77.63712305615235,178.24185217675782,77.84642605615234,177.9488291767578,77.97200605615234C177.65580717675783,78.13944605615234,177.27905317675783,78.13944605615234,176.1069721767578,78.13944605615234L152.0790631767578,78.13944605615234C150.99069217675782,78.13944605615234,150.5720901767578,78.13944605615234,150.2790641767578,77.97200605615234C149.98604217675782,77.84642605615234,149.7348781767578,77.63712305615235,149.6511571767578,77.34409905615234C149.4418521767578,77.05107705615234,149.4418521767578,76.59061205615234,149.4418521767578,75.50223905615235ZM197.16278117675782,76.88363305615235L183.3906861767578,50.553397856152344C183.05580117675783,50.00921175615235,182.88835917675783,49.67432814615234,182.97208417675782,49.46502566615234C182.97208417675782,49.25572502615234,183.0976641767578,49.08828228615234,183.22324417675782,48.96270117615234C183.4325481767578,48.837120056152344,183.76743317675783,48.837120056152344,184.39533217675782,48.837120056152344L189.08371017675782,48.837120056152344C189.6278991767578,48.837120056152344,189.8790591767578,48.837120056152344,190.0883631767578,48.92083956315234C190.2976611767578,48.96270117615234,190.5069581767578,49.08828228615234,190.63254517675782,49.25572502615234C190.84185017675782,49.381306116152345,190.9255671767578,49.63246840615234,191.1767351767578,50.09293315615234L201.5162731767578,69.76735505615234L211.81393117675782,50.09293315615234C212.06510117675782,49.63246840615234,212.1906811767578,49.381306116152345,212.3581211767578,49.25572502615234C212.52556117675783,49.08828228615234,212.73486117675782,48.96270117615234,212.90232117675782,48.92083956315234C213.15347117675782,48.837120056152344,213.3627811767578,48.837120056152344,213.90696117675782,48.837120056152344L218.5953411767578,48.837120056152344C219.2232311767578,48.837120056152344,219.55812117675782,48.837120056152344,219.7674311767578,48.96270117615234C219.9348711767578,49.08828228615234,220.0185811767578,49.25572502615234,220.0185811767578,49.46502566615234C220.1023111767578,49.67432814615234,219.9348711767578,50.00921175615235,219.6837111767578,50.553397856152344L205.8278961767578,76.88363305615235C205.61859117675783,77.34409905615234,205.45115617675782,77.59526205615234,205.28370617675782,77.72084205615235C205.1162641767578,77.88828705615234,204.9488291767578,78.01386405615234,204.7395251767578,78.05572905615234C204.5302201767578,78.13944605615234,204.23719817675783,78.13944605615234,203.7348711767578,78.13944605615234L199.25579817675782,78.13944605615234C198.75347917675782,78.13944605615234,198.46044917675783,78.13944605615234,198.2511441767578,78.05572905615234C198.0418551767578,78.01386405615234,197.87440517675782,77.88828705615234,197.7069701767578,77.72084205615235C197.53952017675783,77.59526205615234,197.4558031767578,77.34409905615234,197.16278117675782,76.88363305615235Z" fill="#81848F" fill-opacity="1"/><path d="M136.96743617675781,17.037301556152343L136.96743617675781,23.986141556152344C136.96743617675781,26.246606556152344,136.96743617675781,27.041955556152345,136.6744121767578,27.711721556152344C136.3813881767578,28.255907556152344,135.9209231767578,28.716371556152342,135.3348771767578,28.967536556152343C134.74883117675782,29.302419556152344,133.91161917675782,29.302419556152344,131.69301617675782,29.302419556152344L123.23720217675782,29.302419556152344C120.97673797675782,29.302419556152344,120.18138887675781,29.302419556152344,119.51162147675781,28.967536556152343C118.9674353767578,28.716371556152342,118.54883047675781,28.255907556152344,118.25580737675782,27.711721556152344C117.92092417675781,27.041955556152345,117.92092417675781,26.246606556152344,117.92092417675781,23.986141556152344L117.92092417675781,17.037301556152343C117.92092417675781,14.776837356152344,117.92092417675781,13.981488256152344,118.25580737675782,13.311720356152343C118.54883047675781,12.767533756152343,118.9674353767578,12.307069256152344,119.51162147675781,12.055906756152343C120.18138887675781,11.721023556152343,120.97673797675782,11.721023556152343,123.23720217675782,11.721023556152343L131.69301617675782,11.721023556152343C133.91161917675782,11.721023556152343,134.74883117675782,11.721023556152343,135.3348771767578,12.055906756152343C135.9209231767578,12.307069256152344,136.3813881767578,12.767533756152343,136.6744121767578,13.311720356152343C136.96743617675781,13.981488256152344,136.96743617675781,14.776837356152344,136.96743617675781,17.037301556152343ZM142.74418217675782,9.879162756152343C142.07441317675782,8.497766456152345,140.94417717675782,7.367534756152343,139.56278417675782,6.697765646152344C138.01394617675783,5.860557556152344,135.9209231767578,5.860557556152344,130.2697621767578,5.860557556152344L124.61859917675781,5.860557556152344C118.92557477675781,5.860557556152344,116.91627267675781,5.860557556152344,115.32557507675781,6.697765646152344C113.94417997675781,7.367534756152343,112.85580787675781,8.497766456152345,112.14418011675781,9.879162756152343C111.34883117675781,11.427999456152344,111.34883117675781,13.479162656152344,111.34883117675781,19.172185556152343L111.34883117675781,21.851257556152344C111.34883117675781,27.544280556152344,111.34883117675781,29.595441556152345,112.14418011675781,31.144283556152345C112.85580787675781,32.52567655615235,113.94417997675781,33.65590855615234,115.32557507675781,34.32567455615234C116.91627267675781,35.162883556152345,118.92557477675781,35.162883556152345,124.61859917675781,35.162883556152345L130.2697621767578,35.162883556152345C135.9209231767578,35.162883556152345,138.01394617675783,35.162883556152345,139.56278417675782,34.32567455615234C140.94417717675782,33.65590855615234,142.07441317675782,32.52567655615235,142.74418217675782,31.144283556152345C143.5813941767578,29.595441556152345,143.5813941767578,27.544280556152344,143.5813941767578,21.851257556152344L143.5813941767578,19.172185556152343C143.5813941767578,13.479162656152344,143.5813941767578,11.427999456152344,142.74418217675782,9.879162756152343ZM172.88371317675782,13.186138656152345L172.88371317675782,19.046605556152343C172.88371317675782,19.841953556152344,172.21394317675782,20.511721556152345,171.41860217675782,20.511721556152345L156.76743717675782,20.511721556152345L156.76743717675782,11.721023556152343L171.41860217675782,11.721023556152343C172.21394317675782,11.721023556152343,172.88371317675782,12.348928956152344,172.88371317675782,13.186138656152345ZM172.88371317675782,5.860557556152344L150.15348417675781,5.860557556152344C149.77673717675782,5.860557556152344,149.4418521767578,6.195441156152344,149.4418521767578,6.614046156152344L149.4418521767578,34.40939855615234C149.4418521767578,34.82800055615235,149.77673717675782,35.162883556152345,150.15348417675781,35.162883556152345L156.01394617675783,35.162883556152345C156.4325521767578,35.162883556152345,156.76743717675782,34.82800055615235,156.76743717675782,34.40939855615234L156.76743717675782,26.372186556152343L172.88371317675782,26.372186556152343C176.94417617675782,26.372186556152343,180.20929717675781,23.107068556152345,180.20929717675781,19.046605556152343L180.20929717675781,13.186138656152345C180.20929717675781,9.125674256152344,176.94417617675782,5.860557556152344,172.88371317675782,5.860557556152344ZM186.06976317675782,32.52567655615235L186.06976317675782,8.497766456152345C186.06976317675782,7.367534756152343,186.06976317675782,6.990789556152343,186.2790601767578,6.697765646152344C186.3627781767578,6.404743616152344,186.6139451767578,6.153579566152343,186.9069751767578,5.986138676152343C187.1999891767578,5.860557556152344,187.61859117675783,5.860557556152344,188.70697817675781,5.860557556152344L212.7348711767578,5.860557556152344C213.9069711767578,5.860557556152344,214.2837211767578,5.860557556152344,214.57674117675782,5.986138676152343C214.8697711767578,6.153579566152343,215.07906117675782,6.404743616152344,215.24650117675782,6.697765646152344C215.37208117675783,6.990789556152343,215.37208117675783,7.367534756152343,215.37208117675783,8.497766456152345L215.37208117675783,9.041952856152344C215.37208117675783,10.214045956152344,215.37208117675783,10.590789756152343,215.24650117675782,10.925673056152345C215.07906117675782,11.176837456152343,214.8697711767578,11.427999456152344,214.57674117675782,11.553580756152343C214.2837211767578,11.721023556152343,213.9069711767578,11.721023556152343,212.7348711767578,11.721023556152343L193.39534017675783,11.721023556152343L193.39534017675783,17.539627556152343L209.76277917675782,17.539627556152343C210.9348831767578,17.539627556152343,211.3116221767578,17.539627556152343,211.64651117675783,17.748929556152344C211.9395211767578,17.874511556152342,212.14883117675782,18.125674556152344,212.2744111767578,18.418697556152345C212.4418611767578,18.711721556152344,212.4418611767578,19.130326556152344,212.4418611767578,20.260558556152343L212.4418611767578,20.846604556152343C212.4418611767578,21.934976556152343,212.4418611767578,22.311721556152342,212.2744111767578,22.646604556152344C212.14883117675782,22.939630556152345,211.9395211767578,23.148931556152345,211.64651117675783,23.274509556152342C211.3116221767578,23.441953556152345,210.9348831767578,23.441953556152345,209.76277917675782,23.441953556152345L193.39534017675783,23.441953556152345L193.39534017675783,29.344278556152343L212.7348711767578,29.344278556152343C213.9069711767578,29.344278556152343,214.2837211767578,29.344278556152343,214.57674117675782,29.469863556152344C214.8697711767578,29.637304556152344,215.07906117675782,29.804742556152345,215.24650117675782,30.097768556152342C215.37208117675783,30.432651556152344,215.37208117675783,30.809396556152343,215.37208117675783,31.981489556152344L215.37208117675783,32.52567655615235C215.37208117675783,33.614049556152345,215.37208117675783,34.074514556152344,215.24650117675782,34.367536556152345C215.07906117675782,34.66056055615235,214.8697711767578,34.86986355615234,214.57674117675782,34.995443556152345C214.2837211767578,35.162883556152345,213.9069711767578,35.162883556152345,212.7348711767578,35.162883556152345L188.70697817675781,35.162883556152345C187.61859117675783,35.162883556152345,187.1999891767578,35.162883556152345,186.9069751767578,34.995443556152345C186.6139451767578,34.86986355615234,186.3627781767578,34.66056055615235,186.2790601767578,34.367536556152345C186.06976317675782,34.074514556152344,186.06976317675782,33.614049556152345,186.06976317675782,32.52567655615235ZM221.2325511767578,32.48381655615235L221.2325511767578,8.539626356152343C221.2325511767578,7.367534756152343,221.2325511767578,6.948929656152344,221.3999911767578,6.697765646152344C221.52556117675783,6.404743616152344,221.7767411767578,6.153579566152343,222.0279111767578,6.027998436152344C222.32091117675782,5.860557556152344,222.73952117675782,5.860557556152344,223.8697711767578,5.860557556152344L225.87906117675783,5.860557556152344L226.0465111767578,5.860557556152344L226.21394117675783,5.860557556152344L227.4279011767578,5.860557556152344C227.8465011767578,5.860557556152344,228.05580117675783,5.860557556152344,228.2651111767578,5.9024173091523435C228.4325511767578,5.944277063152343,228.5581311767578,6.027998436152344,228.72558117675783,6.153579566152343C228.8930111767578,6.2373009361523435,229.0186011767578,6.404743616152344,229.22790117675783,6.739627306152344L244.67442117675782,25.367536556152345L244.67442117675782,8.539626356152343C244.67442117675782,7.367534756152343,244.67442117675782,6.948929656152344,244.84186117675782,6.697765646152344C244.9674411767578,6.404743616152344,245.2186011767578,6.153579566152343,245.4697711767578,6.027998436152344C245.76279117675782,5.860557556152344,246.18140117675782,5.860557556152344,247.35350117675782,5.860557556152344L249.32092117675782,5.860557556152344C250.49303117675782,5.860557556152344,250.91164117675783,5.860557556152344,251.16279117675782,6.027998436152344C251.4558111767578,6.153579566152343,251.66511117675782,6.404743616152344,251.83256117675782,6.697765646152344C251.9999811767578,6.948929656152344,251.9999811767578,7.367534756152343,251.9999811767578,8.539626356152343L251.9999811767578,32.48381655615235C251.9999811767578,33.65590855615234,251.9999811767578,34.074514556152344,251.83256117675782,34.32567455615234C251.66511117675782,34.61869955615234,251.4558111767578,34.86986355615234,251.16279117675782,34.995443556152345C250.91164117675783,35.162883556152345,250.49303117675782,35.162883556152345,249.32092117675782,35.162883556152345L246.51628117675781,35.162883556152345C246.0976611767578,35.162883556152345,245.8883711767578,35.162883556152345,245.67908117675782,35.12102555615235C245.5535011767578,35.079166556152344,245.3860611767578,34.995443556152345,245.26048117675782,34.86986355615234C245.09302117675782,34.78614055615235,244.9674411767578,34.61869955615234,244.7162811767578,34.28381555615235L228.5581311767578,14.734975856152344L228.5581311767578,32.48381655615235C228.5581311767578,33.65590855615234,228.5581311767578,34.074514556152344,228.39068117675782,34.32567455615234C228.2651111767578,34.61869955615234,228.0139511767578,34.86986355615234,227.72092117675783,34.995443556152345C227.4279011767578,35.162883556152345,227.0511511767578,35.162883556152345,225.87906117675783,35.162883556152345L223.8697711767578,35.162883556152345C222.73952117675782,35.162883556152345,222.32091117675782,35.162883556152345,222.0279111767578,34.995443556152345C221.7767411767578,34.86986355615234,221.52556117675783,34.61869955615234,221.3999911767578,34.32567455615234C221.2325511767578,34.074514556152344,221.2325511767578,33.65590855615234,221.2325511767578,32.48381655615235ZM257.8604611767578,7.325673056152343L257.8604611767578,10.214045956152344C257.8604611767578,11.051254756152343,258.5302311767578,11.679162056152343,259.32558117675785,11.679162056152343L269.6232411767578,11.679162056152343L269.6232411767578,33.697769556152345C269.6232411767578,34.49311855615234,270.2511611767578,35.162883556152345,271.04649117675785,35.162883556152345L275.48372117675785,35.162883556152345C276.2790511767578,35.162883556152345,276.9488211767578,34.49311855615234,276.9488211767578,33.697769556152345L276.9488211767578,11.679162056152343L287.1627811767578,11.679162056152343C288.0000011767578,11.679162056152343,288.6697711767578,11.051254756152343,288.6697711767578,10.214045956152344L288.6697711767578,7.325673056152343C288.6697711767578,6.488463166152344,288.0000011767578,5.860557556152344,287.1627811767578,5.860557556152344L259.32558117675785,5.860557556152344C258.5302311767578,5.860557556152344,257.8604611767578,6.488463166152344,257.8604611767578,7.325673056152343ZM317.4279011767578,20.218696556152345L316.7162611767578,20.469860556152344C316.42325117675784,20.511721556152345,316.0046411767578,20.511721556152345,315.3348711767578,20.511721556152345L301.85580117675784,20.511721556152345L301.85580117675784,11.721023556152343L315.3348711767578,11.721023556152343C316.42325117675784,11.721023556152343,316.84184117675784,11.721023556152343,317.1767311767578,11.888464456152343C317.4697611767578,12.055906756152343,317.67906117675784,12.265209156152345,317.8465011767578,12.516371756152344C317.9720811767578,12.809395756152345,317.9720811767578,13.227998756152344,317.9720811767578,14.358232456152344L317.9720811767578,17.832651556152342C317.9720811767578,19.00474355615234,317.9720811767578,19.423348556152344,317.8465011767578,19.674511556152346C317.72092117675777,19.883814556152345,317.5953411767578,20.05125555615234,317.4279011767578,20.218696556152345ZM326.2604511767578,34.66056055615235L317.9720811767578,26.372186556152343C318.3488311767578,26.372186556152343,318.72557117675785,26.330326556152343,319.0604711767578,26.246606556152344C319.52092117675784,26.204746556152344,319.8976411767578,26.121023556152345,320.2325611767578,25.995443556152345C322.4511611767578,25.283813556152342,324.2092911767578,23.525674556152342,324.9627811767578,21.348931556152344C325.29767117675783,20.302419556152344,325.29767117675783,19.130326556152344,325.29767117675783,16.116372556152342C325.29767117675783,13.102417956152344,325.29767117675783,11.930324056152344,324.9627811767578,10.925673056152345C324.2092911767578,8.665207656152344,322.4511611767578,6.907068156152343,320.2325611767578,6.2373009361523435C319.1441811767578,5.860557556152344,317.80464117675785,5.860557556152344,313.95347117675783,5.860557556152344L297.2092911767578,5.860557556152344C296.07905117675784,5.860557556152344,295.66046117675785,5.860557556152344,295.3255611767578,6.027998436152344C295.0325511767578,6.153579566152343,294.8232611767578,6.404743616152344,294.6976811767578,6.697765646152344C294.5302111767578,6.907068156152343,294.5302111767578,7.241951656152343,294.5302111767578,8.037301756152344L294.5302111767578,8.079161656152344L294.5302111767578,33.697769556152345C294.5302111767578,34.49311855615234,295.1999811767578,35.162883556152345,295.9953311767578,35.162883556152345L300.3906811767578,35.162883556152345C301.2278911767578,35.162883556152345,301.85580117675784,34.49311855615234,301.85580117675784,33.697769556152345L301.85580117675784,26.372186556152343L307.9674411767578,26.372186556152343C308.7627911767578,26.372186556152343,309.4743911767578,26.707071556152343,310.06045117675785,27.209398556152344L317.5534811767578,34.74427955615234C317.8465011767578,34.995443556152345,318.2232511767578,35.162883556152345,318.5581211767578,35.162883556152345L326.0511511767578,35.162883556152345C326.3023211767578,35.162883556152345,326.4697611767578,34.82800055615235,326.2604511767578,34.66056055615235ZM332.2046311767578,32.52567655615235L332.2046311767578,8.497766456152345C332.2046311767578,7.367534756152343,332.2046311767578,6.990789556152343,332.4139411767578,6.697765646152344C332.4976511767578,6.404743616152344,332.7488211767578,6.153579566152343,333.04184117675777,5.986138676152343C333.3348711767578,5.860557556152344,333.7534811767578,5.860557556152344,334.84184117675784,5.860557556152344L358.8697311767578,5.860557556152344C360.04184117675777,5.860557556152344,360.4185811767578,5.860557556152344,360.7116111767578,5.986138676152343C361.0046411767578,6.153579566152343,361.2139311767578,6.404743616152344,361.3813611767578,6.697765646152344C361.5069411767578,6.990789556152343,361.5069411767578,7.367534756152343,361.5069411767578,8.497766456152345L361.5069411767578,9.041952856152344C361.5069411767578,10.214045956152344,361.5069411767578,10.590789756152343,361.3813611767578,10.925673056152345C361.2139311767578,11.176837456152343,361.0046411767578,11.427999456152344,360.7116111767578,11.553580756152343C360.4185811767578,11.721023556152343,360.04184117675777,11.721023556152343,358.8697311767578,11.721023556152343L339.5302311767578,11.721023556152343L339.5302311767578,17.539627556152343L355.8976611767578,17.539627556152343C357.0697611767578,17.539627556152343,357.44649117675783,17.539627556152343,357.78137117675783,17.748929556152344C358.0744011767578,17.874511556152342,358.28369117675777,18.125674556152344,358.4092711767578,18.418697556152345C358.5767211767578,18.711721556152344,358.5767211767578,19.130326556152344,358.5767211767578,20.260558556152343L358.5767211767578,20.846604556152343C358.5767211767578,21.934976556152343,358.5767211767578,22.311721556152342,358.4092711767578,22.646604556152344C358.28369117675777,22.939630556152345,358.0744011767578,23.148931556152345,357.78137117675783,23.274509556152342C357.44649117675783,23.441953556152345,357.0697611767578,23.441953556152345,355.8976611767578,23.441953556152345L339.5302311767578,23.441953556152345L339.5302311767578,29.344278556152343L358.8697311767578,29.344278556152343C360.04184117675777,29.344278556152343,360.4185811767578,29.344278556152343,360.7116111767578,29.469863556152344C361.0046411767578,29.637304556152344,361.2139311767578,29.804742556152345,361.3813611767578,30.097768556152342C361.5069411767578,30.432651556152344,361.5069411767578,30.809396556152343,361.5069411767578,31.981489556152344L361.5069411767578,32.52567655615235C361.5069411767578,33.614049556152345,361.5069411767578,34.074514556152344,361.3813611767578,34.367536556152345C361.2139311767578,34.66056055615235,361.0046411767578,34.86986355615234,360.7116111767578,34.995443556152345C360.4185811767578,35.162883556152345,360.04184117675777,35.162883556152345,358.8697311767578,35.162883556152345L334.84184117675784,35.162883556152345C333.7534811767578,35.162883556152345,333.3348711767578,35.162883556152345,333.04184117675777,34.995443556152345C332.7488211767578,34.86986355615234,332.4976511767578,34.66056055615235,332.4139411767578,34.367536556152345C332.2046311767578,34.074514556152344,332.2046311767578,33.614049556152345,332.2046311767578,32.52567655615235ZM367.3674511767578,7.325673056152343L367.3674511767578,33.697769556152345C367.3674511767578,34.49311855615234,368.0371811767578,35.162883556152345,368.8325611767578,35.162883556152345L373.2278611767578,35.162883556152345C373.9813711767578,35.162883556152345,374.6511411767578,34.49311855615234,374.6511411767578,33.697769556152345L374.6511411767578,23.441953556152345L382.7302111767578,23.441953556152345C383.6511411767578,23.441953556152345,384.5302011767578,23.860559556152342,385.0325211767578,24.614047556152343L392.52556117675783,34.53497855615234C392.8185911767578,34.91172455615234,393.2372011767578,35.162883556152345,393.6976511767578,35.162883556152345L398.84648117675783,35.162883556152345C399.4325411767578,35.162883556152345,399.7673811767578,34.451259556152344,399.3906711767578,33.99079555615234L389.1767111767578,20.302419556152344L398.0930011767578,6.990789556152343C398.42787117675783,6.530324756152344,398.0511011767578,5.860557556152344,397.50694117675783,5.860557556152344L392.2743711767578,5.860557556152344C391.8139511767578,5.860557556152344,391.3534411767578,6.111719786152344,391.0604411767578,6.530324756152344L384.5721011767578,16.241953556152346C384.02788117675783,17.079163556152345,383.1069811767578,17.581487556152343,382.1441511767578,17.581487556152343L374.6511411767578,17.581487556152343L374.6511411767578,7.325673056152343C374.6511411767578,6.530324756152344,373.9813711767578,5.860557556152344,373.2278611767578,5.860557556152344L368.8325611767578,5.860557556152344C368.0371811767578,5.860557556152344,367.3674511767578,6.530324756152344,367.3674511767578,7.325673056152343Z" fill="#000000" fill-opacity="1"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="84" height="84" viewBox="0 0 84 84"><defs><clipPath id="master_svg0_71_7561"><rect x="0" y="0" width="83.99999237060547" height="84" rx="18"/></clipPath></defs><g clip-path="url(#master_svg0_71_7561)"><rect x="0" y="0" width="83.99999237060547" height="84" rx="18" fill="#000000" fill-opacity="1"/><rect x="4.666015625" y="4.66650390625" width="74.66666412353516" height="74.66666412353516" rx="0" fill="#D8D8D8" fill-opacity="0"/><path d="M56.62817972558594,43.20925807304382L48.40706112558594,45.869029073043826C46.69768122558594,46.42206407304382,45.141524435585936,44.68811707304382,45.87554323558594,43.04828507304382L60.64751272558594,10.047074573043822C61.31563372558594,8.554464873043823,62.79834572558594,7.593680143353823,64.43366472558594,7.593680143353823L70.25773272558594,7.593680143353823C71.89305072558594,7.593680143353823,73.37576272558593,8.554464873043823,74.04388472558594,10.047074573043822L88.81585272558593,43.04828507304382C89.54987372558594,44.68811707304382,87.99371672558594,46.42206407304382,86.28433572558595,45.869029073043826L78.06322072558594,43.20925807304382C77.78383972558593,43.118869073043825,77.55587372558594,42.914275073043825,77.43590572558594,42.64626207304382L69.23877572558594,24.333527073043822C68.50665072558594,22.697932073043823,66.18474772558594,22.697932073043823,65.45262372558594,24.333527073043822L57.255496725585935,42.64626207304382C57.135528725585935,42.914275073043825,56.907561725585936,43.118869073043825,56.62817972558594,43.20925807304382ZM54.736754425585936,51.510657073043824C53.79195402558594,51.195193073043825,53.79195402558594,49.85881307304383,54.736754425585936,49.54334907304382L63.02972072558594,46.774371073043824C63.29964072558594,46.684245073043826,63.52066772558594,46.48715807304382,63.641013725585935,46.22929307304382L66.40657772558593,40.303530073043824C66.77898372558593,39.505582073043826,67.91363872558594,39.505582073043826,68.28604272558593,40.303530073043824L71.05160472558595,46.22929307304382C71.17195272558594,46.48715807304382,71.39298072558594,46.684245073043826,71.66290072558594,46.774371073043824L79.95587172558594,49.54334907304382C80.90066872558594,49.85881307304383,80.90066872558594,51.195193073043825,79.95587172558594,51.510657073043824L71.66290072558594,54.279639073043825C71.39298072558594,54.369761073043826,71.17195272558594,54.566847073043824,71.05160472558595,54.824713073043824L68.28604272558593,60.75047907304382C67.91363872558594,61.54842607304382,66.77898372558593,61.54842607304382,66.40657772558593,60.75047907304382L63.64101572558594,54.824713073043824C63.52066772558594,54.566847073043824,63.29964072558594,54.369761073043826,63.02972072558594,54.279639073043825L54.736754425585936,51.510657073043824Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1" transform="matrix(0.7071067690849304,0.7071067690849304,-0.7071067690849304,0.7071067690849304,18.751511883080198,-30.083036399239532)"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="404" height="84" viewBox="0 0 404 84"><defs><clipPath id="master_svg0_51_8204"><rect x="0" y="0" width="83.99999237060547" height="84" rx="18"/></clipPath></defs><g clip-path="url(#master_svg0_51_8204)"><rect x="0" y="0" width="83.99999237060547" height="84" rx="18" fill="#000000" fill-opacity="1"/><rect x="4.666015625" y="4.66650390625" width="74.66666412353516" height="74.66666412353516" rx="0" fill="#D8D8D8" fill-opacity="0"/><path d="M56.628495907958985,43.21058753939819L48.407377707958986,45.8703585393982C46.697997807958984,46.423394539398195,45.141841057958985,44.68944653939819,45.875859857958986,43.0496155393982L60.64782890795898,10.048404739398194C61.31594990795898,8.555795009398194,62.79866190795899,7.595010280609193,64.43398090795898,7.595010280609193L70.25804890795898,7.595010280609193C71.89336790795899,7.595010280609193,73.37607990795898,8.555795009398194,74.04420090795898,10.048404739398194L88.816169907959,43.0496155393982C89.55018990795898,44.68944653939819,87.994033907959,46.423394539398195,86.28465290795899,45.8703585393982L78.06353790795899,43.21058753939819C77.78415690795899,43.120198539398196,77.55619090795898,42.91560553939819,77.43622190795898,42.6475925393982L69.23909190795898,24.334857539398193C68.50696790795898,22.69926253939819,66.18506390795898,22.69926253939819,65.45293990795898,24.334857539398193L57.25581390795898,42.6475925393982C57.13584490795898,42.91560553939819,56.907877907958984,43.120198539398196,56.628495907958985,43.21058753939819ZM54.73707100795899,51.512002539398196C53.792270707958984,51.19653853939819,53.792270707958984,49.86015853939819,54.73707100795899,49.54469453939819L63.03003690795899,46.775716539398196C63.299956907958986,46.68559053939819,63.52098490795898,46.488503539398195,63.64133090795899,46.230637539398195L66.40689490795899,40.304875539398196C66.77930090795898,39.506926539398194,67.91395590795898,39.506926539398194,68.28635990795898,40.304875539398196L71.05192190795898,46.230637539398195C71.17226990795899,46.488503539398195,71.39329690795898,46.68559053939819,71.66321790795898,46.775716539398196L79.95618790795899,49.54469453939819C80.90098590795898,49.86015853939819,80.90098590795898,51.19653853939819,79.95618790795899,51.512002539398196L71.66321790795898,54.28098453939819C71.39329690795898,54.37110653939819,71.17226990795899,54.56819253939819,71.05192190795898,54.82605853939819L68.28635990795898,60.75182453939819C67.91395590795898,61.54977153939819,66.77930090795898,61.54977153939819,66.40689490795899,60.75182453939819L63.64133290795898,54.82605853939819C63.52098490795898,54.56819253939819,63.299956907958986,54.37110653939819,63.03003690795899,54.28098453939819L54.73707100795899,51.512002539398196Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1" transform="matrix(0.7071067690849304,0.7071067690849304,-0.7071067690849304,0.7071067690849304,18.75292830283618,-30.083521006287384)"/></g><path d="M136.96743617675781,60.01386405615234L136.96743617675781,66.96270405615235C136.96743617675781,69.22316905615234,136.96743617675781,70.01851805615235,136.6744141767578,70.68828405615234C136.3813891767578,71.23247005615235,135.9209251767578,71.69293405615234,135.3348771767578,71.94409905615234C134.7488331767578,72.27898205615234,133.91162117675782,72.27898205615234,131.69301817675782,72.27898205615234L123.23720317675782,72.27898205615234C120.97673897675782,72.27898205615234,120.18138887675781,72.27898205615234,119.51162247675781,71.94409905615234C118.96743587675782,71.69293405615234,118.54883097675781,71.23247005615235,118.25580787675781,70.68828405615234C117.9209246767578,70.01851805615235,117.9209246767578,69.22316905615234,117.9209246767578,66.96270405615235L117.9209246767578,60.01386405615234C117.9209246767578,57.75339985615234,117.9209246767578,56.958050756152346,118.25580787675781,56.28828285615234C118.54883097675781,55.744096256152346,118.96743587675782,55.283631756152346,119.51162247675781,55.032469256152346C120.18138887675781,54.697586056152346,120.97673897675782,54.697586056152346,123.23720317675782,54.697586056152346L131.69301817675782,54.697586056152346C133.91162117675782,54.697586056152346,134.7488331767578,54.697586056152346,135.3348771767578,55.032469256152346C135.9209251767578,55.283631756152346,136.3813891767578,55.744096256152346,136.6744141767578,56.28828285615234C136.96743617675781,56.958050756152346,136.96743617675781,57.75339985615234,136.96743617675781,60.01386405615234ZM142.74418217675782,52.85572525615234C142.0744151767578,51.47432895615234,140.9441791767578,50.344097256152345,139.5627861767578,49.67432814615234C138.01394817675782,48.837120056152344,135.9209251767578,48.837120056152344,130.2697621767578,48.837120056152344L124.61860017675781,48.837120056152344C118.92557527675781,48.837120056152344,116.91627267675781,48.837120056152344,115.32557557675781,49.67432814615234C113.9441802767578,50.344097256152345,112.85580797675782,51.47432895615234,112.14418017675781,52.85572525615234C111.34883117675781,54.40456195615234,111.34883117675781,56.45572515615234,111.34883117675781,62.14874805615234L111.34883117675781,64.82782005615235C111.34883117675781,70.52084305615234,111.34883117675781,72.57200405615234,112.14418017675781,74.12084605615235C112.85580797675782,75.50223905615235,113.9441802767578,76.63247105615234,115.32557557675781,77.30223705615234C116.91627267675781,78.13944605615234,118.92557527675781,78.13944605615234,124.61860017675781,78.13944605615234L130.2697621767578,78.13944605615234C135.9209251767578,78.13944605615234,138.01394817675782,78.13944605615234,139.5627861767578,77.30223705615234C140.9441791767578,76.63247105615234,142.0744151767578,75.50223905615235,142.74418217675782,74.12084605615235C143.5813941767578,72.57200405615234,143.5813941767578,70.52084305615234,143.5813941767578,64.82782005615235L143.5813941767578,62.14874805615234C143.5813941767578,56.45572515615234,143.5813941767578,54.40456195615234,142.74418217675782,52.85572525615234ZM172.88371617675782,56.162701156152345L172.88371617675782,62.02316805615234C172.88371617675782,62.81851605615235,172.2139471767578,63.488284056152345,171.4186061767578,63.488284056152345L156.7674411767578,63.488284056152345L156.7674411767578,54.697586056152346L171.4186061767578,54.697586056152346C172.2139471767578,54.697586056152346,172.88371617675782,55.32549145615234,172.88371617675782,56.162701156152345ZM172.88371617675782,48.837120056152344L150.1534881767578,48.837120056152344C149.7767411767578,48.837120056152344,149.4418521767578,49.17200365615234,149.4418521767578,49.59060865615234L149.4418521767578,77.38596105615234C149.4418521767578,77.80456305615235,149.7767411767578,78.13944605615234,150.1534881767578,78.13944605615234L156.01395017675782,78.13944605615234C156.4325521767578,78.13944605615234,156.7674411767578,77.80456305615235,156.7674411767578,77.38596105615234L156.7674411767578,69.34874905615234L172.88371617675782,69.34874905615234C176.9441831767578,69.34874905615234,180.20929717675781,66.08363105615234,180.20929717675781,62.02316805615234L180.20929717675781,56.162701156152345C180.20929717675781,52.102236756152344,176.9441831767578,48.837120056152344,172.88371617675782,48.837120056152344ZM215.3720911767578,48.837120056152344L193.3953471767578,48.837120056152344C189.3348771767578,48.837120056152344,186.0697711767578,52.102236756152344,186.0697711767578,56.162701156152345L186.0697711767578,59.09293505615234C186.0697711767578,63.11154005615234,189.3348771767578,66.41851605615234,193.3953471767578,66.41851605615234L206.58139817675783,66.41851605615234C208.2139591767578,66.41851605615234,209.51161917675782,67.75805105615234,209.51161917675782,69.34874905615234C209.51161917675782,70.98130805615234,208.2139591767578,72.27898205615234,206.58139817675783,72.27898205615234L187.5348741767578,72.27898205615234C186.7395251767578,72.27898205615234,186.0697711767578,72.94874905615234,186.0697711767578,73.74410105615235L186.0697711767578,76.67433205615234C186.0697711767578,77.46968105615234,186.7395251767578,78.13944605615234,187.5348741767578,78.13944605615234L210.97674517675782,78.13944605615234C214.24186117675782,78.13944605615234,216.83721117675782,75.50223905615235,216.83721117675782,72.27898205615234L216.83721117675782,66.41851605615234C216.83721117675782,63.195259056152345,214.24186117675782,60.55805005615234,210.97674517675782,60.55805005615234L196.3255771767578,60.55805005615234C194.69302417675783,60.55805005615234,193.3953471767578,59.218516056152346,193.3953471767578,57.62781715615235C193.3953471767578,55.99525885615235,194.69302417675783,54.697586056152346,196.3255771767578,54.697586056152346L215.3720911767578,54.697586056152346C216.20930117675783,54.697586056152346,216.83721117675782,54.027817256152346,216.83721117675782,53.23246855615234L216.83721117675782,50.30223555615235C216.83721117675782,49.506887256152346,216.20930117675783,48.837120056152344,215.3720911767578,48.837120056152344Z" fill="#81848F" fill-opacity="1"/><path d="M136.96743617675781,17.037301556152343L136.96743617675781,23.986141556152344C136.96743617675781,26.246606556152344,136.96743617675781,27.041955556152345,136.6744121767578,27.711721556152344C136.3813881767578,28.255907556152344,135.9209231767578,28.716371556152342,135.3348771767578,28.967536556152343C134.74883117675782,29.302419556152344,133.91161917675782,29.302419556152344,131.69301617675782,29.302419556152344L123.23720217675782,29.302419556152344C120.97673797675782,29.302419556152344,120.18138887675781,29.302419556152344,119.51162147675781,28.967536556152343C118.9674353767578,28.716371556152342,118.54883047675781,28.255907556152344,118.25580737675782,27.711721556152344C117.92092417675781,27.041955556152345,117.92092417675781,26.246606556152344,117.92092417675781,23.986141556152344L117.92092417675781,17.037301556152343C117.92092417675781,14.776837356152344,117.92092417675781,13.981488256152344,118.25580737675782,13.311720356152343C118.54883047675781,12.767533756152343,118.9674353767578,12.307069256152344,119.51162147675781,12.055906756152343C120.18138887675781,11.721023556152343,120.97673797675782,11.721023556152343,123.23720217675782,11.721023556152343L131.69301617675782,11.721023556152343C133.91161917675782,11.721023556152343,134.74883117675782,11.721023556152343,135.3348771767578,12.055906756152343C135.9209231767578,12.307069256152344,136.3813881767578,12.767533756152343,136.6744121767578,13.311720356152343C136.96743617675781,13.981488256152344,136.96743617675781,14.776837356152344,136.96743617675781,17.037301556152343ZM142.74418217675782,9.879162756152343C142.07441317675782,8.497766456152345,140.94417717675782,7.367534756152343,139.56278417675782,6.697765646152344C138.01394617675783,5.860557556152344,135.9209231767578,5.860557556152344,130.2697621767578,5.860557556152344L124.61859917675781,5.860557556152344C118.92557477675781,5.860557556152344,116.91627267675781,5.860557556152344,115.32557507675781,6.697765646152344C113.94417997675781,7.367534756152343,112.85580787675781,8.497766456152345,112.14418011675781,9.879162756152343C111.34883117675781,11.427999456152344,111.34883117675781,13.479162656152344,111.34883117675781,19.172185556152343L111.34883117675781,21.851257556152344C111.34883117675781,27.544280556152344,111.34883117675781,29.595441556152345,112.14418011675781,31.144283556152345C112.85580787675781,32.52567655615235,113.94417997675781,33.65590855615234,115.32557507675781,34.32567455615234C116.91627267675781,35.162883556152345,118.92557477675781,35.162883556152345,124.61859917675781,35.162883556152345L130.2697621767578,35.162883556152345C135.9209231767578,35.162883556152345,138.01394617675783,35.162883556152345,139.56278417675782,34.32567455615234C140.94417717675782,33.65590855615234,142.07441317675782,32.52567655615235,142.74418217675782,31.144283556152345C143.5813941767578,29.595441556152345,143.5813941767578,27.544280556152344,143.5813941767578,21.851257556152344L143.5813941767578,19.172185556152343C143.5813941767578,13.479162656152344,143.5813941767578,11.427999456152344,142.74418217675782,9.879162756152343ZM172.88371317675782,13.186138656152345L172.88371317675782,19.046605556152343C172.88371317675782,19.841953556152344,172.21394317675782,20.511721556152345,171.41860217675782,20.511721556152345L156.76743717675782,20.511721556152345L156.76743717675782,11.721023556152343L171.41860217675782,11.721023556152343C172.21394317675782,11.721023556152343,172.88371317675782,12.348928956152344,172.88371317675782,13.186138656152345ZM172.88371317675782,5.860557556152344L150.15348417675781,5.860557556152344C149.77673717675782,5.860557556152344,149.4418521767578,6.195441156152344,149.4418521767578,6.614046156152344L149.4418521767578,34.40939855615234C149.4418521767578,34.82800055615235,149.77673717675782,35.162883556152345,150.15348417675781,35.162883556152345L156.01394617675783,35.162883556152345C156.4325521767578,35.162883556152345,156.76743717675782,34.82800055615235,156.76743717675782,34.40939855615234L156.76743717675782,26.372186556152343L172.88371317675782,26.372186556152343C176.94417617675782,26.372186556152343,180.20929717675781,23.107068556152345,180.20929717675781,19.046605556152343L180.20929717675781,13.186138656152345C180.20929717675781,9.125674256152344,176.94417617675782,5.860557556152344,172.88371317675782,5.860557556152344ZM186.06976317675782,32.52567655615235L186.06976317675782,8.497766456152345C186.06976317675782,7.367534756152343,186.06976317675782,6.990789556152343,186.2790601767578,6.697765646152344C186.3627781767578,6.404743616152344,186.6139451767578,6.153579566152343,186.9069751767578,5.986138676152343C187.1999891767578,5.860557556152344,187.61859117675783,5.860557556152344,188.70697817675781,5.860557556152344L212.7348711767578,5.860557556152344C213.9069711767578,5.860557556152344,214.2837211767578,5.860557556152344,214.57674117675782,5.986138676152343C214.8697711767578,6.153579566152343,215.07906117675782,6.404743616152344,215.24650117675782,6.697765646152344C215.37208117675783,6.990789556152343,215.37208117675783,7.367534756152343,215.37208117675783,8.497766456152345L215.37208117675783,9.041952856152344C215.37208117675783,10.214045956152344,215.37208117675783,10.590789756152343,215.24650117675782,10.925673056152345C215.07906117675782,11.176837456152343,214.8697711767578,11.427999456152344,214.57674117675782,11.553580756152343C214.2837211767578,11.721023556152343,213.9069711767578,11.721023556152343,212.7348711767578,11.721023556152343L193.39534017675783,11.721023556152343L193.39534017675783,17.539627556152343L209.76277917675782,17.539627556152343C210.9348831767578,17.539627556152343,211.3116221767578,17.539627556152343,211.64651117675783,17.748929556152344C211.9395211767578,17.874511556152342,212.14883117675782,18.125674556152344,212.2744111767578,18.418697556152345C212.4418611767578,18.711721556152344,212.4418611767578,19.130326556152344,212.4418611767578,20.260558556152343L212.4418611767578,20.846604556152343C212.4418611767578,21.934976556152343,212.4418611767578,22.311721556152342,212.2744111767578,22.646604556152344C212.14883117675782,22.939630556152345,211.9395211767578,23.148931556152345,211.64651117675783,23.274509556152342C211.3116221767578,23.441953556152345,210.9348831767578,23.441953556152345,209.76277917675782,23.441953556152345L193.39534017675783,23.441953556152345L193.39534017675783,29.344278556152343L212.7348711767578,29.344278556152343C213.9069711767578,29.344278556152343,214.2837211767578,29.344278556152343,214.57674117675782,29.469863556152344C214.8697711767578,29.637304556152344,215.07906117675782,29.804742556152345,215.24650117675782,30.097768556152342C215.37208117675783,30.432651556152344,215.37208117675783,30.809396556152343,215.37208117675783,31.981489556152344L215.37208117675783,32.52567655615235C215.37208117675783,33.614049556152345,215.37208117675783,34.074514556152344,215.24650117675782,34.367536556152345C215.07906117675782,34.66056055615235,214.8697711767578,34.86986355615234,214.57674117675782,34.995443556152345C214.2837211767578,35.162883556152345,213.9069711767578,35.162883556152345,212.7348711767578,35.162883556152345L188.70697817675781,35.162883556152345C187.61859117675783,35.162883556152345,187.1999891767578,35.162883556152345,186.9069751767578,34.995443556152345C186.6139451767578,34.86986355615234,186.3627781767578,34.66056055615235,186.2790601767578,34.367536556152345C186.06976317675782,34.074514556152344,186.06976317675782,33.614049556152345,186.06976317675782,32.52567655615235ZM221.2325511767578,32.48381655615235L221.2325511767578,8.539626356152343C221.2325511767578,7.367534756152343,221.2325511767578,6.948929656152344,221.3999911767578,6.697765646152344C221.52556117675783,6.404743616152344,221.7767411767578,6.153579566152343,222.0279111767578,6.027998436152344C222.32091117675782,5.860557556152344,222.73952117675782,5.860557556152344,223.8697711767578,5.860557556152344L225.87906117675783,5.860557556152344L226.0465111767578,5.860557556152344L226.21394117675783,5.860557556152344L227.4279011767578,5.860557556152344C227.8465011767578,5.860557556152344,228.05580117675783,5.860557556152344,228.2651111767578,5.9024173091523435C228.4325511767578,5.944277063152343,228.5581311767578,6.027998436152344,228.72558117675783,6.153579566152343C228.8930111767578,6.2373009361523435,229.0186011767578,6.404743616152344,229.22790117675783,6.739627306152344L244.67442117675782,25.367536556152345L244.67442117675782,8.539626356152343C244.67442117675782,7.367534756152343,244.67442117675782,6.948929656152344,244.84186117675782,6.697765646152344C244.9674411767578,6.404743616152344,245.2186011767578,6.153579566152343,245.4697711767578,6.027998436152344C245.76279117675782,5.860557556152344,246.18140117675782,5.860557556152344,247.35350117675782,5.860557556152344L249.32092117675782,5.860557556152344C250.49303117675782,5.860557556152344,250.91164117675783,5.860557556152344,251.16279117675782,6.027998436152344C251.4558111767578,6.153579566152343,251.66511117675782,6.404743616152344,251.83256117675782,6.697765646152344C251.9999811767578,6.948929656152344,251.9999811767578,7.367534756152343,251.9999811767578,8.539626356152343L251.9999811767578,32.48381655615235C251.9999811767578,33.65590855615234,251.9999811767578,34.074514556152344,251.83256117675782,34.32567455615234C251.66511117675782,34.61869955615234,251.4558111767578,34.86986355615234,251.16279117675782,34.995443556152345C250.91164117675783,35.162883556152345,250.49303117675782,35.162883556152345,249.32092117675782,35.162883556152345L246.51628117675781,35.162883556152345C246.0976611767578,35.162883556152345,245.8883711767578,35.162883556152345,245.67908117675782,35.12102555615235C245.5535011767578,35.079166556152344,245.3860611767578,34.995443556152345,245.26048117675782,34.86986355615234C245.09302117675782,34.78614055615235,244.9674411767578,34.61869955615234,244.7162811767578,34.28381555615235L228.5581311767578,14.734975856152344L228.5581311767578,32.48381655615235C228.5581311767578,33.65590855615234,228.5581311767578,34.074514556152344,228.39068117675782,34.32567455615234C228.2651111767578,34.61869955615234,228.0139511767578,34.86986355615234,227.72092117675783,34.995443556152345C227.4279011767578,35.162883556152345,227.0511511767578,35.162883556152345,225.87906117675783,35.162883556152345L223.8697711767578,35.162883556152345C222.73952117675782,35.162883556152345,222.32091117675782,35.162883556152345,222.0279111767578,34.995443556152345C221.7767411767578,34.86986355615234,221.52556117675783,34.61869955615234,221.3999911767578,34.32567455615234C221.2325511767578,34.074514556152344,221.2325511767578,33.65590855615234,221.2325511767578,32.48381655615235ZM257.8604611767578,7.325673056152343L257.8604611767578,10.214045956152344C257.8604611767578,11.051254756152343,258.5302311767578,11.679162056152343,259.32558117675785,11.679162056152343L269.6232411767578,11.679162056152343L269.6232411767578,33.697769556152345C269.6232411767578,34.49311855615234,270.2511611767578,35.162883556152345,271.04649117675785,35.162883556152345L275.48372117675785,35.162883556152345C276.2790511767578,35.162883556152345,276.9488211767578,34.49311855615234,276.9488211767578,33.697769556152345L276.9488211767578,11.679162056152343L287.1627811767578,11.679162056152343C288.0000011767578,11.679162056152343,288.6697711767578,11.051254756152343,288.6697711767578,10.214045956152344L288.6697711767578,7.325673056152343C288.6697711767578,6.488463166152344,288.0000011767578,5.860557556152344,287.1627811767578,5.860557556152344L259.32558117675785,5.860557556152344C258.5302311767578,5.860557556152344,257.8604611767578,6.488463166152344,257.8604611767578,7.325673056152343ZM317.4279011767578,20.218696556152345L316.7162611767578,20.469860556152344C316.42325117675784,20.511721556152345,316.0046411767578,20.511721556152345,315.3348711767578,20.511721556152345L301.85580117675784,20.511721556152345L301.85580117675784,11.721023556152343L315.3348711767578,11.721023556152343C316.42325117675784,11.721023556152343,316.84184117675784,11.721023556152343,317.1767311767578,11.888464456152343C317.4697611767578,12.055906756152343,317.67906117675784,12.265209156152345,317.8465011767578,12.516371756152344C317.9720811767578,12.809395756152345,317.9720811767578,13.227998756152344,317.9720811767578,14.358232456152344L317.9720811767578,17.832651556152342C317.9720811767578,19.00474355615234,317.9720811767578,19.423348556152344,317.8465011767578,19.674511556152346C317.72092117675777,19.883814556152345,317.5953411767578,20.05125555615234,317.4279011767578,20.218696556152345ZM326.2604511767578,34.66056055615235L317.9720811767578,26.372186556152343C318.3488311767578,26.372186556152343,318.72557117675785,26.330326556152343,319.0604711767578,26.246606556152344C319.52092117675784,26.204746556152344,319.8976411767578,26.121023556152345,320.2325611767578,25.995443556152345C322.4511611767578,25.283813556152342,324.2092911767578,23.525674556152342,324.9627811767578,21.348931556152344C325.29767117675783,20.302419556152344,325.29767117675783,19.130326556152344,325.29767117675783,16.116372556152342C325.29767117675783,13.102417956152344,325.29767117675783,11.930324056152344,324.9627811767578,10.925673056152345C324.2092911767578,8.665207656152344,322.4511611767578,6.907068156152343,320.2325611767578,6.2373009361523435C319.1441811767578,5.860557556152344,317.80464117675785,5.860557556152344,313.95347117675783,5.860557556152344L297.2092911767578,5.860557556152344C296.07905117675784,5.860557556152344,295.66046117675785,5.860557556152344,295.3255611767578,6.027998436152344C295.0325511767578,6.153579566152343,294.8232611767578,6.404743616152344,294.6976811767578,6.697765646152344C294.5302111767578,6.907068156152343,294.5302111767578,7.241951656152343,294.5302111767578,8.037301756152344L294.5302111767578,8.079161656152344L294.5302111767578,33.697769556152345C294.5302111767578,34.49311855615234,295.1999811767578,35.162883556152345,295.9953311767578,35.162883556152345L300.3906811767578,35.162883556152345C301.2278911767578,35.162883556152345,301.85580117675784,34.49311855615234,301.85580117675784,33.697769556152345L301.85580117675784,26.372186556152343L307.9674411767578,26.372186556152343C308.7627911767578,26.372186556152343,309.4743911767578,26.707071556152343,310.06045117675785,27.209398556152344L317.5534811767578,34.74427955615234C317.8465011767578,34.995443556152345,318.2232511767578,35.162883556152345,318.5581211767578,35.162883556152345L326.0511511767578,35.162883556152345C326.3023211767578,35.162883556152345,326.4697611767578,34.82800055615235,326.2604511767578,34.66056055615235ZM332.2046311767578,32.52567655615235L332.2046311767578,8.497766456152345C332.2046311767578,7.367534756152343,332.2046311767578,6.990789556152343,332.4139411767578,6.697765646152344C332.4976511767578,6.404743616152344,332.7488211767578,6.153579566152343,333.04184117675777,5.986138676152343C333.3348711767578,5.860557556152344,333.7534811767578,5.860557556152344,334.84184117675784,5.860557556152344L358.8697311767578,5.860557556152344C360.04184117675777,5.860557556152344,360.4185811767578,5.860557556152344,360.7116111767578,5.986138676152343C361.0046411767578,6.153579566152343,361.2139311767578,6.404743616152344,361.3813611767578,6.697765646152344C361.5069411767578,6.990789556152343,361.5069411767578,7.367534756152343,361.5069411767578,8.497766456152345L361.5069411767578,9.041952856152344C361.5069411767578,10.214045956152344,361.5069411767578,10.590789756152343,361.3813611767578,10.925673056152345C361.2139311767578,11.176837456152343,361.0046411767578,11.427999456152344,360.7116111767578,11.553580756152343C360.4185811767578,11.721023556152343,360.04184117675777,11.721023556152343,358.8697311767578,11.721023556152343L339.5302311767578,11.721023556152343L339.5302311767578,17.539627556152343L355.8976611767578,17.539627556152343C357.0697611767578,17.539627556152343,357.44649117675783,17.539627556152343,357.78137117675783,17.748929556152344C358.0744011767578,17.874511556152342,358.28369117675777,18.125674556152344,358.4092711767578,18.418697556152345C358.5767211767578,18.711721556152344,358.5767211767578,19.130326556152344,358.5767211767578,20.260558556152343L358.5767211767578,20.846604556152343C358.5767211767578,21.934976556152343,358.5767211767578,22.311721556152342,358.4092711767578,22.646604556152344C358.28369117675777,22.939630556152345,358.0744011767578,23.148931556152345,357.78137117675783,23.274509556152342C357.44649117675783,23.441953556152345,357.0697611767578,23.441953556152345,355.8976611767578,23.441953556152345L339.5302311767578,23.441953556152345L339.5302311767578,29.344278556152343L358.8697311767578,29.344278556152343C360.04184117675777,29.344278556152343,360.4185811767578,29.344278556152343,360.7116111767578,29.469863556152344C361.0046411767578,29.637304556152344,361.2139311767578,29.804742556152345,361.3813611767578,30.097768556152342C361.5069411767578,30.432651556152344,361.5069411767578,30.809396556152343,361.5069411767578,31.981489556152344L361.5069411767578,32.52567655615235C361.5069411767578,33.614049556152345,361.5069411767578,34.074514556152344,361.3813611767578,34.367536556152345C361.2139311767578,34.66056055615235,361.0046411767578,34.86986355615234,360.7116111767578,34.995443556152345C360.4185811767578,35.162883556152345,360.04184117675777,35.162883556152345,358.8697311767578,35.162883556152345L334.84184117675784,35.162883556152345C333.7534811767578,35.162883556152345,333.3348711767578,35.162883556152345,333.04184117675777,34.995443556152345C332.7488211767578,34.86986355615234,332.4976511767578,34.66056055615235,332.4139411767578,34.367536556152345C332.2046311767578,34.074514556152344,332.2046311767578,33.614049556152345,332.2046311767578,32.52567655615235ZM367.3674511767578,7.325673056152343L367.3674511767578,33.697769556152345C367.3674511767578,34.49311855615234,368.0371811767578,35.162883556152345,368.8325611767578,35.162883556152345L373.2278611767578,35.162883556152345C373.9813711767578,35.162883556152345,374.6511411767578,34.49311855615234,374.6511411767578,33.697769556152345L374.6511411767578,23.441953556152345L382.7302111767578,23.441953556152345C383.6511411767578,23.441953556152345,384.5302011767578,23.860559556152342,385.0325211767578,24.614047556152343L392.52556117675783,34.53497855615234C392.8185911767578,34.91172455615234,393.2372011767578,35.162883556152345,393.6976511767578,35.162883556152345L398.84648117675783,35.162883556152345C399.4325411767578,35.162883556152345,399.7673811767578,34.451259556152344,399.3906711767578,33.99079555615234L389.1767111767578,20.302419556152344L398.0930011767578,6.990789556152343C398.42787117675783,6.530324756152344,398.0511011767578,5.860557556152344,397.50694117675783,5.860557556152344L392.2743711767578,5.860557556152344C391.8139511767578,5.860557556152344,391.3534411767578,6.111719786152344,391.0604411767578,6.530324756152344L384.5721011767578,16.241953556152346C384.02788117675783,17.079163556152345,383.1069811767578,17.581487556152343,382.1441511767578,17.581487556152343L374.6511411767578,17.581487556152343L374.6511411767578,7.325673056152343C374.6511411767578,6.530324756152344,373.9813711767578,5.860557556152344,373.2278611767578,5.860557556152344L368.8325611767578,5.860557556152344C368.0371811767578,5.860557556152344,367.3674511767578,6.530324756152344,367.3674511767578,7.325673056152343Z" fill="#000000" fill-opacity="1"/></svg>
|
|
@@ -1,218 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1.2",
|
|
3
|
-
"description": "页面容器规则 — PageContainer 嵌套约束与内容组织模式。所有页面布局遵循此规范。页面框架(TopNavigation/Sidebar/Breadcrumb/返回按钮)由 page-frame.json 定义。",
|
|
4
|
-
"nestingRules": {
|
|
5
|
-
"description": "标准嵌套层次,定义页面从外到内的层级结构。",
|
|
6
|
-
"hierarchy": {
|
|
7
|
-
"layer1_layout": {
|
|
8
|
-
"name": "Layout",
|
|
9
|
-
"description": "最外层布局框架,提供 Sidebar + Header + Footer",
|
|
10
|
-
"required": true
|
|
11
|
-
},
|
|
12
|
-
"layer2_pageContainer": {
|
|
13
|
-
"name": "PageContainer",
|
|
14
|
-
"description": "页面级容器,面包屑、标题、操作",
|
|
15
|
-
"required": true
|
|
16
|
-
},
|
|
17
|
-
"layer3_contentWrapper": {
|
|
18
|
-
"name": "ContentWrapper",
|
|
19
|
-
"description": "右侧内容大容器,包裹白卡容器",
|
|
20
|
-
"required": true
|
|
21
|
-
},
|
|
22
|
-
"layer4_cardWrapper": {
|
|
23
|
-
"name": "Card (白卡容器)",
|
|
24
|
-
"description": "白色卡片容器,包裹 PageHeader + ActionToolbar + 业务组件 + Pagination,形成统一的内容块",
|
|
25
|
-
"required": true
|
|
26
|
-
},
|
|
27
|
-
"layer5_businessComponent": {
|
|
28
|
-
"name": "内容组件",
|
|
29
|
-
"description": "具体业务组件(Table / Form / Descriptions / Chart 等)",
|
|
30
|
-
"required": true
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"constraints": [
|
|
34
|
-
{
|
|
35
|
-
"from": "Layout",
|
|
36
|
-
"to": "PageContainer",
|
|
37
|
-
"status": "ALLOW"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"from": "PageContainer",
|
|
41
|
-
"to": "ContentWrapper",
|
|
42
|
-
"status": "ALLOW"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"from": "ContentWrapper",
|
|
46
|
-
"to": "Card (白卡容器)",
|
|
47
|
-
"status": "ALLOW"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"from": "Card (白卡容器)",
|
|
51
|
-
"to": "PageHeader / ActionToolbar / DataTable / CardGrid / Card / Tabs / QueryFilter / Form / Pagination / BulkActionBar",
|
|
52
|
-
"status": "ALLOW"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"from": "ContentWrapper",
|
|
56
|
-
"to": "PageHeader / ActionToolbar / DataTable / CardGrid / Pagination",
|
|
57
|
-
"status": "FORBID",
|
|
58
|
-
"reason": "业务组件必须经过白卡容器包裹,禁止直接挂在 ContentWrapper 下"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"from": "Card (白卡容器)",
|
|
62
|
-
"to": "Card (白卡容器)",
|
|
63
|
-
"status": "FORBID",
|
|
64
|
-
"reason": "白卡容器为单例,禁止嵌套"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"from": "PageContainer",
|
|
68
|
-
"to": "PageContainer",
|
|
69
|
-
"status": "FORBID",
|
|
70
|
-
"reason": "禁止嵌套 PageContainer"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"from": "PageContainer",
|
|
74
|
-
"to": "DataTable / CardGrid / Pagination",
|
|
75
|
-
"status": "FORBID",
|
|
76
|
-
"reason": "业务组件必须经过 ContentWrapper + Card 包裹,禁止直接挂在 PageContainer 下"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"from": "PageContainer",
|
|
80
|
-
"to": "PageHeader / Breadcrumb / ActionToolbar",
|
|
81
|
-
"status": "FORBID",
|
|
82
|
-
"reason": "PageHeader / Breadcrumb / ActionToolbar 必须在 Card 白卡容器内顶部渲染,禁止直接挂在 PageContainer 下"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"from": "Card (白卡容器)",
|
|
86
|
-
"to": "hr / section-divider / Separator",
|
|
87
|
-
"status": "FORBID",
|
|
88
|
-
"reason": "Card 内部组件间距通过 padding + margin 控制,禁止使用分割线分隔 PageHeader / ActionToolbar / DataTable 等组件"
|
|
89
|
-
}
|
|
90
|
-
]
|
|
91
|
-
},
|
|
92
|
-
"pageContainerModes": {
|
|
93
|
-
"description": "PageContainer 内容组织的 4 种标准模式。",
|
|
94
|
-
"modes": {
|
|
95
|
-
"模式A": {
|
|
96
|
-
"name": "直接内容",
|
|
97
|
-
"structure": "PageContainer → ContentWrapper → Card(白卡容器) → PageHeader + Table/Form/Chart + Pagination",
|
|
98
|
-
"scenario": "简单页面,无需额外分组",
|
|
99
|
-
"examples": [
|
|
100
|
-
"简洁列表页",
|
|
101
|
-
"简单表单页"
|
|
102
|
-
]
|
|
103
|
-
},
|
|
104
|
-
"模式B": {
|
|
105
|
-
"name": "Card分组",
|
|
106
|
-
"structure": "PageContainer → ContentWrapper → Card(白卡容器) → PageHeader + Card[搜索区] + Card[表格区] + Pagination",
|
|
107
|
-
"scenario": "多区块页面",
|
|
108
|
-
"examples": [
|
|
109
|
-
"多区块详情页",
|
|
110
|
-
"分区表单页"
|
|
111
|
-
]
|
|
112
|
-
},
|
|
113
|
-
"模式C": {
|
|
114
|
-
"name": "Tabs分组",
|
|
115
|
-
"structure": "PageContainer → ContentWrapper → Card(白卡容器) → PageHeader + Tabs → TabPaneA + TabPaneB + Pagination",
|
|
116
|
-
"scenario": "分类展示",
|
|
117
|
-
"examples": [
|
|
118
|
-
"Tab 分类详情页",
|
|
119
|
-
"多视图设置页"
|
|
120
|
-
]
|
|
121
|
-
},
|
|
122
|
-
"模式D": {
|
|
123
|
-
"name": "复合模式",
|
|
124
|
-
"structure": "PageContainer → ContentWrapper → Card(白卡容器) → PageHeader + ActionToolbar + DataTable + Pagination",
|
|
125
|
-
"scenario": "列表页标准模式",
|
|
126
|
-
"examples": [
|
|
127
|
-
"标准列表页",
|
|
128
|
-
"高级筛选列表页"
|
|
129
|
-
]
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
"pageContainerExtensions": {
|
|
134
|
-
"description": "v4.0 新增的 PageContainer 扩展模式。",
|
|
135
|
-
"extensions": {
|
|
136
|
-
"模式D+": {
|
|
137
|
-
"name": "高级筛选列表",
|
|
138
|
-
"structure": "PageContainer → ContentWrapper → Card(白卡容器) → PageHeader + ActionToolbar + AdvancedFilterPanel(可展开) + DataTable + BulkActionBar + Pagination",
|
|
139
|
-
"scenario": "多条件组合筛选",
|
|
140
|
-
"detail": "高级筛选按钮位于 ActionToolbar 右侧,展开后显示多条件组合面板,收起后恢复基础 SearchCombo"
|
|
141
|
-
},
|
|
142
|
-
"视图切换": {
|
|
143
|
-
"name": "列表↔卡片视图切换",
|
|
144
|
-
"structure": "PageContainer → ContentWrapper → Card(白卡容器) → PageHeader + ActionToolbar + ViewToggle[列表|卡片] → CardGrid/DataTable + Pagination",
|
|
145
|
-
"scenario": "用户可切换视图模式",
|
|
146
|
-
"cardGridCSS": "grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)),gap 16px",
|
|
147
|
-
"responsiveBreakpoints": {
|
|
148
|
-
">1400px": "4列",
|
|
149
|
-
"1080-1400px": "3列",
|
|
150
|
-
"768-1080px": "2列",
|
|
151
|
-
"<768px": "1列"
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"模式D-CARD": {
|
|
155
|
-
"name": "常规卡片列表",
|
|
156
|
-
"structure": "PageContainer → ContentWrapper → Card(白卡容器) → PageHeader + ActionToolbar(ToggleGroup胶囊筛选) + CardGrid(CardGrid > ItemCard + CardActionBar,完整规格见 pages/list-page/patterns/card-list.md §9) + Pagination",
|
|
157
|
-
"scenario": "有 Sidebar 的纯卡片视图,无 ViewToggle",
|
|
158
|
-
"cardGridCSS": "grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)),gap 16px",
|
|
159
|
-
"defaultPageSize": 12,
|
|
160
|
-
"typicalScenarios": [
|
|
161
|
-
"分类资源管理",
|
|
162
|
-
"团队项目卡片",
|
|
163
|
-
"分组知识库"
|
|
164
|
-
]
|
|
165
|
-
},
|
|
166
|
-
"模式A-CARD": {
|
|
167
|
-
"name": "纯卡片列表",
|
|
168
|
-
"structure": "PageContainer → ContentWrapper → Card(白卡容器) → PageHeader + ActionToolbar(ToggleGroup胶囊筛选) + CardGrid(CardGrid > ItemCard + CardActionBar,完整规格见 pages/list-page/patterns/card-list.md §9) + Pagination",
|
|
169
|
-
"scenario": "纯卡片视图,无 Sidebar,无 ViewToggle",
|
|
170
|
-
"cardGridCSS": "grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)),gap 16px",
|
|
171
|
-
"defaultPageSize": 12,
|
|
172
|
-
"typicalScenarios": [
|
|
173
|
-
"智能体管理",
|
|
174
|
-
"模型管理",
|
|
175
|
-
"插件管理",
|
|
176
|
-
"资源目录"
|
|
177
|
-
]
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
"layoutToPageMapping": {
|
|
182
|
-
"description": "页面类型与布局模式的对应关系。",
|
|
183
|
-
"mapping": [
|
|
184
|
-
{
|
|
185
|
-
"pageType": "ListPage(标准)",
|
|
186
|
-
"mode": "模式D"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"pageType": "ListPage(高级筛选)",
|
|
190
|
-
"mode": "模式D+"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"pageType": "ListPage(视图切换)",
|
|
194
|
-
"mode": "模式D + ViewToggle"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"pageType": "ListPage(纯卡片)",
|
|
198
|
-
"mode": "模式A-CARD"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"pageType": "ListPage(常规卡片)",
|
|
202
|
-
"mode": "模式D-CARD"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"pageType": "ListPage(简洁)",
|
|
206
|
-
"mode": "模式A"
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"pageType": "DetailPage",
|
|
210
|
-
"mode": "模式A 或 模式B"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"pageType": "FormPage",
|
|
214
|
-
"mode": "模式A 或 模式B"
|
|
215
|
-
}
|
|
216
|
-
]
|
|
217
|
-
}
|
|
218
|
-
}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
# PageHeader 强约束(L1 标题模式 + L2 面包屑模式)
|
|
2
|
-
|
|
3
|
-
> **L1 标题模式**:适用于列表页、Dashboard、概览页 — 仅显示页面标题文字。
|
|
4
|
-
> **L2 面包屑模式**:适用于所有详情页子类型(资源详情、监控详情、API文档详情、对比型详情)。
|
|
5
|
-
> **真相源**:[`common-components.json`](./common-components.json) → PageHeader / Breadcrumb。**生成页面前必读**。
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
## 1. 容器规格(visualSpec)
|
|
10
|
-
|
|
11
|
-
- `height: 64px`(不是 56px / 不是 48px)
|
|
12
|
-
- `padding: 0`(水平由 Card.paddingX = 20px 提供,禁止重复设置)
|
|
13
|
-
- `background: transparent` | `border: 无` | `box-shadow: 无`
|
|
14
|
-
|
|
15
|
-
## 2. 标题模式(L1 titleMode.spec)
|
|
16
|
-
|
|
17
|
-
> L1 页面(列表页 / Dashboard / 概览页)使用标题模式,**仅显示页面标题文字**,无面包屑、无返回按钮。
|
|
18
|
-
|
|
19
|
-
- 内容:仅一个页面标题文本,**禁止**出现面包屑、返回箭头、面包屑分隔符
|
|
20
|
-
- `font-size: 18px`(使用 `var(--font-size-2xl)`,与面包屑字号一致)
|
|
21
|
-
- `font-weight: 500` (medium)
|
|
22
|
-
- `color: hsl(var(--gray-primary))`(或 `--gray-title`,不可点击)
|
|
23
|
-
- 位置:`page-header` 的**左侧**,与右侧 `actions` 区域平级
|
|
24
|
-
|
|
25
|
-
**最小实现**:
|
|
26
|
-
```html
|
|
27
|
-
<div class="page-header"><!-- height:64px; padding:0 -->
|
|
28
|
-
<h1 class="page-title">实例管理</h1><!-- 18px; font-weight:500; color:--gray-primary -->
|
|
29
|
-
<div class="actions">...</div>
|
|
30
|
-
</div>
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
**禁止项**:
|
|
34
|
-
- ❌ 与面包屑同时出现(L1 与 L2 互斥)
|
|
35
|
-
- ❌ 添加返回按钮或其他导航元素
|
|
36
|
-
- ❌ 文字后追加副标题、描述、状态标签等额外元素
|
|
37
|
-
|
|
38
|
-
## 3. 面包屑模式(L2 breadcrumbMode.spec)
|
|
39
|
-
|
|
40
|
-
- `font-size: 18px`(使用 `var(--font-size-2xl)`,**禁止用 base/lg/xl 替代**)
|
|
41
|
-
- `font-weight: 500` (medium)
|
|
42
|
-
- `gap: 4px`(gap-1,**不是 6px / 8px**)
|
|
43
|
-
- 父项 color = `hsl(var(--gray-secondary))`,hover = `hsl(var(--gray-primary))`,可点击
|
|
44
|
-
- 当前项 color = `hsl(var(--gray-title))`,不可点击
|
|
45
|
-
- 分隔符:**ChevronRight 图标 20px**(lucide / 等价 SVG `<polyline points="9 18 15 12 9 6"/>`),color = `hsl(var(--muted-foreground))`,**禁止用 `/` `>` 等文本字符**
|
|
46
|
-
|
|
47
|
-
## 4. 禁止项(违反即视为不合规)
|
|
48
|
-
|
|
49
|
-
1. ❌ 容器自身外框 border(`border-top` / `border-left` / `border-right`)及底色 / 阴影
|
|
50
|
-
2. ❌ 页头下方添加 `<hr>` / `section-divider` / 任何分割线(组件间距由 margin/padding 控制)
|
|
51
|
-
3. ❌ 标题基础组件与面包屑基础组件同时出现(L1/L2 必须二选一)
|
|
52
|
-
4. ❌ `style={{ fontSize: '18px' }}` 等字面量;`h-[64px]` 等硬编码 Tailwind 任意值
|
|
53
|
-
5. ❌ PageHeader 放在 Card 白卡外部
|
|
54
|
-
|
|
55
|
-
## 5. 下方分割线澄清
|
|
56
|
-
|
|
57
|
-
- PageHeader 容器自身 **不设置** border / background / box-shadow
|
|
58
|
-
- 但 PageHeader **与内容区之间** 可通过 `border-bottom: 1px solid hsl(var(--gray-line))` 实现功能性分割线
|
|
59
|
-
- 此分割线属于 PageHeader 的 **最后一个视觉元素**(非容器 border)
|
|
60
|
-
- 生成时默认 **不添加** 此分割线;仅当页面需要明确标题区与内容区边界时才使用
|
|
61
|
-
|
|
62
|
-
## 6. 最小正确实现(L2 面包屑模式 / HTML 静态原型)
|
|
63
|
-
|
|
64
|
-
```html
|
|
65
|
-
<div class="page-header"><!-- height:64px; padding:0; 无 border 无 bg 无 box-shadow -->
|
|
66
|
-
<nav class="breadcrumb"><!-- gap:4px; font-size:var(--font-size-2xl) (18px); font-weight:500; color:hsl(var(--gray-secondary)) -->
|
|
67
|
-
<span class="crumb">实例 i-xxx</span>
|
|
68
|
-
<span class="sep" aria-hidden="true"><!-- 20px ChevronRight; color:hsl(var(--muted-foreground)) -->
|
|
69
|
-
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg>
|
|
70
|
-
</span>
|
|
71
|
-
<span class="crumb current">概览</span><!-- color:hsl(var(--gray-title)) -->
|
|
72
|
-
</nav>
|
|
73
|
-
<div class="actions">…</div>
|
|
74
|
-
</div>
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
## 7. 生成检查清单
|
|
78
|
-
|
|
79
|
-
> AI 生成详情页时,**必须逐项确认**以下规则。任一不符即视为不合规。
|
|
80
|
-
|
|
81
|
-
| # | 检查项 | 正确值 | 常见错误 |
|
|
82
|
-
|---|--------|--------|---------|
|
|
83
|
-
| 1 | 容器高度 | `height: 64px` | 56px / 48px / 72px |
|
|
84
|
-
| 2 | 容器 padding | `padding: 0` | padding: 0 16px / padding: 0 20px |
|
|
85
|
-
| 3 | 容器外框 border | 无(不设置 border-top/left/right) | border: 1px solid / 四边框 |
|
|
86
|
-
| 3a | 下方功能性分割线 | 可选:`border-bottom: 1px solid hsl(var(--gray-line))`(默认不加) | 粗线 / 阴影 / hr 标签 |
|
|
87
|
-
| 4 | 容器 background | `transparent`(不设置) | background: white / hsl(...) |
|
|
88
|
-
| 5 | 容器 box-shadow | 无 | box-shadow: 0 1px ... |
|
|
89
|
-
| 6 | 面包屑字号 | `font-size: var(--font-size-2xl)` (18px) | --font-size-base / --font-size-lg / 12px / 14px |
|
|
90
|
-
| 7 | 面包屑字重 | `font-weight: var(--font-weight-medium)` (500) | 400 / 600 / --font-weight-normal |
|
|
91
|
-
| 8 | 面包屑 gap | `gap: 4px` | 6px / 8px / 12px |
|
|
92
|
-
| 9 | 分隔符类型 | ChevronRight SVG `<polyline points="9 18 15 12 9 6"/>` | 文本 "/" ">" "›" |
|
|
93
|
-
| 10 | 分隔符尺寸 | `width: 20px; height: 20px` | 14px / 16px / 24px |
|
|
94
|
-
| 11 | 分隔符颜色 | `hsl(var(--muted-foreground))` | --gray-line / --gray-primary / 硬编码色值 |
|
|
95
|
-
| 12 | 父项颜色 | `hsl(var(--gray-secondary))` | --muted-foreground / --gray-primary |
|
|
96
|
-
| 13 | 当前项颜色 | `hsl(var(--gray-title))` 或 `hsl(var(--gray-primary))` | --gray-secondary / --muted-foreground |
|
|
97
|
-
| 14 | PageHeader 位置 | Card 白卡**内部**(第一个子元素) | Card 外部 / body 直接子元素 |
|
|
98
|
-
| 15 | 标题与面包屑 | L1/L2 必须二选一:L1 仅标题、L2 仅面包屑 | 两者同时出现 |
|
|
99
|
-
| 16 | L1 标题文本 | `font-size: 18px; font-weight: 500; color: hsl(var(--gray-primary))` | 字号偏大 / 颜色用 secondary / 追加副标题 |
|
|
100
|
-
|
|
101
|
-
## 8. 高频错误纠正
|
|
102
|
-
|
|
103
|
-
| # | 高频错误 | 正确做法 | 错误根源 |
|
|
104
|
-
|---|---------|--------|---------|
|
|
105
|
-
| 1 | separator 颜色用 `--gray-tertiary` 或硬编码 | `hsl(var(--muted-foreground))` | legacy 别名未废弃 |
|
|
106
|
-
| 2 | 容器四边框 `border: 1px solid` | 仅可选下方分割线 `border-bottom`,容器自身无 border | 与 ContentCard 边框规则混淆 |
|
|
107
|
-
| 3 | 高度设为 48px / 56px | 必须 `height: 64px` | 与 Toolbar / AppBar 混淆 |
|
|
108
|
-
| 4 | 字号用 `--font-size-base` / `--font-size-lg` | `var(--font-size-2xl)` (18px) | Token scale 理解不足 |
|
|
109
|
-
| 5 | gap 设为 6px / 8px / 12px | `gap: 4px` | 与 button-gap 混淆 |
|
|
110
|
-
| 6 | 分隔符用文本 "/" ">" "›" | SVG ChevronRight 20×20px | 旧版文本习惯 |
|
|
111
|
-
| 7 | PageHeader 放在 Card 外部 | 必须在 Card 白卡内部(第一个子元素) | 布局层级误解 |
|
|
112
|
-
| 8 | padding 设为 0 16px / 0 20px | `padding: 0`(水平由 Card.paddingX 提供) | 重复设置水平间距 |
|
|
113
|
-
|
|
114
|
-
## 9. Sidebar 规范引用
|
|
115
|
-
|
|
116
|
-
> Sidebar 是 L1/L2 全局框架组件,完整规格已迁移至上游 rules 层。
|
|
117
|
-
>
|
|
118
|
-
> **完整规范** → [`sidebar-spec.md`](./sidebar-spec.md)
|
|
119
|
-
>
|
|
120
|
-
> 本文件仅定义 PageHeader 与 Sidebar 的边界:
|
|
121
|
-
> - PageHeader 必须放在 Card 白卡内部,与 Sidebar 平级无嵌套关系
|
|
122
|
-
> - Sidebar 收起时,`.main-content` 的 `margin-left` 自动从 240px 变为 68px
|
|
123
|
-
> - PageHeader 不应包含任何 Sidebar 逻辑(如收起按钮、Logo 切换)
|