@nation-a/ui 0.16.8 → 0.16.10
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/ark-ui-BakX7_HR.cjs +2 -0
- package/dist/ark-ui-BakX7_HR.cjs.map +1 -0
- package/dist/ark-ui-BitYUtmQ.js +6713 -0
- package/dist/ark-ui-BitYUtmQ.js.map +1 -0
- package/dist/index-B4n-XEbJ.js +26 -0
- package/dist/index-B4n-XEbJ.js.map +1 -0
- package/dist/index-BroabscA.cjs +2 -0
- package/dist/index-BroabscA.cjs.map +1 -0
- package/dist/index.cjs +7 -21883
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5222 -17646
- package/dist/index.js.map +1 -1
- package/dist/react-hot-toast-BQTk3w2h.cjs +178 -0
- package/dist/react-hot-toast-BQTk3w2h.cjs.map +1 -0
- package/dist/react-hot-toast-CPO7pUT3.js +389 -0
- package/dist/react-hot-toast-CPO7pUT3.js.map +1 -0
- package/dist/react-lottie-DTf3gNPc.cjs +29 -0
- package/dist/react-lottie-DTf3gNPc.cjs.map +1 -0
- package/dist/react-lottie-DygynGMG.js +9490 -0
- package/dist/react-lottie-DygynGMG.js.map +1 -0
- package/dist/react-spring-Co4cRp9i.js +3 -0
- package/dist/react-spring-Co4cRp9i.js.map +1 -0
- package/dist/react-spring-DG-m_AyL.cjs +2 -0
- package/dist/react-spring-DG-m_AyL.cjs.map +1 -0
- package/dist/stats.html +4949 -0
- package/dist/styled-system/styles.css +2 -6
- package/dist/styled-system/tokens/index.mjs +2 -2
- package/dist/types/components/Checkbox/checkbox.test.d.ts +1 -0
- package/dist/types/components/Fab/Fab.test.d.ts +1 -0
- package/dist/types/components/IconButton/IconButton.test.d.ts +1 -0
- package/dist/types/components/Input/index.d.ts +2 -0
- package/dist/types/components/Input/input.recipe.d.ts +1 -1
- package/dist/types/components/Select/select.test.d.ts +1 -0
- package/dist/types/components/Tag/tag.test.d.ts +1 -0
- package/dist/types/components/TextArea/index.d.ts +2 -0
- package/package.json +3 -2
- package/dist/index-BMY7nH3O.js +0 -19167
- package/dist/index-BMY7nH3O.js.map +0 -1
- package/dist/index-Bi0nQr7e.cjs +0 -19166
- package/dist/index-Bi0nQr7e.cjs.map +0 -1
|
@@ -466,9 +466,9 @@ html:not(#\#),body:not(#\#) {
|
|
|
466
466
|
--colors-neutral-700: #787A7E;
|
|
467
467
|
--colors-neutral-800: #A0A2A6;
|
|
468
468
|
--colors-neutral-900: #B4B6BA;
|
|
469
|
-
--colors-neutral-1000: #
|
|
469
|
+
--colors-neutral-1000: #DADCE0;
|
|
470
470
|
--colors-neutral-1050: #EDEEF1;
|
|
471
|
-
--colors-neutral-1100: #
|
|
471
|
+
--colors-neutral-1100: #F2F4F8;
|
|
472
472
|
--colors-neutral-1200: #F8F9FF;
|
|
473
473
|
--colors-black-700-a: rgba(0,0,0,0.8);
|
|
474
474
|
--colors-black-600-a: rgba(0,0,0,0.6);
|
|
@@ -1413,10 +1413,6 @@ html:not(#\#),body:not(#\#) {
|
|
|
1413
1413
|
padding: var(--spacing-2);
|
|
1414
1414
|
}
|
|
1415
1415
|
|
|
1416
|
-
.min-h_56px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1417
|
-
min-height: 56px;
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
1416
|
.min-h_48px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1421
1417
|
min-height: 48px;
|
|
1422
1418
|
}
|
|
@@ -452,7 +452,7 @@ const tokens = {
|
|
|
452
452
|
"variable": "var(--colors-neutral-900)"
|
|
453
453
|
},
|
|
454
454
|
"colors.neutral.1000": {
|
|
455
|
-
"value": "#
|
|
455
|
+
"value": "#DADCE0",
|
|
456
456
|
"variable": "var(--colors-neutral-1000)"
|
|
457
457
|
},
|
|
458
458
|
"colors.neutral.1050": {
|
|
@@ -460,7 +460,7 @@ const tokens = {
|
|
|
460
460
|
"variable": "var(--colors-neutral-1050)"
|
|
461
461
|
},
|
|
462
462
|
"colors.neutral.1100": {
|
|
463
|
-
"value": "#
|
|
463
|
+
"value": "#F2F4F8",
|
|
464
464
|
"variable": "var(--colors-neutral-1100)"
|
|
465
465
|
},
|
|
466
466
|
"colors.neutral.1200": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -2,6 +2,7 @@ import { ReactNode } from 'react';
|
|
|
2
2
|
import { HTMLStyledProps } from '../../../styled-system/jsx';
|
|
3
3
|
import { Assign } from '@ark-ui/react';
|
|
4
4
|
import { InputVariantProps } from './input.recipe';
|
|
5
|
+
import { SystemStyleObject } from '../../../styled-system/types';
|
|
5
6
|
export type InputProps = Assign<HTMLStyledProps<'input'>, InputVariantProps> & {
|
|
6
7
|
required?: boolean;
|
|
7
8
|
label?: string;
|
|
@@ -12,6 +13,7 @@ export type InputProps = Assign<HTMLStyledProps<'input'>, InputVariantProps> & {
|
|
|
12
13
|
endAdornment?: ReactNode;
|
|
13
14
|
removeBorder?: boolean;
|
|
14
15
|
fontSize?: number;
|
|
16
|
+
containerCss?: SystemStyleObject;
|
|
15
17
|
};
|
|
16
18
|
declare const _default: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<Omit<InputProps, "ref"> & import('react').RefAttributes<HTMLInputElement>>>;
|
|
17
19
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HTMLStyledProps } from '../../../styled-system/jsx';
|
|
2
2
|
import { Assign } from '@ark-ui/react';
|
|
3
3
|
import { InputVariantProps } from '../Input/input.recipe';
|
|
4
|
+
import { SystemStyleObject } from '../../../styled-system/types';
|
|
4
5
|
export type TextAreaProps = Assign<HTMLStyledProps<'textarea'>, InputVariantProps> & {
|
|
5
6
|
required?: boolean;
|
|
6
7
|
disabled?: boolean;
|
|
@@ -9,6 +10,7 @@ export type TextAreaProps = Assign<HTMLStyledProps<'textarea'>, InputVariantProp
|
|
|
9
10
|
description?: string;
|
|
10
11
|
textLimit?: number;
|
|
11
12
|
showTextCount?: boolean;
|
|
13
|
+
containerCss?: SystemStyleObject;
|
|
12
14
|
};
|
|
13
15
|
declare const _default: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<Omit<TextAreaProps, "ref"> & import('react').RefAttributes<HTMLTextAreaElement>>>;
|
|
14
16
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nation-a/ui",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./dist/types/index.d.ts",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"react-hot-toast": "^2.5.2",
|
|
24
24
|
"react-lottie": "^1.2.10",
|
|
25
25
|
"@nation-a/icons": "0.2.0",
|
|
26
|
-
"@nation-a/tokens": "0.
|
|
26
|
+
"@nation-a/tokens": "0.3.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@chromatic-com/storybook": "^3",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"eslint-plugin-storybook": "^0.12.0",
|
|
56
56
|
"happy-dom": "^17.4.7",
|
|
57
57
|
"jsdom": "^26.1.0",
|
|
58
|
+
"rollup-plugin-visualizer": "^5.14.0",
|
|
58
59
|
"storybook": "^8.6.11",
|
|
59
60
|
"typescript": "^5.7.3",
|
|
60
61
|
"vite": "^6.0.11",
|