playbook_ui_docs 14.16.0.pre.alpha.PLAY1929bracketlayout6930 → 14.16.0.pre.alpha.play1756pbcontenttag6933

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86ce24bc51ba0d186ce7812c4f763854d323e72803ad3d409fe9ff0a2bfcb9ab
4
- data.tar.gz: 94bf2ec8d37407e0e2dcddeaadf7d2447e6f65404d9ca082283ce1cad1321eaa
3
+ metadata.gz: 0a4bb80b840a66ff4c8f2e5bfa4cea6b089e2ca6d25fad5f09689db8dab5e7e4
4
+ data.tar.gz: fd2a86c00262913fd901b9fb223fa42977ddf46b995b5bf203775886f933f656
5
5
  SHA512:
6
- metadata.gz: fe13203d5bc2f11eb16ec76643f7629d9ba884d1652cc1e9967937ca884356f6d77c4f2b21d488579891cc6a6ed8a04fad32d285f51c52e5c1a25162d9325754
7
- data.tar.gz: 6dbb38d83416d602ea3102dcf20a49e0399de64d4f84f91f51ad41e881500bf23d44300127c4612c7ec4b2638da3f71fdb85088ca3ed7fbbca521117cafc367a
6
+ metadata.gz: 6f6cfc418ee1f491039008b031208ab100f6f229936c2d8c3cb4b342c0fb803995ad9ef5a73b72490180b1538faf790702b5a1242ff845f15616209d2870f88b
7
+ data.tar.gz: ed4ab2c4a666eecbfdad9bcbfa52c7da260475bed10efdde37cd60d35bf55aa90031768c2a5d4b8a142a1bd38b6566500892a40d2bb79a7258205464c6e59d8c
@@ -18,5 +18,4 @@ examples:
18
18
  - layout_kanban: Kanban Layout
19
19
  - layout_content: Content Layout
20
20
  - layout_masonry: Masonry Layout
21
- - layout_bracket: Bracket Layout
22
21
 
@@ -7,5 +7,4 @@ export { default as LayoutKanbanResponsive } from './_layout_kanban_responsive.j
7
7
  export { default as LayoutCollectionDetail } from './_layout_collection_detail.jsx'
8
8
  export { default as LayoutContent } from './_layout_content.jsx'
9
9
  export { default as LayoutMasonry } from './_layout_masonry.jsx'
10
- export { default as LayoutBracket } from './_layout_bracket.jsx'
11
10