@accelint/design-system 1.1.8 → 1.1.9
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.
|
@@ -4,11 +4,13 @@ import { ProviderValues } from '../../types/react-aria.js';
|
|
|
4
4
|
|
|
5
5
|
/** biome-ignore-all lint/suspicious/noExplicitAny: ElementProps is a special case */
|
|
6
6
|
|
|
7
|
-
type ElementProps<A = any, B = any, C = any, D = any, E = any, F = any, G = any, H = any, I = any, J = any, K = any> =
|
|
7
|
+
type ElementProps<A = any, B = any, C = any, D = any, E = any, F = any, G = any, H = any, I = any, J = any, K = any> =
|
|
8
|
+
/**
|
|
8
9
|
* Initially tried to make these props generic and constrain props to element
|
|
9
10
|
* passed into generic, but ran into major performance issues with enormous
|
|
10
11
|
* type unions of all possible HTML elements props. It breaks all of TS
|
|
11
|
-
*/
|
|
12
|
+
*/
|
|
13
|
+
JSX.IntrinsicElements[HTMLElementType] & SlotProps & {
|
|
12
14
|
/**
|
|
13
15
|
* The HTML element to be rendered
|
|
14
16
|
*/
|
package/dist/test/setup.js
CHANGED
|
@@ -4152,10 +4152,10 @@ function getWorkerState() {
|
|
|
4152
4152
|
return workerState;
|
|
4153
4153
|
}
|
|
4154
4154
|
|
|
4155
|
-
// ../node_modules/.pnpm/vitest@4.0.
|
|
4155
|
+
// ../node_modules/.pnpm/vitest@4.0.18_@types+node@25.0.9_jiti@2.6.1_jsdom@25.0.1_msw@2.12.7_@types+node@25.0.9__8dbd0124c20e81042127a2c81a471490/node_modules/vitest/dist/chunks/_commonjsHelpers.D26ty3Ew.js
|
|
4156
4156
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
4157
4157
|
|
|
4158
|
-
// ../node_modules/.pnpm/vitest@4.0.
|
|
4158
|
+
// ../node_modules/.pnpm/vitest@4.0.18_@types+node@25.0.9_jiti@2.6.1_jsdom@25.0.1_msw@2.12.7_@types+node@25.0.9__8dbd0124c20e81042127a2c81a471490/node_modules/vitest/dist/chunks/date.Bq6ZW5rf.js
|
|
4159
4159
|
var RealDate = Date;
|
|
4160
4160
|
var MockDate = class _MockDate extends RealDate {
|
|
4161
4161
|
constructor(y, m, d, h, M, s, ms) {
|
|
@@ -4192,7 +4192,7 @@ MockDate.toString = function() {
|
|
|
4192
4192
|
return RealDate.toString();
|
|
4193
4193
|
};
|
|
4194
4194
|
|
|
4195
|
-
// ../node_modules/.pnpm/vitest@4.0.
|
|
4195
|
+
// ../node_modules/.pnpm/vitest@4.0.18_@types+node@25.0.9_jiti@2.6.1_jsdom@25.0.1_msw@2.12.7_@types+node@25.0.9__8dbd0124c20e81042127a2c81a471490/node_modules/vitest/dist/chunks/vi.2VT5v0um.js
|
|
4196
4196
|
var unsupported = [
|
|
4197
4197
|
"matchSnapshot",
|
|
4198
4198
|
"toMatchSnapshot",
|