arengibook 2.4.681 → 2.4.683

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -36864,7 +36864,7 @@ var DropdownPresets = {
36864
36864
  },
36865
36865
  choice_attr: function choice_attr(option) {
36866
36866
  return {
36867
- className: ''
36867
+ 'data-src': option
36868
36868
  };
36869
36869
  }
36870
36870
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.681",
4
+ "version": "2.4.683",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {