@tamagui/helpers 1.61.2 → 1.62.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.
@@ -1,21 +1,17 @@
1
- "use strict";
2
1
  var __defProp = Object.defineProperty;
3
2
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
5
  var __export = (target, all) => {
7
6
  for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
7
+ __defProp(target, name, { get: all[name], enumerable: !0 });
8
+ }, __copyProps = (to, from, except, desc) => {
9
+ if (from && typeof from == "object" || typeof from == "function")
12
10
  for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
11
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
12
  return to;
17
13
  };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
19
15
  var validStyleProps_exports = {};
20
16
  __export(validStyleProps_exports, {
21
17
  stylePropsAll: () => stylePropsAll,
@@ -33,159 +29,151 @@ __export(validStyleProps_exports, {
33
29
  module.exports = __toCommonJS(validStyleProps_exports);
34
30
  var import_constants = require("@tamagui/constants");
35
31
  const placeHolderTextColors = {
36
- placeholderTextColor: true
37
- };
38
- const validStylesOnBaseProps = {
32
+ placeholderTextColor: !0
33
+ }, validStylesOnBaseProps = {
39
34
  ...placeHolderTextColors
40
- };
41
- const textColors = {
42
- color: true,
35
+ }, textColors = {
36
+ color: !0,
43
37
  ...placeHolderTextColors,
44
- textDecorationColor: true,
45
- textShadowColor: true
46
- };
47
- const tokenCategories = {
38
+ textDecorationColor: !0,
39
+ textShadowColor: !0
40
+ }, tokenCategories = {
48
41
  radius: {
49
- borderRadius: true,
50
- borderTopLeftRadius: true,
51
- borderTopRightRadius: true,
52
- borderBottomLeftRadius: true,
53
- borderBottomRightRadius: true
42
+ borderRadius: !0,
43
+ borderTopLeftRadius: !0,
44
+ borderTopRightRadius: !0,
45
+ borderBottomLeftRadius: !0,
46
+ borderBottomRightRadius: !0
54
47
  },
55
48
  size: {
56
- width: true,
57
- height: true,
58
- minWidth: true,
59
- minHeight: true,
60
- maxWidth: true,
61
- maxHeight: true
49
+ width: !0,
50
+ height: !0,
51
+ minWidth: !0,
52
+ minHeight: !0,
53
+ maxWidth: !0,
54
+ maxHeight: !0
62
55
  },
63
56
  zIndex: {
64
- zIndex: true
57
+ zIndex: !0
65
58
  },
66
59
  color: {
67
- backgroundColor: true,
68
- borderColor: true,
69
- borderBottomColor: true,
70
- borderTopColor: true,
71
- borderLeftColor: true,
72
- borderRightColor: true,
73
- borderEndColor: true,
74
- borderStartColor: true,
75
- shadowColor: true,
60
+ backgroundColor: !0,
61
+ borderColor: !0,
62
+ borderBottomColor: !0,
63
+ borderTopColor: !0,
64
+ borderLeftColor: !0,
65
+ borderRightColor: !0,
66
+ borderEndColor: !0,
67
+ borderStartColor: !0,
68
+ shadowColor: !0,
76
69
  ...textColors,
77
- ...process.env.TAMAGUI_TARGET === "web" && {
78
- outlineColor: true
79
- }
70
+ outlineColor: !0
80
71
  }
81
- };
82
- const stylePropsUnitless = {
83
- WebkitLineClamp: true,
84
- animationIterationCount: true,
85
- aspectRatio: true,
86
- borderImageOutset: true,
87
- borderImageSlice: true,
88
- borderImageWidth: true,
89
- columnCount: true,
90
- flex: true,
91
- flexGrow: true,
92
- flexOrder: true,
93
- flexPositive: true,
94
- flexShrink: true,
95
- flexNegative: true,
96
- fontWeight: true,
97
- gridRow: true,
98
- gridRowEnd: true,
99
- gridRowGap: true,
100
- gridRowStart: true,
101
- gridColumn: true,
102
- gridColumnEnd: true,
103
- gridColumnGap: true,
104
- gridColumnStart: true,
105
- lineClamp: true,
106
- opacity: true,
107
- order: true,
108
- orphans: true,
109
- tabSize: true,
110
- widows: true,
111
- zIndex: true,
112
- zoom: true,
113
- scale: true,
114
- scaleX: true,
115
- scaleY: true,
116
- scaleZ: true,
117
- shadowOpacity: true
118
- };
119
- const stylePropsTransform = {
120
- x: true,
121
- y: true,
122
- scale: true,
123
- perspective: true,
124
- scaleX: true,
125
- scaleY: true,
126
- skewX: true,
127
- skewY: true,
128
- matrix: true,
129
- rotate: true,
130
- rotateY: true,
131
- rotateX: true,
132
- rotateZ: true
133
- };
134
- const stylePropsView = {
135
- backfaceVisibility: true,
136
- borderBottomEndRadius: true,
137
- borderBottomStartRadius: true,
138
- borderBottomWidth: true,
139
- borderLeftWidth: true,
140
- borderRightWidth: true,
141
- borderStyle: true,
142
- borderTopEndRadius: true,
143
- borderTopStartRadius: true,
144
- borderTopWidth: true,
145
- borderWidth: true,
146
- transform: true,
147
- alignContent: true,
148
- alignItems: true,
149
- alignSelf: true,
150
- borderEndWidth: true,
151
- borderStartWidth: true,
152
- bottom: true,
153
- display: true,
154
- end: true,
155
- flexBasis: true,
156
- flexDirection: true,
157
- flexWrap: true,
158
- gap: true,
159
- columnGap: true,
160
- rowGap: true,
161
- justifyContent: true,
162
- left: true,
163
- margin: true,
164
- marginBottom: true,
165
- marginEnd: true,
166
- marginHorizontal: true,
167
- marginLeft: true,
168
- marginRight: true,
169
- marginStart: true,
170
- marginTop: true,
171
- marginVertical: true,
172
- overflow: true,
173
- padding: true,
174
- paddingBottom: true,
175
- paddingEnd: true,
176
- paddingHorizontal: true,
177
- paddingLeft: true,
178
- paddingRight: true,
179
- paddingStart: true,
180
- paddingTop: true,
181
- paddingVertical: true,
182
- position: true,
183
- right: true,
184
- start: true,
185
- top: true,
186
- direction: true,
187
- shadowOffset: true,
188
- shadowRadius: true,
72
+ }, stylePropsUnitless = {
73
+ WebkitLineClamp: !0,
74
+ animationIterationCount: !0,
75
+ aspectRatio: !0,
76
+ borderImageOutset: !0,
77
+ borderImageSlice: !0,
78
+ borderImageWidth: !0,
79
+ columnCount: !0,
80
+ flex: !0,
81
+ flexGrow: !0,
82
+ flexOrder: !0,
83
+ flexPositive: !0,
84
+ flexShrink: !0,
85
+ flexNegative: !0,
86
+ fontWeight: !0,
87
+ gridRow: !0,
88
+ gridRowEnd: !0,
89
+ gridRowGap: !0,
90
+ gridRowStart: !0,
91
+ gridColumn: !0,
92
+ gridColumnEnd: !0,
93
+ gridColumnGap: !0,
94
+ gridColumnStart: !0,
95
+ lineClamp: !0,
96
+ opacity: !0,
97
+ order: !0,
98
+ orphans: !0,
99
+ tabSize: !0,
100
+ widows: !0,
101
+ zIndex: !0,
102
+ zoom: !0,
103
+ scale: !0,
104
+ scaleX: !0,
105
+ scaleY: !0,
106
+ scaleZ: !0,
107
+ shadowOpacity: !0
108
+ }, stylePropsTransform = {
109
+ x: !0,
110
+ y: !0,
111
+ scale: !0,
112
+ perspective: !0,
113
+ scaleX: !0,
114
+ scaleY: !0,
115
+ skewX: !0,
116
+ skewY: !0,
117
+ matrix: !0,
118
+ rotate: !0,
119
+ rotateY: !0,
120
+ rotateX: !0,
121
+ rotateZ: !0
122
+ }, stylePropsView = {
123
+ backfaceVisibility: !0,
124
+ borderBottomEndRadius: !0,
125
+ borderBottomStartRadius: !0,
126
+ borderBottomWidth: !0,
127
+ borderLeftWidth: !0,
128
+ borderRightWidth: !0,
129
+ borderStyle: !0,
130
+ borderTopEndRadius: !0,
131
+ borderTopStartRadius: !0,
132
+ borderTopWidth: !0,
133
+ borderWidth: !0,
134
+ transform: !0,
135
+ alignContent: !0,
136
+ alignItems: !0,
137
+ alignSelf: !0,
138
+ borderEndWidth: !0,
139
+ borderStartWidth: !0,
140
+ bottom: !0,
141
+ display: !0,
142
+ end: !0,
143
+ flexBasis: !0,
144
+ flexDirection: !0,
145
+ flexWrap: !0,
146
+ gap: !0,
147
+ columnGap: !0,
148
+ rowGap: !0,
149
+ justifyContent: !0,
150
+ left: !0,
151
+ margin: !0,
152
+ marginBottom: !0,
153
+ marginEnd: !0,
154
+ marginHorizontal: !0,
155
+ marginLeft: !0,
156
+ marginRight: !0,
157
+ marginStart: !0,
158
+ marginTop: !0,
159
+ marginVertical: !0,
160
+ overflow: !0,
161
+ padding: !0,
162
+ paddingBottom: !0,
163
+ paddingEnd: !0,
164
+ paddingHorizontal: !0,
165
+ paddingLeft: !0,
166
+ paddingRight: !0,
167
+ paddingStart: !0,
168
+ paddingTop: !0,
169
+ paddingVertical: !0,
170
+ position: !0,
171
+ right: !0,
172
+ start: !0,
173
+ top: !0,
174
+ direction: !0,
175
+ shadowOffset: !0,
176
+ shadowRadius: !0,
189
177
  ...tokenCategories.color,
190
178
  ...tokenCategories.radius,
191
179
  ...tokenCategories.size,
@@ -193,70 +181,58 @@ const stylePropsView = {
193
181
  ...validStylesOnBaseProps,
194
182
  ...stylePropsTransform,
195
183
  ...stylePropsUnitless,
196
- // allow a few web only ones
197
- ...process.env.TAMAGUI_TARGET === "web" && {
198
- // RN doesn't support specific border styles per-edge
199
- borderBottomStyle: true,
200
- borderTopStyle: true,
201
- borderLeftStyle: true,
202
- borderRightStyle: true,
203
- overflowX: true,
204
- overflowY: true,
205
- userSelect: true,
206
- cursor: true,
207
- contain: true,
208
- pointerEvents: true,
209
- boxSizing: true,
210
- boxShadow: true,
211
- outlineStyle: true,
212
- outlineOffset: true,
213
- outlineWidth: true
214
- },
215
- ...import_constants.isAndroid ? { elevationAndroid: true } : {}
216
- };
217
- const stylePropsFont = {
218
- fontFamily: true,
219
- fontSize: true,
220
- fontStyle: true,
221
- fontWeight: true,
222
- letterSpacing: true,
223
- lineHeight: true,
224
- textTransform: true
225
- };
226
- const stylePropsTextOnly = {
184
+ // RN doesn't support specific border styles per-edge
185
+ borderBottomStyle: !0,
186
+ borderTopStyle: !0,
187
+ borderLeftStyle: !0,
188
+ borderRightStyle: !0,
189
+ overflowX: !0,
190
+ overflowY: !0,
191
+ userSelect: !0,
192
+ cursor: !0,
193
+ contain: !0,
194
+ pointerEvents: !0,
195
+ boxSizing: !0,
196
+ boxShadow: !0,
197
+ outlineStyle: !0,
198
+ outlineOffset: !0,
199
+ outlineWidth: !0,
200
+ ...import_constants.isAndroid ? { elevationAndroid: !0 } : {}
201
+ }, stylePropsFont = {
202
+ fontFamily: !0,
203
+ fontSize: !0,
204
+ fontStyle: !0,
205
+ fontWeight: !0,
206
+ letterSpacing: !0,
207
+ lineHeight: !0,
208
+ textTransform: !0
209
+ }, stylePropsTextOnly = {
227
210
  ...stylePropsFont,
228
- textAlign: true,
229
- textDecorationLine: true,
230
- textDecorationStyle: true,
211
+ textAlign: !0,
212
+ textDecorationLine: !0,
213
+ textDecorationStyle: !0,
231
214
  ...textColors,
232
- textShadowOffset: true,
233
- textShadowRadius: true,
234
- // allow some web only ones
235
- ...process.env.TAMAGUI_TARGET === "web" && {
236
- whiteSpace: true,
237
- wordWrap: true,
238
- textOverflow: true,
239
- textDecorationDistance: true,
240
- userSelect: true,
241
- selectable: true,
242
- cursor: true,
243
- WebkitLineClamp: true,
244
- WebkitBoxOrient: true
245
- }
246
- };
247
- const stylePropsText = {
215
+ textShadowOffset: !0,
216
+ textShadowRadius: !0,
217
+ whiteSpace: !0,
218
+ wordWrap: !0,
219
+ textOverflow: !0,
220
+ textDecorationDistance: !0,
221
+ userSelect: !0,
222
+ selectable: !0,
223
+ cursor: !0,
224
+ WebkitLineClamp: !0,
225
+ WebkitBoxOrient: !0
226
+ }, stylePropsText = {
248
227
  ...stylePropsView,
249
228
  ...stylePropsTextOnly
250
- };
251
- const stylePropsAll = stylePropsText;
252
- const validPseudoKeys = {
253
- enterStyle: true,
254
- exitStyle: true,
255
- hoverStyle: true,
256
- pressStyle: true,
257
- focusStyle: true
258
- };
259
- const validStyles = {
229
+ }, stylePropsAll = stylePropsText, validPseudoKeys = {
230
+ enterStyle: !0,
231
+ exitStyle: !0,
232
+ hoverStyle: !0,
233
+ pressStyle: !0,
234
+ focusStyle: !0
235
+ }, validStyles = {
260
236
  ...validPseudoKeys,
261
237
  ...stylePropsView
262
238
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/validStyleProps.ts"],
4
- "mappings": "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",
4
+ "mappings": "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",
5
5
  "names": []
6
6
  }