@payfit/unity-components 2.36.5 → 2.36.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.
|
@@ -73,17 +73,23 @@ const i = e(
|
|
|
73
73
|
})
|
|
74
74
|
)
|
|
75
75
|
), C = e(
|
|
76
|
-
() => import("../components/selectable-button-group/TanstackSelectableButtonGroup.js").then(
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
() => import("../components/selectable-button-group/TanstackSelectableButtonGroup.js").then(
|
|
77
|
+
(t) => ({
|
|
78
|
+
default: t.TanstackSelectableButtonGroup
|
|
79
|
+
})
|
|
80
|
+
)
|
|
79
81
|
), I = e(
|
|
80
|
-
() => import("../components/selectable-card/selectable-card-checkbox-group/TanstackSelectableCardCheckboxGroup.js").then(
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
() => import("../components/selectable-card/selectable-card-checkbox-group/TanstackSelectableCardCheckboxGroup.js").then(
|
|
83
|
+
(t) => ({
|
|
84
|
+
default: t.TanstackSelectableCardCheckboxGroup
|
|
85
|
+
})
|
|
86
|
+
)
|
|
83
87
|
), x = e(
|
|
84
|
-
() => import("../components/selectable-card/selectable-card-radio-group/TanstackSelectableCardRadioGroup.js").then(
|
|
85
|
-
|
|
86
|
-
|
|
88
|
+
() => import("../components/selectable-card/selectable-card-radio-group/TanstackSelectableCardRadioGroup.js").then(
|
|
89
|
+
(t) => ({
|
|
90
|
+
default: t.TanstackSelectableCardRadioGroup
|
|
91
|
+
})
|
|
92
|
+
)
|
|
87
93
|
), g = e(
|
|
88
94
|
() => import("../components/select/TanstackSelect.js").then((t) => ({
|
|
89
95
|
default: t.TanstackSelect
|
|
@@ -119,9 +125,11 @@ const i = e(
|
|
|
119
125
|
})
|
|
120
126
|
)
|
|
121
127
|
), V = e(
|
|
122
|
-
() => import("../components/date-range-picker-field/TanstackDateRangePickerField.js").then(
|
|
123
|
-
|
|
124
|
-
|
|
128
|
+
() => import("../components/date-range-picker-field/TanstackDateRangePickerField.js").then(
|
|
129
|
+
(t) => ({
|
|
130
|
+
default: t.TanstackDateRangePickerField
|
|
131
|
+
})
|
|
132
|
+
)
|
|
125
133
|
), H = e(
|
|
126
134
|
() => import("../components/multi-select-field/TanstackMultiSelectField.js").then(
|
|
127
135
|
(t) => ({
|
|
@@ -133,25 +141,33 @@ const i = e(
|
|
|
133
141
|
default: t.TanstackNumberField
|
|
134
142
|
}))
|
|
135
143
|
), M = e(
|
|
136
|
-
() => import("../components/radio-button-group-field/TanstackRadioButtonGroupField.js").then(
|
|
137
|
-
|
|
138
|
-
|
|
144
|
+
() => import("../components/radio-button-group-field/TanstackRadioButtonGroupField.js").then(
|
|
145
|
+
(t) => ({
|
|
146
|
+
default: t.TanstackRadioButtonGroupField
|
|
147
|
+
})
|
|
148
|
+
)
|
|
139
149
|
), A = e(
|
|
140
150
|
() => import("../components/select-field/TanstackSelectField.js").then((t) => ({
|
|
141
151
|
default: t.TanstackSelectField
|
|
142
152
|
}))
|
|
143
153
|
), E = e(
|
|
144
|
-
() => import("../components/selectable-button-group-field/TanstackSelectableButtonGroupField.js").then(
|
|
145
|
-
|
|
146
|
-
|
|
154
|
+
() => import("../components/selectable-button-group-field/TanstackSelectableButtonGroupField.js").then(
|
|
155
|
+
(t) => ({
|
|
156
|
+
default: t.TanstackSelectableButtonGroupField
|
|
157
|
+
})
|
|
158
|
+
)
|
|
147
159
|
), y = e(
|
|
148
|
-
() => import("../components/selectable-card-checkbox-group-field/TanstackSelectableCardCheckboxGroupField.js").then(
|
|
149
|
-
|
|
150
|
-
|
|
160
|
+
() => import("../components/selectable-card-checkbox-group-field/TanstackSelectableCardCheckboxGroupField.js").then(
|
|
161
|
+
(t) => ({
|
|
162
|
+
default: t.TanstackSelectableCardCheckboxGroupField
|
|
163
|
+
})
|
|
164
|
+
)
|
|
151
165
|
), z = e(
|
|
152
|
-
() => import("../components/selectable-card-radio-group-field/TanstackSelectableCardRadioGroupField.js").then(
|
|
153
|
-
|
|
154
|
-
|
|
166
|
+
() => import("../components/selectable-card-radio-group-field/TanstackSelectableCardRadioGroupField.js").then(
|
|
167
|
+
(t) => ({
|
|
168
|
+
default: t.TanstackSelectableCardRadioGroupField
|
|
169
|
+
})
|
|
170
|
+
)
|
|
155
171
|
), U = e(
|
|
156
172
|
() => import("../components/text-field/TanstackTextField.js").then((t) => ({
|
|
157
173
|
default: t.TanstackTextField
|
|
@@ -163,9 +179,11 @@ const i = e(
|
|
|
163
179
|
})
|
|
164
180
|
)
|
|
165
181
|
), q = e(
|
|
166
|
-
() => import("../components/toggle-switch-group-field/TanstackToggleSwitchGroupField.js").then(
|
|
167
|
-
|
|
168
|
-
|
|
182
|
+
() => import("../components/toggle-switch-group-field/TanstackToggleSwitchGroupField.js").then(
|
|
183
|
+
(t) => ({
|
|
184
|
+
default: t.TanstackToggleSwitchGroupField
|
|
185
|
+
})
|
|
186
|
+
)
|
|
169
187
|
), v = e(
|
|
170
188
|
() => import("../components/inline-field-group/InlineFieldGroup.js").then((t) => ({
|
|
171
189
|
default: t.InlineFieldGroup
|
|
@@ -177,13 +195,17 @@ const i = e(
|
|
|
177
195
|
})
|
|
178
196
|
)
|
|
179
197
|
), K = e(
|
|
180
|
-
() => import("../components/inline-field-group/parts/InlineFieldGroupReadView.js").then(
|
|
181
|
-
|
|
182
|
-
|
|
198
|
+
() => import("../components/inline-field-group/parts/InlineFieldGroupReadView.js").then(
|
|
199
|
+
(t) => ({
|
|
200
|
+
default: t.InlineFieldGroupReadView
|
|
201
|
+
})
|
|
202
|
+
)
|
|
183
203
|
), O = e(
|
|
184
|
-
() => import("../components/inline-field-group/parts/InlineFieldGroupEditView.js").then(
|
|
185
|
-
|
|
186
|
-
|
|
204
|
+
() => import("../components/inline-field-group/parts/InlineFieldGroupEditView.js").then(
|
|
205
|
+
(t) => ({
|
|
206
|
+
default: t.InlineFieldGroupEditView
|
|
207
|
+
})
|
|
208
|
+
)
|
|
187
209
|
), Q = e(
|
|
188
210
|
() => import("../components/password-field/TanstackPasswordField.js").then((t) => ({
|
|
189
211
|
default: t.TanstackPasswordField
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payfit/unity-components",
|
|
3
|
-
"version": "2.36.
|
|
3
|
+
"version": "2.36.7",
|
|
4
4
|
"module": "./dist/esm/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@hookform/devtools": "4.4.0",
|
|
44
44
|
"@hookform/resolvers": "5.2.1",
|
|
45
45
|
"@internationalized/date": "3.12.1",
|
|
46
|
-
"@payfit/unity-illustrations": "2.36.
|
|
46
|
+
"@payfit/unity-illustrations": "2.36.7",
|
|
47
47
|
"@radix-ui/react-avatar": "1.1.11",
|
|
48
48
|
"@radix-ui/react-slot": "1.2.4",
|
|
49
49
|
"@react-aria/interactions": "3.28.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"embla-carousel": "9.0.0-rc02",
|
|
58
58
|
"embla-carousel-accessibility": "9.0.0-rc01",
|
|
59
59
|
"embla-carousel-react": "9.0.0-rc02",
|
|
60
|
-
"prettier": "
|
|
60
|
+
"prettier": "3.8.3",
|
|
61
61
|
"react": "18.3.1",
|
|
62
62
|
"react-aria": "3.48.0",
|
|
63
63
|
"react-aria-components": "1.17.0",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@hookform/devtools": "^4",
|
|
78
|
-
"@payfit/unity-icons": "2.36.
|
|
79
|
-
"@payfit/unity-themes": "2.36.
|
|
78
|
+
"@payfit/unity-icons": "2.36.7",
|
|
79
|
+
"@payfit/unity-themes": "2.36.7",
|
|
80
80
|
"@storybook/react-vite": "^10.3.2",
|
|
81
81
|
"@tanstack/react-query": "^5",
|
|
82
82
|
"@tanstack/react-router": "^1.131",
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
"@figma/code-connect": "1.4.3",
|
|
91
91
|
"@hookform/devtools": "4.4.0",
|
|
92
92
|
"@internationalized/date": "3.12.1",
|
|
93
|
-
"@payfit/unity-icons": "2.36.
|
|
94
|
-
"@payfit/unity-illustrations": "2.36.
|
|
95
|
-
"@payfit/unity-themes": "2.36.
|
|
93
|
+
"@payfit/unity-icons": "2.36.7",
|
|
94
|
+
"@payfit/unity-illustrations": "2.36.7",
|
|
95
|
+
"@payfit/unity-themes": "2.36.7",
|
|
96
96
|
"@storybook/addon-a11y": "10.3.5",
|
|
97
97
|
"@storybook/addon-designs": "11.1.3",
|
|
98
98
|
"@storybook/addon-docs": "10.3.5",
|
|
@@ -119,14 +119,14 @@
|
|
|
119
119
|
"msw": "2.8.4",
|
|
120
120
|
"msw-storybook-addon": "^2.0.6",
|
|
121
121
|
"playwright": "1.55.1",
|
|
122
|
-
"prettier": "
|
|
122
|
+
"prettier": "3.8.3",
|
|
123
123
|
"react-docgen-typescript": "2.2.2",
|
|
124
124
|
"react-hot-toast": "2.5.1",
|
|
125
125
|
"storybook": "10.3.5",
|
|
126
126
|
"storybook-addon-pseudo-states": "10.3.2",
|
|
127
127
|
"storybook-addon-tag-badges": "3.0.6",
|
|
128
128
|
"storybook-mock-date-decorator": "3.0.0",
|
|
129
|
-
"tailwindcss": "4.2.
|
|
129
|
+
"tailwindcss": "4.2.4",
|
|
130
130
|
"typescript": "6.0.0-beta",
|
|
131
131
|
"vite": "7.1.12",
|
|
132
132
|
"vite-plugin-node-polyfills": "0.24.0",
|
|
@@ -267,7 +267,6 @@ Correct:
|
|
|
267
267
|
|
|
268
268
|
```tsx
|
|
269
269
|
import { Pill } from '@payfit/unity-components'
|
|
270
|
-
|
|
271
270
|
;<Pill>{children}</Pill>
|
|
272
271
|
```
|
|
273
272
|
|
|
@@ -282,7 +281,6 @@ Wrong:
|
|
|
282
281
|
|
|
283
282
|
```tsx
|
|
284
283
|
import { Button as AriaButton } from 'react-aria-components'
|
|
285
|
-
|
|
286
284
|
;<AriaButton>Click</AriaButton>
|
|
287
285
|
```
|
|
288
286
|
|
|
@@ -290,7 +288,6 @@ Correct:
|
|
|
290
288
|
|
|
291
289
|
```tsx
|
|
292
290
|
import { Button } from '@payfit/unity-components'
|
|
293
|
-
|
|
294
291
|
;<Button variant="primary">Click</Button>
|
|
295
292
|
```
|
|
296
293
|
|
|
@@ -202,7 +202,6 @@ Wrong:
|
|
|
202
202
|
|
|
203
203
|
```tsx
|
|
204
204
|
import { Link } from '@payfit/unity-components'
|
|
205
|
-
|
|
206
205
|
;<Link to="/dashboard">Go</Link>
|
|
207
206
|
```
|
|
208
207
|
|
|
@@ -210,7 +209,6 @@ Correct:
|
|
|
210
209
|
|
|
211
210
|
```tsx
|
|
212
211
|
import { Link } from '@payfit/unity-components/integrations/tanstack-router'
|
|
213
|
-
|
|
214
212
|
;<Link to="/dashboard">Go</Link>
|
|
215
213
|
```
|
|
216
214
|
|
|
@@ -224,7 +222,6 @@ Wrong:
|
|
|
224
222
|
|
|
225
223
|
```tsx
|
|
226
224
|
import { RawLink } from '@payfit/unity-components'
|
|
227
|
-
|
|
228
225
|
;<RawLink to="/dashboard">Go</RawLink>
|
|
229
226
|
```
|
|
230
227
|
|