@tarojs/components-react 4.1.7-beta.4 → 4.1.7
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/original/components/input/style/index.scss +2 -2
- package/package.json +8 -10
- package/dist/original/node_modules/.pnpm/rollup-plugin-styles@4.0.0_rollup@4.39.0/node_modules/rollup-plugin-styles/dist/runtime/inject-css.js +0 -24
- package/dist/original/node_modules/.pnpm/rollup-plugin-styles@4.0.0_rollup@4.39.0/node_modules/rollup-plugin-styles/dist/runtime/inject-css.js.map +0 -1
|
@@ -9,10 +9,10 @@ $browser-context: 16;
|
|
|
9
9
|
@if math.unit($pixels) != '' {
|
|
10
10
|
$pixels: math.div($pixels, $pixels * 0 + 1);
|
|
11
11
|
}
|
|
12
|
-
|
|
12
|
+
|
|
13
13
|
@return #{$pixels}em;
|
|
14
14
|
}
|
|
15
|
-
|
|
15
|
+
|
|
16
16
|
|
|
17
17
|
$weuiCellBg:#FFFFFF; // var(--weui-BG-2);
|
|
18
18
|
$weuiCellBorderColor:#e5e5e5; // $weuiLineColorLight;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/components-react",
|
|
3
|
-
"version": "4.1.7
|
|
3
|
+
"version": "4.1.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main:h5": "dist/index.js",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,20 +25,18 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.24.4",
|
|
28
|
-
"@tarojs/components": "4.1.7-beta.3",
|
|
29
|
-
"@tarojs/shared": "4.1.7-beta.3",
|
|
30
|
-
"@tarojs/taro": "4.1.7-beta.3",
|
|
31
28
|
"classnames": "^2.2.5",
|
|
32
29
|
"identity-obj-proxy": "^3.0.0",
|
|
33
30
|
"swiper": "11.1.15",
|
|
34
|
-
"tslib": "^2.6.2"
|
|
31
|
+
"tslib": "^2.6.2",
|
|
32
|
+
"@tarojs/components": "4.1.7",
|
|
33
|
+
"@tarojs/shared": "4.1.7",
|
|
34
|
+
"@tarojs/taro": "4.1.7"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@babel/plugin-transform-runtime": "^7.24.1",
|
|
38
38
|
"@babel/preset-react": "^7.24.1",
|
|
39
39
|
"@babel/preset-typescript": "^7.24.1",
|
|
40
|
-
"@tarojs/helper": "4.1.7-beta.3",
|
|
41
|
-
"@tarojs/runtime": "4.1.7-beta.3",
|
|
42
40
|
"@testing-library/jest-dom": "^6.1.4",
|
|
43
41
|
"@testing-library/react": "^14.0.0",
|
|
44
42
|
"@testing-library/user-event": "^14.5.1",
|
|
@@ -47,10 +45,10 @@
|
|
|
47
45
|
"babel-preset-solid": "^1.8.15",
|
|
48
46
|
"jest": "^29.7.0",
|
|
49
47
|
"jest-environment-jsdom": "^29.7.0",
|
|
50
|
-
"rollup-plugin-styles": "^4.0.0",
|
|
51
|
-
"sass": "^1.92.0",
|
|
52
48
|
"solid-js": "^1.8.16",
|
|
53
|
-
"ts-jest": "^29.1.1"
|
|
49
|
+
"ts-jest": "^29.1.1",
|
|
50
|
+
"@tarojs/helper": "4.1.7",
|
|
51
|
+
"@tarojs/runtime": "4.1.7"
|
|
54
52
|
},
|
|
55
53
|
"peerDependencies": {
|
|
56
54
|
"react": "*",
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
var e = [],
|
|
2
|
-
t = [];
|
|
3
|
-
function n(n, r) {
|
|
4
|
-
if (n && "undefined" != typeof document) {
|
|
5
|
-
var a,
|
|
6
|
-
s = !0 === r.prepend ? "prepend" : "append",
|
|
7
|
-
d = !0 === r.singleTag,
|
|
8
|
-
i = "string" == typeof r.container ? document.querySelector(r.container) : document.getElementsByTagName("head")[0];
|
|
9
|
-
if (d) {
|
|
10
|
-
var u = e.indexOf(i);
|
|
11
|
-
-1 === u && (u = e.push(i) - 1, t[u] = {}), a = t[u] && t[u][s] ? t[u][s] : t[u][s] = c();
|
|
12
|
-
} else a = c();
|
|
13
|
-
65279 === n.charCodeAt(0) && (n = n.substring(1)), a.styleSheet ? a.styleSheet.cssText += n : a.appendChild(document.createTextNode(n));
|
|
14
|
-
}
|
|
15
|
-
function c() {
|
|
16
|
-
var e = document.createElement("style");
|
|
17
|
-
if (e.setAttribute("type", "text/css"), r.attributes) for (var t = Object.keys(r.attributes), n = 0; n < t.length; n++) e.setAttribute(t[n], r.attributes[t[n]]);
|
|
18
|
-
var a = "prepend" === s ? "afterbegin" : "beforeend";
|
|
19
|
-
return i.insertAdjacentElement(a, e), e;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export { n as default };
|
|
24
|
-
//# sourceMappingURL=inject-css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"inject-css.js","sources":["../../../../../../../../../../../node_modules/.pnpm/rollup-plugin-styles@4.0.0_rollup@4.39.0/node_modules/rollup-plugin-styles/dist/runtime/inject-css.js"],"sourcesContent":["var e=[],t=[];function n(n,r){if(n&&\"undefined\"!=typeof document){var a,s=!0===r.prepend?\"prepend\":\"append\",d=!0===r.singleTag,i=\"string\"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName(\"head\")[0];if(d){var u=e.indexOf(i);-1===u&&(u=e.push(i)-1,t[u]={}),a=t[u]&&t[u][s]?t[u][s]:t[u][s]=c()}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n))}function c(){var e=document.createElement(\"style\");if(e.setAttribute(\"type\",\"text/css\"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a=\"prepend\"===s?\"afterbegin\":\"beforeend\";return i.insertAdjacentElement(a,e),e}}export{n as default};\n"],"names":["e","t","n","r","document","a","s","prepend","d","singleTag","i","container","querySelector","getElementsByTagName","u","indexOf","push","c","charCodeAt","substring","styleSheet","cssText","appendChild","createTextNode","createElement","setAttribute","attributes","Object","keys","length","insertAdjacentElement"],"mappings":"AAAA,IAAIA,CAAC,GAAC,EAAE;AAACC,EAAAA,CAAC,GAAC,EAAE;AAAC,SAASC,CAACA,CAACA,CAAC,EAACC,CAAC,EAAC;AAAC,EAAA,IAAGD,CAAC,IAAE,WAAW,IAAE,OAAOE,QAAQ,EAAC;AAAC,IAAA,IAAIC,CAAC;MAACC,CAAC,GAAC,CAAC,CAAC,KAAGH,CAAC,CAACI,OAAO,GAAC,SAAS,GAAC,QAAQ;AAACC,MAAAA,CAAC,GAAC,CAAC,CAAC,KAAGL,CAAC,CAACM,SAAS;MAACC,CAAC,GAAC,QAAQ,IAAE,OAAOP,CAAC,CAACQ,SAAS,GAACP,QAAQ,CAACQ,aAAa,CAACT,CAAC,CAACQ,SAAS,CAAC,GAACP,QAAQ,CAACS,oBAAoB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AAAC,IAAA,IAAGL,CAAC,EAAC;AAAC,MAAA,IAAIM,CAAC,GAACd,CAAC,CAACe,OAAO,CAACL,CAAC,CAAC;MAAC,CAAC,CAAC,KAAGI,CAAC,KAAGA,CAAC,GAACd,CAAC,CAACgB,IAAI,CAACN,CAAC,CAAC,GAAC,CAAC,EAACT,CAAC,CAACa,CAAC,CAAC,GAAC,EAAE,CAAC,EAACT,CAAC,GAACJ,CAAC,CAACa,CAAC,CAAC,IAAEb,CAAC,CAACa,CAAC,CAAC,CAACR,CAAC,CAAC,GAACL,CAAC,CAACa,CAAC,CAAC,CAACR,CAAC,CAAC,GAACL,CAAC,CAACa,CAAC,CAAC,CAACR,CAAC,CAAC,GAACW,CAAC,EAAE;AAAA,KAAC,MAAKZ,CAAC,GAACY,CAAC,EAAE;AAAC,IAAA,KAAK,KAAGf,CAAC,CAACgB,UAAU,CAAC,CAAC,CAAC,KAAGhB,CAAC,GAACA,CAAC,CAACiB,SAAS,CAAC,CAAC,CAAC,CAAC,EAACd,CAAC,CAACe,UAAU,GAACf,CAAC,CAACe,UAAU,CAACC,OAAO,IAAEnB,CAAC,GAACG,CAAC,CAACiB,WAAW,CAAClB,QAAQ,CAACmB,cAAc,CAACrB,CAAC,CAAC,CAAC;AAAA;EAAC,SAASe,CAACA,GAAE;AAAC,IAAA,IAAIjB,CAAC,GAACI,QAAQ,CAACoB,aAAa,CAAC,OAAO,CAAC;IAAC,IAAGxB,CAAC,CAACyB,YAAY,CAAC,MAAM,EAAC,UAAU,CAAC,EAACtB,CAAC,CAACuB,UAAU,EAAC,KAAI,IAAIzB,CAAC,GAAC0B,MAAM,CAACC,IAAI,CAACzB,CAAC,CAACuB,UAAU,CAAC,EAACxB,CAAC,GAAC,CAAC,EAACA,CAAC,GAACD,CAAC,CAAC4B,MAAM,EAAC3B,CAAC,EAAE,EAACF,CAAC,CAACyB,YAAY,CAACxB,CAAC,CAACC,CAAC,CAAC,EAACC,CAAC,CAACuB,UAAU,CAACzB,CAAC,CAACC,CAAC,CAAC,CAAC,CAAC;IAAC,IAAIG,CAAC,GAAC,SAAS,KAAGC,CAAC,GAAC,YAAY,GAAC,WAAW;IAAC,OAAOI,CAAC,CAACoB,qBAAqB,CAACzB,CAAC,EAACL,CAAC,CAAC,EAACA,CAAC;AAAA;AAAC;;;;","x_google_ignoreList":[0]}
|