@thecb/components 11.1.0-beta.5 → 11.1.0-beta.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "11.1.0-beta.5",
3
+ "version": "11.1.0-beta.6",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -175,28 +175,30 @@ const meta = {
175
175
  }
176
176
  },
177
177
  cartEnabled: {
178
- description: "Whether the obligation is currently set up for cart",
178
+ description: "Whether the obligation is currently set up for cart.",
179
179
  table: {
180
180
  type: { summary: "boolean" },
181
181
  defaultValue: { summary: false }
182
182
  }
183
183
  },
184
184
  cartConfig: {
185
- description: "TODO",
185
+ description:
186
+ "The configuration for the cart. Used in the configureMultiCart action.",
186
187
  table: {
187
188
  type: { summary: "object" },
188
189
  defaultValue: { summary: undefined }
189
190
  }
190
191
  },
191
192
  multiCartParams: {
192
- description: "TODO",
193
+ description:
194
+ "The parameters to be used when adding items to multi cart. Used in the addToMultiCart action.",
193
195
  table: {
194
196
  type: { summary: "object" },
195
197
  defaultValue: { summary: undefined }
196
198
  }
197
199
  },
198
200
  isInCart: {
199
- description: "Whether the obligation is currently in the cart",
201
+ description: "Whether the obligation is currently in the cart.",
200
202
  table: {
201
203
  type: { summary: "boolean" },
202
204
  defaultValue: { summary: false }