playbook_ui_docs 14.12.0.pre.alpha.PBNTR779railsdraggablecrosscontainer5863 → 14.12.0.pre.alpha.PBNTR8335887

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: 1132a6fd3849982b0442ffd0c7497135a1feec9bf1d45cc2cb0aa78fdcfd6cdb
4
- data.tar.gz: 8d4d84cdcdfb4456b351e76988b081aa8b523310a3dc801c7eed54f46d1e0027
3
+ metadata.gz: d1bbb602a45dd4788f4de31b4b634b5c0ba0216b37d222f33d24d8bdb7581551
4
+ data.tar.gz: 3a6b8a2e0c0c4cf90ab2c086f3de644f99ae29e0853c96f5f707bdb634f40e4e
5
5
  SHA512:
6
- metadata.gz: 32ec069304ae930a87a1d6d93eab078178fe4ac500b0dd4ca1f839bf50a3af72402135af18cebd05f30974d3663f966b431bf7422607b465daaaaedd4b8b133d
7
- data.tar.gz: bb42b11419c3ef954ca98ef050913833213bed8cb211dbec9d4c2051a300d9141e5812295331ac6502673744cb704e233e013e506fa565bdad3b69dd45cbe05a
6
+ metadata.gz: e0e6d6fae68335472a5c19cdefbe15eea9c2e8126fe195e8cbdafaaa1bfb035ce6d15a0cba7be687adda1fcbf35415547be7d5723cfdeae4744afa4d8fffc445
7
+ data.tar.gz: 15e4c16f953ffb21885223de798ddd32855855e14d92c53fa13b584ec6f99ea4f4597604799d3ae905354fd60cc6b94cddffdba84f4a9a4f021fa67f9657113a
@@ -1,14 +1,18 @@
1
1
  examples:
2
+
3
+
2
4
  react:
3
5
  - draggable_default: Default
4
6
  - draggable_with_list: Draggable with List Kit
5
7
  - draggable_with_selectable_list: Draggable with SelectableList Kit
6
8
  - draggable_with_cards: Draggable with Cards
7
9
  - draggable_multiple_containers: Dragging Across Multiple Containers
10
+
8
11
  rails:
9
12
  - draggable_default_rails: Default
10
13
  - draggable_with_list_rails: Draggable with List Kit
11
14
  - draggable_with_selectable_list_rails: Draggable with SelectableList Kit
12
15
  - draggable_with_cards_rails: Draggable with Cards
13
- - draggable_multiple_containers_rails: Dragging Across Multiple Containers
14
16
 
17
+
18
+