sodtrack-web-ui 0.7.13 → 0.7.14
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/chip-form.d.mts +1 -1
- package/dist/chip-status.d.mts +1 -1
- package/package.json +2 -2
package/dist/chip-form.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import React__default, { FC } from 'react';
|
|
|
2
2
|
import { VariantProps } from 'cva';
|
|
3
3
|
|
|
4
4
|
declare const chipForm: (props?: ({
|
|
5
|
-
variant?: "
|
|
5
|
+
variant?: "neutral" | "color" | undefined;
|
|
6
6
|
size?: "sm" | "md" | undefined;
|
|
7
7
|
} & ({
|
|
8
8
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
package/dist/chip-status.d.mts
CHANGED
|
@@ -3,7 +3,7 @@ import { FC, HTMLAttributes } from 'react';
|
|
|
3
3
|
|
|
4
4
|
declare const chipStatus: (props?: ({
|
|
5
5
|
variant?: "success" | "info" | "warning" | "error" | undefined;
|
|
6
|
-
size?: "
|
|
6
|
+
size?: "sm" | "md" | "xs" | undefined;
|
|
7
7
|
} & ({
|
|
8
8
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
9
9
|
[x: string]: any;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sodtrack-web-ui",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.14",
|
|
4
4
|
"description": "UI components for Sodtrack Web",
|
|
5
5
|
"exports": {
|
|
6
|
-
"./
|
|
6
|
+
"./dist/index.css": "./dist/index.css",
|
|
7
7
|
".": {
|
|
8
8
|
"import": {
|
|
9
9
|
"types": "./dist/index.d.mts",
|