@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 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charlesgomes/leafcode-shared-lib-react",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Lib de componentes react",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",