pixel-priya 1.2.41 → 1.2.43

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.
Files changed (29) hide show
  1. package/lib/_virtual/index11.js +2 -2
  2. package/lib/_virtual/index12.js +2 -2
  3. package/lib/assets/icons/re_run_failed_only.svg.js +1 -1
  4. package/lib/assets/icons/re_run_failed_only.svg.js.map +1 -1
  5. package/lib/components/Editor/Editor.js +6 -2
  6. package/lib/components/Editor/Editor.js.map +1 -1
  7. package/lib/components/Excel/ExcelFile/ExcelFile.js +21 -23
  8. package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
  9. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +16 -16
  10. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
  11. package/lib/components/Search/Search.js +2 -1
  12. package/lib/components/Search/Search.js.map +1 -1
  13. package/lib/components/Select/Select.js +22 -4
  14. package/lib/components/Select/Select.js.map +1 -1
  15. package/lib/components/Select/components/Dropdown.js +5 -3
  16. package/lib/components/Select/components/Dropdown.js.map +1 -1
  17. package/lib/components/Select/components/types.d.ts +1 -0
  18. package/lib/components/Select/components/types.js.map +1 -1
  19. package/lib/components/Select/types.d.ts +1 -0
  20. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +1 -0
  21. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
  22. package/lib/index.cjs +74 -49
  23. package/lib/index.cjs.map +1 -1
  24. package/lib/index.d.ts +1 -0
  25. package/lib/node_modules/js-beautify/js/src/css/index.js +1 -1
  26. package/lib/node_modules/js-beautify/js/src/javascript/index.js +1 -1
  27. package/lib/styles.css +1 -1
  28. package/lib/styles.css.map +1 -1
  29. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -1006,6 +1006,7 @@ interface SelectProps$1 {
1006
1006
  */
1007
1007
  dropDownHeight?: number;
1008
1008
  onSearchText?: (text: string) => void;
1009
+ isCustomButtonDisabled?: boolean;
1009
1010
  }
1010
1011
  type OptionValue$3 = any;
1011
1012
  interface Option$5 {
@@ -1,4 +1,4 @@
1
- import { __module as css } from '../../../../../_virtual/index11.js';
1
+ import { __module as css } from '../../../../../_virtual/index12.js';
2
2
  import { __require as requireBeautifier } from './beautifier.js';
3
3
  import { __require as requireOptions } from './options.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { __module as javascript } from '../../../../../_virtual/index12.js';
1
+ import { __module as javascript } from '../../../../../_virtual/index11.js';
2
2
  import { __require as requireBeautifier } from './beautifier.js';
3
3
  import { __require as requireOptions } from './options.js';
4
4