@a-type/ui 3.0.5 → 3.0.7
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/cjs/components/forms/index.d.ts +4 -3
- package/dist/cjs/components/forms/index.js +4 -3
- package/dist/cjs/components/forms/index.js.map +1 -1
- package/dist/cjs/components/toasts/toasts.d.ts +2 -1
- package/dist/cjs/components/toasts/toasts.js +2 -1
- package/dist/cjs/components/toasts/toasts.js.map +1 -1
- package/dist/cjs/index.d.ts +0 -1
- package/dist/cjs/index.js +1 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/forms/index.d.ts +4 -3
- package/dist/esm/components/forms/index.js +4 -3
- package/dist/esm/components/forms/index.js.map +1 -1
- package/dist/esm/components/toasts/toasts.d.ts +2 -1
- package/dist/esm/components/toasts/toasts.js +1 -1
- package/dist/esm/components/toasts/toasts.js.map +1 -1
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/forms/index.tsx +4 -3
- package/src/components/toasts/toasts.tsx +2 -1
- package/src/index.ts +0 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
export * from './CheckboxField.js';
|
|
2
|
+
export * from './FieldLabel.js';
|
|
1
3
|
export * from './Form.js';
|
|
2
|
-
export * from './SubmitButton.js';
|
|
3
|
-
export * from './TextField.js';
|
|
4
4
|
export * from './FormikForm.js';
|
|
5
5
|
export * from './hooks.js';
|
|
6
|
-
export * from './CheckboxField.js';
|
|
7
6
|
export * from './NumberStepperField.js';
|
|
7
|
+
export * from './SubmitButton.js';
|
|
8
|
+
export * from './TextField.js';
|
|
@@ -15,11 +15,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
16
16
|
};
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
__exportStar(require("./CheckboxField.js"), exports);
|
|
19
|
+
__exportStar(require("./FieldLabel.js"), exports);
|
|
18
20
|
__exportStar(require("./Form.js"), exports);
|
|
19
|
-
__exportStar(require("./SubmitButton.js"), exports);
|
|
20
|
-
__exportStar(require("./TextField.js"), exports);
|
|
21
21
|
__exportStar(require("./FormikForm.js"), exports);
|
|
22
22
|
__exportStar(require("./hooks.js"), exports);
|
|
23
|
-
__exportStar(require("./CheckboxField.js"), exports);
|
|
24
23
|
__exportStar(require("./NumberStepperField.js"), exports);
|
|
24
|
+
__exportStar(require("./SubmitButton.js"), exports);
|
|
25
|
+
__exportStar(require("./TextField.js"), exports);
|
|
25
26
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/forms/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/forms/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,kDAAgC;AAChC,4CAA0B;AAC1B,kDAAgC;AAChC,6CAA2B;AAC3B,0DAAwC;AACxC,oDAAkC;AAClC,iDAA+B"}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type * from 'react-hot-toast';
|
|
2
|
+
export { toast, Toaster } from 'react-hot-toast';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// @unocss-include
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Toaster = void 0;
|
|
4
|
+
exports.Toaster = exports.toast = void 0;
|
|
5
5
|
var react_hot_toast_1 = require("react-hot-toast");
|
|
6
|
+
Object.defineProperty(exports, "toast", { enumerable: true, get: function () { return react_hot_toast_1.toast; } });
|
|
6
7
|
Object.defineProperty(exports, "Toaster", { enumerable: true, get: function () { return react_hot_toast_1.Toaster; } });
|
|
7
8
|
//# sourceMappingURL=toasts.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toasts.js","sourceRoot":"","sources":["../../../../src/components/toasts/toasts.tsx"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"toasts.js","sourceRoot":"","sources":["../../../../src/components/toasts/toasts.tsx"],"names":[],"mappings":";;;AACA,mDAAiD;AAAxC,wGAAA,KAAK,OAAA;AAAE,0GAAA,OAAO,OAAA"}
|
package/dist/cjs/index.d.ts
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -15,11 +15,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
16
16
|
};
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.paletteNames = exports.paletteHues = exports.
|
|
18
|
+
exports.paletteNames = exports.paletteHues = exports.clsx = void 0;
|
|
19
19
|
var clsx_1 = require("clsx");
|
|
20
20
|
Object.defineProperty(exports, "clsx", { enumerable: true, get: function () { return clsx_1.clsx; } });
|
|
21
|
-
var react_hot_toast_1 = require("react-hot-toast");
|
|
22
|
-
Object.defineProperty(exports, "toast", { enumerable: true, get: function () { return react_hot_toast_1.toast; } });
|
|
23
21
|
__exportStar(require("./colorMode.js"), exports);
|
|
24
22
|
__exportStar(require("./components/index.js"), exports);
|
|
25
23
|
__exportStar(require("./hooks.js"), exports);
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,6BAA4B;AAAnB,4FAAA,IAAI,OAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,6BAA4B;AAAnB,4FAAA,IAAI,OAAA;AAEb,iDAA+B;AAC/B,wDAAsC;AACtC,6CAA2B;AAC3B,iDAI8B;AAH7B,uGAAA,WAAW,OAAA;AACX,wGAAA,YAAY,OAAA"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
export * from './CheckboxField.js';
|
|
2
|
+
export * from './FieldLabel.js';
|
|
1
3
|
export * from './Form.js';
|
|
2
|
-
export * from './SubmitButton.js';
|
|
3
|
-
export * from './TextField.js';
|
|
4
4
|
export * from './FormikForm.js';
|
|
5
5
|
export * from './hooks.js';
|
|
6
|
-
export * from './CheckboxField.js';
|
|
7
6
|
export * from './NumberStepperField.js';
|
|
7
|
+
export * from './SubmitButton.js';
|
|
8
|
+
export * from './TextField.js';
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
// @unocss-include
|
|
2
|
+
export * from './CheckboxField.js';
|
|
3
|
+
export * from './FieldLabel.js';
|
|
2
4
|
export * from './Form.js';
|
|
3
|
-
export * from './SubmitButton.js';
|
|
4
|
-
export * from './TextField.js';
|
|
5
5
|
export * from './FormikForm.js';
|
|
6
6
|
export * from './hooks.js';
|
|
7
|
-
export * from './CheckboxField.js';
|
|
8
7
|
export * from './NumberStepperField.js';
|
|
8
|
+
export * from './SubmitButton.js';
|
|
9
|
+
export * from './TextField.js';
|
|
9
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/forms/index.tsx"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/forms/index.tsx"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type * from 'react-hot-toast';
|
|
2
|
+
export { toast, Toaster } from 'react-hot-toast';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toasts.js","sourceRoot":"","sources":["../../../../src/components/toasts/toasts.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"toasts.js","sourceRoot":"","sources":["../../../../src/components/toasts/toasts.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
package/dist/esm/index.d.ts
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAE5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC;AAC3B,OAAO,EACN,WAAW,EACX,YAAY,GAEZ,MAAM,sBAAsB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
export * from './CheckboxField.js';
|
|
2
|
+
export * from './FieldLabel.js';
|
|
1
3
|
export * from './Form.js';
|
|
2
|
-
export * from './SubmitButton.js';
|
|
3
|
-
export * from './TextField.js';
|
|
4
4
|
export * from './FormikForm.js';
|
|
5
5
|
export * from './hooks.js';
|
|
6
|
-
export * from './CheckboxField.js';
|
|
7
6
|
export * from './NumberStepperField.js';
|
|
7
|
+
export * from './SubmitButton.js';
|
|
8
|
+
export * from './TextField.js';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type * from 'react-hot-toast';
|
|
2
|
+
export { toast, Toaster } from 'react-hot-toast';
|