playbook_ui 15.3.0.pre.rc.3 → 15.3.0.pre.rc.4

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: 839b54be2fabbb56ac609130e966789a07a477c2d8660a83937393be7b4c25ca
4
- data.tar.gz: ea1cb2fe31879cd6570b9f7714a9ab14b6f3bdbbe9aad2b61d5b5f05582c8af6
3
+ metadata.gz: b02e4b5855918f55802dd7bc40114f52cc099f4da1a58a8d5ad131c23c8f6a1b
4
+ data.tar.gz: 8697ee5eed9aaabdc25790ebe61af285c9ed9ab1714f3514cf8f0911d40110da
5
5
  SHA512:
6
- metadata.gz: 751dab1773e0c4ec9cf7d2a7006033fab07e03566ef9c333d8376af582e680669402e3d0b351af7810aea8c3ae372dcfb5de9a734146beac0d8a5930a1fd00a7
7
- data.tar.gz: a1a7f1726e0fe8f86fccfff26bb8fe96f974a8ba91f625afb25d2983e8bd17614c97da5798f86344b7d0bf7272cd6896679204f85943812fb09a5542eb8f968b
6
+ metadata.gz: f0e7073a936257af305194abcee67e0afaf031afcc098295ce67cd780bd12fd2490294d17ca81232dda20642fe8d81bbd4120864a1f2f3a43e78a295070a0222
7
+ data.tar.gz: b55f5781f30627599c7c2be96b386adf4857762809f0f0332a2039c19f4f1fea4319d23a30b661bfc5e3e178a1a24f237a99642d25d12d5611f5a346c91b41a3
@@ -23,7 +23,7 @@ const DatePickerRangePattern = (props) => {
23
23
 
24
24
  <DatePicker
25
25
  pickerId="end-date-picker"
26
- placeholder="Select a End Date"
26
+ placeholder="Select an End Date"
27
27
  syncEndWith="quickpick-for-range"
28
28
  {...props}
29
29
  />