@factorialco/f0-react-native 0.24.0 → 0.25.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.
Files changed (35) hide show
  1. package/lib/module/icons/app/New.js +2 -0
  2. package/lib/module/icons/app/New.js.map +1 -0
  3. package/lib/module/icons/app/QuestionCircle.js +2 -0
  4. package/lib/module/icons/app/QuestionCircle.js.map +1 -0
  5. package/lib/module/icons/app/index.js +1 -1
  6. package/lib/module/icons/app/index.js.map +1 -1
  7. package/lib/typescript/icons/app/New.d.ts +5 -0
  8. package/lib/typescript/icons/app/New.d.ts.map +1 -0
  9. package/lib/typescript/icons/app/QuestionCircle.d.ts +5 -0
  10. package/lib/typescript/icons/app/QuestionCircle.d.ts.map +1 -0
  11. package/lib/typescript/icons/app/index.d.ts +2 -0
  12. package/lib/typescript/icons/app/index.d.ts.map +1 -1
  13. package/package.json +1 -1
  14. package/src/icons/app/New.tsx +19 -0
  15. package/src/icons/app/QuestionCircle.tsx +21 -0
  16. package/src/icons/app/index.ts +2 -0
  17. package/lib/module/components/Activity/ActivityItem/__snapshots__/index.spec.tsx.snap +0 -62
  18. package/lib/module/components/Avatars/CompanyAvatar/__snapshots__/index.spec.tsx.snap +0 -25
  19. package/lib/module/components/Avatars/DateAvatar/__snapshots__/index.spec.tsx.snap +0 -18
  20. package/lib/module/components/Avatars/EmojiAvatar/__snapshots__/index.spec.tsx.snap +0 -37
  21. package/lib/module/components/Avatars/FileAvatar/__snapshots__/index.spec.tsx.snap +0 -261
  22. package/lib/module/components/Avatars/IconAvatar/__snapshots__/index.spec.tsx.snap +0 -265
  23. package/lib/module/components/Avatars/PersonAvatar/__snapshots__/index.spec.tsx.snap +0 -25
  24. package/lib/module/components/Avatars/TeamAvatar/__snapshots__/index.spec.tsx.snap +0 -25
  25. package/lib/module/components/Button/__snapshots__/index.spec.tsx.snap +0 -517
  26. package/lib/module/components/Counter/__snapshots__/index.spec.tsx.snap +0 -113
  27. package/lib/module/components/Navigation/PageHeader/__snapshots__/index.spec.tsx.snap +0 -242
  28. package/lib/module/components/OneChip/__snapshots__/index.spec.tsx.snap +0 -480
  29. package/lib/module/components/OnePreset/__snapshots__/index.spec.tsx.snap +0 -227
  30. package/lib/module/components/PressableFeedback/__snapshots__/index.spec.tsx.snap +0 -597
  31. package/lib/module/components/Tags/AlertTab/__snapshots__/index.spec.tsx.snap +0 -337
  32. package/lib/module/components/Tags/DotTag/__snapshots__/index.spec.tsx.snap +0 -1255
  33. package/lib/module/components/Tags/RawTag/__snapshots__/index.spec.tsx.snap +0 -252
  34. package/lib/module/components/experimental/Lists/DetailsItem/__snapshots__/index.spec.tsx.snap +0 -783
  35. package/lib/module/components/experimental/Lists/DetailsItemsList/__snapshots__/index.spec.tsx.snap +0 -695
@@ -1,261 +0,0 @@
1
- // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
-
3
- exports[`FileAvatar Snapshot - different file types 1`] = `
4
- <View
5
- className="inline-flex "
6
- >
7
- <View
8
- className="h-fit w-fit"
9
- >
10
- <View
11
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
12
- >
13
- <Text
14
- className="font-semibold text-sm text-f1-foreground-accent"
15
- >
16
- PDF
17
- </Text>
18
- </View>
19
- </View>
20
- </View>
21
- `;
22
-
23
- exports[`FileAvatar Snapshot - different file types 2`] = `
24
- <View
25
- className="inline-flex "
26
- >
27
- <View
28
- className="h-fit w-fit"
29
- >
30
- <View
31
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
32
- >
33
- <Text
34
- className="font-semibold text-sm text-f1-foreground-info"
35
- >
36
- IMG
37
- </Text>
38
- </View>
39
- </View>
40
- </View>
41
- `;
42
-
43
- exports[`FileAvatar Snapshot - different file types 3`] = `
44
- <View
45
- className="inline-flex "
46
- >
47
- <View
48
- className="h-fit w-fit"
49
- >
50
- <View
51
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
52
- >
53
- <Text
54
- className="font-semibold text-sm text-f1-foreground-info"
55
- >
56
- DOC
57
- </Text>
58
- </View>
59
- </View>
60
- </View>
61
- `;
62
-
63
- exports[`FileAvatar Snapshot - different file types 4`] = `
64
- <View
65
- className="inline-flex "
66
- >
67
- <View
68
- className="h-fit w-fit"
69
- >
70
- <View
71
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
72
- >
73
- <Text
74
- className="font-semibold text-sm text-f1-foreground-positive"
75
- >
76
- XLS
77
- </Text>
78
- </View>
79
- </View>
80
- </View>
81
- `;
82
-
83
- exports[`FileAvatar Snapshot - different file types 5`] = `
84
- <View
85
- className="inline-flex "
86
- >
87
- <View
88
- className="h-fit w-fit"
89
- >
90
- <View
91
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
92
- >
93
- <Text
94
- className="font-semibold text-sm text-f1-foreground-warning"
95
- >
96
- PPT
97
- </Text>
98
- </View>
99
- </View>
100
- </View>
101
- `;
102
-
103
- exports[`FileAvatar Snapshot - different file types 6`] = `
104
- <View
105
- className="inline-flex "
106
- >
107
- <View
108
- className="h-fit w-fit"
109
- >
110
- <View
111
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
112
- >
113
- <Text
114
- className="font-semibold text-sm text-f1-foreground-secondary"
115
- >
116
- TXT
117
- </Text>
118
- </View>
119
- </View>
120
- </View>
121
- `;
122
-
123
- exports[`FileAvatar Snapshot - different file types 7`] = `
124
- <View
125
- className="inline-flex "
126
- >
127
- <View
128
- className="h-fit w-fit"
129
- >
130
- <View
131
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
132
- >
133
- <Text
134
- className="font-semibold text-sm text-f1-foreground-info"
135
- >
136
- VID
137
- </Text>
138
- </View>
139
- </View>
140
- </View>
141
- `;
142
-
143
- exports[`FileAvatar Snapshot - different file types 8`] = `
144
- <View
145
- className="inline-flex "
146
- >
147
- <View
148
- className="h-fit w-fit"
149
- >
150
- <View
151
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
152
- >
153
- <Text
154
- className="font-semibold text-sm text-f1-foreground-accent"
155
- >
156
- AUD
157
- </Text>
158
- </View>
159
- </View>
160
- </View>
161
- `;
162
-
163
- exports[`FileAvatar Snapshot - different file types 9`] = `
164
- <View
165
- className="inline-flex "
166
- >
167
- <View
168
- className="h-fit w-fit"
169
- >
170
- <View
171
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
172
- >
173
- <Text
174
- className="font-semibold text-sm text-f1-foreground-warning"
175
- >
176
- ZIP
177
- </Text>
178
- </View>
179
- </View>
180
- </View>
181
- `;
182
-
183
- exports[`FileAvatar Snapshot - different file types 10`] = `
184
- <View
185
- className="inline-flex "
186
- >
187
- <View
188
- className="h-fit w-fit"
189
- >
190
- <View
191
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
192
- >
193
- <Text
194
- className="font-semibold text-sm text-f1-foreground-positive"
195
- >
196
- CSV
197
- </Text>
198
- </View>
199
- </View>
200
- </View>
201
- `;
202
-
203
- exports[`FileAvatar Snapshot - different file types 11`] = `
204
- <View
205
- className="inline-flex "
206
- >
207
- <View
208
- className="h-fit w-fit"
209
- >
210
- <View
211
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
212
- >
213
- <Text
214
- className="font-semibold text-sm text-f1-foreground-accent"
215
- >
216
- HTM
217
- </Text>
218
- </View>
219
- </View>
220
- </View>
221
- `;
222
-
223
- exports[`FileAvatar Snapshot - different file types 12`] = `
224
- <View
225
- className="inline-flex "
226
- >
227
- <View
228
- className="h-fit w-fit"
229
- >
230
- <View
231
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
232
- >
233
- <Text
234
- className="font-semibold text-sm text-f1-foreground-secondary"
235
- >
236
- MD
237
- </Text>
238
- </View>
239
- </View>
240
- </View>
241
- `;
242
-
243
- exports[`FileAvatar Snapshot - different file types 13`] = `
244
- <View
245
- className="inline-flex "
246
- >
247
- <View
248
- className="h-fit w-fit"
249
- >
250
- <View
251
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded border border-solid border-f1-border-secondary bg-f1-background"
252
- >
253
- <Text
254
- className="font-semibold text-sm text-f1-foreground"
255
- >
256
- FIL
257
- </Text>
258
- </View>
259
- </View>
260
- </View>
261
- `;
@@ -1,265 +0,0 @@
1
- // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
-
3
- exports[`IconAvatar Snapshot - different sizes 1`] = `
4
- <View
5
- className="flex aspect-square items-center justify-center border border-solid border-f1-border-secondary h-6 w-6 rounded-sm"
6
- >
7
- <RNSVGSvgView
8
- align="xMidYMid"
9
- bbHeight="100%"
10
- bbWidth="100%"
11
- className="shrink-0 w-4 h-4 stroke-sm text-f1-foreground-secondary"
12
- fill="none"
13
- focusable={false}
14
- meetOrSlice={0}
15
- minX={0}
16
- minY={0}
17
- style={
18
- [
19
- {
20
- "backgroundColor": "transparent",
21
- "borderWidth": 0,
22
- },
23
- [
24
- {},
25
- ],
26
- {
27
- "flex": 0,
28
- "height": "100%",
29
- "width": "100%",
30
- },
31
- ]
32
- }
33
- vbHeight={24}
34
- vbWidth={24}
35
- >
36
- <RNSVGGroup
37
- fill={null}
38
- propList={
39
- [
40
- "fill",
41
- ]
42
- }
43
- >
44
- <RNSVGCircle
45
- cx={12}
46
- cy={12}
47
- fill={
48
- {
49
- "payload": 4278190080,
50
- "type": 0,
51
- }
52
- }
53
- propList={
54
- [
55
- "stroke",
56
- ]
57
- }
58
- r={8}
59
- stroke={
60
- {
61
- "type": 2,
62
- }
63
- }
64
- />
65
- <RNSVGPath
66
- d="m17.5 6.5-11 11M17.5 17.5l-11-11"
67
- fill={
68
- {
69
- "payload": 4278190080,
70
- "type": 0,
71
- }
72
- }
73
- propList={
74
- [
75
- "stroke",
76
- "strokeLinejoin",
77
- ]
78
- }
79
- stroke={
80
- {
81
- "type": 2,
82
- }
83
- }
84
- strokeLinejoin={1}
85
- />
86
- </RNSVGGroup>
87
- </RNSVGSvgView>
88
- </View>
89
- `;
90
-
91
- exports[`IconAvatar Snapshot - different sizes 2`] = `
92
- <View
93
- className="flex aspect-square items-center justify-center border border-solid border-f1-border-secondary h-9 w-9 rounded-md"
94
- >
95
- <RNSVGSvgView
96
- align="xMidYMid"
97
- bbHeight="100%"
98
- bbWidth="100%"
99
- className="shrink-0 w-5 h-5 stroke-md text-f1-foreground-secondary"
100
- fill="none"
101
- focusable={false}
102
- meetOrSlice={0}
103
- minX={0}
104
- minY={0}
105
- style={
106
- [
107
- {
108
- "backgroundColor": "transparent",
109
- "borderWidth": 0,
110
- },
111
- [
112
- {},
113
- ],
114
- {
115
- "flex": 0,
116
- "height": "100%",
117
- "width": "100%",
118
- },
119
- ]
120
- }
121
- vbHeight={24}
122
- vbWidth={24}
123
- >
124
- <RNSVGGroup
125
- fill={null}
126
- propList={
127
- [
128
- "fill",
129
- ]
130
- }
131
- >
132
- <RNSVGCircle
133
- cx={12}
134
- cy={12}
135
- fill={
136
- {
137
- "payload": 4278190080,
138
- "type": 0,
139
- }
140
- }
141
- propList={
142
- [
143
- "stroke",
144
- ]
145
- }
146
- r={8}
147
- stroke={
148
- {
149
- "type": 2,
150
- }
151
- }
152
- />
153
- <RNSVGPath
154
- d="m17.5 6.5-11 11M17.5 17.5l-11-11"
155
- fill={
156
- {
157
- "payload": 4278190080,
158
- "type": 0,
159
- }
160
- }
161
- propList={
162
- [
163
- "stroke",
164
- "strokeLinejoin",
165
- ]
166
- }
167
- stroke={
168
- {
169
- "type": 2,
170
- }
171
- }
172
- strokeLinejoin={1}
173
- />
174
- </RNSVGGroup>
175
- </RNSVGSvgView>
176
- </View>
177
- `;
178
-
179
- exports[`IconAvatar Snapshot - different sizes 3`] = `
180
- <View
181
- className="flex aspect-square items-center justify-center border border-solid border-f1-border-secondary h-10 w-10 rounded-lg"
182
- >
183
- <RNSVGSvgView
184
- align="xMidYMid"
185
- bbHeight="100%"
186
- bbWidth="100%"
187
- className="shrink-0 w-6 h-6 stroke-lg text-f1-foreground-secondary"
188
- fill="none"
189
- focusable={false}
190
- meetOrSlice={0}
191
- minX={0}
192
- minY={0}
193
- style={
194
- [
195
- {
196
- "backgroundColor": "transparent",
197
- "borderWidth": 0,
198
- },
199
- [
200
- {},
201
- ],
202
- {
203
- "flex": 0,
204
- "height": "100%",
205
- "width": "100%",
206
- },
207
- ]
208
- }
209
- vbHeight={24}
210
- vbWidth={24}
211
- >
212
- <RNSVGGroup
213
- fill={null}
214
- propList={
215
- [
216
- "fill",
217
- ]
218
- }
219
- >
220
- <RNSVGCircle
221
- cx={12}
222
- cy={12}
223
- fill={
224
- {
225
- "payload": 4278190080,
226
- "type": 0,
227
- }
228
- }
229
- propList={
230
- [
231
- "stroke",
232
- ]
233
- }
234
- r={8}
235
- stroke={
236
- {
237
- "type": 2,
238
- }
239
- }
240
- />
241
- <RNSVGPath
242
- d="m17.5 6.5-11 11M17.5 17.5l-11-11"
243
- fill={
244
- {
245
- "payload": 4278190080,
246
- "type": 0,
247
- }
248
- }
249
- propList={
250
- [
251
- "stroke",
252
- "strokeLinejoin",
253
- ]
254
- }
255
- stroke={
256
- {
257
- "type": 2,
258
- }
259
- }
260
- strokeLinejoin={1}
261
- />
262
- </RNSVGGroup>
263
- </RNSVGSvgView>
264
- </View>
265
- `;
@@ -1,25 +0,0 @@
1
- // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
-
3
- exports[`PersonAvatar Snapshot 1`] = `
4
- <View
5
- className="inline-flex "
6
- >
7
- <View
8
- className="h-fit w-fit"
9
- >
10
- <View
11
- aria-hidden={true}
12
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded-full bg-[hsl(theme(colors.flubber-50))]"
13
- data-a11y-color-contrast-ignore={true}
14
- role="img"
15
- >
16
- <Text
17
- className="text-f1-foreground-inverse/90 text-md"
18
- data-a11y-color-contrast-ignore={true}
19
- >
20
- DM
21
- </Text>
22
- </View>
23
- </View>
24
- </View>
25
- `;
@@ -1,25 +0,0 @@
1
- // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
-
3
- exports[`TeamAvatar Snapshot 1`] = `
4
- <View
5
- className="inline-flex "
6
- >
7
- <View
8
- className="h-fit w-fit"
9
- >
10
- <View
11
- aria-hidden={true}
12
- className="flex shrink-0 items-center justify-center overflow-hidden text-center font-semibold w-8 h-8 rounded bg-[hsl(theme(colors.army-50))]"
13
- data-a11y-color-contrast-ignore={true}
14
- role="img"
15
- >
16
- <Text
17
- className="text-f1-foreground-inverse/90 text-md"
18
- data-a11y-color-contrast-ignore={true}
19
- >
20
- F0
21
- </Text>
22
- </View>
23
- </View>
24
- </View>
25
- `;