@shell-shock/plugin-theme 0.3.18 → 0.3.19

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.
@@ -17,7 +17,7 @@ interface ReferenceOptions {
17
17
  * A URL to the application command specific documentation or reference.
18
18
  *
19
19
  * @remarks
20
- * This URL is expected to contain the token `{command}`, which will be replaced with the full command path to provide links to command specific documentation. For example, `myapp command subcommand` will be translated to `{referenceLink}/command/subcommand`.
20
+ * This URL is expected to contain the token `{command}`, which will be replaced with the full command path to provide links to command specific documentation. For example, `myapp command subcommand` will be translated to `{reference}/command/subcommand`.
21
21
  */
22
22
  commands?: string;
23
23
  }
@@ -60,7 +60,7 @@ type BaseOptions = Partial<BuildOptions> & {
60
60
  * A URL to the application documentation or reference.
61
61
  *
62
62
  * @remarks
63
- * This URL can be used in various displays of the user interface and documentation to provide users with a reference for the application. It can also be used by plugins to link to the documentation in relevant contexts. If the token `{command}` is included in the URL, it will be replaced with the full command path to provide links to command specific documentation. For example, `myapp command subcommand` will be translated to `{referenceLink}/command/subcommand`.
63
+ * This URL can be used in various displays of the user interface and documentation to provide users with a reference for the application. It can also be used by plugins to link to the documentation in relevant contexts. If the token `{command}` is included in the URL, it will be replaced with the full command path to provide links to command specific documentation. For example, `myapp command subcommand` will be translated to `{reference}/command/subcommand`.
64
64
  */
65
65
  reference?: ReferenceOptions | string;
66
66
  };
@@ -17,7 +17,7 @@ interface ReferenceOptions {
17
17
  * A URL to the application command specific documentation or reference.
18
18
  *
19
19
  * @remarks
20
- * This URL is expected to contain the token `{command}`, which will be replaced with the full command path to provide links to command specific documentation. For example, `myapp command subcommand` will be translated to `{referenceLink}/command/subcommand`.
20
+ * This URL is expected to contain the token `{command}`, which will be replaced with the full command path to provide links to command specific documentation. For example, `myapp command subcommand` will be translated to `{reference}/command/subcommand`.
21
21
  */
22
22
  commands?: string;
23
23
  }
@@ -60,7 +60,7 @@ type BaseOptions = Partial<BuildOptions> & {
60
60
  * A URL to the application documentation or reference.
61
61
  *
62
62
  * @remarks
63
- * This URL can be used in various displays of the user interface and documentation to provide users with a reference for the application. It can also be used by plugins to link to the documentation in relevant contexts. If the token `{command}` is included in the URL, it will be replaced with the full command path to provide links to command specific documentation. For example, `myapp command subcommand` will be translated to `{referenceLink}/command/subcommand`.
63
+ * This URL can be used in various displays of the user interface and documentation to provide users with a reference for the application. It can also be used by plugins to link to the documentation in relevant contexts. If the token `{command}` is included in the URL, it will be replaced with the full command path to provide links to command specific documentation. For example, `myapp command subcommand` will be translated to `{reference}/command/subcommand`.
64
64
  */
65
65
  reference?: ReferenceOptions | string;
66
66
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-theme",
3
- "version": "0.3.18",
3
+ "version": "0.3.19",
4
4
  "private": false,
5
5
  "description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
6
6
  "keywords": [
@@ -223,5 +223,5 @@
223
223
  "@types/node": "^25.5.0"
224
224
  },
225
225
  "publishConfig": { "access": "public" },
226
- "gitHead": "86ac1c51d3258bded9e493024e6631d241f62dd2"
226
+ "gitHead": "bb9aa600d0f9effbd29eabb7bb096267a461059e"
227
227
  }