playbook_ui_docs 14.8.0.pre.alpha.PLAY16254545 → 14.8.0.pre.rc.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6ccbf827e83c41ef94d73ffd55ff3677d6e435c0abe9604640563fb6153dc84
4
- data.tar.gz: 4b97d1edff26879ad50aea1d3b61e518019eb025ce35afbef9bbac9c9dadb2dd
3
+ metadata.gz: f193bafab12813db3ab70df636c2788dbe87313c6ce5a8dc5ab839e29609bfc3
4
+ data.tar.gz: df4cd9b8865bdce52da3a30e579db39854cd5c088b530cc0fda6f14c56cb3a5d
5
5
  SHA512:
6
- metadata.gz: 366cccb9746c9753f59bf69ad7b9c06b9c46e071c7f358e444d11bdaa418e4071bf2ba26e0e455d066f1a165eec39de1714b9b41a581c6b6c745d71377f7a550
7
- data.tar.gz: cd12c7bc9bde11472cda70362173940e723592fed99e9d34428d3d0f86b7ae3cfe3a7292cdb287c1880d6efa7270214a1ce4f572c72210e8ec1eb7bdb7110123
6
+ metadata.gz: 32d3773de3e20fff72f7cdb61900538059309d70e3948b323b74d75484f02add229470ab283dbf57a3a290b8bdbd46bb064a3629db7ef4031d5d384fba0e6a7a
7
+ data.tar.gz: aed4ec243b8842e61b37763e092171597dd2f5eb5eba00877227a893b7088d7e6ed901dc830c9ccdf7273f6d233387cc9cd6d13d2b7646bb7f7c64cf6308c4b1
@@ -1 +1 @@
1
- Card can leverage the max-width property. Learn more in our <a href="https://playbook.powerapp.cloud/visual_guidelines" target="_blank">visual guidelines.</a>
1
+ Card can leverage the max-width property. Learn more in our <a href="https://playbook.powerapp.cloud/visual_guidelines" target="_blank">visual guidelines.</a>
@@ -12,7 +12,6 @@ examples:
12
12
  - date_picker_quick_pick_range_limit: Range (Quick Pick w/ “This” Range limit)
13
13
  - date_picker_quick_pick_custom: Custom Quick Pick Dates
14
14
  - date_picker_quick_pick_custom_override: Custom Quick Pick Dates (append to defaults)
15
- - date_picker_quick_pick_default_date: Range (Quick Pick w/ Default Date)
16
15
  - date_picker_format: Format
17
16
  - date_picker_disabled: Disabled Dates
18
17
  - date_picker_min_max: Min Max
@@ -43,7 +42,6 @@ examples:
43
42
  - date_picker_quick_pick_range_limit: Range (Quick Pick w/ “This” Range limit)
44
43
  - date_picker_quick_pick_custom: Custom Quick Pick Dates
45
44
  - date_picker_quick_pick_custom_override: Custom Quick Pick Dates (append to defaults)
46
- - date_picker_quick_pick_default_date: Range (Quick Pick w/ Default Date)
47
45
  - date_picker_format: Format
48
46
  - date_picker_disabled: Disabled Dates
49
47
  - date_picker_min_max: Min Max
@@ -25,4 +25,3 @@ export { default as DatePickerQuickPickRangeLimit } from './_date_picker_quick_p
25
25
  export { default as DatePickerOnClose } from './_date_picker_on_close.jsx'
26
26
  export { default as DatePickerQuickPickCustom } from './_date_picker_quick_pick_custom'
27
27
  export { default as DatePickerQuickPickCustomOverride } from './_date_picker_quick_pick_custom_override'
28
- export { default as DatePickerQuickPickDefaultDate } from './_date_picker_quick_pick_default_date'
@@ -8,10 +8,4 @@ examples:
8
8
  - draggable_with_cards: Draggable with Cards
9
9
  - draggable_multiple_containers: Dragging Across Multiple Containers
10
10
 
11
- rails:
12
- - draggable_default_rails: Default
13
- - draggable_with_list_rails: Draggable with List Kit
14
- - draggable_with_cards_rails: Draggable with Cards
15
-
16
-
17
11
 
@@ -1,16 +1,14 @@
1
1
  examples:
2
-
2
+
3
3
  rails:
4
4
  - timeline_default: Default
5
5
  - timeline_vertical: Vertical
6
6
  - timeline_with_date: With Date
7
7
  - timeline_with_children: With Children
8
- - timeline_with_gap: With Gap
9
-
10
-
8
+
9
+
11
10
  react:
12
11
  - timeline_default: Default
13
12
  - timeline_vertical: Vertical
14
13
  - timeline_with_date: With Date
15
14
  - timeline_with_children: With Children
16
- - timeline_with_gap: With Gap
@@ -2,5 +2,3 @@ export { default as TimelineDefault } from './_timeline_default.jsx'
2
2
  export { default as TimelineVertical } from './_timeline_vertical.jsx'
3
3
  export { default as TimelineWithDate } from './_timeline_with_date.jsx'
4
4
  export { default as TimelineWithChildren } from './_timeline_with_children.jsx'
5
- export { default as TimelineWithGap } from './_timeline_with_gap.jsx'
6
-