playbook_ui 14.0.0.pre.alpha.PBNTR416formpillsizes3506 → 14.0.0.pre.alpha.PBNTR416formpillsizes3521
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_multi_level_select/_multi_level_select.tsx +0 -2
- data/dist/chunks/{_typeahead-8QAqLd8L.js → _typeahead-CwApRoDp.js} +1 -1
- data/dist/chunks/_weekday_stacked-BHX7adsZ.js +45 -0
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +4 -4
- data/dist/chunks/_weekday_stacked-BlqzXepV.js +0 -45
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea3c69b9c2b5783ce5705c518e323adcf53ca682d4e0ef23e41db041e2748c2f
|
4
|
+
data.tar.gz: 60fc36ea7adee27547a5e96fd61f5ea1e9aeba509511eb4d55a83e464cc4ee2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e91bbdd240472b13de70c5166769164fe7311d94003237bf9cf82d1ddaf6a1b935f3307901e7bf4a847de519619329abddcdc82f77fec8450ee284ac52438c7
|
7
|
+
data.tar.gz: 920a6c9a3e83ae944b77a466578f9735cf2ac8b1f19cb98f846318f786f9eeaaea0e1819ab47f17475d0cac8905d8e3fed1cdf39a71d6ec0fba642c731027aa6
|
@@ -469,7 +469,6 @@ const MultiLevelSelect = (props: MultiLevelSelectProps) => {
|
|
469
469
|
<FormPill
|
470
470
|
key={index}
|
471
471
|
onClick={(event: any) => handlePillClose(event, item)}
|
472
|
-
size="small"
|
473
472
|
text={item.label}
|
474
473
|
/>
|
475
474
|
))
|
@@ -482,7 +481,6 @@ const MultiLevelSelect = (props: MultiLevelSelectProps) => {
|
|
482
481
|
<FormPill
|
483
482
|
key={index}
|
484
483
|
onClick={(event: any) => handlePillClose(event, item)}
|
485
|
-
size="small"
|
486
484
|
text={item.label}
|
487
485
|
/>
|
488
486
|
))
|