@spteck/react-controls-v2 2.0.16 → 2.0.17
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3,8 +3,8 @@ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { en
|
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
4
|
var _a2, _b, _c, _d, _e, _f;
|
|
5
5
|
import { E as ErrorType, L as LogLevel } from "./ILoggingProvider-CYYYCGLY.mjs";
|
|
6
|
-
import * as ReactJSXRuntime from "react/jsx-runtime";
|
|
7
|
-
import { jsx as jsx$2, Fragment, jsxs as jsxs$1 } from "react/jsx-runtime";
|
|
6
|
+
import * as ReactJSXRuntime from "react/jsx-runtime.js";
|
|
7
|
+
import { jsx as jsx$2, Fragment, jsxs as jsxs$1 } from "react/jsx-runtime.js";
|
|
8
8
|
import * as React from "react";
|
|
9
9
|
import React__default, { createContext, useContext, useCallback, useState, useRef, useEffect, useMemo, useLayoutEffect, forwardRef } from "react";
|
|
10
10
|
import { format, toZonedTime, fromZonedTime, utcToZonedTime } from "date-fns-tz";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spteck/react-controls-v2",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.17",
|
|
4
4
|
"description": "Framework-agnostic React controls for Vite, Next.js, and SPFx - based on Fluent UI 9",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "João Mendes",
|
|
@@ -91,4 +91,4 @@
|
|
|
91
91
|
"vite-plugin-dts": "^3.7.0",
|
|
92
92
|
"vitest": "^1.0.0"
|
|
93
93
|
}
|
|
94
|
-
}
|
|
94
|
+
}
|