@epam/ai-dial-catalog 1.1.0-dev.8 → 1.1.0-dev.87
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/AppIdentity/AppIdentity.d.ts +3 -5
- package/components/AppIdentity/AppIdentity.d.ts.map +1 -1
- package/components/CardGrid/Card.d.ts.map +1 -1
- package/components/Catalog/Catalog.d.ts +1 -5
- package/components/Catalog/Catalog.d.ts.map +1 -1
- package/components/Catalog/CreateButton.d.ts.map +1 -1
- package/components/Details/ApiDetails.d.ts.map +1 -1
- package/components/Details/Credentials/CredentialsSection.d.ts.map +1 -1
- package/components/Details/DetailsPanel.d.ts.map +1 -1
- package/components/Details/Header/ConnectButton/ConnectButton.d.ts.map +1 -1
- package/components/Details/Header/DeleteButton/DeleteButton.d.ts.map +1 -1
- package/components/Details/Header/Header.d.ts +6 -1
- package/components/Details/Header/Header.d.ts.map +1 -1
- package/components/Details/Header/ShareButton/ShareButton.d.ts +6 -0
- package/components/Details/Header/ShareButton/ShareButton.d.ts.map +1 -1
- package/components/EntityHeader/EntityHeader.d.ts +1 -1
- package/components/EntityHeader/EntityHeader.d.ts.map +1 -1
- package/components/Favorites/FavoriteCard.d.ts.map +1 -1
- package/components/Filter/Filter.d.ts +1 -4
- package/components/Filter/Filter.d.ts.map +1 -1
- package/components/ItemHeader/ItemHeader.d.ts +1 -0
- package/components/ItemHeader/ItemHeader.d.ts.map +1 -1
- package/components/ListView/ListView.d.ts +1 -5
- package/components/ListView/ListView.d.ts.map +1 -1
- package/components/ListView/Renders/EntityTypeCellRenderer.d.ts +1 -0
- package/components/ListView/Renders/EntityTypeCellRenderer.d.ts.map +1 -1
- package/components/ListView/Renders/FolderCellRenderer.d.ts +1 -0
- package/components/ListView/Renders/FolderCellRenderer.d.ts.map +1 -1
- package/components/ListView/Renders/NameCellRenderer.d.ts +1 -0
- package/components/ListView/Renders/NameCellRenderer.d.ts.map +1 -1
- package/components/ListView/Renders/StarCellRenderer.d.ts +1 -0
- package/components/ListView/Renders/StarCellRenderer.d.ts.map +1 -1
- package/components/ListView/Renders/TagsCellRenderer.d.ts +1 -0
- package/components/ListView/Renders/TagsCellRenderer.d.ts.map +1 -1
- package/components/ListView/columns.d.ts +2 -1
- package/components/ListView/columns.d.ts.map +1 -1
- package/components/SearchBar/SearchBar.d.ts +1 -5
- package/components/SearchBar/SearchBar.d.ts.map +1 -1
- package/components/Toolbar/Rows/TitleRow.d.ts.map +1 -1
- package/components/Toolbar/Toolbar.d.ts.map +1 -1
- package/components/TopicTag/TopicTag.d.ts +1 -7
- package/components/TopicTag/TopicTag.d.ts.map +1 -1
- package/constants/entity-colors.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.d.ts +2 -19
- package/index.d.ts.map +1 -1
- package/index.js +127147 -5696
- package/models/catalog-props.d.ts +11 -4
- package/models/catalog-props.d.ts.map +1 -1
- package/models/catalog-styles.d.ts +1 -6
- package/models/catalog-styles.d.ts.map +1 -1
- package/models/item-details-props.d.ts +8 -4
- package/models/item-details-props.d.ts.map +1 -1
- package/models/item-overview.d.ts +1 -7
- package/models/item-overview.d.ts.map +1 -1
- package/models/list-props.d.ts +3 -0
- package/models/list-props.d.ts.map +1 -1
- package/models/toolbar-props.d.ts +0 -2
- package/models/toolbar-props.d.ts.map +1 -1
- package/package.json +6 -6
- package/types/deployment-icon-size.d.ts +5 -0
- package/types/deployment-icon-size.d.ts.map +1 -0
- package/types/entity-type.d.ts +1 -4
- package/types/entity-type.d.ts.map +1 -1
- package/utils/catalog-filter.d.ts +1 -0
- package/utils/catalog-filter.d.ts.map +1 -1
- package/utils/catalog-sort.d.ts +1 -8
- package/utils/catalog-sort.d.ts.map +1 -1
- package/utils/catalog-tabs.d.ts.map +1 -1
- package/utils/parse-about-content.d.ts +2 -12
- package/utils/parse-about-content.d.ts.map +1 -1
- package/utils/styles.d.ts +1 -0
- package/utils/styles.d.ts.map +1 -1
- package/utils/toolset-credentials.d.ts +3 -18
- package/utils/toolset-credentials.d.ts.map +1 -1
- package/utils/use-fav-columns.d.ts +1 -4
- package/utils/use-fav-columns.d.ts.map +1 -1
- package/utils/use-scroll-virtualizer.d.ts +1 -9
- package/utils/use-scroll-virtualizer.d.ts.map +1 -1
- package/components/FolderPath/FolderPath.d.ts +0 -25
- package/components/FolderPath/FolderPath.d.ts.map +0 -1
- package/components/PublishFoldersTree/PublishFoldersTree.d.ts +0 -72
- package/components/PublishFoldersTree/PublishFoldersTree.d.ts.map +0 -1
- package/components/PublishHistoryList/PublishHistoryList.d.ts +0 -44
- package/components/PublishHistoryList/PublishHistoryList.d.ts.map +0 -1
- package/components/PublishPanel/PublishFooter.d.ts +0 -37
- package/components/PublishPanel/PublishFooter.d.ts.map +0 -1
- package/components/PublishPanel/PublishPanel.d.ts +0 -109
- package/components/PublishPanel/PublishPanel.d.ts.map +0 -1
- package/components/PublishPanel/StandalonePublishPanel.d.ts +0 -90
- package/components/PublishPanel/StandalonePublishPanel.d.ts.map +0 -1
- package/models/publish.d.ts +0 -89
- package/models/publish.d.ts.map +0 -1
- package/utils/format-published-date.d.ts +0 -8
- package/utils/format-published-date.d.ts.map +0 -1
- package/utils/publish-folder-tree.d.ts +0 -45
- package/utils/publish-folder-tree.d.ts.map +0 -1
- package/utils/publish-state.d.ts +0 -9
- package/utils/publish-state.d.ts.map +0 -1
- package/utils/use-publish-flow.d.ts +0 -77
- package/utils/use-publish-flow.d.ts.map +0 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { FC, ReactNode } from 'react';
|
|
2
|
+
import { DeploymentSize } from '../../types/deployment-icon-size';
|
|
2
3
|
import { CatalogEntityType } from '../../types/entity-type';
|
|
3
4
|
/** Props for the shared AppIdentity block used in browse and favorite cards. */
|
|
4
5
|
export interface AppIdentityProps {
|
|
@@ -15,11 +16,8 @@ export interface AppIdentityProps {
|
|
|
15
16
|
* When undefined, the row is hidden even in size 'lg'.
|
|
16
17
|
*/
|
|
17
18
|
lastUsed?: string;
|
|
18
|
-
/**
|
|
19
|
-
|
|
20
|
-
* 'lg' — favorite cards: 54 px logo, radius 14 px, includes last-used line.
|
|
21
|
-
*/
|
|
22
|
-
size: 'sm' | 'lg';
|
|
19
|
+
/** Size of the block, which controls the logo size and whether the last-used row is shown. */
|
|
20
|
+
size: DeploymentSize;
|
|
23
21
|
/** Search query used to highlight matching text in the name. */
|
|
24
22
|
query?: string;
|
|
25
23
|
/** Additional classes applied to the root element. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppIdentity.d.ts","sourceRoot":"","sources":["../../../src/components/AppIdentity/AppIdentity.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AppIdentity.d.ts","sourceRoot":"","sources":["../../../src/components/AppIdentity/AppIdentity.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAI5D,gFAAgF;AAChF,MAAM,WAAW,gBAAgB;IAC/B,iFAAiF;IACjF,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,6FAA6F;IAC7F,IAAI,EAAE,iBAAiB,CAAC;IACxB,oEAAoE;IACpE,IAAI,EAAE,MAAM,CAAC;IACb,oFAAoF;IACpF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8FAA8F;IAC9F,IAAI,EAAE,cAAc,CAAC;IACrB,gEAAgE;IAChE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sDAAsD;IACtD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uEAAuE;IACvE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kFAAkF;IAClF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kFAAkF;IAClF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gGAAgG;IAChG,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,8FAA8F;IAC9F,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,oFAAoF;AACpF,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAoF5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../src/components/CardGrid/Card.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../src/components/CardGrid/Card.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,EAAE,EAAoD,MAAM,OAAO,CAAC;AAC7E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAUzD,6FAA6F;AAC7F,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CA+I9B,CAAC"}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { CatalogProps } from '../../models/catalog-props';
|
|
3
|
-
/**
|
|
4
|
-
* Root catalog component. Owns all filter/sort/tab/pagination state and wires
|
|
5
|
-
* Favorites, Toolbar, CardGrid, and ListView.
|
|
6
|
-
* All data arrives via props — no direct API or context access.
|
|
7
|
-
*/
|
|
3
|
+
/** Root catalog component: entity browsing with tabs, search, sort, filter, favorites strip, and details panel. */
|
|
8
4
|
export declare const Catalog: FC<CatalogProps>;
|
|
9
5
|
//# sourceMappingURL=Catalog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Catalog.d.ts","sourceRoot":"","sources":["../../../src/components/Catalog/Catalog.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAqD,MAAM,OAAO,CAAC;AAE9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"Catalog.d.ts","sourceRoot":"","sources":["../../../src/components/Catalog/Catalog.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAqD,MAAM,OAAO,CAAC;AAE9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAsB/D,mHAAmH;AACnH,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CAyfpC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateButton.d.ts","sourceRoot":"","sources":["../../../src/components/Catalog/CreateButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CreateButton.d.ts","sourceRoot":"","sources":["../../../src/components/Catalog/CreateButton.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,EAAE,EAAgD,MAAM,OAAO,CAAC;AACzE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAG/D,2CAA2C;AAC3C,MAAM,WAAW,iBAAiB;IAChC,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,sEAAsE;IACtE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,yEAAyE;AACzE,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAuK9C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiDetails.d.ts","sourceRoot":"","sources":["../../../src/components/Details/ApiDetails.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,EAAE,EAA6C,MAAM,OAAO,CAAC;AACtE,OAAO,KAAK,EACV,qBAAqB,EAEtB,MAAM,gCAAgC,CAAC;AAoBxC,8BAA8B;AAC9B,MAAM,WAAW,eAAe;IAC9B,iCAAiC;IACjC,GAAG,EAAE,qBAAqB,CAAC;IAC3B,yDAAyD;IACzD,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,yFAAyF;IACzF,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,6FAA6F;IAC7F,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mDAAmD;IACnD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wEAAwE;IACxE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iEAAiE;IACjE,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,iEAAiE;IACjE,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,+DAA+D;IAC/D,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,sEAAsE;IACtE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iEAAiE;IACjE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qEAAqE;IACrE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AA+GD,wGAAwG;AACxG,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"ApiDetails.d.ts","sourceRoot":"","sources":["../../../src/components/Details/ApiDetails.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,EAAE,EAA6C,MAAM,OAAO,CAAC;AACtE,OAAO,KAAK,EACV,qBAAqB,EAEtB,MAAM,gCAAgC,CAAC;AAoBxC,8BAA8B;AAC9B,MAAM,WAAW,eAAe;IAC9B,iCAAiC;IACjC,GAAG,EAAE,qBAAqB,CAAC;IAC3B,yDAAyD;IACzD,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,yFAAyF;IACzF,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,6FAA6F;IAC7F,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mDAAmD;IACnD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wEAAwE;IACxE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iEAAiE;IACjE,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,iEAAiE;IACjE,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,+DAA+D;IAC/D,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,sEAAsE;IACtE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iEAAiE;IACjE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qEAAqE;IACrE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AA+GD,wGAAwG;AACxG,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAmO1C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CredentialsSection.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Credentials/CredentialsSection.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CredentialsSection.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Credentials/CredentialsSection.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,EAAE,EAAyB,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EACL,gBAAgB,EAIjB,MAAM,6BAA6B,CAAC;AAMrC,UAAU,uBAAuB;IAC/B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,CAAC,EAAE,CACR,IAAI,EAAE,WAAW,EACjB,MAAM,EAAE;QAAE,KAAK,EAAE,gBAAgB,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,KACjD,IAAI,CAAC;IACV,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE;QAAE,KAAK,EAAE,gBAAgB,CAAA;KAAE,KAAK,IAAI,CAAC;IAC5E,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,kHAAkH;IAClH,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AA+GD,gHAAgH;AAChH,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CAqG1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DetailsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/Details/DetailsPanel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DetailsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/Details/DetailsPanel.tsx"],"names":[],"mappings":"AAoBA,OAAO,EAAE,EAAE,EAA6C,MAAM,OAAO,CAAC;AAEtE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAmBzE,4EAA4E;AAC5E,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAge9C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/Header/ConnectButton/ConnectButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ConnectButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/Header/ConnectButton/ConnectButton.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,EAAE,EAAE,KAAK,SAAS,EAAyB,MAAM,OAAO,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAE9D,uCAAuC;AACvC,UAAU,kBAAkB;IAC1B,mCAAmC;IACnC,IAAI,EAAE,WAAW,CAAC;IAClB;;;OAGG;IACH,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,IAAI,KAAK,SAAS,CAAC;IACvE,kGAAkG;IAClG,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IAClD,qDAAqD;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAuChD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/Header/DeleteButton/DeleteButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DeleteButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/Header/DeleteButton/DeleteButton.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,EAAE,EAAyB,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,sCAAsC;AACtC,UAAU,iBAAiB;IACzB,kCAAkC;IAClC,IAAI,EAAE,WAAW,CAAC;IAClB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACvD,4FAA4F;IAC5F,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,2CAA2C;IAC3C,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B;AAYD;;;;GAIG;AACH,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA8C9C,CAAC"}
|
|
@@ -12,6 +12,11 @@ interface HeaderProps {
|
|
|
12
12
|
* provided, clicking Share opens this popover instead of calling `onShare`.
|
|
13
13
|
*/
|
|
14
14
|
shareOverlay?: (item: CatalogItem, onClose: () => void) => ReactNode;
|
|
15
|
+
/**
|
|
16
|
+
* Additional caller-supplied rule for whether Share is shown, combined
|
|
17
|
+
* (AND) with the built-in ownership/type rule.
|
|
18
|
+
*/
|
|
19
|
+
isShareVisible?: (item: CatalogItem) => boolean;
|
|
15
20
|
/**
|
|
16
21
|
* Renders the Connect popover content anchored to the Connect button. When
|
|
17
22
|
* absent, the Connect button is never shown.
|
|
@@ -49,7 +54,7 @@ interface HeaderProps {
|
|
|
49
54
|
/** Called when the "Publish" button is clicked; the host swaps this panel's content to the publish view. */
|
|
50
55
|
onOpenPublish?: () => void;
|
|
51
56
|
}
|
|
52
|
-
/**
|
|
57
|
+
/** Details panel header bar: entity identity (icon + name + version), action buttons (Share, Connect, Edit, Delete, Publish), and inline credentials section. */
|
|
53
58
|
export declare const Header: FC<HeaderProps>;
|
|
54
59
|
export {};
|
|
55
60
|
//# sourceMappingURL=Header.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Header/Header.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Header/Header.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAE,EAAE,EAAe,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,EACV,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,oCAAoC,CAAC;AAE5C,OAAO,EAGL,KAAK,gBAAgB,EACtB,MAAM,6BAA6B,CAAC;AAOrC,UAAU,WAAW;IACnB,IAAI,EAAE,WAAW,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IAC1C,sBAAsB,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IACxD,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACtC;;;OAGG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,IAAI,KAAK,SAAS,CAAC;IACrE;;;OAGG;IACH,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IAChD;;;OAGG;IACH,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,IAAI,KAAK,SAAS,CAAC;IACvE,mHAAmH;IACnH,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IAClD,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACvD,wGAAwG;IACxG,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,OAAO,CAAC,EAAE,CACR,IAAI,EAAE,WAAW,EACjB,MAAM,EAAE;QAAE,KAAK,EAAE,gBAAgB,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,KACjD,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,CACT,IAAI,EAAE,WAAW,EACjB,MAAM,EAAE;QAAE,KAAK,EAAE,gBAAgB,CAAA;KAAE,KAChC,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAClC,uGAAuG;IACvG,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IAClD,4GAA4G;IAC5G,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B;AACD,iKAAiK;AACjK,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CAwJlC,CAAC"}
|
|
@@ -11,6 +11,12 @@ interface ShareButtonProps {
|
|
|
11
11
|
* provided, clicking Share opens this popover instead of calling `onShare`.
|
|
12
12
|
*/
|
|
13
13
|
shareOverlay?: (item: CatalogItem, onClose: () => void) => ReactNode;
|
|
14
|
+
/**
|
|
15
|
+
* Additional caller-supplied rule for whether Share is shown, combined
|
|
16
|
+
* (AND) with the built-in ownership/type rule. Absent means the built-in
|
|
17
|
+
* rule alone decides.
|
|
18
|
+
*/
|
|
19
|
+
isShareVisible?: (item: CatalogItem) => boolean;
|
|
14
20
|
/** Share button label. Defaults to `'Share'`. */
|
|
15
21
|
label?: string;
|
|
16
22
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShareButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/Header/ShareButton/ShareButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ShareButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/Header/ShareButton/ShareButton.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,EAAE,EAAE,KAAK,SAAS,EAAyB,MAAM,OAAO,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAE9D,qCAAqC;AACrC,UAAU,gBAAgB;IACxB,iCAAiC;IACjC,IAAI,EAAE,WAAW,CAAC;IAClB,2EAA2E;IAC3E,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACtC;;;OAGG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,IAAI,KAAK,SAAS,CAAC;IACrE;;;;OAIG;IACH,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IAChD,iDAAiD;IACjD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAUD;;;;;GAKG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA+C5C,CAAC"}
|
|
@@ -27,6 +27,6 @@ export interface EntityHeaderProps {
|
|
|
27
27
|
/** CSS class for the featured chip. */
|
|
28
28
|
featuredChipClassName?: string;
|
|
29
29
|
}
|
|
30
|
-
/**
|
|
30
|
+
/** Reusable entity identity block: deployment icon, type label, name, version, and optional featured chip. */
|
|
31
31
|
export declare const EntityHeader: FC<EntityHeaderProps>;
|
|
32
32
|
//# sourceMappingURL=EntityHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EntityHeader.d.ts","sourceRoot":"","sources":["../../../src/components/EntityHeader/EntityHeader.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAKxD,8BAA8B;AAC9B,MAAM,WAAW,iBAAiB;IAChC,oCAAoC;IACpC,IAAI,EAAE,WAAW,CAAC;IAClB,yEAAyE;IACzE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iGAAiG;IACjG,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gFAAgF;IAChF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,uEAAuE;IACvE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,0FAA0F;IAC1F,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yDAAyD;IACzD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qFAAqF;IACrF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wNAAwN;IACxN,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,uCAAuC;IACvC,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,
|
|
1
|
+
{"version":3,"file":"EntityHeader.d.ts","sourceRoot":"","sources":["../../../src/components/EntityHeader/EntityHeader.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAKxD,8BAA8B;AAC9B,MAAM,WAAW,iBAAiB;IAChC,oCAAoC;IACpC,IAAI,EAAE,WAAW,CAAC;IAClB,yEAAyE;IACzE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iGAAiG;IACjG,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gFAAgF;IAChF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,uEAAuE;IACvE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,0FAA0F;IAC1F,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yDAAyD;IACzD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qFAAqF;IACrF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wNAAwN;IACxN,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,uCAAuC;IACvC,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,8GAA8G;AAC9G,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA6D9C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FavoriteCard.d.ts","sourceRoot":"","sources":["../../../src/components/Favorites/FavoriteCard.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAoD,MAAM,OAAO,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"FavoriteCard.d.ts","sourceRoot":"","sources":["../../../src/components/Favorites/FavoriteCard.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAoD,MAAM,OAAO,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAOxD,8BAA8B;AAC9B,MAAM,WAAW,iBAAiB;IAChC,oCAAoC;IACpC,IAAI,EAAE,WAAW,CAAC;IAClB,wFAAwF;IACxF,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACpD,4CAA4C;IAC5C,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACtC,kFAAkF;IAClF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kFAAkF;IAClF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kFAAkF;IAClF,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mFAAmF;IACnF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wGAAwG;IACxG,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,iHAAiH;IACjH,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,6IAA6I;IAC7I,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,qFAAqF;IACrF,8BAA8B,CAAC,EAAE,MAAM,CAAC;CACzC;AAED,2FAA2F;AAC3F,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAsG9C,CAAC"}
|
|
@@ -27,9 +27,6 @@ export interface FilterProps {
|
|
|
27
27
|
/** Optional typography overrides for the filter button and section label. */
|
|
28
28
|
typography?: ToolbarTypography;
|
|
29
29
|
}
|
|
30
|
-
/**
|
|
31
|
-
* Source-filter dropdown with checkbox list, keyboard navigation, and a
|
|
32
|
-
* footer with Clear + Apply buttons (buffered — changes are committed on Apply).
|
|
33
|
-
*/
|
|
30
|
+
/** Source-filter dropdown: checkbox list for topics and My Apps toggle, with buffered Clear/Apply controls. */
|
|
34
31
|
export declare const Filter: FC<FilterProps>;
|
|
35
32
|
//# sourceMappingURL=Filter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../../src/components/Filter/Filter.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../../src/components/Filter/Filter.tsx"],"names":[],"mappings":"AAQA,OAAO,EACL,EAAE,EAOH,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAI/D,wBAAwB;AACxB,MAAM,WAAW,WAAW;IAC1B,sFAAsF;IACtF,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACrB,+CAA+C;IAC/C,QAAQ,EAAE,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IACzC,uDAAuD;IACvD,MAAM,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACrB,uDAAuD;IACvD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gDAAgD;IAChD,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7C,uDAAuD;IACvD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,+DAA+D;IAC/D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2EAA2E;IAC3E,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,8DAA8D;IAC9D,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,2DAA2D;IAC3D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,2DAA2D;IAC3D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,6EAA6E;IAC7E,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAChC;AA0BD,+GAA+G;AAC/G,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CAmSlC,CAAC"}
|
|
@@ -9,6 +9,7 @@ interface ItemHeaderProps {
|
|
|
9
9
|
/** Optional content rendered at the trailing end of the header row. */
|
|
10
10
|
trailing?: ReactNode;
|
|
11
11
|
}
|
|
12
|
+
/** Item title header with optional numeric or string postfix and trailing slot. */
|
|
12
13
|
export declare const ItemHeader: FC<ItemHeaderProps>;
|
|
13
14
|
export {};
|
|
14
15
|
//# sourceMappingURL=ItemHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemHeader.d.ts","sourceRoot":"","sources":["../../../src/components/ItemHeader/ItemHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtC,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uEAAuE;IACvE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"ItemHeader.d.ts","sourceRoot":"","sources":["../../../src/components/ItemHeader/ItemHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtC,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uEAAuE;IACvE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,mFAAmF;AACnF,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CA6B1C,CAAC"}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { ListViewProps } from '../../models/list-props';
|
|
3
|
-
/**
|
|
4
|
-
* ag-grid table view of catalog items.
|
|
5
|
-
* Rows are windowed: starts at PAGE_SIZE and grows in PAGE_SIZE increments as
|
|
6
|
-
* the user scrolls near the bottom, avoiding a costly full-list DOM render.
|
|
7
|
-
*/
|
|
3
|
+
/** ag-grid table view of catalog items with infinite-scroll windowing. */
|
|
8
4
|
export declare const ListView: FC<ListViewProps>;
|
|
9
5
|
//# sourceMappingURL=ListView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListView.d.ts","sourceRoot":"","sources":["../../../src/components/ListView/ListView.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ListView.d.ts","sourceRoot":"","sources":["../../../src/components/ListView/ListView.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,EAAE,EAKH,MAAM,OAAO,CAAC;AAGf,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAqBxD,0EAA0E;AAC1E,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAoJtC,CAAC"}
|
|
@@ -2,5 +2,6 @@ import { ICellRendererParams } from 'ag-grid-community';
|
|
|
2
2
|
import { FC } from 'react';
|
|
3
3
|
import { CatalogItem } from '../../../models/catalog-item';
|
|
4
4
|
import { GridContext } from '../../../models/grid-context';
|
|
5
|
+
/** ag-grid cell renderer for the entity-type column. */
|
|
5
6
|
export declare const EntityTypeCellRenderer: FC<ICellRendererParams<CatalogItem, unknown, GridContext>>;
|
|
6
7
|
//# sourceMappingURL=EntityTypeCellRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EntityTypeCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/EntityTypeCellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG3D,eAAO,MAAM,sBAAsB,EAAE,EAAE,CACrC,mBAAmB,CAAC,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,CASvD,CAAC"}
|
|
1
|
+
{"version":3,"file":"EntityTypeCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/EntityTypeCellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG3D,wDAAwD;AACxD,eAAO,MAAM,sBAAsB,EAAE,EAAE,CACrC,mBAAmB,CAAC,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,CASvD,CAAC"}
|
|
@@ -2,5 +2,6 @@ import { ICellRendererParams } from 'ag-grid-community';
|
|
|
2
2
|
import { FC } from 'react';
|
|
3
3
|
import { CatalogItem } from '../../../models/catalog-item';
|
|
4
4
|
import { GridContext } from '../../../models/grid-context';
|
|
5
|
+
/** ag-grid cell renderer for the folder-path column. */
|
|
5
6
|
export declare const FolderCellRenderer: FC<ICellRendererParams<CatalogItem, unknown, GridContext>>;
|
|
6
7
|
//# sourceMappingURL=FolderCellRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FolderCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/FolderCellRenderer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FolderCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/FolderCellRenderer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE3D,wDAAwD;AACxD,eAAO,MAAM,kBAAkB,EAAE,EAAE,CACjC,mBAAmB,CAAC,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,CAWvD,CAAC"}
|
|
@@ -2,5 +2,6 @@ import { ICellRendererParams } from 'ag-grid-community';
|
|
|
2
2
|
import { FC } from 'react';
|
|
3
3
|
import { CatalogItem } from '../../../models/catalog-item';
|
|
4
4
|
import { GridContext } from '../../../models/grid-context';
|
|
5
|
+
/** ag-grid cell renderer for the name/identity column: icon, name, version, credentials badge, and selection checkmark. */
|
|
5
6
|
export declare const NameCellRenderer: FC<ICellRendererParams<CatalogItem, unknown, GridContext>>;
|
|
6
7
|
//# sourceMappingURL=NameCellRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NameCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/NameCellRenderer.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAI3D,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAC/B,mBAAmB,CAAC,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,CAyCvD,CAAC"}
|
|
1
|
+
{"version":3,"file":"NameCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/NameCellRenderer.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAI3D,2HAA2H;AAC3H,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAC/B,mBAAmB,CAAC,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,CAyCvD,CAAC"}
|
|
@@ -2,5 +2,6 @@ import { ICellRendererParams } from 'ag-grid-community';
|
|
|
2
2
|
import { FC } from 'react';
|
|
3
3
|
import { CatalogItem } from '../../../models/catalog-item';
|
|
4
4
|
import { GridContext } from '../../../models/grid-context';
|
|
5
|
+
/** ag-grid cell renderer for the star/favorite toggle column. */
|
|
5
6
|
export declare const StarCellRenderer: FC<ICellRendererParams<CatalogItem, unknown, GridContext>>;
|
|
6
7
|
//# sourceMappingURL=StarCellRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StarCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/StarCellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAwB,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAI3D,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAC/B,mBAAmB,CAAC,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,CAsBvD,CAAC"}
|
|
1
|
+
{"version":3,"file":"StarCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/StarCellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAwB,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAI3D,iEAAiE;AACjE,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAC/B,mBAAmB,CAAC,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,CAsBvD,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ICellRendererParams } from 'ag-grid-community';
|
|
2
2
|
import { FC } from 'react';
|
|
3
3
|
import { CatalogItem } from '../../../models/catalog-item';
|
|
4
|
+
/** ag-grid cell renderer for the topics/tags column. */
|
|
4
5
|
export declare const TagsCellRenderer: FC<ICellRendererParams<CatalogItem>>;
|
|
5
6
|
//# sourceMappingURL=TagsCellRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagsCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/TagsCellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGhE,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,mBAAmB,CAAC,WAAW,CAAC,CAUjE,CAAC"}
|
|
1
|
+
{"version":3,"file":"TagsCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/TagsCellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGhE,wDAAwD;AACxD,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,mBAAmB,CAAC,WAAW,CAAC,CAUjE,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ColDef } from 'ag-grid-community';
|
|
2
2
|
import { CatalogItem } from '../../models/catalog-item';
|
|
3
|
+
import { CatalogEntityType } from '../../types/entity-type';
|
|
3
4
|
/** Column definitions for the catalog ag-grid list view. A stable module-level constant so ag-grid never sees a new array/closures on each render. */
|
|
4
|
-
export declare const CATALOG_COLUMNS: ColDef<CatalogItem>[];
|
|
5
|
+
export declare const CATALOG_COLUMNS: (type: CatalogEntityType) => ColDef<CatalogItem>[];
|
|
5
6
|
//# sourceMappingURL=columns.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"columns.d.ts","sourceRoot":"","sources":["../../../src/components/ListView/columns.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"columns.d.ts","sourceRoot":"","sources":["../../../src/components/ListView/columns.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAQ5D,sJAAsJ;AACtJ,eAAO,MAAM,eAAe,GAC1B,MAAM,iBAAiB,KACtB,MAAM,CAAC,WAAW,CAAC,EAiDrB,CAAC"}
|
|
@@ -20,10 +20,6 @@ export interface SearchBarProps {
|
|
|
20
20
|
*/
|
|
21
21
|
clearLabel?: string;
|
|
22
22
|
}
|
|
23
|
-
/**
|
|
24
|
-
* Catalog search bar. Reuses the shared {@link BaseSearchBar} default colors
|
|
25
|
-
* (background, border, hover/focus, icon and text colors) and only adjusts
|
|
26
|
-
* height, radius, padding, and icon/text size for the catalog layout.
|
|
27
|
-
*/
|
|
23
|
+
/** Catalog-layout search bar (50 px height, XL radius, adjusted icon size). */
|
|
28
24
|
export declare const SearchBar: FC<SearchBarProps>;
|
|
29
25
|
//# sourceMappingURL=SearchBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchBar.d.ts","sourceRoot":"","sources":["../../../src/components/SearchBar/SearchBar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,2BAA2B;AAC3B,MAAM,WAAW,cAAc;IAC7B,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,oDAAoD;IACpD,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uFAAuF;IACvF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED
|
|
1
|
+
{"version":3,"file":"SearchBar.d.ts","sourceRoot":"","sources":["../../../src/components/SearchBar/SearchBar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,2BAA2B;AAC3B,MAAM,WAAW,cAAc;IAC7B,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,oDAAoD;IACpD,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uFAAuF;IACvF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+EAA+E;AAC/E,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAyBxC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TitleRow.d.ts","sourceRoot":"","sources":["../../../../src/components/Toolbar/Rows/TitleRow.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TitleRow.d.ts","sourceRoot":"","sources":["../../../../src/components/Toolbar/Rows/TitleRow.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EACL,iBAAiB,EACjB,aAAa,EACd,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAK3D,UAAU,aAAa;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,eAAe,CAAC;IAC1B,gBAAgB,EAAE,CAAC,IAAI,EAAE,eAAe,KAAK,IAAI,CAAC;IAClD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,WAAW,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAClC,OAAO,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IACjD,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,yFAAyF;AACzF,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CA+ItC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toolbar.d.ts","sourceRoot":"","sources":["../../../src/components/Toolbar/Toolbar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAsB,EAAE,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAI1D,gFAAgF;AAChF,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,
|
|
1
|
+
{"version":3,"file":"Toolbar.d.ts","sourceRoot":"","sources":["../../../src/components/Toolbar/Toolbar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAsB,EAAE,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAI1D,gFAAgF;AAChF,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CAwDpC,CAAC"}
|
|
@@ -20,12 +20,6 @@ export interface TopicsLineProps {
|
|
|
20
20
|
/** Extra classes on the root element (e.g. to constrain width in a table cell). */
|
|
21
21
|
className?: string;
|
|
22
22
|
}
|
|
23
|
-
/**
|
|
24
|
-
* Renders topics on a single line, collapsing whatever doesn't fit into a
|
|
25
|
-
* "+N" overflow badge. The row never wraps — this is measured by horizontal
|
|
26
|
-
* overflow (each tag's right edge vs. the container width), not by row
|
|
27
|
-
* position, so it works the same whether the container is loosely sized
|
|
28
|
-
* (card grid) or a fixed-width table cell (list view).
|
|
29
|
-
*/
|
|
23
|
+
/** Renders topics on a single line, collapsing overflow into a "+N" badge. */
|
|
30
24
|
export declare const TopicsLine: FC<TopicsLineProps>;
|
|
31
25
|
//# sourceMappingURL=TopicTag.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopicTag.d.ts","sourceRoot":"","sources":["../../../src/components/TopicTag/TopicTag.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"TopicTag.d.ts","sourceRoot":"","sources":["../../../src/components/TopicTag/TopicTag.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,EAAE,EAMH,MAAM,OAAO,CAAC;AAGf,0BAA0B;AAC1B,MAAM,WAAW,aAAa;IAC5B,sEAAsE;IACtE,KAAK,EAAE,MAAM,CAAC;IACd,6DAA6D;IAC7D,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wEAAwE;AACxE,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAGwC,CAAC;AAEhF,4BAA4B;AAC5B,MAAM,WAAW,eAAe;IAC9B,iCAAiC;IACjC,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAC9C,mFAAmF;IACnF,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAKD,8EAA8E;AAC9E,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAsI1C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity-colors.d.ts","sourceRoot":"","sources":["../../src/constants/entity-colors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,kGAAkG;AAClG,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"entity-colors.d.ts","sourceRoot":"","sources":["../../src/constants/entity-colors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,kGAAkG;AAClG,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,iBAAiB,EAAE,MAAM,CAK/D,CAAC;AAEF,qGAAqG;AACrG,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,iBAAiB,EAAE,MAAM,CAKhE,CAAC"}
|
package/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
._container_ozmd2_1{background-color:var(--search-bar-bg,#fff);border:1px solid #0000000d;transition:border-color .15s,box-shadow .15s}@media (hover:hover){._container_ozmd2_1:hover:not(:focus-within){border-color:#0000001f}}._container_ozmd2_1:focus-within{border-color:color-mix(in srgb, var(--stroke-accent-primary,#7da4ff) 50%, transparent);box-shadow:none}._icon_ozmd2_16{color:var(--text-tertiary,#98a2b3)}._input_ozmd2_20{color:var(--text-primary,#131a29);background-color:#0000}._input_ozmd2_20::placeholder{color:var(--text-tertiary,#98a2b3)}._tabsRow_is040_1{border-bottom-color:var(--stroke-tertiary,#e0e6f0)}._activeTab_is040_5{border-color:var(--stroke-accent-primary,#7da4ff)!important}._tabContainer_rzv03_1{background-color:#0000;color:var(--text-tertiary,#808898)!important;border-color:#0000!important}._tabContainer_rzv03_1:hover{background-color:#5c8dea0f;color:var(--text-secondary,#64748b)!important}._tabContainer_rzv03_1>span{text-align:center}._tabContainer_rzv03_1._tabActive_rzv03_13{background-color:#2764d912;color:var(--text-secondary,#64748b)!important}._tabContainer_rzv03_1._tabActive_rzv03_13:hover{background-color:#5c8dea0f}.dial-primary-solid-button{background-image:linear-gradient(135deg, var(--bg-accent-secondary,#37babc) 0%, var(--bg-accent-primary,#5c8dea) 30%, var(--bg-accent-tertiary,#a972ff) 100%);border-style:none;border-radius:9999px;transition:box-shadow .2s,transform .15s;box-shadow:0 0 16px #37babc40,0 4px 12px #a972ff38;background-color:#0000!important;padding-inline:24px!important}@media (hover:hover){.dial-primary-solid-button:hover{background-color:#0000;background-image:linear-gradient(135deg, var(--bg-accent-secondary,#37babc) 0%, var(--bg-accent-primary,#5c8dea) 30%, var(--bg-accent-tertiary,#a972ff) 100%);transform:translateY(-1px);box-shadow:0 0 24px #37babc59,0 6px 18px #a972ff4d}}.dial-primary-solid-button:active{background-color:#0000;background-image:linear-gradient(135deg, var(--bg-accent-secondary,#37babc) 0%, var(--bg-accent-primary,#5c8dea) 30%, var(--bg-accent-tertiary,#a972ff) 100%);filter:brightness(.92);transform:translateY(0);box-shadow:0 0 10px #37babc33,0 2px 6px #a972ff29}.dial-primary-solid-button:disabled{box-shadow:none;cursor:not-allowed;background-image:none;transform:none;background-color:var(--controls-bg-disable,#d1dbea)!important;color:var(--text-white,#fff)!important}.dial-danger-solid-button{border-radius:9999px!important}.dial-primary-solid-button.dial-primary-solid-button{background-color:#0000;background-image:linear-gradient(135deg,#4b7be6 0%,#9355f4 100%);border:none;border-radius:9999px;transition:box-shadow .2s,transform .15s;box-shadow:0 4px 16px #5c8dea52}@media (hover:hover){.dial-primary-solid-button.dial-primary-solid-button:hover{background-color:#0000;background-image:linear-gradient(135deg,#4b7be6 0%,#9355f4 100%);transform:translateY(-1px);box-shadow:0 6px 20px #5c8dea6b}}.dial-primary-solid-button.dial-primary-solid-button:active{filter:brightness(.92);background-color:#0000;background-image:linear-gradient(135deg,#4b7be6 0%,#9355f4 100%);transform:translateY(0);box-shadow:0 2px 8px #5c8dea38}.dial-primary-solid-button.dial-primary-solid-button:disabled{box-shadow:none;background-image:none;transform:none}.dial-neutral-outlined-button{transition:background-color .15s,border-color .15s;color:var(--bg-accent-primary,#2764d9)!important;background-color:#2764d914!important;background-image:none!important;border:1px solid #2764d933!important;border-radius:9999px!important}@media (hover:hover){.dial-neutral-outlined-button:hover:enabled{background-color:#2764d921!important;border-color:#2764d959!important}}.dial-neutral-outlined-button:active:enabled{background-color:#2764d92e!important;border-color:#2764d973!important}.dial-neutral-outlined-button:disabled{border-color:var(--stroke-secondary,#d1dbea);color:var(--controls-text-neutral-disable,#575f73);background-color:#0000;background-image:none}.dial-primary-ghost-button:not(.dial-icon-button){border-style:none;border-radius:9999px;color:var(--bg-accent-primary,#2764d9)!important}@media (hover:hover){.dial-primary-ghost-button:not(.dial-icon-button):hover:enabled{background-color:#2764d90d!important}}.dial-primary-ghost-button:not(.dial-icon-button):active:enabled{background-color:#2764d914!important}.dial-icon-button{border-radius:6px!important}.dial-input:not(.dial-input-error){transition:border-color .15s,box-shadow .15s;border-color:var(--stroke-tertiary,#e0e6f0)!important;border-radius:.75rem!important}.dial-input:not(.dial-input-error):not(:disabled):hover{border-color:var(--stroke-accent-primary,#7da4ff)!important}.dial-input:not(.dial-input-error):not(:disabled):active,.dial-input:not(.dial-input-error):not(:disabled):focus,.dial-input:not(.dial-input-error):not(:disabled):focus-within{border-color:var(--stroke-accent-primary,#124ace)!important;box-shadow:0 0 0 4px var(--bg-accent-primary-alpha,#7da4ff2e)!important}.dial-input-error{border-radius:.75rem!important}._card_ymqsc_1{background:var(--bg-layer-0,#fcfcfc);transition:transform .2s ease-out,box-shadow .2s ease-out;box-shadow:0 1px 3px #1018280a,0 6px 20px #1018280d}@media (hover:hover){._card_ymqsc_1:hover{transform:translateY(-3px);box-shadow:0 4px 10px #1018280f,0 18px 44px #1018281a}._card_ymqsc_1:hover ._emptyStarHidden_ymqsc_11{opacity:1}}@media (prefers-reduced-motion:reduce){._card_ymqsc_1{transition:none}._card_ymqsc_1:hover{transform:none}._card_ymqsc_1 ._starBtn_ymqsc_22,._card_ymqsc_1 ._emptyStarHidden_ymqsc_11{transition:none!important}}._starBtn_ymqsc_22{transition:transform .15s!important}@media (hover:hover){._starBtn_ymqsc_22:hover{transform:scale(1.15)!important}}._emptyStarHidden_ymqsc_11{opacity:0;transition:opacity .15s!important}._description_ymqsc_44{color:var(--text-secondary,#575f73)}._skeletonCard_ymqsc_48{background:var(--bg-layer-0,#fcfcfc)}._numericText_uy8cg_2{font-feature-settings:"tnum" 1, "lnum" 1}._featuredChip_8kyt8_1{background:color-mix(in srgb, var(--entity-color,#2764d9) 12%, var(--bg-layer-0,#fcfcfc))!important;color:var(--entity-color,var(--text-accent,#2764d9))!important}._icon_182e4_1{color:var(--cat-folder-path-icon,var(--text-secondary,#575f73))}._label_182e4_5{color:var(--cat-folder-path-label,var(--text-secondary,#575f73))}._starFilledIcon_po6zj_1{color:var(--cat-star-filled,var(--text-warning-icon,#eec840));animation:.28s cubic-bezier(.34,1.56,.64,1) _starPop_po6zj_1}@keyframes _starPop_po6zj_1{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}._tag_16t7g_1{color:var(--cat-pricing-tag-text,var(--text-secondary,#575f73))!important;border:1px solid var(--cat-pricing-tag-border,var(--stroke-secondary,#d1dbea))!important;background:var(--cat-pricing-tag-bg,var(--bg-layer-2,#eef1f7))!important}button._cancelButton_tjpsd_1.dial-primary-ghost-button{color:var(--text-secondary,#575f73)!important}@media (hover:hover){button._cancelButton_tjpsd_1.dial-primary-ghost-button:hover:enabled{background-color:var(--bg-layer-3,#0000000a)}}._wrapper_oh1ub_1{background:var(--sb-bg,var(--bg-layer-3,#fcfcfc));border-color:var(--sb-border,var(--stroke-tertiary,#e0e6f0))}._header_oh1ub_6{color:var(--sb-text,var(--text-primary,#161b2d))}._divider_oh1ub_10{border-color:var(--sb-border,var(--stroke-tertiary,#e0e6f0))}._panel_oh1ub_14{border-color:var(--sb-border,var(--stroke-tertiary,#e0e6f0));border-inline-end-color:var(--sb-border-inline-end,var(--sb-border,var(--stroke-tertiary,#e0e6f0)))}@keyframes _fadeIn_oh1ub_1{0%{opacity:0}to{opacity:1}}._appear_oh1ub_27{animation:.2s ease-out forwards _fadeIn_oh1ub_1}._resizeHandler_oh1ub_31{background:var(--sb-bg-resize-handler,var(--text-info,#124ace));width:4px!important;color:var(--sb-resize-handler,var(--text-info,#124ace))!important}._icon_1b1ye_1{color:var(--si-icon,var(--text-secondary,#575f73))}._title_jw4lf_1{color:var(--cat-browse-title-text,var(--text-primary,#eef1f7))}._count_jw4lf_5{color:var(--cat-browse-count-text,var(--text-secondary,#575f73))}._sectionHeading_orno3_1{color:var(--text-secondary,#9fa6bd)}._rowAlt_orno3_5{background:var(--bg-layer-2,#eeeef0)}._label_orno3_9{color:var(--text-secondary,#9fa6bd)}._checkIcon_orno3_13{color:var(--text-accent-secondary,#37babc)}._valueTrue_orno3_17{color:var(--text-primary,#eef1f7)}._valueFalse_orno3_21{color:var(--text-secondary,#9fa6bd)}._valueText_orno3_25{color:var(--text-primary,#eef1f7)}._sectionHeading_1iv5f_1{color:var(--text-secondary,#575f73)}._urlBox_1iv5f_5{background:var(--bg-layer-2,#eeeef0)}._snippetWrapper_1iv5f_9{border:1px solid var(--stroke-secondary,#242c42)}._snippetTabs_1iv5f_13{border-bottom:1px solid var(--stroke-secondary,#242c42)}._codeBlock_1iv5f_17{background:var(--bg-layer-1,#0d1425)}._snippetWrapper_1iv5f_9 ._codeBlock_1iv5f_17{border-radius:0}._copyButton_1iv5f_25{background:var(--bg-layer-2,#1a2035);color:var(--text-secondary,#575f73)}._copyButton_1iv5f_25:hover{background:var(--bg-layer-3,#242c42);color:var(--text-primary,#e4e6f0)}._pre_1iv5f_34{color:var(--text-primary,#e4e6f0)}._backdrop_4qjfd_1{background:#0c101db3}._panel_4qjfd_5{background:var(--bg-layer-0,#fcfcfc);border-inline-start-color:var(--stroke-secondary,#242c42)}._divider_4qjfd_10{border-block-end:1px solid var(--stroke-tertiary,#e0e6f0)}._content_4qjfd_14{scrollbar-width:thin;scrollbar-color:var(--stroke-secondary,#242c42) transparent}._introCaption_4qjfd_19{color:var(--text-secondary,#575f73)}._tabsRow_4qjfd_23{border-bottom-color:var(--stroke-tertiary,#e0e6f0)}._activeTab_4qjfd_27{-o-border-image:linear-gradient(135deg, var(--bg-accent-secondary,#37babc) 0%, var(--bg-accent-primary,#5c8dea) 30%, var(--bg-accent-tertiary,#a972ff) 100%) 1;border-image:linear-gradient(135deg, var(--bg-accent-secondary,#37babc) 0%, var(--bg-accent-primary,#5c8dea) 30%, var(--bg-accent-tertiary,#a972ff) 100%) 1}._tag--FREE_roky1_1{background:var(--bg-accent-secondary,#53c25b1f)!important;color:var(--text-accent-secondary,#53c25b)!important;border-color:#0000!important}._tag--FEATURED_roky1_6{background:var(--bg-warning-secondary,#eec8401f)!important;color:var(--text-warning,#eec840)!important;border-color:#0000!important}._tag--BY_REQUEST_roky1_11{background:var(--bg-layer-2,#1a2035)!important;color:var(--text-secondary,#575f73)!important;border-color:#0000!important}._tag--BETA_roky1_16{background:var(--bg-accent-primary-alpha,#6374ff1f)!important;color:var(--text-accent-primary,#6374ff)!important;border-color:#0000!important}._tag--DEPRECATED_roky1_21{background:var(--bg-layer-2,#1a2035)!important;color:var(--text-error,#f2655a)!important;border-color:#0000!important}._progressTrack_roky1_27{background:var(--bg-layer-2,#1a2035)}._progressFill_roky1_31{background:var(--text-accent-primary,#6374ff)}._resetLabel_roky1_35{color:var(--text-secondary,#575f73)}._container_1aye5_1{border:1px solid var(--stroke-secondary,#d1dbea)}._header_1aye5_5{color:var(--text-secondary,#575f73);background:var(--bg-layer-1,#e0e6f0);letter-spacing:.06em;font-weight:500}._cell_1aye5_12{color:var(--text-primary,#161b2d);border-top:1px solid var(--stroke-secondary,#d1dbea)}._evenRow_1aye5_17{background:var(--bg-layer-7,#00000006)}._divider_1e5ho_1{border-top:1px solid var(--stroke-tertiary,#e0e6f0)}._description_1e5ho_5{color:var(--text-secondary,#575f73)}._code_1e5ho_9{font-family:Fira Code,Cascadia Code,Courier New,monospace}._pageNav_10ids_1{background:#2764d90f;border:1px solid #2764d933}._navBtn_10ids_6{color:var(--text-accent,#2764d9);transition:background-color .15s}@media (hover:hover){._navBtn_10ids_6:hover:not(:disabled){background-color:#2764d91a}}._navBtn_10ids_6:active:not(:disabled){background-color:#2764d929}._navBtn_10ids_6:disabled{color:var(--stroke-secondary,#d1dbea);cursor:default}._pageCounter_10ids_23{color:var(--text-secondary,#575f73)}._section_10ids_27{overflow-anchor:none;animation:.3s ease-out _sectionEnter_10ids_1}._card_10ids_32{background:var(--bg-layer-0,#fcfcfc);transition:transform .2s ease-out,box-shadow .2s ease-out;box-shadow:0 1px 3px #1018280a,0 6px 20px #1018280d}@media (hover:hover){._card_10ids_32:hover{transform:translateY(-3px);box-shadow:0 4px 10px #1018280f,0 18px 44px #1018281a}}@media (prefers-reduced-motion:reduce){._card_10ids_32{transition:none}._card_10ids_32:hover{transform:none}}._sectionLeaving_10ids_52{pointer-events:none;animation:.26s ease-in forwards _sectionExit_10ids_1}._gridPage_10ids_57>*{animation:.28s ease-out _favFadeIn_10ids_1}._cardLeaving_10ids_61{pointer-events:none;animation:.18s ease-out forwards _cardFadeOut_10ids_1}@keyframes _sectionEnter_10ids_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes _sectionExit_10ids_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes _cardFadeOut_10ids_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}@keyframes _favFadeIn_10ids_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._listContainer_n69ms_1{background:var(--cat-list-bg,var(--bg-layer-3,#fcfcfc));border-color:var(--cm-markdown-border,var(--cat-list-border,var(--stroke-secondary,#d1dbea)))}._gridClip_n69ms_6{clip-path:inset(0 round .75rem)}._gridClip_n69ms_6 .ag-theme-balham-dark,._gridClip_n69ms_6 .ag-root-wrapper,._gridClip_n69ms_6 .ag-root{overflow:visible!important}._gridClip_n69ms_6 .ag-root-wrapper{border:none!important;border-radius:0!important}._gridClip_n69ms_6 .ag-header{top:var(--list-header-sticky-top,0px);z-index:5;background:var(--cat-list-header-bg,var(--bg-layer-3,#fcfcfc));border-top-left-radius:.75rem;border-top-right-radius:.75rem;position:sticky;border-bottom-color:var(--cm-table-row-divider,var(--stroke-tertiary,#e0e6f0))!important}._gridClip_n69ms_6 .ag-row{border-bottom-color:var(--cm-table-row-divider,var(--stroke-tertiary,#e0e6f0))!important}._gridClip_n69ms_6 .ag-header-row .ag-header-cell:first-child,._gridClip_n69ms_6 .ag-row .ag-cell:first-child{padding-inline-start:1rem}._gridClip_n69ms_6 .ag-header-row .ag-header-cell:last-child,._gridClip_n69ms_6 .ag-row .ag-cell:last-child{padding-inline-end:1rem}._gridClip_n69ms_6 .ag-row-even{background:var(--bg-layer-5,#f5f7fa)}._favHeader_n69ms_43 .ag-header-cell-label{justify-content:flex-end}._starFilledIcon_n69ms_47{color:var(--cat-card-star-filled,var(--text-warning-icon,#eec840))}._starToggleOff_n69ms_51{opacity:.35}.ag-row:hover ._starToggleOff_n69ms_51{opacity:.75}._starToggleOff_n69ms_51:hover,._starToggleOff_n69ms_51:focus-visible{opacity:1}._selectedRow_n69ms_64{border:2px solid var(--stroke-accent-primary,#124ace)!important;background-color:var(--bg-accent-primary-alpha,#7da4ff2e)!important}._filterBtn_11nuk_5{background-color:var(--cat-filter-btn-bg,#fff);border:1px solid #0000000d;transition:border-color .15s,box-shadow .15s}@media (hover:hover){._filterBtn_11nuk_5:hover:not(:focus-visible){border-color:#0000001f}}._filterBtn_11nuk_5:focus-visible{border-color:color-mix(in srgb, var(--stroke-accent-primary,#7da4ff) 50%, transparent);box-shadow:none;outline:none}._filterBtnActive_11nuk_21{border-color:var(--stroke-accent-primary,#7da4ff)}._filterBtnOpen_11nuk_25{border-color:color-mix(in srgb, var(--stroke-accent-primary,#7da4ff) 50%, transparent)}._filterBtnLabel_11nuk_30{color:var(--text-primary,#131a29)}._filterBtnFunnel_11nuk_34{color:var(--text-secondary,#64748b)}._filterBtnChevron_11nuk_38{color:var(--text-tertiary,#98a2b3);transition:transform .15s}@media (prefers-reduced-motion:reduce){._filterBtnChevron_11nuk_38{transition:none}}._overlay_11nuk_51{background:var(--cat-filter-overlay-bg,#fff);border:1px solid #0000000d;box-shadow:0 16px 40px #1018281f}@media (hover:hover){._row_11nuk_59:hover{background:var(--bg-layer-3,#0000000a)}}._row_11nuk_59:focus-visible{box-shadow:0 0 0 2px #7da4ff80}._rowChecked_11nuk_67{background:var(--bg-accent-primary-alpha,#7da4ff26)}@media (hover:hover){._rowChecked_11nuk_67:hover{background:var(--bg-accent-primary-alpha,#7da4ff26)}}._rowLabel_11nuk_76{color:var(--text-primary,#131a29)}._checkbox_11nuk_81{background:var(--cat-filter-checkbox-bg,#fff);border:1.5px solid #0000001f;transition:border-color .15s,background-color .15s}@media (prefers-reduced-motion:reduce){._checkbox_11nuk_81{transition:none}}._checkboxChecked_11nuk_92{background-color:#3664e2;border-color:#3664e2}._checkboxChecked_11nuk_92:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:10px;margin-top:1px;margin-right:1px;display:block;transform:rotate(45deg)translate(-1px,-2px)}._divider_11nuk_109{background:#0000000d}._sectionLabel_11nuk_113{color:var(--text-tertiary,#98a2b3)}._footer_11nuk_117{border-top:1px solid #0000000d}._section_qj3lh_1{background:var(--cat-bg,#f5f7fa)}._icon_qj3lh_5{color:var(--cat-browse-icon,var(--text-secondary,#9fa6bd))}._divider_qj3lh_9{background:var(--cat-browse-divider,var(--stroke-secondary,#242c42))}._clearAll_qj3lh_13{color:var(--cat-browse-clear-all,var(--text-error,#f76464))}._root_1jtp2_1,._heading_1jtp2_5{background:var(--cat-bg,#f5f7fa)}._headingTitle_1jtp2_9{color:var(--cat-heading-title-text,var(--text-primary,#eef1f7))}._tabsRow_1jtp2_13{border-bottom-color:var(--stroke-tertiary,#e0e6f0)}._activeTab_1jtp2_17{-o-border-image:linear-gradient(135deg, var(--bg-accent-secondary,#37babc) 0%, var(--bg-accent-primary,#5c8dea) 30%, var(--bg-accent-tertiary,#a972ff) 100%) 1;border-image:linear-gradient(135deg, var(--bg-accent-secondary,#37babc) 0%, var(--bg-accent-primary,#5c8dea) 30%, var(--bg-accent-tertiary,#a972ff) 100%) 1}._splitDivider_1efwg_1{background:#ffffff59;border-radius:1px;flex-shrink:0;width:1px;height:14px;display:block}._chevron_1efwg_10{transition:transform .15s}._chevronOpen_1efwg_14{transform:rotate(180deg)}._dropdownWrapper_1efwg_18{border:1px solid #0000000d!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 16px 40px #1018281f!important}._menu_1efwg_25{background:var(--bg-layer-0);border-radius:12px;width:288px;padding:6px;animation:.12s ease-out _menuEnter_1efwg_1}@media (prefers-reduced-motion:reduce){._menu_1efwg_25{animation:none}}._item_1efwg_38{text-align:start;cursor:pointer;background:0 0;border:none;border-radius:8px;outline:none;align-items:flex-start;gap:12px;width:100%;padding:9px 10px;transition:background .1s;display:flex}._item_1efwg_38:hover{background:var(--bg-layer-3,#0000000a)}._item_1efwg_38:focus-visible{outline:2px solid var(--text-accent-primary);outline-offset:-2px;background:var(--bg-layer-3,#0000000a)}._itemIcon_1efwg_61{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._itemText_1efwg_71{flex-direction:column;gap:2px;min-width:0;display:flex}._itemLabel_1efwg_78{color:var(--text-primary)}._itemDescription_1efwg_82{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@keyframes _menuEnter_1efwg_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._backdrop_4t085_1{background:#0c101db3}._panel_4t085_5{background:var(--bg-layer-0,#fcfcfc);border-inline-start-color:var(--stroke-secondary,#242c42)}._divider_4t085_10{border-block-end:1px solid var(--stroke-tertiary,#e0e6f0)}._content_4t085_14{scrollbar-width:thin;scrollbar-color:var(--stroke-secondary,#242c42) transparent}
|
|
1
|
+
._container_q7z9x_1{background-color:var(--search-bar-bg,#fff);border:1px solid #0000000d;transition:border-color .15s,box-shadow .15s}@media (hover:hover){._container_q7z9x_1:hover:not(:focus-within){border-color:#0000001f}}._container_q7z9x_1:focus-within{border-color:color-mix(in srgb, var(--stroke-accent-primary,#7da4ff) 50%, transparent);box-shadow:none}._icon_q7z9x_16{color:var(--text-tertiary,#c7cbd4)}._input_q7z9x_20{color:var(--text-primary,#161b2d);background-color:#0000}._input_q7z9x_20::placeholder{color:var(--text-tertiary,#c7cbd4)}._tabsRow_is040_1{border-bottom-color:var(--stroke-tertiary,#e0e6f0)}._activeTab_is040_5{border-color:var(--stroke-accent-primary,#7da4ff)!important}._tabContainer_153ct_1{background-color:#0000;color:var(--text-tertiary,#c7cbd4)!important;border-color:#0000!important}._tabContainer_153ct_1:hover{background-color:#5c8dea0f;color:var(--text-secondary,#6b7280)!important}._tabContainer_153ct_1>span{text-align:center}._tabContainer_153ct_1._tabActive_153ct_13{background-color:#2764d912;color:var(--text-secondary,#6b7280)!important}._tabContainer_153ct_1._tabActive_153ct_13:hover{background-color:#5c8dea0f}.dial-input:not(.dial-input-error){transition:border-color .15s,box-shadow .15s;border-color:var(--stroke-tertiary,#e0e6f0)!important;border-radius:.75rem!important}.dial-input:not(.dial-input-error):not(:disabled):hover{border-color:var(--stroke-accent-primary,#7da4ff)!important}.dial-input:not(.dial-input-error):not(:disabled):active,.dial-input:not(.dial-input-error):not(:disabled):focus,.dial-input:not(.dial-input-error):not(:disabled):focus-within{border-color:var(--stroke-accent-primary,#124ace)!important;box-shadow:0 0 0 4px var(--bg-accent-primary-alpha,#7da4ff2e)!important}.dial-input-error{border-radius:.75rem!important}@media (hover:hover){._card_m7wa0_7:hover ._emptyStarHidden_m7wa0_7{opacity:1}}@media (prefers-reduced-motion:reduce){._card_m7wa0_7 ._starBtn_m7wa0_12,._card_m7wa0_7 ._emptyStarHidden_m7wa0_7{transition:none!important}}._starBtn_m7wa0_12{transition:transform .15s!important}@media (hover:hover){._starBtn_m7wa0_12:hover{transform:scale(1.15)!important}}._emptyStarHidden_m7wa0_7{opacity:0;transition:opacity .15s!important}._description_m7wa0_34{color:var(--text-secondary,#6b7280)}._skeletonCard_m7wa0_38{background:var(--bg-layer-0,#fcfcfc)}._numericText_uy8cg_2{font-feature-settings:"tnum" 1, "lnum" 1}._featuredChip_1ezg6_1{background:color-mix(in srgb, var(--entity-color,#2764d9) 12%, var(--bg-layer-0,#fcfcfc))!important;color:var(--entity-color,var(--text-accent,#1d4ed8))!important}._starFilledIcon_po6zj_1{color:var(--cat-star-filled,var(--text-warning-icon,#eec840));animation:.28s cubic-bezier(.34,1.56,.64,1) _starPop_po6zj_1}@keyframes _starPop_po6zj_1{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}._tag_1w7ea_1{color:var(--cat-pricing-tag-text,var(--text-secondary,#6b7280))!important;border:1px solid var(--cat-pricing-tag-border,var(--stroke-secondary,#d1dbea))!important;background:var(--cat-pricing-tag-bg,var(--bg-layer-2,#eef1f7))!important}._title_1c74f_1{color:var(--cat-browse-title-text,var(--text-primary,#161b2d))}._count_1c74f_5{color:var(--cat-browse-count-text,var(--text-secondary,#6b7280))}._sectionHeading_68erw_1{color:var(--text-secondary,#6b7280)}._rowAlt_68erw_5{background:var(--bg-layer-2,#eeeef0)}._label_68erw_9{color:var(--text-secondary,#6b7280)}._checkIcon_68erw_13{color:var(--text-accent-secondary,#37babc)}._valueTrue_68erw_17{color:var(--text-primary,#161b2d)}._valueFalse_68erw_21{color:var(--text-secondary,#6b7280)}._valueText_68erw_25{color:var(--text-primary,#161b2d)}._sectionHeading_1w7bn_1{color:var(--text-secondary,#6b7280)}._urlBox_1w7bn_5{background:var(--bg-layer-2,#eeeef0)}._snippetWrapper_1w7bn_9{border:1px solid var(--stroke-secondary,#242c42)}._snippetTabs_1w7bn_13{border-bottom:1px solid var(--stroke-secondary,#242c42)}._codeBlock_1w7bn_17{background:var(--bg-layer-1,#0d1425)}._snippetWrapper_1w7bn_9 ._codeBlock_1w7bn_17{border-radius:0}._pre_1w7bn_25{color:var(--text-primary,#161b2d)}._backdrop_thr1p_1{background:var(--bg-blackout,#0c101d4d)}._panel_thr1p_5{background:var(--bg-layer-0,#fcfcfc);border-inline-start-color:var(--stroke-secondary,#242c42)}._divider_thr1p_10{border-block-end:1px solid var(--stroke-tertiary,#e0e6f0)}._content_thr1p_14{scrollbar-width:thin;scrollbar-color:var(--stroke-secondary,#242c42) transparent}._introCaption_thr1p_19{color:var(--text-secondary,#6b7280)}._tabsRow_thr1p_23{border-bottom-color:var(--stroke-tertiary,#e0e6f0)}._activeTab_thr1p_27{-o-border-image:linear-gradient(135deg, var(--bg-accent-secondary,#37babc) 0%, var(--bg-accent-primary,#5c8dea) 30%, var(--bg-accent-tertiary,#a972ff) 100%) 1;border-image:linear-gradient(135deg, var(--bg-accent-secondary,#37babc) 0%, var(--bg-accent-primary,#5c8dea) 30%, var(--bg-accent-tertiary,#a972ff) 100%) 1}._tag--FREE_13kjk_1{background:var(--bg-accent-secondary,#53c25b1f)!important;color:var(--text-accent-secondary,#53c25b)!important;border-color:#0000!important}._tag--FEATURED_13kjk_6{background:var(--bg-warning-secondary,#eec8401f)!important;color:var(--text-warning,#eec840)!important;border-color:#0000!important}._tag--BY_REQUEST_13kjk_11{background:var(--bg-layer-2,#1a2035)!important;color:var(--text-secondary,#6b7280)!important;border-color:#0000!important}._tag--BETA_13kjk_16{background:var(--bg-accent-primary-alpha,#6374ff1f)!important;color:var(--text-accent-primary,#6374ff)!important;border-color:#0000!important}._tag--DEPRECATED_13kjk_21{background:var(--bg-layer-2,#1a2035)!important;color:var(--text-error,#ae2f2f)!important;border-color:#0000!important}._progressTrack_13kjk_27{background:var(--bg-layer-2,#1a2035)}._progressFill_13kjk_31{background:var(--text-accent-primary,#6374ff)}._resetLabel_13kjk_35{color:var(--text-secondary,#6b7280)}._container_6hv01_1{border:1px solid var(--stroke-secondary,#d1dbea)}._header_6hv01_5{color:var(--text-secondary,#6b7280);background:var(--bg-layer-1,#e0e6f0);letter-spacing:.06em;font-weight:500}._cell_6hv01_12{color:var(--text-primary,#161b2d);border-top:1px solid var(--stroke-secondary,#d1dbea)}._evenRow_6hv01_17{background:var(--bg-layer-7,#00000006)}._divider_zdklm_1{border-top:1px solid var(--stroke-tertiary,#e0e6f0)}._description_zdklm_5{color:var(--text-secondary,#6b7280)}._code_zdklm_9{font-family:Fira Code,Cascadia Code,Courier New,monospace}._pageNav_10hif_1{background:#2764d90f;border:1px solid #2764d933}._navBtn_10hif_6{color:var(--text-accent,#1d4ed8);transition:background-color .15s}@media (hover:hover){._navBtn_10hif_6:hover:not(:disabled){background-color:#2764d91a}}._navBtn_10hif_6:active:not(:disabled){background-color:#2764d929}._navBtn_10hif_6:disabled{color:var(--stroke-secondary,#d1dbea);cursor:default}._pageCounter_10hif_23{color:var(--text-secondary,#6b7280)}._section_10hif_27{overflow-anchor:none;animation:.3s ease-out _sectionEnter_10hif_1}._sectionLeaving_10hif_32{pointer-events:none;animation:.26s ease-in forwards _sectionExit_10hif_1}._gridPage_10hif_37>*{animation:.28s ease-out _favFadeIn_10hif_1}._cardLeaving_10hif_41{pointer-events:none;animation:.18s ease-out forwards _cardFadeOut_10hif_1}@keyframes _sectionEnter_10hif_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes _sectionExit_10hif_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes _cardFadeOut_10hif_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}@keyframes _favFadeIn_10hif_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._listContainer_n69ms_1{background:var(--cat-list-bg,var(--bg-layer-3,#fcfcfc));border-color:var(--cm-markdown-border,var(--cat-list-border,var(--stroke-secondary,#d1dbea)))}._gridClip_n69ms_6{clip-path:inset(0 round .75rem)}._gridClip_n69ms_6 .ag-theme-balham-dark,._gridClip_n69ms_6 .ag-root-wrapper,._gridClip_n69ms_6 .ag-root{overflow:visible!important}._gridClip_n69ms_6 .ag-root-wrapper{border:none!important;border-radius:0!important}._gridClip_n69ms_6 .ag-header{top:var(--list-header-sticky-top,0px);z-index:5;background:var(--cat-list-header-bg,var(--bg-layer-3,#fcfcfc));border-top-left-radius:.75rem;border-top-right-radius:.75rem;position:sticky;border-bottom-color:var(--cm-table-row-divider,var(--stroke-tertiary,#e0e6f0))!important}._gridClip_n69ms_6 .ag-row{border-bottom-color:var(--cm-table-row-divider,var(--stroke-tertiary,#e0e6f0))!important}._gridClip_n69ms_6 .ag-header-row .ag-header-cell:first-child,._gridClip_n69ms_6 .ag-row .ag-cell:first-child{padding-inline-start:1rem}._gridClip_n69ms_6 .ag-header-row .ag-header-cell:last-child,._gridClip_n69ms_6 .ag-row .ag-cell:last-child{padding-inline-end:1rem}._gridClip_n69ms_6 .ag-row-even{background:var(--bg-layer-5,#f5f7fa)}._favHeader_n69ms_43 .ag-header-cell-label{justify-content:flex-end}._starFilledIcon_n69ms_47{color:var(--cat-card-star-filled,var(--text-warning-icon,#eec840))}._starToggleOff_n69ms_51{opacity:.35}.ag-row:hover ._starToggleOff_n69ms_51{opacity:.75}._starToggleOff_n69ms_51:hover,._starToggleOff_n69ms_51:focus-visible{opacity:1}._selectedRow_n69ms_64{border:2px solid var(--stroke-accent-primary,#124ace)!important;background-color:var(--bg-accent-primary-alpha,#7da4ff2e)!important}._filterBtn_kgsw0_2{background-color:var(--cat-filter-btn-bg,#fff);border:1px solid #0000000d;transition:border-color .15s,box-shadow .15s}@media (hover:hover){._filterBtn_kgsw0_2:hover:not(:focus-visible){border-color:#0000001f}}._filterBtn_kgsw0_2:focus-visible{border-color:color-mix(in srgb, var(--stroke-accent-primary,#7da4ff) 50%, transparent);box-shadow:none;outline:none}._filterBtnActive_kgsw0_18{border-color:var(--stroke-accent-primary,#7da4ff)}._filterBtnOpen_kgsw0_22{border-color:color-mix(in srgb, var(--stroke-accent-primary,#7da4ff) 50%, transparent)}._filterBtnLabel_kgsw0_27{color:var(--text-primary,#161b2d)}._filterBtnFunnel_kgsw0_31{color:var(--text-secondary,#6b7280)}._filterBtnChevron_kgsw0_35{color:var(--text-tertiary,#c7cbd4);transition:transform .15s}@media (prefers-reduced-motion:reduce){._filterBtnChevron_kgsw0_35{transition:none}}._overlay_kgsw0_48{background:var(--cat-filter-overlay-bg,#fff);border:1px solid #0000000d;box-shadow:0 16px 40px #1018281f}@media (hover:hover){._row_kgsw0_56:hover{background:var(--bg-layer-3,#0000000a)}}._row_kgsw0_56:focus-visible{box-shadow:0 0 0 2px #7da4ff80}._rowChecked_kgsw0_64{background:var(--bg-accent-primary-alpha,#7da4ff26)}@media (hover:hover){._rowChecked_kgsw0_64:hover{background:var(--bg-accent-primary-alpha,#7da4ff26)}}._rowLabel_kgsw0_73{color:var(--text-primary,#161b2d)}._checkbox_kgsw0_78{background:var(--cat-filter-checkbox-bg,#fff);border:1.5px solid #0000001f;transition:border-color .15s,background-color .15s}@media (prefers-reduced-motion:reduce){._checkbox_kgsw0_78{transition:none}}._checkboxChecked_kgsw0_89{background-color:#3664e2;border-color:#3664e2}._checkboxChecked_kgsw0_89:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:10px;margin-top:1px;margin-right:1px;display:block;transform:rotate(45deg)translate(-1px,-2px)}._divider_kgsw0_106{background:#0000000d}._sectionLabel_kgsw0_110{color:var(--text-tertiary,#c7cbd4)}._footer_kgsw0_114{border-top:1px solid #0000000d}._section_fmq2p_1{background:var(--cat-bg,#f5f7fa)}._icon_fmq2p_5{color:var(--cat-browse-icon,var(--text-secondary,#6b7280))}._divider_fmq2p_9{background:var(--cat-browse-divider,var(--stroke-secondary,#242c42))}._root_y41ij_1,._heading_y41ij_5{background:var(--cat-bg,#f5f7fa)}._headingTitle_y41ij_9{color:var(--cat-heading-title-text,var(--text-primary,#161b2d))}._tabsRow_y41ij_13{border-bottom-color:var(--stroke-tertiary,#e0e6f0)}._activeTab_y41ij_17{-o-border-image:linear-gradient(135deg, var(--bg-accent-secondary,#37babc) 0%, var(--bg-accent-primary,#5c8dea) 30%, var(--bg-accent-tertiary,#a972ff) 100%) 1;border-image:linear-gradient(135deg, var(--bg-accent-secondary,#37babc) 0%, var(--bg-accent-primary,#5c8dea) 30%, var(--bg-accent-tertiary,#a972ff) 100%) 1}._splitDivider_1efwg_1{background:#ffffff59;border-radius:1px;flex-shrink:0;width:1px;height:14px;display:block}._chevron_1efwg_10{transition:transform .15s}._chevronOpen_1efwg_14{transform:rotate(180deg)}._dropdownWrapper_1efwg_18{border:1px solid #0000000d!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 16px 40px #1018281f!important}._menu_1efwg_25{background:var(--bg-layer-0);border-radius:12px;width:288px;padding:6px;animation:.12s ease-out _menuEnter_1efwg_1}@media (prefers-reduced-motion:reduce){._menu_1efwg_25{animation:none}}._item_1efwg_38{text-align:start;cursor:pointer;background:0 0;border:none;border-radius:8px;outline:none;align-items:flex-start;gap:12px;width:100%;padding:9px 10px;transition:background .1s;display:flex}._item_1efwg_38:hover{background:var(--bg-layer-3,#0000000a)}._item_1efwg_38:focus-visible{outline:2px solid var(--text-accent-primary);outline-offset:-2px;background:var(--bg-layer-3,#0000000a)}._itemIcon_1efwg_61{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}._itemText_1efwg_71{flex-direction:column;gap:2px;min-width:0;display:flex}._itemLabel_1efwg_78{color:var(--text-primary)}._itemDescription_1efwg_82{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@keyframes _menuEnter_1efwg_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
|
|
2
2
|
/*$vite$:1*/
|
package/index.d.ts
CHANGED
|
@@ -14,16 +14,9 @@ export type { EndpointOption } from './models/item-details-data';
|
|
|
14
14
|
export type { ApiResource, CatalogItemApiDetails, CatalogItemDetailsFetchResult, CatalogItemLimits, CatalogItemPricing, CatalogItemTabData, CatalogItemTools, CodeSnippet, PricingRow, ToolAnnotation, ToolDefinition, ToolInputParam, UsageLimitProgressRow, UsageLimitRow, } from './models/item-details-data';
|
|
15
15
|
export type { DetailsPanelProps, ItemDetailsStyles, ItemDetailsTexts, ItemDetailsTypography, } from './models/item-details-props';
|
|
16
16
|
export type { CatalogItemOverview, OverviewSection, OverviewSpec, } from './models/item-overview';
|
|
17
|
-
export { PublishCalloutKind } from './models/publish';
|
|
18
|
-
export type { PublishDerivationInput, PublishDerivedState, PublishFolderNode, PublishHistoryEntry, PublishResourceSummary, } from './models/publish';
|
|
19
17
|
export { filterCatalogItems } from './utils/catalog-filter';
|
|
20
18
|
export { sortCatalogItems } from './utils/catalog-sort';
|
|
21
19
|
export { useFavColumns } from './utils/use-fav-columns';
|
|
22
|
-
export { derivePublishState } from './utils/publish-state';
|
|
23
|
-
export { formatPublishedDate } from './utils/format-published-date';
|
|
24
|
-
export { usePublishFlow } from './utils/use-publish-flow';
|
|
25
|
-
export type { PublishFlowItem, UsePublishFlowOptions, UsePublishFlowResult, } from './utils/use-publish-flow';
|
|
26
|
-
export { collectFolderKeys, filterFolderTree, } from './utils/publish-folder-tree';
|
|
27
20
|
export { getCredentialsBadgeState, getCredentialsUiState, getSignedInLevel, } from './utils/toolset-credentials';
|
|
28
21
|
export { Catalog } from './components/Catalog/Catalog';
|
|
29
22
|
export { Toolbar } from './components/Toolbar/Toolbar';
|
|
@@ -45,22 +38,12 @@ export { EntityTypeLabel } from './components/EntityTypeLabel/EntityTypeLabel';
|
|
|
45
38
|
export type { EntityTypeLabelProps } from './components/EntityTypeLabel/EntityTypeLabel';
|
|
46
39
|
export { FavoriteCard } from './components/Favorites/FavoriteCard';
|
|
47
40
|
export type { FavoriteCardProps } from './components/Favorites/FavoriteCard';
|
|
48
|
-
export { FolderPath } from '
|
|
49
|
-
export type { FolderPathProps } from '
|
|
41
|
+
export { FolderPath } from '@epam/ai-dial-ui-kit';
|
|
42
|
+
export type { FolderPathProps } from '@epam/ai-dial-ui-kit';
|
|
50
43
|
export { Filter } from './components/Filter/Filter';
|
|
51
44
|
export type { FilterProps } from './components/Filter/Filter';
|
|
52
45
|
export { TopicTag } from './components/TopicTag/TopicTag';
|
|
53
46
|
export type { TopicTagProps } from './components/TopicTag/TopicTag';
|
|
54
|
-
export { PublishHistoryList } from './components/PublishHistoryList/PublishHistoryList';
|
|
55
|
-
export type { PublishHistoryListProps } from './components/PublishHistoryList/PublishHistoryList';
|
|
56
|
-
export { PublishFoldersTree } from './components/PublishFoldersTree/PublishFoldersTree';
|
|
57
|
-
export type { PublishFoldersTreeProps } from './components/PublishFoldersTree/PublishFoldersTree';
|
|
58
|
-
export { PublishPanel } from './components/PublishPanel/PublishPanel';
|
|
59
|
-
export type { PublishPanelProps, PublishPanelTexts, } from './components/PublishPanel/PublishPanel';
|
|
60
|
-
export { PublishFooter } from './components/PublishPanel/PublishFooter';
|
|
61
|
-
export type { PublishFooterProps, PublishFooterTexts, } from './components/PublishPanel/PublishFooter';
|
|
62
|
-
export { StandalonePublishPanel } from './components/PublishPanel/StandalonePublishPanel';
|
|
63
|
-
export type { StandalonePublishPanelProps, StandalonePublishPanelTexts, } from './components/PublishPanel/StandalonePublishPanel';
|
|
64
47
|
export { CredentialsBadge } from './components/CredentialsBadge/CredentialsBadge';
|
|
65
48
|
export type { CredentialsBadgeProps } from './components/CredentialsBadge/CredentialsBadge';
|
|
66
49
|
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,YAAY,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EACL,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,yBAAyB,GAC1B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,YAAY,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,YAAY,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAChF,YAAY,EACV,YAAY,EACZ,aAAa,EACb,YAAY,GACb,MAAM,wBAAwB,CAAC;AAChC,YAAY,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC9E,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EACV,WAAW,EACX,qBAAqB,EACrB,6BAA6B,EAC7B,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,WAAW,EACX,UAAU,EACV,cAAc,EACd,cAAc,EACd,cAAc,EACd,qBAAqB,EACrB,aAAa,GACd,MAAM,4BAA4B,CAAC;AACpC,YAAY,EACV,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,qBAAqB,GACtB,MAAM,6BAA6B,CAAC;AACrC,YAAY,EACV,mBAAmB,EACnB,eAAe,EACf,YAAY,GACb,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,YAAY,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EACL,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,yBAAyB,GAC1B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,YAAY,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,YAAY,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAChF,YAAY,EACV,YAAY,EACZ,aAAa,EACb,YAAY,GACb,MAAM,wBAAwB,CAAC;AAChC,YAAY,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC9E,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EACV,WAAW,EACX,qBAAqB,EACrB,6BAA6B,EAC7B,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,WAAW,EACX,UAAU,EACV,cAAc,EACd,cAAc,EACd,cAAc,EACd,qBAAqB,EACrB,aAAa,GACd,MAAM,4BAA4B,CAAC;AACpC,YAAY,EACV,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,qBAAqB,GACtB,MAAM,6BAA6B,CAAC;AACrC,YAAY,EACV,mBAAmB,EACnB,eAAe,EACf,YAAY,GACb,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EACL,wBAAwB,EACxB,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAEvD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,YAAY,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAClD,YAAY,EACV,UAAU,EACV,SAAS,EACT,UAAU,EACV,cAAc,GACf,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACxE,YAAY,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAClF,YAAY,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAC1D,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,YAAY,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAE9E,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAC7D,YAAY,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEzD,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC1D,YAAY,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEzD,OAAO,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAC/E,YAAY,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AAEzF,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACnE,YAAY,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAE7E,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,YAAY,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,YAAY,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAE9D,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC1D,YAAY,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAEpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gDAAgD,CAAC;AAClF,YAAY,EAAE,qBAAqB,EAAE,MAAM,gDAAgD,CAAC"}
|