@rpcbase/ui 0.90.0 → 0.92.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.
- package/dist/index.js +0 -34
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -84,15 +84,6 @@ const Mn = /* @__PURE__ */ new Map(), Fu = (e) => {
|
|
|
84
84
|
}, [e, t]), n;
|
|
85
85
|
};
|
|
86
86
|
var Jt = { exports: {} }, $t = {};
|
|
87
|
-
/**
|
|
88
|
-
* @license React
|
|
89
|
-
* react-jsx-runtime.production.js
|
|
90
|
-
*
|
|
91
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
92
|
-
*
|
|
93
|
-
* This source code is licensed under the MIT license found in the
|
|
94
|
-
* LICENSE file in the root directory of this source tree.
|
|
95
|
-
*/
|
|
96
87
|
var si;
|
|
97
88
|
function Tu() {
|
|
98
89
|
if (si) return $t;
|
|
@@ -116,15 +107,6 @@ function Tu() {
|
|
|
116
107
|
return $t.Fragment = t, $t.jsx = n, $t.jsxs = n, $t;
|
|
117
108
|
}
|
|
118
109
|
var vt = {};
|
|
119
|
-
/**
|
|
120
|
-
* @license React
|
|
121
|
-
* react-jsx-runtime.development.js
|
|
122
|
-
*
|
|
123
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
124
|
-
*
|
|
125
|
-
* This source code is licensed under the MIT license found in the
|
|
126
|
-
* LICENSE file in the root directory of this source tree.
|
|
127
|
-
*/
|
|
128
110
|
var li;
|
|
129
111
|
function Gu() {
|
|
130
112
|
return li || (li = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
@@ -4848,14 +4830,6 @@ var c0 = function(t, n, r, i) {
|
|
|
4848
4830
|
};
|
|
4849
4831
|
return b.sheet.hydrate(s), b;
|
|
4850
4832
|
}, Ut = { exports: {} }, U = {};
|
|
4851
|
-
/** @license React v16.13.1
|
|
4852
|
-
* react-is.production.min.js
|
|
4853
|
-
*
|
|
4854
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
4855
|
-
*
|
|
4856
|
-
* This source code is licensed under the MIT license found in the
|
|
4857
|
-
* LICENSE file in the root directory of this source tree.
|
|
4858
|
-
*/
|
|
4859
4833
|
var Ji;
|
|
4860
4834
|
function b0() {
|
|
4861
4835
|
if (Ji) return U;
|
|
@@ -4923,14 +4897,6 @@ function b0() {
|
|
|
4923
4897
|
}, U.typeOf = I, U;
|
|
4924
4898
|
}
|
|
4925
4899
|
var Q = {};
|
|
4926
|
-
/** @license React v16.13.1
|
|
4927
|
-
* react-is.development.js
|
|
4928
|
-
*
|
|
4929
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
4930
|
-
*
|
|
4931
|
-
* This source code is licensed under the MIT license found in the
|
|
4932
|
-
* LICENSE file in the root directory of this source tree.
|
|
4933
|
-
*/
|
|
4934
4900
|
var zi;
|
|
4935
4901
|
function m0() {
|
|
4936
4902
|
return zi || (zi = 1, process.env.NODE_ENV !== "production" && (function() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rpcbase/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.92.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -88,6 +88,6 @@
|
|
|
88
88
|
"@types/google.maps": "3.58.1",
|
|
89
89
|
"tailwindcss": "4.1.16",
|
|
90
90
|
"tw-animate-css": "1.4.0",
|
|
91
|
-
"vite": "7.
|
|
91
|
+
"vite": "7.2.4"
|
|
92
92
|
}
|
|
93
93
|
}
|