@kosdev-code/base-ui-components 0.1.0-dev.5706 → 0.1.0-dev.5758
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/molecules/drop-zone/drop-indicator.d.ts +17 -0
- package/components/molecules/drop-zone/drop-indicator.d.ts.map +1 -0
- package/components/molecules/drop-zone/drop-zone.d.ts +40 -0
- package/components/molecules/drop-zone/drop-zone.d.ts.map +1 -0
- package/components/molecules/drop-zone/index.d.ts +3 -0
- package/components/molecules/drop-zone/index.d.ts.map +1 -0
- package/components/molecules/index.d.ts +1 -0
- package/components/molecules/index.d.ts.map +1 -1
- package/components/molecules/list/async-list/async-list.d.ts +13 -1
- package/components/molecules/list/async-list/async-list.d.ts.map +1 -1
- package/components/molecules/list/async-list/item-action-bar.d.ts.map +1 -1
- package/components/molecules/list/async-list/templates/studio-check-list-item.d.ts.map +1 -1
- package/components/molecules/list/async-list/templates/studio-named-list-item.d.ts.map +1 -1
- package/components/molecules/list/async-list/types.d.ts +4 -0
- package/components/molecules/list/async-list/types.d.ts.map +1 -1
- package/components/molecules/list/common/contexts/drag-context.d.ts +30 -0
- package/components/molecules/list/common/contexts/drag-context.d.ts.map +1 -0
- package/components/molecules/list/common/contexts/index.d.ts +2 -0
- package/components/molecules/list/common/contexts/index.d.ts.map +1 -1
- package/components/molecules/list/common/contexts/search-highlight-context.d.ts +20 -0
- package/components/molecules/list/common/contexts/search-highlight-context.d.ts.map +1 -0
- package/components/molecules/list/common/draggable-item-wrapper.d.ts +31 -0
- package/components/molecules/list/common/draggable-item-wrapper.d.ts.map +1 -0
- package/components/molecules/list/common/types.d.ts.map +1 -1
- package/components/molecules/list/index.d.ts +1 -0
- package/components/molecules/list/index.d.ts.map +1 -1
- package/components/molecules/list/tree-list/async-tree-list.d.ts +27 -2
- package/components/molecules/list/tree-list/async-tree-list.d.ts.map +1 -1
- package/components/molecules/list/tree-list/templates/async-named-collapsible-branch.d.ts.map +1 -1
- package/components/molecules/view/types.d.ts +4 -0
- package/components/molecules/view/types.d.ts.map +1 -1
- package/components/molecules/view/view-header.d.ts.map +1 -1
- package/components/molecules/view/view.d.ts.map +1 -1
- package/index.cjs +1005 -849
- package/index.cjs.map +1 -1
- package/index.js +4616 -4207
- package/index.js.map +1 -1
- package/package.json +3 -3
- package/providers/data-providers/create-observable-list-provider.d.ts.map +1 -1
- package/providers/data-providers/lifecycle-aware-list-provider.d.ts +7 -0
- package/providers/data-providers/lifecycle-aware-list-provider.d.ts.map +1 -1
- package/providers/data-providers/types.d.ts +6 -0
- package/providers/data-providers/types.d.ts.map +1 -1
- package/styles/tokens/component-tokens/index.d.ts +14 -0
- package/styles/tokens/component-tokens/index.d.ts.map +1 -1
- package/styles/tokens/component-tokens/studio-shell/index.d.ts +17 -0
- package/styles/tokens/component-tokens/studio-shell/index.d.ts.map +1 -0
- package/styles/tokens/global-tokens/color/index.d.ts +11 -0
- package/styles/tokens/global-tokens/color/index.d.ts.map +1 -1
- package/styles/tokens/global-tokens/index.d.ts +14 -0
- package/styles/tokens/global-tokens/index.d.ts.map +1 -1
- package/styles/tokens/global-tokens/typography/index.d.ts +3 -0
- package/styles/tokens/global-tokens/typography/index.d.ts.map +1 -1
- package/styles/tokens/index.d.ts +15 -1
- 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.5758",
|
|
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.5758",
|
|
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": "bf4098b18946bd05a06134983b6c11d1e08c2d69"
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-observable-list-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/providers/data-providers/create-observable-list-provider.ts"],"names":[],"mappings":"AAAA;;GAEG;AAWH,OAAO,EAEL,KAAK,QAAQ,EACd,MAAM,8CAA8C,CAAC;AACtD,OAAO,KAAK,EACV,0BAA0B,EAC1B,4BAA4B,EAC7B,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"create-observable-list-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/providers/data-providers/create-observable-list-provider.ts"],"names":[],"mappings":"AAAA;;GAEG;AAWH,OAAO,EAEL,KAAK,QAAQ,EACd,MAAM,8CAA8C,CAAC;AACtD,OAAO,KAAK,EACV,0BAA0B,EAC1B,4BAA4B,EAC7B,MAAM,SAAS,CAAC;AAkOjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8GG;AACH,wBAAgB,4BAA4B,CAC1C,CAAC,EACD,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,CAAC,SAAS,QAAQ,EAElB,MAAM,EAAE,4BAA4B,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAC5C,0BAA0B,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAErC"}
|
|
@@ -36,6 +36,12 @@ export interface LifecycleAwareProviderConfig<M, I extends Record<string, any>,
|
|
|
36
36
|
* Default: false
|
|
37
37
|
*/
|
|
38
38
|
activate?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Custom sort comparator for items.
|
|
41
|
+
* When provided, overrides the default ascending name sort.
|
|
42
|
+
* When set to `false`, disables sorting entirely (preserves insertion order).
|
|
43
|
+
*/
|
|
44
|
+
sortComparator?: ((a: T, b: T) => number) | false;
|
|
39
45
|
}
|
|
40
46
|
/**
|
|
41
47
|
* Simplified ViewContext interface to avoid circular dependencies.
|
|
@@ -106,6 +112,7 @@ export declare class LifecycleAwareListProvider<M, I extends Record<string, any>
|
|
|
106
112
|
private _currentModelId;
|
|
107
113
|
private _modelType;
|
|
108
114
|
private _shouldActivate;
|
|
115
|
+
private _sortComparator;
|
|
109
116
|
private _items;
|
|
110
117
|
constructor(config: LifecycleAwareProviderConfig<M, I, T>);
|
|
111
118
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lifecycle-aware-list-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/providers/data-providers/lifecycle-aware-list-provider.ts"],"names":[],"mappings":"AAAA;;GAEG;AAYH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,8CAA8C,CAAC;AAE7E,OAAO,KAAK,EACV,eAAe,EACf,oBAAoB,EACpB,0BAA0B,EAC3B,MAAM,SAAS,CAAC;AAQjB;;;;;;;GAOG;AACH,MAAM,WAAW,4BAA4B,CAC3C,CAAC,EACD,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,CAAC,SAAS,QAAQ;IAElB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,CAAC,CAAC,OAAO,EAAE,eAAe,KAAK,MAAM,GAAG,SAAS,CAAC,CAAC;IAErE;;OAEG;IACH,eAAe,EAAE,oBAAoB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAE5C;;OAEG;IACH,WAAW,EAAE,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAEnC;;OAEG;IACH,OAAO,EAAE,eAAe,CAAC;IAEzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"lifecycle-aware-list-provider.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/providers/data-providers/lifecycle-aware-list-provider.ts"],"names":[],"mappings":"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"}
|
|
@@ -81,6 +81,12 @@ export interface ObservableListProviderConfig<M, I extends Record<string, any>,
|
|
|
81
81
|
* Default: true
|
|
82
82
|
*/
|
|
83
83
|
autoDispose?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Optional custom sort comparator for items.
|
|
86
|
+
* When provided, overrides the default ascending name sort.
|
|
87
|
+
* When set to `false`, disables sorting entirely (preserves insertion order).
|
|
88
|
+
*/
|
|
89
|
+
sortComparator?: ((a: T, b: T) => number) | false;
|
|
84
90
|
}
|
|
85
91
|
/**
|
|
86
92
|
* Observable list data provider that integrates MobX models with AsyncList component.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/providers/data-providers/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kDAAkD,CAAC;AAC9F,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,8CAA8C,CAAC;AAE7E;;;;;;;;;;;;;;GAcG;AACH,MAAM,MAAM,oBAAoB,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,CACnE,KAAK,EAAE,CAAC,KACL,CAAC,EAAE,CAAC;AAET;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,eAAe,CACzB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,CAAC,SAAS,QAAQ,IAChB,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC;AAEnB;;;;;;;;GAQG;AACH,MAAM,WAAW,4BAA4B,CAC3C,CAAC,EACD,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,CAAC,SAAS,QAAQ;IAElB;;;OAGG;IACH,KAAK,EAAE,CAAC,CAAC;IAET;;;;;;;;OAQG;IACH,eAAe,EAAE,oBAAoB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAE5C;;;;;;;;;;;;OAYG;IACH,WAAW,EAAE,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAEnC;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/providers/data-providers/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kDAAkD,CAAC;AAC9F,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,8CAA8C,CAAC;AAE7E;;;;;;;;;;;;;;GAcG;AACH,MAAM,MAAM,oBAAoB,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,CACnE,KAAK,EAAE,CAAC,KACL,CAAC,EAAE,CAAC;AAET;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,eAAe,CACzB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,CAAC,SAAS,QAAQ,IAChB,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC;AAEnB;;;;;;;;GAQG;AACH,MAAM,WAAW,4BAA4B,CAC3C,CAAC,EACD,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,CAAC,SAAS,QAAQ;IAElB;;;OAGG;IACH,KAAK,EAAE,CAAC,CAAC;IAET;;;;;;;;OAQG;IACH,eAAe,EAAE,oBAAoB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAE5C;;;;;;;;;;;;OAYG;IACH,WAAW,EAAE,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAEnC;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,MAAM,CAAC,GAAG,KAAK,CAAC;CACnD;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,0BAA0B,CACzC,CAAC,EACD,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,CAAC,SAAS,QAAQ,CAClB,SAAQ,qBAAqB,CAAC,CAAC,EAAE,CAAC,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,eAAe,EAAE,oBAAoB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAErD;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAE5C;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;CAC9B"}
|
|
@@ -26,6 +26,20 @@ export declare const COMPONENT_TOKENS: {
|
|
|
26
26
|
readonly "content-min-height": "22px";
|
|
27
27
|
readonly "subtitle-font-size": string;
|
|
28
28
|
};
|
|
29
|
+
readonly "studio-shell": {
|
|
30
|
+
readonly "bg-start": string;
|
|
31
|
+
readonly "bg-end": string;
|
|
32
|
+
readonly "text-color": string;
|
|
33
|
+
readonly "text-muted": string;
|
|
34
|
+
readonly "border-color": string;
|
|
35
|
+
readonly "content-bg": string;
|
|
36
|
+
readonly "panel-bg": string;
|
|
37
|
+
readonly "panel-border": string;
|
|
38
|
+
readonly "status-online": string;
|
|
39
|
+
readonly "status-offline": string;
|
|
40
|
+
readonly "accent-color": string;
|
|
41
|
+
readonly "accent-hover": string;
|
|
42
|
+
};
|
|
29
43
|
readonly "studio-list-item": {
|
|
30
44
|
readonly "column-gap": string;
|
|
31
45
|
readonly "row-gap": 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;
|
|
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;AA2B7C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDnB,CAAC;AAEX,YAAY,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const STUDIO_SHELL_TOKENS: {
|
|
2
|
+
readonly "studio-shell": {
|
|
3
|
+
readonly "bg-start": string;
|
|
4
|
+
readonly "bg-end": string;
|
|
5
|
+
readonly "text-color": string;
|
|
6
|
+
readonly "text-muted": string;
|
|
7
|
+
readonly "border-color": string;
|
|
8
|
+
readonly "content-bg": string;
|
|
9
|
+
readonly "panel-bg": string;
|
|
10
|
+
readonly "panel-border": string;
|
|
11
|
+
readonly "status-online": string;
|
|
12
|
+
readonly "status-offline": string;
|
|
13
|
+
readonly "accent-color": string;
|
|
14
|
+
readonly "accent-hover": string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/studio-shell/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;CAetB,CAAC"}
|
|
@@ -23,6 +23,17 @@ export declare const COLOR_DEFINITION: {
|
|
|
23
23
|
readonly purple0: "#9747FF";
|
|
24
24
|
readonly yellow0: "#fffd87";
|
|
25
25
|
readonly yellow1: "#FFD600";
|
|
26
|
+
readonly navy0: "#082F49";
|
|
27
|
+
readonly navy1: "#036AA1";
|
|
28
|
+
readonly slate0: "#cdd6f4";
|
|
29
|
+
readonly slate1: "#6c7086";
|
|
30
|
+
readonly slate2: "#313244";
|
|
31
|
+
readonly green1: "#a6e3a1";
|
|
32
|
+
readonly red1: "#f38ba8";
|
|
33
|
+
readonly blue50: "#89b4fa";
|
|
34
|
+
readonly blue60: "#b4befe";
|
|
35
|
+
readonly grey5: "#f5f5f7";
|
|
36
|
+
readonly grey25: "#e5e5e5";
|
|
26
37
|
};
|
|
27
38
|
};
|
|
28
39
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/global-tokens/color/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/global-tokens/color/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CnB,CAAC"}
|
|
@@ -29,6 +29,9 @@ export declare const GLOBAL_TOKENS: {
|
|
|
29
29
|
readonly "12px": "12px";
|
|
30
30
|
readonly "14px": "14px";
|
|
31
31
|
readonly "16px": "16px";
|
|
32
|
+
readonly "18px": "18px";
|
|
33
|
+
readonly "20px": "20px";
|
|
34
|
+
readonly "24px": "24px";
|
|
32
35
|
};
|
|
33
36
|
readonly "font-weight": {
|
|
34
37
|
readonly "400": "400";
|
|
@@ -64,6 +67,17 @@ export declare const GLOBAL_TOKENS: {
|
|
|
64
67
|
readonly purple0: "#9747FF";
|
|
65
68
|
readonly yellow0: "#fffd87";
|
|
66
69
|
readonly yellow1: "#FFD600";
|
|
70
|
+
readonly navy0: "#082F49";
|
|
71
|
+
readonly navy1: "#036AA1";
|
|
72
|
+
readonly slate0: "#cdd6f4";
|
|
73
|
+
readonly slate1: "#6c7086";
|
|
74
|
+
readonly slate2: "#313244";
|
|
75
|
+
readonly green1: "#a6e3a1";
|
|
76
|
+
readonly red1: "#f38ba8";
|
|
77
|
+
readonly blue50: "#89b4fa";
|
|
78
|
+
readonly blue60: "#b4befe";
|
|
79
|
+
readonly grey5: "#f5f5f7";
|
|
80
|
+
readonly grey25: "#e5e5e5";
|
|
67
81
|
};
|
|
68
82
|
};
|
|
69
83
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/global-tokens/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/global-tokens/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIhB,CAAC"}
|
|
@@ -4,6 +4,9 @@ export declare const TYPOGRAPHY_DEFINITIONS: {
|
|
|
4
4
|
readonly "12px": "12px";
|
|
5
5
|
readonly "14px": "14px";
|
|
6
6
|
readonly "16px": "16px";
|
|
7
|
+
readonly "18px": "18px";
|
|
8
|
+
readonly "20px": "20px";
|
|
9
|
+
readonly "24px": "24px";
|
|
7
10
|
};
|
|
8
11
|
readonly "font-weight": {
|
|
9
12
|
readonly "400": "400";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/global-tokens/typography/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/global-tokens/typography/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;CAoBzB,CAAC"}
|
package/styles/tokens/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export { getGlobalToken, getSemanticToken };
|
|
|
6
6
|
export { createLocalTokenSystem, createLocalComponentHelper, createLocalComponentTokenCss, transformLocalTokenObject, } from './common/local-token-helpers';
|
|
7
7
|
export type { ExtractLocalTokenString } from './common/local-token-helpers';
|
|
8
8
|
export { TagColor };
|
|
9
|
-
export declare const getComponentTokenHelpers: <T extends readonly ("link" | "view-container" | "view" | "view-header" | "studio-list-item" | "notification" | "named-collapsible-branch" | "multi-select" | "shell-icon-button" | "file-picker" | "resizable-panels" | "table" | "artifact-store-settings" | "branded-header" | "ingredient-card" | "error-list-item" | "named-list-item" | "shell-menu" | "select-view-list" | "button-group" | "badge" | "radio-button" | "combobox" | "version-list-container" | "version-list-header" | "toggle-container" | "toggle-track" | "toggle-thumb" | "textarea" | "tag" | "tab" | "text" | "label" | "label-with-action" | "label-with-content-link" | "button" | "select" | "option" | "segmented" | "named-section" | "named-section-header" | "modal" | "input" | "image-config-page-header" | "icon" | "icon-button" | "horizontal-rule" | "form" | "drawer" | "collapsible-list-container" | "collapsible-list-header-container" | "collapsible-list-toggled-container" | "collapsible-artifact" | "collapsible-artifact-version" | "checkbox" | "artifact-drawer" | "app-shell" | "actionable-blurb")[]>(namespaces: [...T]) => { [Key in keyof T]: (key: ExtractTokenString<{
|
|
9
|
+
export declare const getComponentTokenHelpers: <T extends readonly ("link" | "view-container" | "view" | "view-header" | "studio-shell" | "studio-list-item" | "notification" | "named-collapsible-branch" | "multi-select" | "shell-icon-button" | "file-picker" | "resizable-panels" | "table" | "artifact-store-settings" | "branded-header" | "ingredient-card" | "error-list-item" | "named-list-item" | "shell-menu" | "select-view-list" | "button-group" | "badge" | "radio-button" | "combobox" | "version-list-container" | "version-list-header" | "toggle-container" | "toggle-track" | "toggle-thumb" | "textarea" | "tag" | "tab" | "text" | "label" | "label-with-action" | "label-with-content-link" | "button" | "select" | "option" | "segmented" | "named-section" | "named-section-header" | "modal" | "input" | "image-config-page-header" | "icon" | "icon-button" | "horizontal-rule" | "form" | "drawer" | "collapsible-list-container" | "collapsible-list-header-container" | "collapsible-list-toggled-container" | "collapsible-artifact" | "collapsible-artifact-version" | "checkbox" | "artifact-drawer" | "app-shell" | "actionable-blurb")[]>(namespaces: [...T]) => { [Key in keyof T]: (key: ExtractTokenString<{
|
|
10
10
|
readonly "view-container": {
|
|
11
11
|
readonly "vertical-gap": "0";
|
|
12
12
|
readonly "horizontal-gap": string;
|
|
@@ -32,6 +32,20 @@ export declare const getComponentTokenHelpers: <T extends readonly ("link" | "vi
|
|
|
32
32
|
readonly "content-min-height": "22px";
|
|
33
33
|
readonly "subtitle-font-size": string;
|
|
34
34
|
};
|
|
35
|
+
readonly "studio-shell": {
|
|
36
|
+
readonly "bg-start": string;
|
|
37
|
+
readonly "bg-end": string;
|
|
38
|
+
readonly "text-color": string;
|
|
39
|
+
readonly "text-muted": string;
|
|
40
|
+
readonly "border-color": string;
|
|
41
|
+
readonly "content-bg": string;
|
|
42
|
+
readonly "panel-bg": string;
|
|
43
|
+
readonly "panel-border": string;
|
|
44
|
+
readonly "status-online": string;
|
|
45
|
+
readonly "status-offline": string;
|
|
46
|
+
readonly "accent-color": string;
|
|
47
|
+
readonly "accent-hover": string;
|
|
48
|
+
};
|
|
35
49
|
readonly "studio-list-item": {
|
|
36
50
|
readonly "column-gap": string;
|
|
37
51
|
readonly "row-gap": 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,
|
|
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,8kCAGvB,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"}
|