datocms-plugin-sdk 2.2.0-alpha.2 → 2.2.0-alpha.3

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.
@@ -3149,7 +3149,7 @@ exports.manifest = {
3149
3149
  filePath: 'src/ctx/base.ts',
3150
3150
  lineNumber: 119,
3151
3151
  },
3152
- type: 'cssDesignTokens',
3152
+ type: 'CssDesignTokens',
3153
3153
  },
3154
3154
  colorScheme: {
3155
3155
  comment: {
@@ -92,7 +92,7 @@ type ProjectProperties = {
92
92
  * `--color--raised--surface`) to their resolved values for the current
93
93
  * color scheme.
94
94
  */
95
- cssDesignTokens: cssDesignTokens;
95
+ cssDesignTokens: CssDesignTokens;
96
96
  /**
97
97
  * The appearance color scheme the host CMS is currently using. Resolved —
98
98
  * `'system'` is already expanded to `'light'` or `'dark'` by the host.
@@ -167,7 +167,7 @@ export type Theme = {
167
167
  * The token set is whatever the host sends; it is intentionally untyped so it
168
168
  * can evolve on the host without an SDK release.
169
169
  */
170
- export type cssDesignTokens = Record<string, string>;
170
+ export type CssDesignTokens = Record<string, string>;
171
171
  export type BaseMethods = LoadDataMethods & UpdatePluginParametersMethods & ToastMethods & ItemDialogMethods & UploadDialogMethods & CustomDialogMethods & NavigateMethods;
172
172
  /**
173
173
  * These methods can be used to asyncronously load additional information your
@@ -3146,7 +3146,7 @@ export var manifest = {
3146
3146
  filePath: 'src/ctx/base.ts',
3147
3147
  lineNumber: 119,
3148
3148
  },
3149
- type: 'cssDesignTokens',
3149
+ type: 'CssDesignTokens',
3150
3150
  },
3151
3151
  colorScheme: {
3152
3152
  comment: {
@@ -92,7 +92,7 @@ type ProjectProperties = {
92
92
  * `--color--raised--surface`) to their resolved values for the current
93
93
  * color scheme.
94
94
  */
95
- cssDesignTokens: cssDesignTokens;
95
+ cssDesignTokens: CssDesignTokens;
96
96
  /**
97
97
  * The appearance color scheme the host CMS is currently using. Resolved —
98
98
  * `'system'` is already expanded to `'light'` or `'dark'` by the host.
@@ -167,7 +167,7 @@ export type Theme = {
167
167
  * The token set is whatever the host sends; it is intentionally untyped so it
168
168
  * can evolve on the host without an SDK release.
169
169
  */
170
- export type cssDesignTokens = Record<string, string>;
170
+ export type CssDesignTokens = Record<string, string>;
171
171
  export type BaseMethods = LoadDataMethods & UpdatePluginParametersMethods & ToastMethods & ItemDialogMethods & UploadDialogMethods & CustomDialogMethods & NavigateMethods;
172
172
  /**
173
173
  * These methods can be used to asyncronously load additional information your
package/manifest.json CHANGED
@@ -3146,7 +3146,7 @@
3146
3146
  "filePath": "src/ctx/base.ts",
3147
3147
  "lineNumber": 119
3148
3148
  },
3149
- "type": "cssDesignTokens"
3149
+ "type": "CssDesignTokens"
3150
3150
  },
3151
3151
  "colorScheme": {
3152
3152
  "comment": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datocms-plugin-sdk",
3
- "version": "2.2.0-alpha.2",
3
+ "version": "2.2.0-alpha.3",
4
4
  "description": "DatoCMS Plugin SDK",
5
5
  "keywords": [
6
6
  "datocms",
@@ -47,5 +47,5 @@
47
47
  "glob": "^11.0.0",
48
48
  "typescript": "^5.6.2"
49
49
  },
50
- "gitHead": "2db7d26fc8a8c765621f30b2e1363af6036778c0"
50
+ "gitHead": "3e057045b71d96aaa00ee613c86b6421d5b1c93e"
51
51
  }
package/src/ctx/base.ts CHANGED
@@ -116,7 +116,7 @@ type ProjectProperties = {
116
116
  * `--color--raised--surface`) to their resolved values for the current
117
117
  * color scheme.
118
118
  */
119
- cssDesignTokens: cssDesignTokens;
119
+ cssDesignTokens: CssDesignTokens;
120
120
 
121
121
  /**
122
122
  * The appearance color scheme the host CMS is currently using. Resolved —
@@ -199,7 +199,7 @@ export type Theme = {
199
199
  * The token set is whatever the host sends; it is intentionally untyped so it
200
200
  * can evolve on the host without an SDK release.
201
201
  */
202
- export type cssDesignTokens = Record<string, string>;
202
+ export type CssDesignTokens = Record<string, string>;
203
203
 
204
204
  export type BaseMethods = LoadDataMethods &
205
205
  UpdatePluginParametersMethods &
package/src/manifest.ts CHANGED
@@ -3380,7 +3380,7 @@ export const manifest: Manifest = {
3380
3380
  filePath: 'src/ctx/base.ts',
3381
3381
  lineNumber: 119,
3382
3382
  },
3383
- type: 'cssDesignTokens',
3383
+ type: 'CssDesignTokens',
3384
3384
  },
3385
3385
  colorScheme: {
3386
3386
  comment: {