@noxickon/onyx 0.0.2 → 0.0.3
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/chunks/{Button-CLMaoxRW.js → Button-BV4_pmoH.js} +513 -513
- package/dist/chunks/{Button-CZYAHivj.js → Button-CU-zvMVL.js} +1 -1
- package/dist/chunks/{Input-BQQT5eZ0.js → Input-BraK4lDE.js} +2 -2
- package/dist/chunks/{Input-DJZcvJdP.js → Input-C5dK8VSu.js} +1 -1
- package/dist/chunks/{index-XTQUUzZ1.js → index-DGjVEo0G.js} +1 -1
- package/dist/chunks/{index-1-zQ3RaM.js → index-Dgwp7JKP.js} +9 -9
- package/dist/chunks/{index-BgUMV1hv.js → index-DnVdNmco.js} +1 -1
- package/dist/chunks/{index-CjVXr8mh.js → index-rUH_mzKt.js} +1 -1
- package/dist/chunks/{jsx-runtime-C5mzlN2N.js → jsx-runtime--oOP9f8K.js} +15 -15
- package/dist/chunks/{jsx-runtime-DUiatUiq.js → jsx-runtime-CITbqOLs.js} +2 -2
- package/dist/chunks/{useAuth-CfKOZqhG.js → useAuth-BwjRd05B.js} +1 -1
- package/dist/chunks/{useAuth-C-TIgBfr.js → useAuth-CR3bAGqp.js} +3 -3
- package/dist/chunks/{useForm-BIKRbGHj.js → useForm-BAbY8X4X.js} +1 -1
- package/dist/chunks/{useForm-BZEaiRaa.js → useForm-cxgyAiOs.js} +1 -1
- package/dist/chunks/{useQuery-B_ce5e8f.js → useQuery--6GP2-dN.js} +1 -1
- package/dist/chunks/{useQuery-CJdYhuQu.js → useQuery-mFRa2XuW.js} +1 -1
- package/dist/context/context.cjs.js +1 -1
- package/dist/context/context.es.js +1 -1
- package/dist/hooks/hooks.cjs.js +1 -1
- package/dist/hooks/hooks.es.js +4 -4
- package/dist/index.d.ts +6 -10
- package/dist/layout/layout.cjs.js +1 -1
- package/dist/layout/layout.es.js +2 -2
- package/dist/onyx.cjs.js +1 -12
- package/dist/onyx.es.js +762 -2057
- package/dist/pages/pages.cjs.js +1 -1
- package/dist/pages/pages.es.js +5 -5
- package/package.json +1 -2
package/dist/pages/pages.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../chunks/jsx-runtime-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../chunks/jsx-runtime-CITbqOLs.js");require("react");const i=require("../chunks/Button-CU-zvMVL.js"),t=require("../chunks/Input-C5dK8VSu.js"),p=require("../chunks/useForm-cxgyAiOs.js"),m=require("../chunks/index-DGjVEo0G.js"),c=m.gql`
|
|
2
2
|
mutation Login($input: LoginInput!) {
|
|
3
3
|
login(input: $input) {
|
|
4
4
|
isAuthenticated
|
package/dist/pages/pages.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { j as r } from "../chunks/jsx-runtime
|
|
1
|
+
import { j as r } from "../chunks/jsx-runtime--oOP9f8K.js";
|
|
2
2
|
import "react";
|
|
3
|
-
import { t as m, O as p } from "../chunks/Button-
|
|
4
|
-
import { O as c, a as o, b as x } from "../chunks/Input-
|
|
5
|
-
import { u as g } from "../chunks/useForm-
|
|
6
|
-
import { g as h } from "../chunks/index-
|
|
3
|
+
import { t as m, O as p } from "../chunks/Button-BV4_pmoH.js";
|
|
4
|
+
import { O as c, a as o, b as x } from "../chunks/Input-BraK4lDE.js";
|
|
5
|
+
import { u as g } from "../chunks/useForm-BAbY8X4X.js";
|
|
6
|
+
import { g as h } from "../chunks/index-DnVdNmco.js";
|
|
7
7
|
const f = h`
|
|
8
8
|
mutation Login($input: LoginInput!) {
|
|
9
9
|
login(input: $input) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noxickon/onyx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/onyx.umd.js",
|
|
6
6
|
"module": "./dist/onyx.es.js",
|
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
"graphql": "^16.11.0",
|
|
57
57
|
"react": "^19.1.0",
|
|
58
58
|
"react-dom": "^19.1.0",
|
|
59
|
-
"react-router-dom": "^7.7.0",
|
|
60
59
|
"recharts": "^2.15.3",
|
|
61
60
|
"tailwind-merge": "^3.3.1",
|
|
62
61
|
"tailwindcss": "^4.1.7",
|