dsh-github-copilot 0.4.0-alpha.25 → 0.4.0-alpha.26

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/lib/index.js CHANGED
@@ -961,7 +961,7 @@ let SearchRoutingController = (() => {
961
961
  //#endregion
962
962
  //#region package.json
963
963
  var name$1 = "dsh-github-copilot";
964
- var version = "0.4.0-alpha.25";
964
+ var version = "0.4.0-alpha.26";
965
965
  //#endregion
966
966
  //#region lib/types/probe.js
967
967
  /**
@@ -0,0 +1,4 @@
1
+ import type { CSSProperties } from 'react';
2
+ export declare function nativeSelectStyle(disabled?: boolean): CSSProperties;
3
+ export declare function nativeOptionStyle(disabled?: boolean): CSSProperties;
4
+ //# sourceMappingURL=native-select-style.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-github-copilot",
3
3
  "description": "DSH companion for GitHub Copilot sign-in, account-aware model profiles, tool compatibility, and provider-hosted search.",
4
- "version": "0.4.0-alpha.25",
4
+ "version": "0.4.0-alpha.26",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "registry": "https://registry.npmjs.org/",