@macive/ui 0.0.12 → 0.0.13
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/src/components/Input/Input.classnames.js +30 -3
- package/dist/src/components/Input/Input.js +29 -12
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/components/Input/Input.classnames.d.ts +30 -3
- package/dist/types/src/components/Input/Input.classnames.d.ts.map +1 -1
- package/dist/types/src/components/Input/Input.d.ts +70 -31
- package/dist/types/src/components/Input/Input.d.ts.map +1 -1
- package/dist/ui.min.css +2 -2
- package/package.json +1 -1
- package/dist/src/components/Icon/Icon.styles.js +0 -29
- package/dist/src/components/Modal/Modal.styles.js +0 -7
- package/dist/types/src/components/Icon/Icon.styles.d.ts +0 -28
- package/dist/types/src/components/Icon/Icon.styles.d.ts.map +0 -1
- package/dist/types/src/components/Modal/Modal.styles.d.ts +0 -6
- package/dist/types/src/components/Modal/Modal.styles.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const styles = {
|
|
4
|
-
Icon: 'block h-[20px] w-[20px] max-h-full max-w-full m-auto',
|
|
5
|
-
applyColor: '',
|
|
6
|
-
hasBackdrop: 'relative flex bg-gray-100 items-center xp-4 before:absolute before:left-auto before:rounded-full before:right-auto',
|
|
7
|
-
colorBase: 'bg-red-500 text-red-red-500',
|
|
8
|
-
colorSubdued: 'bg-red-500 text-red-red-500',
|
|
9
|
-
colorCritical: 'bg-red-500 text-red-red-500',
|
|
10
|
-
colorInteractive: 'bg-red-500 text-red-red-500',
|
|
11
|
-
colorWarning: 'bg-red-500 text-red-red-500',
|
|
12
|
-
colorHighlight: 'bg-red-500 text-red-red-500',
|
|
13
|
-
colorSuccess: 'bg-red-500 text-red-red-500',
|
|
14
|
-
base: 'text-gray-600',
|
|
15
|
-
subdued: 'text-gray-400',
|
|
16
|
-
critical: 'text-danger',
|
|
17
|
-
interactive: 'text-teal-500',
|
|
18
|
-
warning: 'text-orange-500',
|
|
19
|
-
primary: 'text-gray-500',
|
|
20
|
-
highlight: 'text-yellow-500',
|
|
21
|
-
success: 'text-green-500',
|
|
22
|
-
magic: 'text-gray-500',
|
|
23
|
-
colorPrimary: 'fill',
|
|
24
|
-
colorMagic: 'fill',
|
|
25
|
-
Svg: 'relative block w-full max-w-full max-h-full',
|
|
26
|
-
Img: 'relative block w-full max-w-full max-h-full',
|
|
27
|
-
Placeholder: 'pb-[100%]',
|
|
28
|
-
};
|
|
29
|
-
exports.default = styles;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
declare const styles: {
|
|
2
|
-
Icon: string;
|
|
3
|
-
applyColor: string;
|
|
4
|
-
hasBackdrop: string;
|
|
5
|
-
colorBase: string;
|
|
6
|
-
colorSubdued: string;
|
|
7
|
-
colorCritical: string;
|
|
8
|
-
colorInteractive: string;
|
|
9
|
-
colorWarning: string;
|
|
10
|
-
colorHighlight: string;
|
|
11
|
-
colorSuccess: string;
|
|
12
|
-
base: string;
|
|
13
|
-
subdued: string;
|
|
14
|
-
critical: string;
|
|
15
|
-
interactive: string;
|
|
16
|
-
warning: string;
|
|
17
|
-
primary: string;
|
|
18
|
-
highlight: string;
|
|
19
|
-
success: string;
|
|
20
|
-
magic: string;
|
|
21
|
-
colorPrimary: string;
|
|
22
|
-
colorMagic: string;
|
|
23
|
-
Svg: string;
|
|
24
|
-
Img: string;
|
|
25
|
-
Placeholder: string;
|
|
26
|
-
};
|
|
27
|
-
export default styles;
|
|
28
|
-
//# sourceMappingURL=Icon.styles.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/Icon.styles.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CA0BX,CAAA;AAED,eAAe,MAAM,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Modal/Modal.styles.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,MAAM;;;CAGX,CAAA;AACD,eAAe,MAAM,CAAA"}
|