@shopify/shop-minis-react 0.0.16 → 0.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/README.md +14 -10
- package/dist/components/atoms/button.js +28 -73
- package/dist/components/atoms/button.js.map +1 -1
- package/dist/components/atoms/favorite-button.js +21 -0
- package/dist/components/atoms/favorite-button.js.map +1 -0
- package/dist/components/atoms/icon-button.js +38 -0
- package/dist/components/atoms/icon-button.js.map +1 -0
- package/dist/components/atoms/touchable.js +14 -14
- package/dist/components/atoms/touchable.js.map +1 -1
- package/dist/components/commerce/merchant-card.js +1 -8
- package/dist/components/commerce/merchant-card.js.map +1 -1
- package/dist/components/commerce/product-card.js +79 -109
- package/dist/components/commerce/product-card.js.map +1 -1
- package/dist/components/commerce/product-link.js +36 -55
- package/dist/components/commerce/product-link.js.map +1 -1
- package/dist/components/ui/accordion.js.map +1 -0
- package/dist/components/{atoms → ui}/alert-dialog.js +1 -1
- package/dist/components/ui/alert-dialog.js.map +1 -0
- package/dist/components/ui/alert.js.map +1 -0
- package/dist/components/ui/badge.js.map +1 -0
- package/dist/components/ui/button.js +68 -0
- package/dist/components/ui/button.js.map +1 -0
- package/dist/components/ui/card.js.map +1 -0
- package/dist/components/{atoms → ui}/carousel.js +23 -23
- package/dist/components/ui/carousel.js.map +1 -0
- package/dist/components/ui/checkbox.js.map +1 -0
- package/dist/components/ui/dialog.js.map +1 -0
- package/dist/components/{atoms → ui}/drawer.js +25 -22
- package/dist/components/ui/drawer.js.map +1 -0
- package/dist/components/ui/input.js.map +1 -0
- package/dist/components/ui/label.js.map +1 -0
- package/dist/components/ui/progress.js.map +1 -0
- package/dist/components/ui/radio-group.js.map +1 -0
- package/dist/components/ui/resizable.js.map +1 -0
- package/dist/components/ui/scroll-area.js.map +1 -0
- package/dist/components/ui/select.js.map +1 -0
- package/dist/components/ui/separator.js.map +1 -0
- package/dist/components/ui/sheet.js.map +1 -0
- package/dist/components/ui/sonner.js.map +1 -0
- package/dist/index.js +189 -218
- package/dist/index.js.map +1 -1
- package/package.json +6 -9
- package/src/components/atoms/button.tsx +10 -66
- package/src/components/atoms/favorite-button.tsx +22 -0
- package/src/components/atoms/icon-button.tsx +42 -0
- package/src/components/atoms/touchable.tsx +5 -1
- package/src/components/commerce/merchant-card.tsx +1 -12
- package/src/components/commerce/product-card.tsx +4 -32
- package/src/components/commerce/product-link.tsx +9 -29
- package/src/components/index.ts +22 -20
- package/src/components/{atoms → ui}/alert-dialog.tsx +1 -1
- package/src/components/ui/button.tsx +77 -0
- package/src/components/{atoms → ui}/carousel.tsx +11 -11
- package/src/components/{atoms → ui}/drawer.tsx +2 -1
- package/src/index.css +8 -2
- package/src/styles/globals.css +41 -0
- package/src/styles/theme.css +102 -0
- package/dist/_virtual/index3.js +0 -6
- package/dist/_virtual/index3.js.map +0 -1
- package/dist/_virtual/index4.js +0 -5
- package/dist/_virtual/index4.js.map +0 -1
- package/dist/_virtual/use-sync-external-store-shim.development.js +0 -5
- package/dist/_virtual/use-sync-external-store-shim.development.js.map +0 -1
- package/dist/_virtual/use-sync-external-store-shim.production.js +0 -5
- package/dist/_virtual/use-sync-external-store-shim.production.js.map +0 -1
- package/dist/components/atoms/accordion.js.map +0 -1
- package/dist/components/atoms/alert-dialog.js.map +0 -1
- package/dist/components/atoms/alert.js.map +0 -1
- package/dist/components/atoms/avatar.js +0 -54
- package/dist/components/atoms/avatar.js.map +0 -1
- package/dist/components/atoms/badge.js.map +0 -1
- package/dist/components/atoms/card.js.map +0 -1
- package/dist/components/atoms/carousel.js.map +0 -1
- package/dist/components/atoms/checkbox.js.map +0 -1
- package/dist/components/atoms/dialog.js.map +0 -1
- package/dist/components/atoms/drawer.js.map +0 -1
- package/dist/components/atoms/input.js.map +0 -1
- package/dist/components/atoms/label.js.map +0 -1
- package/dist/components/atoms/progress.js.map +0 -1
- package/dist/components/atoms/radio-group.js.map +0 -1
- package/dist/components/atoms/resizable.js.map +0 -1
- package/dist/components/atoms/scroll-area.js.map +0 -1
- package/dist/components/atoms/select.js.map +0 -1
- package/dist/components/atoms/separator.js.map +0 -1
- package/dist/components/atoms/sheet.js.map +0 -1
- package/dist/components/atoms/sonner.js.map +0 -1
- package/dist/shop-minis-react/node_modules/.pnpm/@radix-ui_react-avatar@1.1.10_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react@19.1._hkz57sehyui4ndfh3rsqwxftli/node_modules/@radix-ui/react-avatar/dist/index.js +0 -77
- package/dist/shop-minis-react/node_modules/.pnpm/@radix-ui_react-avatar@1.1.10_@types_react-dom@19.1.6_@types_react@19.1.6__@types_react@19.1._hkz57sehyui4ndfh3rsqwxftli/node_modules/@radix-ui/react-avatar/dist/index.js.map +0 -1
- package/dist/shop-minis-react/node_modules/.pnpm/@radix-ui_react-use-is-hydrated@0.1.0_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-use-is-hydrated/dist/index.js +0 -16
- package/dist/shop-minis-react/node_modules/.pnpm/@radix-ui_react-use-is-hydrated@0.1.0_@types_react@19.1.6_react@19.1.0/node_modules/@radix-ui/react-use-is-hydrated/dist/index.js.map +0 -1
- package/dist/shop-minis-react/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.1.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +0 -68
- package/dist/shop-minis-react/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.1.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js.map +0 -1
- package/dist/shop-minis-react/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.1.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +0 -56
- package/dist/shop-minis-react/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.1.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js.map +0 -1
- package/dist/shop-minis-react/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.1.0/node_modules/use-sync-external-store/shim/index.js +0 -11
- package/dist/shop-minis-react/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.1.0/node_modules/use-sync-external-store/shim/index.js.map +0 -1
- package/src/base.css +0 -273
- package/tailwind.config.js +0 -3
- /package/dist/components/{atoms → ui}/accordion.js +0 -0
- /package/dist/components/{atoms → ui}/alert.js +0 -0
- /package/dist/components/{atoms → ui}/badge.js +0 -0
- /package/dist/components/{atoms → ui}/card.js +0 -0
- /package/dist/components/{atoms → ui}/checkbox.js +0 -0
- /package/dist/components/{atoms → ui}/dialog.js +0 -0
- /package/dist/components/{atoms → ui}/input.js +0 -0
- /package/dist/components/{atoms → ui}/label.js +0 -0
- /package/dist/components/{atoms → ui}/progress.js +0 -0
- /package/dist/components/{atoms → ui}/radio-group.js +0 -0
- /package/dist/components/{atoms → ui}/resizable.js +0 -0
- /package/dist/components/{atoms → ui}/scroll-area.js +0 -0
- /package/dist/components/{atoms → ui}/select.js +0 -0
- /package/dist/components/{atoms → ui}/separator.js +0 -0
- /package/dist/components/{atoms → ui}/sheet.js +0 -0
- /package/dist/components/{atoms → ui}/sonner.js +0 -0
- /package/src/components/{atoms → ui}/accordion.tsx +0 -0
- /package/src/components/{atoms → ui}/alert.tsx +0 -0
- /package/src/components/{atoms → ui}/avatar.tsx +0 -0
- /package/src/components/{atoms → ui}/badge.tsx +0 -0
- /package/src/components/{atoms → ui}/card.tsx +0 -0
- /package/src/components/{atoms → ui}/checkbox.tsx +0 -0
- /package/src/components/{atoms → ui}/dialog.tsx +0 -0
- /package/src/components/{atoms → ui}/input.tsx +0 -0
- /package/src/components/{atoms → ui}/label.tsx +0 -0
- /package/src/components/{atoms → ui}/progress.tsx +0 -0
- /package/src/components/{atoms → ui}/radio-group.tsx +0 -0
- /package/src/components/{atoms → ui}/resizable.tsx +0 -0
- /package/src/components/{atoms → ui}/scroll-area.tsx +0 -0
- /package/src/components/{atoms → ui}/select.tsx +0 -0
- /package/src/components/{atoms → ui}/separator.tsx +0 -0
- /package/src/components/{atoms → ui}/sheet.tsx +0 -0
- /package/src/components/{atoms → ui}/sonner.tsx +0 -0
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { __exports as s } from "../../../../../../../_virtual/use-sync-external-store-shim.development.js";
|
|
2
|
-
import h from "react";
|
|
3
|
-
/**
|
|
4
|
-
* @license React
|
|
5
|
-
* use-sync-external-store-shim.development.js
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the MIT license found in the
|
|
10
|
-
* LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/
|
|
12
|
-
var l;
|
|
13
|
-
function A() {
|
|
14
|
-
return l ? s : (l = 1, process.env.NODE_ENV !== "production" && function() {
|
|
15
|
-
function d(e, t) {
|
|
16
|
-
return e === t && (e !== 0 || 1 / e === 1 / t) || e !== e && t !== t;
|
|
17
|
-
}
|
|
18
|
-
function S(e, t) {
|
|
19
|
-
f || o.startTransition === void 0 || (f = !0, console.error(
|
|
20
|
-
"You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."
|
|
21
|
-
));
|
|
22
|
-
var r = t();
|
|
23
|
-
if (!c) {
|
|
24
|
-
var u = t();
|
|
25
|
-
_(r, u) || (console.error(
|
|
26
|
-
"The result of getSnapshot should be cached to avoid an infinite loop"
|
|
27
|
-
), c = !0);
|
|
28
|
-
}
|
|
29
|
-
u = p({
|
|
30
|
-
inst: { value: r, getSnapshot: t }
|
|
31
|
-
});
|
|
32
|
-
var n = u[0].inst, i = u[1];
|
|
33
|
-
return L(
|
|
34
|
-
function() {
|
|
35
|
-
n.value = r, n.getSnapshot = t, a(n) && i({ inst: n });
|
|
36
|
-
},
|
|
37
|
-
[e, r, t]
|
|
38
|
-
), E(
|
|
39
|
-
function() {
|
|
40
|
-
return a(n) && i({ inst: n }), e(function() {
|
|
41
|
-
a(n) && i({ inst: n });
|
|
42
|
-
});
|
|
43
|
-
},
|
|
44
|
-
[e]
|
|
45
|
-
), y(r), r;
|
|
46
|
-
}
|
|
47
|
-
function a(e) {
|
|
48
|
-
var t = e.getSnapshot;
|
|
49
|
-
e = e.value;
|
|
50
|
-
try {
|
|
51
|
-
var r = t();
|
|
52
|
-
return !_(e, r);
|
|
53
|
-
} catch {
|
|
54
|
-
return !0;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
function O(e, t) {
|
|
58
|
-
return t();
|
|
59
|
-
}
|
|
60
|
-
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
|
|
61
|
-
var o = h, _ = typeof Object.is == "function" ? Object.is : d, p = o.useState, E = o.useEffect, L = o.useLayoutEffect, y = o.useDebugValue, f = !1, c = !1, v = typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u" ? O : S;
|
|
62
|
-
s.useSyncExternalStore = o.useSyncExternalStore !== void 0 ? o.useSyncExternalStore : v, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
63
|
-
}(), s);
|
|
64
|
-
}
|
|
65
|
-
export {
|
|
66
|
-
A as __require
|
|
67
|
-
};
|
|
68
|
-
//# sourceMappingURL=use-sync-external-store-shim.development.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"use-sync-external-store-shim.development.js","sources":["../../../../../../../../node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.1.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js"],"sourcesContent":["/**\n * @license React\n * use-sync-external-store-shim.development.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\n\"production\" !== process.env.NODE_ENV &&\n (function () {\n function is(x, y) {\n return (x === y && (0 !== x || 1 / x === 1 / y)) || (x !== x && y !== y);\n }\n function useSyncExternalStore$2(subscribe, getSnapshot) {\n didWarnOld18Alpha ||\n void 0 === React.startTransition ||\n ((didWarnOld18Alpha = !0),\n console.error(\n \"You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release.\"\n ));\n var value = getSnapshot();\n if (!didWarnUncachedGetSnapshot) {\n var cachedValue = getSnapshot();\n objectIs(value, cachedValue) ||\n (console.error(\n \"The result of getSnapshot should be cached to avoid an infinite loop\"\n ),\n (didWarnUncachedGetSnapshot = !0));\n }\n cachedValue = useState({\n inst: { value: value, getSnapshot: getSnapshot }\n });\n var inst = cachedValue[0].inst,\n forceUpdate = cachedValue[1];\n useLayoutEffect(\n function () {\n inst.value = value;\n inst.getSnapshot = getSnapshot;\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n },\n [subscribe, value, getSnapshot]\n );\n useEffect(\n function () {\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n return subscribe(function () {\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n });\n },\n [subscribe]\n );\n useDebugValue(value);\n return value;\n }\n function checkIfSnapshotChanged(inst) {\n var latestGetSnapshot = inst.getSnapshot;\n inst = inst.value;\n try {\n var nextValue = latestGetSnapshot();\n return !objectIs(inst, nextValue);\n } catch (error) {\n return !0;\n }\n }\n function useSyncExternalStore$1(subscribe, getSnapshot) {\n return getSnapshot();\n }\n \"undefined\" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&\n \"function\" ===\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart &&\n __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());\n var React = require(\"react\"),\n objectIs = \"function\" === typeof Object.is ? Object.is : is,\n useState = React.useState,\n useEffect = React.useEffect,\n useLayoutEffect = React.useLayoutEffect,\n useDebugValue = React.useDebugValue,\n didWarnOld18Alpha = !1,\n didWarnUncachedGetSnapshot = !1,\n shim =\n \"undefined\" === typeof window ||\n \"undefined\" === typeof window.document ||\n \"undefined\" === typeof window.document.createElement\n ? useSyncExternalStore$1\n : useSyncExternalStore$2;\n exports.useSyncExternalStore =\n void 0 !== React.useSyncExternalStore ? React.useSyncExternalStore : shim;\n \"undefined\" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&\n \"function\" ===\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&\n __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());\n })();\n"],"names":["is","x","y","useSyncExternalStore$2","subscribe","getSnapshot","didWarnOld18Alpha","React","value","didWarnUncachedGetSnapshot","cachedValue","objectIs","useState","inst","forceUpdate","useLayoutEffect","checkIfSnapshotChanged","useEffect","useDebugValue","latestGetSnapshot","nextValue","useSyncExternalStore$1","require$$0","shim","useSyncExternalStoreShim_development"],"mappings":";;;;;;;;;;;;;yBAWiB,QAAQ,IAAI,aAA7B,gBACG,WAAY;AACX,aAASA,EAAGC,GAAGC,GAAG;AAChB,aAAQD,MAAMC,MAAYD,MAAN,KAAW,IAAIA,MAAM,IAAIC,MAAQD,MAAMA,KAAKC,MAAMA;AAAA,IAC5E;AACI,aAASC,EAAuBC,GAAWC,GAAa;AACtD,MAAAC,KACaC,EAAM,oBAAjB,WACED,IAAoB,IACtB,QAAQ;AAAA,QACN;AAAA,MACV;AACM,UAAIE,IAAQH,EAAa;AACzB,UAAI,CAACI,GAA4B;AAC/B,YAAIC,IAAcL,EAAa;AAC/B,QAAAM,EAASH,GAAOE,CAAW,MACxB,QAAQ;AAAA,UACP;AAAA,QACD,GACAD,IAA6B;AAAA,MACxC;AACM,MAAAC,IAAcE,EAAS;AAAA,QACrB,MAAM,EAAE,OAAOJ,GAAO,aAAaH,EAAW;AAAA,MACtD,CAAO;AACD,UAAIQ,IAAOH,EAAY,CAAC,EAAE,MACxBI,IAAcJ,EAAY,CAAC;AAC7B,aAAAK;AAAA,QACE,WAAY;AACV,UAAAF,EAAK,QAAQL,GACbK,EAAK,cAAcR,GACnBW,EAAuBH,CAAI,KAAKC,EAAY,EAAE,MAAMD,EAAI,CAAE;AAAA,QAC3D;AAAA,QACD,CAACT,GAAWI,GAAOH,CAAW;AAAA,MAC/B,GACDY;AAAA,QACE,WAAY;AACV,iBAAAD,EAAuBH,CAAI,KAAKC,EAAY,EAAE,MAAMD,EAAI,CAAE,GACnDT,EAAU,WAAY;AAC3B,YAAAY,EAAuBH,CAAI,KAAKC,EAAY,EAAE,MAAMD,EAAI,CAAE;AAAA,UACtE,CAAW;AAAA,QACF;AAAA,QACD,CAACT,CAAS;AAAA,MACX,GACDc,EAAcV,CAAK,GACZA;AAAA,IACb;AACI,aAASQ,EAAuBH,GAAM;AACpC,UAAIM,IAAoBN,EAAK;AAC7B,MAAAA,IAAOA,EAAK;AACZ,UAAI;AACF,YAAIO,IAAYD,EAAmB;AACnC,eAAO,CAACR,EAASE,GAAMO,CAAS;AAAA,MACjC,QAAe;AACd,eAAO;AAAA,MACf;AAAA,IACA;AACI,aAASC,EAAuBjB,GAAWC,GAAa;AACtD,aAAOA,EAAa;AAAA,IAC1B;AACI,IAAgB,OAAO,iCAAvB,OAEI,OAAO,+BAA+B,+BADxC,cAEA,+BAA+B,4BAA4B,OAAO;AACpE,QAAIE,IAAQe,GACVX,IAA0B,OAAO,OAAO,MAA7B,aAAkC,OAAO,KAAKX,GACzDY,IAAWL,EAAM,UACjBU,IAAYV,EAAM,WAClBQ,IAAkBR,EAAM,iBACxBW,IAAgBX,EAAM,eACtBD,IAAoB,IACpBG,IAA6B,IAC7Bc,IACkB,OAAO,SAAvB,OACgB,OAAO,OAAO,WAA9B,OACgB,OAAO,OAAO,SAAS,gBAAvC,MACIF,IACAlB;AACR,IAAAqB,EAA4B,uBACfjB,EAAM,yBAAjB,SAAwCA,EAAM,uBAAuBgB,GACvD,OAAO,iCAAvB,OAEI,OAAO,+BAA+B,8BADxC,cAEA,+BAA+B,2BAA2B,OAAO;AAAA,EACvE,EAAM;;","x_google_ignoreList":[0]}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { __exports as i } from "../../../../../../../_virtual/use-sync-external-store-shim.production.js";
|
|
2
|
-
import h from "react";
|
|
3
|
-
/**
|
|
4
|
-
* @license React
|
|
5
|
-
* use-sync-external-store-shim.production.js
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the MIT license found in the
|
|
10
|
-
* LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/
|
|
12
|
-
var f;
|
|
13
|
-
function x() {
|
|
14
|
-
if (f) return i;
|
|
15
|
-
f = 1;
|
|
16
|
-
var u = h;
|
|
17
|
-
function s(e, t) {
|
|
18
|
-
return e === t && (e !== 0 || 1 / e === 1 / t) || e !== e && t !== t;
|
|
19
|
-
}
|
|
20
|
-
var S = typeof Object.is == "function" ? Object.is : s, d = u.useState, l = u.useEffect, p = u.useLayoutEffect, E = u.useDebugValue;
|
|
21
|
-
function v(e, t) {
|
|
22
|
-
var r = t(), a = d({ inst: { value: r, getSnapshot: t } }), n = a[0].inst, c = a[1];
|
|
23
|
-
return p(
|
|
24
|
-
function() {
|
|
25
|
-
n.value = r, n.getSnapshot = t, o(n) && c({ inst: n });
|
|
26
|
-
},
|
|
27
|
-
[e, r, t]
|
|
28
|
-
), l(
|
|
29
|
-
function() {
|
|
30
|
-
return o(n) && c({ inst: n }), e(function() {
|
|
31
|
-
o(n) && c({ inst: n });
|
|
32
|
-
});
|
|
33
|
-
},
|
|
34
|
-
[e]
|
|
35
|
-
), E(r), r;
|
|
36
|
-
}
|
|
37
|
-
function o(e) {
|
|
38
|
-
var t = e.getSnapshot;
|
|
39
|
-
e = e.value;
|
|
40
|
-
try {
|
|
41
|
-
var r = t();
|
|
42
|
-
return !S(e, r);
|
|
43
|
-
} catch {
|
|
44
|
-
return !0;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
function y(e, t) {
|
|
48
|
-
return t();
|
|
49
|
-
}
|
|
50
|
-
var m = typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u" ? y : v;
|
|
51
|
-
return i.useSyncExternalStore = u.useSyncExternalStore !== void 0 ? u.useSyncExternalStore : m, i;
|
|
52
|
-
}
|
|
53
|
-
export {
|
|
54
|
-
x as __require
|
|
55
|
-
};
|
|
56
|
-
//# sourceMappingURL=use-sync-external-store-shim.production.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"use-sync-external-store-shim.production.js","sources":["../../../../../../../../node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.1.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js"],"sourcesContent":["/**\n * @license React\n * use-sync-external-store-shim.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\nvar React = require(\"react\");\nfunction is(x, y) {\n return (x === y && (0 !== x || 1 / x === 1 / y)) || (x !== x && y !== y);\n}\nvar objectIs = \"function\" === typeof Object.is ? Object.is : is,\n useState = React.useState,\n useEffect = React.useEffect,\n useLayoutEffect = React.useLayoutEffect,\n useDebugValue = React.useDebugValue;\nfunction useSyncExternalStore$2(subscribe, getSnapshot) {\n var value = getSnapshot(),\n _useState = useState({ inst: { value: value, getSnapshot: getSnapshot } }),\n inst = _useState[0].inst,\n forceUpdate = _useState[1];\n useLayoutEffect(\n function () {\n inst.value = value;\n inst.getSnapshot = getSnapshot;\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n },\n [subscribe, value, getSnapshot]\n );\n useEffect(\n function () {\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n return subscribe(function () {\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n });\n },\n [subscribe]\n );\n useDebugValue(value);\n return value;\n}\nfunction checkIfSnapshotChanged(inst) {\n var latestGetSnapshot = inst.getSnapshot;\n inst = inst.value;\n try {\n var nextValue = latestGetSnapshot();\n return !objectIs(inst, nextValue);\n } catch (error) {\n return !0;\n }\n}\nfunction useSyncExternalStore$1(subscribe, getSnapshot) {\n return getSnapshot();\n}\nvar shim =\n \"undefined\" === typeof window ||\n \"undefined\" === typeof window.document ||\n \"undefined\" === typeof window.document.createElement\n ? useSyncExternalStore$1\n : useSyncExternalStore$2;\nexports.useSyncExternalStore =\n void 0 !== React.useSyncExternalStore ? React.useSyncExternalStore : shim;\n"],"names":["React","require$$0","is","x","y","objectIs","useState","useEffect","useLayoutEffect","useDebugValue","useSyncExternalStore$2","subscribe","getSnapshot","value","_useState","inst","forceUpdate","checkIfSnapshotChanged","latestGetSnapshot","nextValue","useSyncExternalStore$1","shim","useSyncExternalStoreShim_production"],"mappings":";;;;;;;;;;;;;;;AAWA,MAAIA,IAAQC;AACZ,WAASC,EAAGC,GAAGC,GAAG;AAChB,WAAQD,MAAMC,MAAYD,MAAN,KAAW,IAAIA,MAAM,IAAIC,MAAQD,MAAMA,KAAKC,MAAMA;AAAA,EACxE;AACA,MAAIC,IAA0B,OAAO,OAAO,MAA7B,aAAkC,OAAO,KAAKH,GAC3DI,IAAWN,EAAM,UACjBO,IAAYP,EAAM,WAClBQ,IAAkBR,EAAM,iBACxBS,IAAgBT,EAAM;AACxB,WAASU,EAAuBC,GAAWC,GAAa;AACtD,QAAIC,IAAQD,EAAa,GACvBE,IAAYR,EAAS,EAAE,MAAM,EAAE,OAAOO,GAAO,aAAaD,EAAW,GAAI,GACzEG,IAAOD,EAAU,CAAC,EAAE,MACpBE,IAAcF,EAAU,CAAC;AAC3B,WAAAN;AAAA,MACE,WAAY;AACV,QAAAO,EAAK,QAAQF,GACbE,EAAK,cAAcH,GACnBK,EAAuBF,CAAI,KAAKC,EAAY,EAAE,MAAMD,EAAI,CAAE;AAAA,MAC3D;AAAA,MACD,CAACJ,GAAWE,GAAOD,CAAW;AAAA,IAC/B,GACDL;AAAA,MACE,WAAY;AACV,eAAAU,EAAuBF,CAAI,KAAKC,EAAY,EAAE,MAAMD,EAAI,CAAE,GACnDJ,EAAU,WAAY;AAC3B,UAAAM,EAAuBF,CAAI,KAAKC,EAAY,EAAE,MAAMD,EAAI,CAAE;AAAA,QAClE,CAAO;AAAA,MACF;AAAA,MACD,CAACJ,CAAS;AAAA,IACX,GACDF,EAAcI,CAAK,GACZA;AAAA,EACT;AACA,WAASI,EAAuBF,GAAM;AACpC,QAAIG,IAAoBH,EAAK;AAC7B,IAAAA,IAAOA,EAAK;AACZ,QAAI;AACF,UAAII,IAAYD,EAAmB;AACnC,aAAO,CAACb,EAASU,GAAMI,CAAS;AAAA,IACjC,QAAe;AACd,aAAO;AAAA,IACX;AAAA,EACA;AACA,WAASC,EAAuBT,GAAWC,GAAa;AACtD,WAAOA,EAAa;AAAA,EACtB;AACA,MAAIS,IACc,OAAO,SAAvB,OACgB,OAAO,OAAO,WAA9B,OACgB,OAAO,OAAO,SAAS,gBAAvC,MACID,IACAV;AACsB,SAAAY,EAAA,uBACftB,EAAM,yBAAjB,SAAwCA,EAAM,uBAAuBqB;;","x_google_ignoreList":[0]}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { __module as r } from "../../../../../../../_virtual/index4.js";
|
|
2
|
-
import { __require as o } from "../cjs/use-sync-external-store-shim.production.js";
|
|
3
|
-
import { __require as i } from "../cjs/use-sync-external-store-shim.development.js";
|
|
4
|
-
var e;
|
|
5
|
-
function u() {
|
|
6
|
-
return e ? r.exports : (e = 1, process.env.NODE_ENV === "production" ? r.exports = o() : r.exports = i(), r.exports);
|
|
7
|
-
}
|
|
8
|
-
export {
|
|
9
|
-
u as __require
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.1.0/node_modules/use-sync-external-store/shim/index.js"],"sourcesContent":["'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('../cjs/use-sync-external-store-shim.production.js');\n} else {\n module.exports = require('../cjs/use-sync-external-store-shim.development.js');\n}\n"],"names":["shimModule","require$$0","require$$1"],"mappings":";;;;;iCAEI,QAAQ,IAAI,aAAa,eAC3BA,EAAA,UAAiBC,EAA4D,IAE7ED,EAAA,UAAiBE,EAA6D;;","x_google_ignoreList":[0]}
|
package/src/base.css
DELETED
|
@@ -1,273 +0,0 @@
|
|
|
1
|
-
@import 'tailwindcss';
|
|
2
|
-
@import 'tw-animate-css';
|
|
3
|
-
|
|
4
|
-
@custom-variant dark (&:is(.dark *));
|
|
5
|
-
|
|
6
|
-
@theme inline {
|
|
7
|
-
--radius-sm: calc(var(--radius) - 4px);
|
|
8
|
-
--radius-md: calc(var(--radius) - 2px);
|
|
9
|
-
--radius-lg: var(--radius);
|
|
10
|
-
--radius-xl: calc(var(--radius) + 4px);
|
|
11
|
-
--color-background: var(--background);
|
|
12
|
-
--color-foreground: var(--foreground);
|
|
13
|
-
--color-card: var(--card);
|
|
14
|
-
--color-card-foreground: var(--card-foreground);
|
|
15
|
-
--color-popover: var(--popover);
|
|
16
|
-
--color-popover-foreground: var(--popover-foreground);
|
|
17
|
-
--color-primary: var(--primary);
|
|
18
|
-
--color-primary-foreground: var(--primary-foreground);
|
|
19
|
-
--color-secondary: var(--secondary);
|
|
20
|
-
--color-secondary-foreground: var(--secondary-foreground);
|
|
21
|
-
--color-muted: var(--muted);
|
|
22
|
-
--color-muted-foreground: var(--muted-foreground);
|
|
23
|
-
--color-accent: var(--accent);
|
|
24
|
-
--color-accent-foreground: var(--accent-foreground);
|
|
25
|
-
--color-destructive: var(--destructive);
|
|
26
|
-
--color-border: var(--border);
|
|
27
|
-
--color-input: var(--input);
|
|
28
|
-
--color-ring: var(--ring);
|
|
29
|
-
--color-chart-1: var(--chart-1);
|
|
30
|
-
--color-chart-2: var(--chart-2);
|
|
31
|
-
--color-chart-3: var(--chart-3);
|
|
32
|
-
--color-chart-4: var(--chart-4);
|
|
33
|
-
--color-chart-5: var(--chart-5);
|
|
34
|
-
--color-sidebar: var(--sidebar);
|
|
35
|
-
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
36
|
-
--color-sidebar-primary: var(--sidebar-primary);
|
|
37
|
-
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
38
|
-
--color-sidebar-accent: var(--sidebar-accent);
|
|
39
|
-
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
40
|
-
--color-sidebar-border: var(--sidebar-border);
|
|
41
|
-
--color-sidebar-ring: var(--sidebar-ring);
|
|
42
|
-
|
|
43
|
-
/* Palette colors for Tailwind */
|
|
44
|
-
--color-purple-d80: var(--purple-d80);
|
|
45
|
-
--color-purple-d60: var(--purple-d60);
|
|
46
|
-
--color-purple-d50: var(--purple-d50);
|
|
47
|
-
--color-purple-p40: var(--purple-p40);
|
|
48
|
-
--color-purple-l30: var(--purple-l30);
|
|
49
|
-
--color-purple-l20: var(--purple-l20);
|
|
50
|
-
--color-purple-l10: var(--purple-l10);
|
|
51
|
-
--color-purple-l5: var(--purple-l5);
|
|
52
|
-
--color-purple-l2: var(--purple-l2);
|
|
53
|
-
|
|
54
|
-
--color-grayscale-d100: var(--grayscale-d100);
|
|
55
|
-
--color-grayscale-d93: var(--grayscale-d93);
|
|
56
|
-
--color-grayscale-d90: var(--grayscale-d90);
|
|
57
|
-
--color-grayscale-d80: var(--grayscale-d80);
|
|
58
|
-
--color-grayscale-d70: var(--grayscale-d70);
|
|
59
|
-
--color-grayscale-d60: var(--grayscale-d60);
|
|
60
|
-
--color-grayscale-d50: var(--grayscale-d50);
|
|
61
|
-
--color-grayscale-l40: var(--grayscale-l40);
|
|
62
|
-
--color-grayscale-l20: var(--grayscale-l20);
|
|
63
|
-
--color-grayscale-l10: var(--grayscale-l10);
|
|
64
|
-
--color-grayscale-l6: var(--grayscale-l6);
|
|
65
|
-
--color-grayscale-l5: var(--grayscale-l5);
|
|
66
|
-
--color-grayscale-l0: var(--grayscale-l0);
|
|
67
|
-
|
|
68
|
-
--color-green-d90: var(--green-d90);
|
|
69
|
-
--color-green-d80: var(--green-d80);
|
|
70
|
-
--color-green-d70: var(--green-d70);
|
|
71
|
-
--color-green-l30: var(--green-l30);
|
|
72
|
-
--color-green-l20: var(--green-l20);
|
|
73
|
-
--color-green-l10: var(--green-l10);
|
|
74
|
-
--color-green-l5: var(--green-l5);
|
|
75
|
-
|
|
76
|
-
--color-poppy-d80: var(--poppy-d80);
|
|
77
|
-
--color-poppy-d70: var(--poppy-d70);
|
|
78
|
-
--color-poppy-d50: var(--poppy-d50);
|
|
79
|
-
--color-poppy-l40: var(--poppy-l40);
|
|
80
|
-
--color-poppy-l20: var(--poppy-l20);
|
|
81
|
-
--color-poppy-l10: var(--poppy-l10);
|
|
82
|
-
--color-poppy-l4: var(--poppy-l4);
|
|
83
|
-
|
|
84
|
-
--color-ochre-d90: var(--ochre-d90);
|
|
85
|
-
--color-ochre-d70: var(--ochre-d70);
|
|
86
|
-
--color-ochre-d60: var(--ochre-d60);
|
|
87
|
-
--color-ochre-l50: var(--ochre-l50);
|
|
88
|
-
--color-ochre-l30: var(--ochre-l30);
|
|
89
|
-
--color-ochre-l20: var(--ochre-l20);
|
|
90
|
-
--color-ochre-l10: var(--ochre-l10);
|
|
91
|
-
--color-ochre-l6: var(--ochre-l6);
|
|
92
|
-
|
|
93
|
-
--color-brand-aqua: var(--brand-aqua);
|
|
94
|
-
--color-brand-violet: var(--brand-violet);
|
|
95
|
-
--color-brand-magenta: var(--brand-magenta);
|
|
96
|
-
--color-brand-olive: var(--brand-olive);
|
|
97
|
-
--color-brand-lime: var(--brand-lime);
|
|
98
|
-
--color-brand-sage: var(--brand-sage);
|
|
99
|
-
--color-brand-sand: var(--brand-sand);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
:root {
|
|
103
|
-
--radius: 0.65rem;
|
|
104
|
-
|
|
105
|
-
/* Palette Colors - Purple */
|
|
106
|
-
--purple-d80: #1b163b;
|
|
107
|
-
--purple-d60: #322c7d;
|
|
108
|
-
--purple-d50: #4524db;
|
|
109
|
-
--purple-p40: #5433eb;
|
|
110
|
-
--purple-l30: #6445ed;
|
|
111
|
-
--purple-l20: #9c83f8;
|
|
112
|
-
--purple-l10: #dbd1ff;
|
|
113
|
-
--purple-l5: #eeeaff;
|
|
114
|
-
--purple-l2: #f7f5ff;
|
|
115
|
-
|
|
116
|
-
/* Palette Colors - Grayscale */
|
|
117
|
-
--grayscale-d100: #000000;
|
|
118
|
-
--grayscale-d93: #121212;
|
|
119
|
-
--grayscale-d90: #1a1a1a;
|
|
120
|
-
--grayscale-d80: #2a2a2a;
|
|
121
|
-
--grayscale-d70: #404040;
|
|
122
|
-
--grayscale-d60: #656667;
|
|
123
|
-
--grayscale-d50: #6f7071;
|
|
124
|
-
--grayscale-l40: #a6a8a9;
|
|
125
|
-
--grayscale-l20: #c9cbcc;
|
|
126
|
-
--grayscale-l10: #e1e4e5;
|
|
127
|
-
--grayscale-l6: #eef0f1;
|
|
128
|
-
--grayscale-l5: #f2f4f5;
|
|
129
|
-
--grayscale-l0: #ffffff;
|
|
130
|
-
|
|
131
|
-
/* Palette Colors - Green */
|
|
132
|
-
--green-d90: #002e24;
|
|
133
|
-
--green-d80: #004839;
|
|
134
|
-
--green-d70: #008552;
|
|
135
|
-
--green-l30: #92d08d;
|
|
136
|
-
--green-l20: #baebcb;
|
|
137
|
-
--green-l10: #d2f2de;
|
|
138
|
-
--green-l5: #e4f6eb;
|
|
139
|
-
|
|
140
|
-
/* Palette Colors - Poppy */
|
|
141
|
-
--poppy-d80: #481609;
|
|
142
|
-
--poppy-d70: #832711;
|
|
143
|
-
--poppy-d50: #d92a0f;
|
|
144
|
-
--poppy-l40: #f05d38;
|
|
145
|
-
--poppy-l20: #ff967d;
|
|
146
|
-
--poppy-l10: #ffd2c2;
|
|
147
|
-
--poppy-l4: #ffece9;
|
|
148
|
-
|
|
149
|
-
/* Palette Colors - Ochre */
|
|
150
|
-
--ochre-d90: #443600;
|
|
151
|
-
--ochre-d70: #8c6e01;
|
|
152
|
-
--ochre-d60: #c29d05;
|
|
153
|
-
--ochre-l50: #e3be2b;
|
|
154
|
-
--ochre-l30: #f8db67;
|
|
155
|
-
--ochre-l20: #ffec9f;
|
|
156
|
-
--ochre-l10: #fff4cb;
|
|
157
|
-
--ochre-l6: #fff9e2;
|
|
158
|
-
|
|
159
|
-
/* Palette Colors - Brand */
|
|
160
|
-
--brand-aqua: #8dc0c6;
|
|
161
|
-
--brand-violet: #a327c2;
|
|
162
|
-
--brand-magenta: #d354ff;
|
|
163
|
-
--brand-olive: #8b8f01;
|
|
164
|
-
--brand-lime: #c7de00;
|
|
165
|
-
--brand-sage: #d8e59d;
|
|
166
|
-
--brand-sand: #f4f4ed;
|
|
167
|
-
|
|
168
|
-
/* Semantic Colors */
|
|
169
|
-
--background: var(--grayscale-l0);
|
|
170
|
-
--foreground: var(--grayscale-d100);
|
|
171
|
-
--card: var(--grayscale-l0);
|
|
172
|
-
--card-foreground: var(--grayscale-d100);
|
|
173
|
-
--popover: var(--grayscale-l0);
|
|
174
|
-
--popover-foreground: var(--grayscale-d100);
|
|
175
|
-
--primary: var(--purple-p40);
|
|
176
|
-
--primary-foreground: var(--grayscale-l0);
|
|
177
|
-
--secondary: var(--grayscale-l5);
|
|
178
|
-
--secondary-foreground: var(--grayscale-d70);
|
|
179
|
-
--muted: var(--grayscale-l5);
|
|
180
|
-
--muted-foreground: var(--grayscale-d70);
|
|
181
|
-
--accent: var(--grayscale-l5);
|
|
182
|
-
--accent-foreground: var(--grayscale-d70);
|
|
183
|
-
--destructive: var(--poppy-d50);
|
|
184
|
-
--border: rgba(0, 0, 0, 0.1);
|
|
185
|
-
--input: var(--grayscale-l20);
|
|
186
|
-
--ring: var(--purple-p40);
|
|
187
|
-
--chart-1: var(--ochre-d90);
|
|
188
|
-
--chart-2: var(--green-d70);
|
|
189
|
-
--chart-3: var(--green-l30);
|
|
190
|
-
--chart-4: var(--grayscale-d50);
|
|
191
|
-
--chart-5: var(--green-l20);
|
|
192
|
-
--sidebar: var(--grayscale-l5);
|
|
193
|
-
--sidebar-foreground: var(--grayscale-d100);
|
|
194
|
-
--sidebar-primary: var(--purple-p40);
|
|
195
|
-
--sidebar-primary-foreground: var(--purple-l20);
|
|
196
|
-
--sidebar-accent: var(--grayscale-l5);
|
|
197
|
-
--sidebar-accent-foreground: var(--grayscale-d70);
|
|
198
|
-
--sidebar-border: rgba(0, 0, 0, 0.1);
|
|
199
|
-
--sidebar-ring: var(--purple-p40);
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.dark {
|
|
203
|
-
/* Dark mode semantic colors */
|
|
204
|
-
--background: var(--grayscale-d93);
|
|
205
|
-
--foreground: var(--grayscale-l0);
|
|
206
|
-
--card: var(--grayscale-d93);
|
|
207
|
-
--card-foreground: var(--grayscale-l0);
|
|
208
|
-
--popover: var(--grayscale-d93);
|
|
209
|
-
--popover-foreground: var(--grayscale-l0);
|
|
210
|
-
--primary: var(--purple-l20);
|
|
211
|
-
--primary-foreground: var(--grayscale-d100);
|
|
212
|
-
--secondary: var(--grayscale-d80);
|
|
213
|
-
--secondary-foreground: var(--grayscale-l0);
|
|
214
|
-
--muted: var(--grayscale-d80);
|
|
215
|
-
--muted-foreground: var(--grayscale-l20);
|
|
216
|
-
--accent: var(--grayscale-d80);
|
|
217
|
-
--accent-foreground: var(--grayscale-l0);
|
|
218
|
-
--destructive: var(--poppy-l40);
|
|
219
|
-
--border: rgba(255, 255, 255, 0.2);
|
|
220
|
-
--input: var(--grayscale-l40);
|
|
221
|
-
--ring: var(--purple-l20);
|
|
222
|
-
--chart-1: var(--green-l30);
|
|
223
|
-
--chart-2: var(--grayscale-d60);
|
|
224
|
-
--chart-3: var(--green-l20);
|
|
225
|
-
--chart-4: var(--grayscale-d60);
|
|
226
|
-
--chart-5: var(--ochre-l30);
|
|
227
|
-
--sidebar: var(--grayscale-d80);
|
|
228
|
-
--sidebar-foreground: var(--grayscale-l0);
|
|
229
|
-
--sidebar-primary: var(--purple-l20);
|
|
230
|
-
--sidebar-primary-foreground: var(--purple-l10);
|
|
231
|
-
--sidebar-accent: var(--grayscale-d80);
|
|
232
|
-
--sidebar-accent-foreground: var(--grayscale-l0);
|
|
233
|
-
--sidebar-border: rgba(255, 255, 255, 0.2);
|
|
234
|
-
--sidebar-ring: var(--purple-l20);
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
@layer base {
|
|
238
|
-
* {
|
|
239
|
-
@apply border-border outline-ring/50;
|
|
240
|
-
}
|
|
241
|
-
body {
|
|
242
|
-
@apply bg-background text-foreground;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
html,
|
|
247
|
-
body {
|
|
248
|
-
touch-action: manipulation;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
/* Disable text selection */
|
|
252
|
-
body {
|
|
253
|
-
-webkit-user-select: none;
|
|
254
|
-
-moz-user-select: none;
|
|
255
|
-
-ms-user-select: none;
|
|
256
|
-
user-select: none;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
/* Re-enable text selection for input fields */
|
|
260
|
-
input,
|
|
261
|
-
textarea {
|
|
262
|
-
-webkit-user-select: text;
|
|
263
|
-
-moz-user-select: text;
|
|
264
|
-
-ms-user-select: text;
|
|
265
|
-
user-select: text;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
/* Disable image drag */
|
|
269
|
-
img,
|
|
270
|
-
.no-drag {
|
|
271
|
-
-webkit-user-drag: none;
|
|
272
|
-
user-drag: none;
|
|
273
|
-
}
|
package/tailwind.config.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|