playbook_ui_docs 14.7.0.pre.alpha.dependabotnpmandyarnfloatinguireact026284532 → 14.7.0.pre.alpha.dependabotnpmandyarnintltelinput24704448

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: ac78e300628d883e4cbbd355c0fc3eede21543928473897083296a745d586241
4
- data.tar.gz: b7b407eb7d5c52a3f4e1851380ada01323979052846c2b5da9dd4ac72751f74c
3
+ metadata.gz: 30181417412eb7372d02e962c441f225ddcb4db7bd79b5b40813af29f4949be2
4
+ data.tar.gz: f0f56de520da7535beb82f6c0654524f58e296eef470f5ce51e4ee651705b0ab
5
5
  SHA512:
6
- metadata.gz: d39e632af990855246cb685968bda16c5fe25362a0c6e450a38b75b45bd247dacb9daa69f6cec6d86b86264d70d9a4a763c55360a797cc5df0ccb66d8d93c61e
7
- data.tar.gz: 42b1bdb84a434ae68681e5692007c7354e7d386beb94217d2abf725b380def666a63831c387325d49133b7a18dc782d549c17ad5fa399023afe96f3c7b7b5ecf
6
+ metadata.gz: 7cf79e4413330b2eb88d9645db377cf9e72327ee7cf51a699da1050abb9f2577b9135dd4e4645fe6b15c36eb7cc789af77cffc9df3f9d6a0124b5b691b3ce675
7
+ data.tar.gz: 428f949b9f3bfdba4cfea5f79bca0def74ce88359c54041c057302aab243ab280a202b64aab69a2c022e819359dd7cc5914dbb35a20cd5b3f36da6d7d21c2223
@@ -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
-