tamagui 1.67.0 → 1.68.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/dist/native.js +49 -4
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +36 -0
- package/dist/test.native.js.map +1 -1
- package/package.json +52 -52
package/dist/test.native.js
CHANGED
|
@@ -11880,6 +11880,24 @@ var require_Checkbox_native = __commonJS({
|
|
|
11880
11880
|
}
|
|
11881
11881
|
}
|
|
11882
11882
|
},
|
|
11883
|
+
disabled: {
|
|
11884
|
+
true: {
|
|
11885
|
+
pointerEvents: "none",
|
|
11886
|
+
userSelect: "none",
|
|
11887
|
+
cursor: "not-allowed",
|
|
11888
|
+
hoverStyle: {
|
|
11889
|
+
borderColor: "$borderColor",
|
|
11890
|
+
backgroundColor: "$background"
|
|
11891
|
+
},
|
|
11892
|
+
pressStyle: {
|
|
11893
|
+
borderColor: "$borderColor",
|
|
11894
|
+
backgroundColor: "$backgroundColor"
|
|
11895
|
+
},
|
|
11896
|
+
focusStyle: {
|
|
11897
|
+
outlineWidth: 0
|
|
11898
|
+
}
|
|
11899
|
+
}
|
|
11900
|
+
},
|
|
11883
11901
|
size: {
|
|
11884
11902
|
"...size": (val, { tokens }) => ({
|
|
11885
11903
|
borderRadius: (0, import_core12.getVariableValue)((0, import_get_token2.getSize)(val)) / 8
|
|
@@ -13925,6 +13943,24 @@ var require_RadioGroup_native = __commonJS({
|
|
|
13925
13943
|
}
|
|
13926
13944
|
}
|
|
13927
13945
|
},
|
|
13946
|
+
disabled: {
|
|
13947
|
+
true: {
|
|
13948
|
+
pointerEvents: "none",
|
|
13949
|
+
userSelect: "none",
|
|
13950
|
+
cursor: "not-allowed",
|
|
13951
|
+
hoverStyle: {
|
|
13952
|
+
borderColor: "$borderColor",
|
|
13953
|
+
backgroundColor: "$background"
|
|
13954
|
+
},
|
|
13955
|
+
pressStyle: {
|
|
13956
|
+
borderColor: "$borderColor",
|
|
13957
|
+
backgroundColor: "$backgroundColor"
|
|
13958
|
+
},
|
|
13959
|
+
focusStyle: {
|
|
13960
|
+
outlineWidth: 0
|
|
13961
|
+
}
|
|
13962
|
+
}
|
|
13963
|
+
},
|
|
13928
13964
|
size: {
|
|
13929
13965
|
"...size": (value, { props }) => {
|
|
13930
13966
|
let size = Math.floor(
|