@kosdev-code/base-ui-components 0.1.0-dev.5596 → 0.1.0-dev.5623
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/components/atoms/tab/common/hooks/use-tab-context.d.ts +3 -1
- package/components/atoms/tab/common/hooks/use-tab-context.d.ts.map +1 -1
- package/components/atoms/tab/common/types.d.ts +1 -0
- package/components/atoms/tab/common/types.d.ts.map +1 -1
- package/components/atoms/tab/components/tab-trigger-list.d.ts.map +1 -1
- package/components/atoms/tab/components/tab-trigger.d.ts +7 -3
- package/components/atoms/tab/components/tab-trigger.d.ts.map +1 -1
- package/components/atoms/tab/index.d.ts +3 -2
- package/components/atoms/tab/index.d.ts.map +1 -1
- package/components/atoms/tab/tab.d.ts +3 -2
- package/components/atoms/tab/tab.d.ts.map +1 -1
- package/components/molecules/form/components/form-input.d.ts +2 -2
- package/components/molecules/form/components/form-input.d.ts.map +1 -1
- package/index.cjs +814 -715
- package/index.cjs.map +1 -1
- package/index.js +2965 -2783
- package/index.js.map +1 -1
- package/package.json +3 -3
- package/styles/tokens/component-tokens/index.d.ts +17 -0
- package/styles/tokens/component-tokens/index.d.ts.map +1 -1
- package/styles/tokens/component-tokens/tab/index.d.ts +16 -0
- package/styles/tokens/component-tokens/tab/index.d.ts.map +1 -1
- package/styles/tokens/component-tokens/view/index.d.ts +1 -0
- package/styles/tokens/component-tokens/view/index.d.ts.map +1 -1
- package/styles/tokens/index.d.ts +17 -0
- package/styles/tokens/index.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kosdev-code/base-ui-components",
|
|
3
|
-
"version": "0.1.0-dev.
|
|
3
|
+
"version": "0.1.0-dev.5623",
|
|
4
4
|
"main": "./index.cjs",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"./style.css": "./style.css"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@kosdev-code/kos-ui-sdk": "0.1.0-dev.
|
|
23
|
+
"@kosdev-code/kos-ui-sdk": "0.1.0-dev.5623",
|
|
24
24
|
"@emotion/react": "^11.11.1",
|
|
25
25
|
"@emotion/styled": "^11.11.0",
|
|
26
26
|
"react": "^18.2.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"kos": {
|
|
37
37
|
"build": {
|
|
38
|
-
"gitHash": "
|
|
38
|
+
"gitHash": "e1997b258a58a14307cc6eb5dd7a3ea894c2c9e7"
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -23,6 +23,7 @@ export declare const COMPONENT_TOKENS: {
|
|
|
23
23
|
readonly "left-gap": string;
|
|
24
24
|
readonly "text-gap": string;
|
|
25
25
|
readonly "actions-gap": string;
|
|
26
|
+
readonly "content-min-height": "22px";
|
|
26
27
|
readonly "subtitle-font-size": string;
|
|
27
28
|
};
|
|
28
29
|
readonly "studio-list-item": {
|
|
@@ -387,6 +388,22 @@ export declare const COMPONENT_TOKENS: {
|
|
|
387
388
|
readonly "indicator-color": string;
|
|
388
389
|
readonly "trigger-list-underline-color": string;
|
|
389
390
|
readonly "trigger-list-underline-height": string;
|
|
391
|
+
readonly "standard-active-color": string;
|
|
392
|
+
readonly "standard-active-bg": "transparent";
|
|
393
|
+
readonly "standard-inactive-color": string;
|
|
394
|
+
readonly "standard-inactive-bg": string;
|
|
395
|
+
readonly "standard-separator-color": string;
|
|
396
|
+
readonly "badge-min-width": "18px";
|
|
397
|
+
readonly "badge-height": "18px";
|
|
398
|
+
readonly "badge-padding": `0 ${string}`;
|
|
399
|
+
readonly "badge-border-radius": "9px";
|
|
400
|
+
readonly "badge-bg": string;
|
|
401
|
+
readonly "badge-color": string;
|
|
402
|
+
readonly "badge-font-size": "11px";
|
|
403
|
+
readonly "close-size": "18px";
|
|
404
|
+
readonly "close-border-radius": string;
|
|
405
|
+
readonly "close-hover-bg": string;
|
|
406
|
+
readonly "close-color": string;
|
|
390
407
|
};
|
|
391
408
|
readonly text: {
|
|
392
409
|
readonly "font-family": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/index.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAc,QAAQ,EAAE,MAAM,OAAO,CAAC;AA0B7C,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/index.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAc,QAAQ,EAAE,MAAM,OAAO,CAAC;AA0B7C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDnB,CAAC;AAEX,YAAY,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -7,6 +7,22 @@ export declare const TAB_TOKENS: {
|
|
|
7
7
|
readonly "indicator-color": string;
|
|
8
8
|
readonly "trigger-list-underline-color": string;
|
|
9
9
|
readonly "trigger-list-underline-height": string;
|
|
10
|
+
readonly "standard-active-color": string;
|
|
11
|
+
readonly "standard-active-bg": "transparent";
|
|
12
|
+
readonly "standard-inactive-color": string;
|
|
13
|
+
readonly "standard-inactive-bg": string;
|
|
14
|
+
readonly "standard-separator-color": string;
|
|
15
|
+
readonly "badge-min-width": "18px";
|
|
16
|
+
readonly "badge-height": "18px";
|
|
17
|
+
readonly "badge-padding": `0 ${string}`;
|
|
18
|
+
readonly "badge-border-radius": "9px";
|
|
19
|
+
readonly "badge-bg": string;
|
|
20
|
+
readonly "badge-color": string;
|
|
21
|
+
readonly "badge-font-size": "11px";
|
|
22
|
+
readonly "close-size": "18px";
|
|
23
|
+
readonly "close-border-radius": string;
|
|
24
|
+
readonly "close-hover-bg": string;
|
|
25
|
+
readonly "close-color": string;
|
|
10
26
|
};
|
|
11
27
|
};
|
|
12
28
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/tab/index.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/tab/index.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCb,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/view/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/view/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;CAsBd,CAAC"}
|
package/styles/tokens/index.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ export declare const getComponentTokenHelpers: <T extends readonly ("link" | "vi
|
|
|
29
29
|
readonly "left-gap": string;
|
|
30
30
|
readonly "text-gap": string;
|
|
31
31
|
readonly "actions-gap": string;
|
|
32
|
+
readonly "content-min-height": "22px";
|
|
32
33
|
readonly "subtitle-font-size": string;
|
|
33
34
|
};
|
|
34
35
|
readonly "studio-list-item": {
|
|
@@ -393,6 +394,22 @@ export declare const getComponentTokenHelpers: <T extends readonly ("link" | "vi
|
|
|
393
394
|
readonly "indicator-color": string;
|
|
394
395
|
readonly "trigger-list-underline-color": string;
|
|
395
396
|
readonly "trigger-list-underline-height": string;
|
|
397
|
+
readonly "standard-active-color": string;
|
|
398
|
+
readonly "standard-active-bg": "transparent";
|
|
399
|
+
readonly "standard-inactive-color": string;
|
|
400
|
+
readonly "standard-inactive-bg": string;
|
|
401
|
+
readonly "standard-separator-color": string;
|
|
402
|
+
readonly "badge-min-width": "18px";
|
|
403
|
+
readonly "badge-height": "18px";
|
|
404
|
+
readonly "badge-padding": `0 ${string}`;
|
|
405
|
+
readonly "badge-border-radius": "9px";
|
|
406
|
+
readonly "badge-bg": string;
|
|
407
|
+
readonly "badge-color": string;
|
|
408
|
+
readonly "badge-font-size": "11px";
|
|
409
|
+
readonly "close-size": "18px";
|
|
410
|
+
readonly "close-border-radius": string;
|
|
411
|
+
readonly "close-hover-bg": string;
|
|
412
|
+
readonly "close-color": string;
|
|
396
413
|
};
|
|
397
414
|
readonly text: {
|
|
398
415
|
readonly "font-family": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/styles/tokens/index.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,cAAc,EACd,gBAAgB,EAEjB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAItD,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,CAAC;AAG5C,OAAO,EACL,sBAAsB,EACtB,0BAA0B,EAC1B,4BAA4B,EAC5B,yBAAyB,GAC1B,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,eAAO,MAAM,wBAAwB,6jCAGvB,CAAC,GAAG,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/styles/tokens/index.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,cAAc,EACd,gBAAgB,EAEjB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAItD,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,CAAC;AAG5C,OAAO,EACL,sBAAsB,EACtB,0BAA0B,EAC1B,4BAA4B,EAC5B,yBAAyB,GAC1B,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,eAAO,MAAM,wBAAwB,6jCAGvB,CAAC,GAAG,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAIR,OAAO,KACZ,MAAM,GAMV,CAAC;AAeJ,eAAO,MAAM,sBAAsB,2CAIlC,CAAC;AAEF,eAAO,MAAM,oBAAoB,2CAQhC,CAAC;AAEF,eAAO,MAAM,uBAAuB,2CAMnC,CAAC"}
|