@tempots/beatui 0.71.0 → 0.73.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.
|
@@ -4,7 +4,7 @@ import type { SchemaContext } from '../schema-context';
|
|
|
4
4
|
/**
|
|
5
5
|
* Control for null schemas
|
|
6
6
|
*/
|
|
7
|
-
export declare function JSONSchemaNull({ controller, }: {
|
|
7
|
+
export declare function JSONSchemaNull({ ctx, controller, }: {
|
|
8
8
|
ctx: SchemaContext;
|
|
9
9
|
controller: Controller<null>;
|
|
10
10
|
}): Renderable;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tempots/beatui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.73.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
@@ -118,22 +118,7 @@
|
|
|
118
118
|
"peerDependencies": {
|
|
119
119
|
"@tempots/dom": "35.0.0",
|
|
120
120
|
"@tempots/std": "0.24.0",
|
|
121
|
-
"@tempots/ui": "14.0.0"
|
|
122
|
-
"tailwindcss": "4.1.17"
|
|
123
|
-
},
|
|
124
|
-
"peerDependenciesMeta": {
|
|
125
|
-
"@tempots/dom": {
|
|
126
|
-
"optional": false
|
|
127
|
-
},
|
|
128
|
-
"@tempots/std": {
|
|
129
|
-
"optional": false
|
|
130
|
-
},
|
|
131
|
-
"@tempots/ui": {
|
|
132
|
-
"optional": false
|
|
133
|
-
},
|
|
134
|
-
"tailwindcss": {
|
|
135
|
-
"optional": true
|
|
136
|
-
}
|
|
121
|
+
"@tempots/ui": "14.0.0"
|
|
137
122
|
},
|
|
138
123
|
"devDependencies": {
|
|
139
124
|
"@eslint/js": "^9.39.1",
|