@payfit/unity-components 2.36.6 → 2.36.8
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.8",
|
|
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.8",
|
|
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",
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
"react-international-phone": "4.5.0",
|
|
69
69
|
"react-intl": "7.1.14",
|
|
70
70
|
"react-stately": "3.46.0",
|
|
71
|
-
"storybook": "10.
|
|
71
|
+
"storybook": "10.4.0",
|
|
72
72
|
"tailwind-variants": "3.2.2",
|
|
73
73
|
"usehooks-ts": "3.1.1",
|
|
74
74
|
"zod": "4.3.6"
|
|
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.8",
|
|
79
|
+
"@payfit/unity-themes": "2.36.8",
|
|
80
80
|
"@storybook/react-vite": "^10.3.2",
|
|
81
81
|
"@tanstack/react-query": "^5",
|
|
82
82
|
"@tanstack/react-router": "^1.131",
|
|
@@ -90,17 +90,17 @@
|
|
|
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.
|
|
96
|
-
"@storybook/addon-a11y": "10.
|
|
93
|
+
"@payfit/unity-icons": "2.36.8",
|
|
94
|
+
"@payfit/unity-illustrations": "2.36.8",
|
|
95
|
+
"@payfit/unity-themes": "2.36.8",
|
|
96
|
+
"@storybook/addon-a11y": "10.4.0",
|
|
97
97
|
"@storybook/addon-designs": "11.1.3",
|
|
98
|
-
"@storybook/addon-docs": "10.
|
|
99
|
-
"@storybook/addon-links": "10.
|
|
98
|
+
"@storybook/addon-docs": "10.4.0",
|
|
99
|
+
"@storybook/addon-links": "10.4.0",
|
|
100
100
|
"@storybook/addon-mcp": "0.6.0",
|
|
101
|
-
"@storybook/addon-themes": "10.
|
|
102
|
-
"@storybook/addon-vitest": "10.
|
|
103
|
-
"@storybook/react-vite": "10.
|
|
101
|
+
"@storybook/addon-themes": "10.4.0",
|
|
102
|
+
"@storybook/addon-vitest": "10.4.0",
|
|
103
|
+
"@storybook/react-vite": "10.4.0",
|
|
104
104
|
"@tanstack/intent": "0.0.40",
|
|
105
105
|
"@tanstack/react-devtools": "0.10.1",
|
|
106
106
|
"@tanstack/react-form-devtools": "0.2.22",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"prettier": "3.8.3",
|
|
123
123
|
"react-docgen-typescript": "2.2.2",
|
|
124
124
|
"react-hot-toast": "2.5.1",
|
|
125
|
-
"storybook": "10.
|
|
125
|
+
"storybook": "10.4.0",
|
|
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",
|
|
@@ -131,10 +131,10 @@
|
|
|
131
131
|
"vite": "7.1.12",
|
|
132
132
|
"vite-plugin-node-polyfills": "0.24.0",
|
|
133
133
|
"vitest": "4.1.0",
|
|
134
|
+
"@payfit/code-pushup-tools": "0.0.0-use.local",
|
|
134
135
|
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
135
136
|
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
136
137
|
"@payfit/storybook-addon-console-errors": "0.0.0-use.local",
|
|
137
|
-
"@payfit/code-pushup-tools": "0.0.0-use.local",
|
|
138
138
|
"@payfit/storybook-config": "0.0.0-use.local",
|
|
139
139
|
"@payfit/vite-configs": "0.0.0-use.local"
|
|
140
140
|
},
|
|
@@ -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
|
|