inputs-wc 0.1.139 → 0.1.141

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.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CJbT1yFi.js');
4
- var tw = require('./tw-BJXASLvJ.js');
3
+ var index = require('./index-BKqtxrh8.js');
4
+ var tw = require('./tw-CZuzOxdS.js');
5
5
 
6
6
  const altInputCss = () => ``;
7
7
 
@@ -5,7 +5,7 @@ const BUILD = /* inputs-wc */ { allRenderFn: true, appendChildSlotFix: false, as
5
5
  const Env = /* inputs-wc */ {};
6
6
 
7
7
  /*
8
- Stencil Client Platform v4.43.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Platform v4.43.1 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
 
11
11
  var Build = {
@@ -1035,7 +1035,7 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
1035
1035
  }
1036
1036
  } else {
1037
1037
  const existingStyleContainer = styleContainerNode.querySelector("style");
1038
- if (existingStyleContainer) {
1038
+ if (existingStyleContainer && !BUILD.hotModuleReplacement) {
1039
1039
  existingStyleContainer.textContent = style + existingStyleContainer.textContent;
1040
1040
  } else {
1041
1041
  styleContainerNode.prepend(styleElm);
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CJbT1yFi.js');
3
+ var index = require('./index-BKqtxrh8.js');
4
4
  var appGlobals = require('./app-globals-V2Kpy_OQ.js');
5
5
 
6
6
  var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
7
7
  /*
8
- Stencil Client Patch Browser v4.43.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.43.1 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
 
11
11
  var patchBrowser = () => {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CJbT1yFi.js');
3
+ var index = require('./index-BKqtxrh8.js');
4
4
  var appGlobals = require('./app-globals-V2Kpy_OQ.js');
5
5
 
6
6
  const defineCustomElements = async (win, options) => {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CJbT1yFi.js');
4
- var tw = require('./tw-BJXASLvJ.js');
3
+ var index = require('./index-BKqtxrh8.js');
4
+ var tw = require('./tw-CZuzOxdS.js');
5
5
 
6
6
  const numericInputCss = () => ``;
7
7
 
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CJbT1yFi.js');
4
- var tw = require('./tw-BJXASLvJ.js');
3
+ var index = require('./index-BKqtxrh8.js');
4
+ var tw = require('./tw-CZuzOxdS.js');
5
5
 
6
6
  const Button = props => {
7
7
  const { label, callback } = props;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-CJbT1yFi.js');
3
+ var index = require('./index-BKqtxrh8.js');
4
4
 
5
5
  const appendToMap = (map, propName, value) => {
6
6
  let refs = map.get(propName);
@@ -311,7 +311,7 @@ function requireChance () {
311
311
 
312
312
  // Constants
313
313
  var MAX_INT = 9007199254740992;
314
- var MIN_INT = -9007199254740992;
314
+ var MIN_INT = -MAX_INT;
315
315
  var NUMBERS = '0123456789';
316
316
  var CHARS_LOWER = 'abcdefghijklmnopqrstuvwxyz';
317
317
  var CHARS_UPPER = CHARS_LOWER.toUpperCase();
@@ -6,7 +6,7 @@
6
6
  ],
7
7
  "compiler": {
8
8
  "name": "@stencil/core",
9
- "version": "4.43.0",
9
+ "version": "4.43.1",
10
10
  "typescriptVersion": "5.8.3"
11
11
  },
12
12
  "collections": [],