@charlesgomes/leafcode-shared-lib-react 1.0.5 → 1.0.6
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.
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -908,6 +908,7 @@ var SelectFilterTemplate = (options, isLanguagePtBr = true) => {
|
|
|
908
908
|
isClearable: false,
|
|
909
909
|
isSearchable: false,
|
|
910
910
|
className: "custom-select-filtro",
|
|
911
|
+
classNamePrefix: "custom-select-filtro",
|
|
911
912
|
styles: {
|
|
912
913
|
control: (baseStyles, state) => ({
|
|
913
914
|
...baseStyles,
|
package/dist/index.mjs
CHANGED
|
@@ -863,6 +863,7 @@ var SelectFilterTemplate = (options, isLanguagePtBr = true) => {
|
|
|
863
863
|
isClearable: false,
|
|
864
864
|
isSearchable: false,
|
|
865
865
|
className: "custom-select-filtro",
|
|
866
|
+
classNamePrefix: "custom-select-filtro",
|
|
866
867
|
styles: {
|
|
867
868
|
control: (baseStyles, state) => ({
|
|
868
869
|
...baseStyles,
|