@xsolla/xui-multi-select 0.103.0 → 0.104.0
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/native/index.js +2 -2
- package/native/index.js.map +1 -1
- package/native/index.mjs +2 -2
- package/native/index.mjs.map +1 -1
- package/package.json +5 -5
- package/web/index.js +2 -2
- package/web/index.js.map +1 -1
- package/web/index.mjs +2 -2
- package/web/index.mjs.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xsolla/xui-multi-select",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.104.0",
|
|
4
4
|
"main": "./web/index.js",
|
|
5
5
|
"module": "./web/index.mjs",
|
|
6
6
|
"types": "./web/index.d.ts",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"build:native": "PLATFORM=native tsup"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xsolla/xui-checkbox": "0.
|
|
14
|
-
"@xsolla/xui-core": "0.
|
|
15
|
-
"@xsolla/xui-dropdown": "0.
|
|
16
|
-
"@xsolla/xui-primitives-core": "0.
|
|
13
|
+
"@xsolla/xui-checkbox": "0.104.0",
|
|
14
|
+
"@xsolla/xui-core": "0.104.0",
|
|
15
|
+
"@xsolla/xui-dropdown": "0.104.0",
|
|
16
|
+
"@xsolla/xui-primitives-core": "0.104.0"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"react": ">=16.8.0",
|
package/web/index.js
CHANGED
|
@@ -213,7 +213,7 @@ var StyledText = import_styled_components2.default.span`
|
|
|
213
213
|
color: ${(props) => props.color || "inherit"};
|
|
214
214
|
font-size: ${(props) => typeof props.fontSize === "number" ? `${props.fontSize}px` : props.fontSize || "inherit"};
|
|
215
215
|
font-weight: ${(props) => props.fontWeight || "normal"};
|
|
216
|
-
font-family: ${(props) => props.fontFamily || '"
|
|
216
|
+
font-family: ${(props) => props.fontFamily || '"Aktiv Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif'};
|
|
217
217
|
line-height: ${(props) => typeof props.lineHeight === "number" ? `${props.lineHeight}px` : props.lineHeight || "inherit"};
|
|
218
218
|
white-space: ${(props) => props.whiteSpace || "normal"};
|
|
219
219
|
text-align: ${(props) => props.textAlign || "inherit"};
|
|
@@ -996,7 +996,7 @@ var StyledText2 = import_styled_components7.default.span`
|
|
|
996
996
|
color: ${(props) => props.color || "inherit"};
|
|
997
997
|
font-size: ${(props) => typeof props.fontSize === "number" ? `${props.fontSize}px` : props.fontSize || "inherit"};
|
|
998
998
|
font-weight: ${(props) => props.fontWeight || "normal"};
|
|
999
|
-
font-family: ${(props) => props.fontFamily || '"
|
|
999
|
+
font-family: ${(props) => props.fontFamily || '"Aktiv Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif'};
|
|
1000
1000
|
line-height: ${(props) => typeof props.lineHeight === "number" ? `${props.lineHeight}px` : props.lineHeight || "inherit"};
|
|
1001
1001
|
white-space: ${(props) => props.whiteSpace || "normal"};
|
|
1002
1002
|
text-align: ${(props) => props.textAlign || "inherit"};
|