playbook_ui_docs 15.3.0.pre.alpha.PLAY2407daterangeinlineshowcurrentyear12138 → 15.3.0.pre.alpha.PLAY2532flexboxdefaultresponsive12209
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 +4 -4
- data/app/pb_kits/playbook/pb_date_range_inline/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_date_range_inline/docs/example.yml +2 -3
- data/app/pb_kits/playbook/pb_date_range_inline/docs/index.js +0 -1
- data/dist/playbook-doc.js +1 -1
- metadata +2 -5
- data/app/pb_kits/playbook/pb_date_range_inline/docs/_date_range_inline_show_current_year.html.erb +0 -4
- data/app/pb_kits/playbook/pb_date_range_inline/docs/_date_range_inline_show_current_year.jsx +0 -43
- data/app/pb_kits/playbook/pb_date_range_inline/docs/_date_range_inline_show_current_year.md +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8c146f3bdd22eebae7280e3417403f012a141a9de5628bbad8ed53f3947d404
|
|
4
|
+
data.tar.gz: cb44d75fd931a1f573e01cb16c83a25adc01dbb06b9a14478b72920a715ad6e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37a2f652007a9bc18b0d3e36c45ab3f01047a76c68dc5c217c7372304c765d7c94706dd0fa7c227805eba8313b063ce7bf7290676d107a210927940fa6e666d9
|
|
7
|
+
data.tar.gz: 20152cca6fe780e27d6618ecbfc57ba2eb24ec6b048cce391803925abd896e6044d458f35db3dd9f9bf0243371d7c7b021252f2c85c50b189afe4cdce646642c
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Use to display a date range.
|
|
1
|
+
Use to display a date range. Year will not show if it is the current year.
|
|
@@ -2,12 +2,11 @@ examples:
|
|
|
2
2
|
|
|
3
3
|
rails:
|
|
4
4
|
- date_range_inline_default: Default
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
|
|
7
7
|
react:
|
|
8
8
|
- date_range_inline_default: Default
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
|
|
11
10
|
swift:
|
|
12
11
|
- date_range_inline_default_swift: Default
|
|
13
12
|
- date_range_inline_props_swift: ""
|