@hiver/connector-agent 4.21.3 → 4.21.4
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/app/email-logger/index.d.ts.map +1 -1
- package/app/hig-slack/HigSlackSection.d.ts.map +1 -1
- package/app/hig-slack/index.d.ts.map +1 -1
- package/app/hig-slack/provider.d.ts.map +1 -1
- package/app/index.d.ts.map +1 -1
- package/app/integration-sense/index.d.ts.map +1 -1
- package/app/omni-email-logger/index.d.ts.map +1 -1
- package/app/omni-slack/index.d.ts.map +1 -1
- package/app/omni-slack/provider.d.ts.map +1 -1
- package/features/connector-highlight/utils/__tests__/highlighter.test.d.ts +2 -0
- package/features/connector-highlight/utils/__tests__/highlighter.test.d.ts.map +1 -0
- package/features/connector-highlight/utils/highlighter.d.ts +2 -0
- package/features/connector-highlight/utils/highlighter.d.ts.map +1 -1
- package/index.es.js +5686 -5713
- package/index.umd.js +411 -411
- package/package.json +1 -1
- package/theme/connector-theme-provider.d.ts +9 -0
- package/theme/connector-theme-provider.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -3,6 +3,15 @@ export declare const useConnectorTheme: () => {
|
|
|
3
3
|
mode: ConnectorColorScheme;
|
|
4
4
|
tokens: ConnectorThemeTokens;
|
|
5
5
|
};
|
|
6
|
+
export declare const DEFAULT_THEME_CONFIG: ConnectorThemeConfig;
|
|
7
|
+
/**
|
|
8
|
+
* Memoised `--connector-*` custom properties for a surface's root element.
|
|
9
|
+
* Every public entry point set these via an inline
|
|
10
|
+
* `style={connectorThemeCssVariables(...)}` call, which rebuilt a ~90-key
|
|
11
|
+
* object on every render. React then diffed all 90 keys against identical
|
|
12
|
+
* values for zero DOM writes.
|
|
13
|
+
*/
|
|
14
|
+
export declare const useConnectorThemeRootStyle: (config?: ConnectorThemeConfig) => import('react').CSSProperties;
|
|
6
15
|
export declare const ConnectorThemeProvider: ({ config, children }: {
|
|
7
16
|
config?: ConnectorThemeConfig;
|
|
8
17
|
children: React.ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connector-theme-provider.d.ts","sourceRoot":"","sources":["../../src/theme/connector-theme-provider.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAa1G,eAAO,MAAM,iBAAiB;UAVtB,oBAAoB;YAClB,oBAAoB;CAS0C,CAAC;
|
|
1
|
+
{"version":3,"file":"connector-theme-provider.d.ts","sourceRoot":"","sources":["../../src/theme/connector-theme-provider.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAa1G,eAAO,MAAM,iBAAiB;UAVtB,oBAAoB;YAClB,oBAAoB;CAS0C,CAAC;AASzE,eAAO,MAAM,oBAAoB,EAAE,oBAAwC,CAAC;AAE5E;;;;;;GAMG;AAEH,eAAO,MAAM,0BAA0B,YAAY,oBAAoB,kCAMtE,CAAC;AAEF,eAAO,MAAM,sBAAsB,yBAGhC;IACD,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,4CAgCA,CAAC"}
|