@farming-labs/theme 0.1.1-beta.2 → 0.1.1-beta.4
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/colorful/index.d.mts +1 -3
- package/dist/concrete/index.d.mts +1 -3
- package/dist/darkbold/index.d.mts +1 -3
- package/dist/darksharp/index.d.mts +1 -3
- package/dist/default/index.d.mts +1 -3
- package/dist/greentree/index.d.mts +1 -3
- package/dist/hardline/index.d.mts +1 -3
- package/dist/pixel-border/index.d.mts +1 -3
- package/dist/shiny/index.d.mts +1 -3
- package/package.json +2 -2
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import * as _farming_labs_docs0 from "@farming-labs/docs";
|
|
2
|
-
|
|
3
1
|
//#region src/colorful/index.d.ts
|
|
4
2
|
declare const ColorfulUIDefaults: {
|
|
5
3
|
colors: {
|
|
@@ -77,6 +75,6 @@ declare const ColorfulUIDefaults: {
|
|
|
77
75
|
};
|
|
78
76
|
};
|
|
79
77
|
};
|
|
80
|
-
declare const colorful:
|
|
78
|
+
declare const colorful: any;
|
|
81
79
|
//#endregion
|
|
82
80
|
export { ColorfulUIDefaults, colorful };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import * as _farming_labs_docs0 from "@farming-labs/docs";
|
|
2
|
-
|
|
3
1
|
//#region src/concrete/index.d.ts
|
|
4
2
|
declare const ConcreteUIDefaults: {
|
|
5
3
|
colors: {
|
|
@@ -85,6 +83,6 @@ declare const ConcreteUIDefaults: {
|
|
|
85
83
|
};
|
|
86
84
|
};
|
|
87
85
|
};
|
|
88
|
-
declare const concrete:
|
|
86
|
+
declare const concrete: any;
|
|
89
87
|
//#endregion
|
|
90
88
|
export { ConcreteUIDefaults, concrete };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import * as _farming_labs_docs0 from "@farming-labs/docs";
|
|
2
|
-
|
|
3
1
|
//#region src/darkbold/index.d.ts
|
|
4
2
|
declare const DarkBoldUIDefaults: {
|
|
5
3
|
colors: {
|
|
@@ -79,6 +77,6 @@ declare const DarkBoldUIDefaults: {
|
|
|
79
77
|
};
|
|
80
78
|
};
|
|
81
79
|
};
|
|
82
|
-
declare const darkbold:
|
|
80
|
+
declare const darkbold: any;
|
|
83
81
|
//#endregion
|
|
84
82
|
export { DarkBoldUIDefaults, darkbold };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import * as _farming_labs_docs0 from "@farming-labs/docs";
|
|
2
|
-
|
|
3
1
|
//#region src/darksharp/index.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* Darksharp fumadocs theme preset — all-black, sharp edges, zero-radius look.
|
|
@@ -112,6 +110,6 @@ declare const DarksharpUIDefaults: {
|
|
|
112
110
|
* export default defineDocs({ theme: darksharp() });
|
|
113
111
|
* ```
|
|
114
112
|
*/
|
|
115
|
-
declare const darksharp:
|
|
113
|
+
declare const darksharp: any;
|
|
116
114
|
//#endregion
|
|
117
115
|
export { DarksharpUIDefaults, darksharp };
|
package/dist/default/index.d.mts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import * as _farming_labs_docs0 from "@farming-labs/docs";
|
|
2
|
-
|
|
3
1
|
//#region src/default/index.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* Default fumadocs theme preset — neutral colors, standard radius.
|
|
@@ -111,6 +109,6 @@ declare const DefaultUIDefaults: {
|
|
|
111
109
|
* export default defineDocs({ theme: fumadocs({ ui: { colors: { primary: "#22c55e" } } }) });
|
|
112
110
|
* ```
|
|
113
111
|
*/
|
|
114
|
-
declare const fumadocs:
|
|
112
|
+
declare const fumadocs: any;
|
|
115
113
|
//#endregion
|
|
116
114
|
export { DefaultUIDefaults, fumadocs };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import * as _farming_labs_docs0 from "@farming-labs/docs";
|
|
2
|
-
|
|
3
1
|
//#region src/greentree/index.d.ts
|
|
4
2
|
declare const GreenTreeUIDefaults: {
|
|
5
3
|
colors: {
|
|
@@ -79,6 +77,6 @@ declare const GreenTreeUIDefaults: {
|
|
|
79
77
|
};
|
|
80
78
|
};
|
|
81
79
|
};
|
|
82
|
-
declare const greentree:
|
|
80
|
+
declare const greentree: any;
|
|
83
81
|
//#endregion
|
|
84
82
|
export { GreenTreeUIDefaults, greentree };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import * as _farming_labs_docs0 from "@farming-labs/docs";
|
|
2
|
-
|
|
3
1
|
//#region src/hardline/index.d.ts
|
|
4
2
|
declare const HardlineUIDefaults: {
|
|
5
3
|
colors: {
|
|
@@ -83,6 +81,6 @@ declare const HardlineUIDefaults: {
|
|
|
83
81
|
};
|
|
84
82
|
};
|
|
85
83
|
};
|
|
86
|
-
declare const hardline:
|
|
84
|
+
declare const hardline: any;
|
|
87
85
|
//#endregion
|
|
88
86
|
export { HardlineUIDefaults, hardline };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import * as _farming_labs_docs0 from "@farming-labs/docs";
|
|
2
|
-
|
|
3
1
|
//#region src/pixel-border/index.d.ts
|
|
4
2
|
/**
|
|
5
3
|
* Pixel-border UI defaults — better-auth inspired, clean dark UI.
|
|
@@ -87,6 +85,6 @@ declare const PixelBorderUIDefaults: {
|
|
|
87
85
|
* export default defineDocs({ theme: pixelBorder() });
|
|
88
86
|
* ```
|
|
89
87
|
*/
|
|
90
|
-
declare const pixelBorder:
|
|
88
|
+
declare const pixelBorder: any;
|
|
91
89
|
//#endregion
|
|
92
90
|
export { PixelBorderUIDefaults, pixelBorder };
|
package/dist/shiny/index.d.mts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import * as _farming_labs_docs0 from "@farming-labs/docs";
|
|
2
|
-
|
|
3
1
|
//#region src/shiny/index.d.ts
|
|
4
2
|
declare const ShinyUIDefaults: {
|
|
5
3
|
colors: {
|
|
@@ -78,6 +76,6 @@ declare const ShinyUIDefaults: {
|
|
|
78
76
|
};
|
|
79
77
|
};
|
|
80
78
|
};
|
|
81
|
-
declare const shiny:
|
|
79
|
+
declare const shiny: any;
|
|
82
80
|
//#endregion
|
|
83
81
|
export { ShinyUIDefaults, shiny };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@farming-labs/theme",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-beta.4",
|
|
4
4
|
"description": "Theme package for @farming-labs/docs — layout, provider, MDX components, and styles",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"docs",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"tsdown": "^0.20.3",
|
|
128
128
|
"typescript": "^5.9.3",
|
|
129
129
|
"vitest": "^3.2.4",
|
|
130
|
-
"@farming-labs/docs": "0.1.1-beta.
|
|
130
|
+
"@farming-labs/docs": "0.1.1-beta.4"
|
|
131
131
|
},
|
|
132
132
|
"peerDependencies": {
|
|
133
133
|
"@farming-labs/docs": ">=0.0.1",
|