playbook_ui_docs 13.21.0.pre.alpha.PBNTR243globalpositioningpropinset2504 → 13.21.0.pre.alpha.PLAY12582474
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_picker/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_date_picker/docs/index.js +0 -1
- data/dist/playbook-doc.js +4 -4
- metadata +2 -4
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_margin_bottom.html.erb +0 -7
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_margin_bottom.jsx +0 -41
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 355c5f2e4f6b09a4409aedc6f6c69514390af804c251dc1662232eaa94b2b441
|
4
|
+
data.tar.gz: d2c41204c8551916731e66ebefb124df0e1d711bcf85dd3ffff62f9c5d86da0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e6eb67e15ab413c5e784b4cee06beb389a58d246550ee3208cf95185df5a3ded7c28278ba56164b6dc404159e89b07296c86dbabe99bec9969eee25eb93c2ba
|
7
|
+
data.tar.gz: 3fc86ff626fd3d298bcd2327a2bf10152eb097b0dfa5646d7d4079b3068696bd4cfc7411c979e5678fef5dd2947f5af16372b629e117426c217ea3c9ade52094
|
@@ -20,7 +20,6 @@ examples:
|
|
20
20
|
- date_picker_hooks: Hooks
|
21
21
|
- date_picker_year_range: Year Range
|
22
22
|
- date_picker_anti_patterns: Anti-Patterns
|
23
|
-
- date_picker_margin_bottom: Margin Bottom
|
24
23
|
- date_picker_inline: Inline
|
25
24
|
- date_picker_month_and_year: Month & Year Only
|
26
25
|
- date_picker_week: Week
|
@@ -49,7 +48,6 @@ examples:
|
|
49
48
|
- date_picker_flatpickr_methods: Flatpickr Methods
|
50
49
|
- date_picker_hooks: Hooks
|
51
50
|
- date_picker_year_range: Year Range
|
52
|
-
- date_picker_margin_bottom: Margin Bottom
|
53
51
|
- date_picker_inline: Inline
|
54
52
|
- date_picker_month_and_year: Month & Year Only
|
55
53
|
- date_picker_week: Week
|
@@ -19,7 +19,6 @@ export { default as DatePickerWeek } from './_date_picker_week.jsx'
|
|
19
19
|
export { default as DatePickerPositions } from './_date_picker_positions.jsx'
|
20
20
|
export { default as DatePickerPositionsElement } from './_date_picker_positions_element.jsx'
|
21
21
|
export { default as DatePickerAllowInput } from './_date_picker_allow_input'
|
22
|
-
export { default as DatePickerMarginBottom} from './_date_picker_margin_bottom'
|
23
22
|
export { default as DatePickerQuickPickReact } from './_date_picker_quick_pick_react'
|
24
23
|
export { default as DatePickerQuickPickRangeLimit } from './_date_picker_quick_pick_range_limit'
|
25
24
|
export { default as DatePickerOnClose } from './_date_picker_on_close.jsx'
|