@workday/canvas-kit-docs 11.0.0-alpha.773-next.0 → 11.0.0-alpha.775-next.0

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.
@@ -27044,12 +27044,12 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
27044
27044
  },
27045
27045
  {
27046
27046
  "name": "StatusIndicatorVariant",
27047
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx",
27047
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx",
27048
27048
  "description": "",
27049
27049
  "declarations": [
27050
27050
  {
27051
27051
  "name": "StatusIndicatorVariant",
27052
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27052
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27053
27053
  }
27054
27054
  ],
27055
27055
  "tags": {},
@@ -27088,3710 +27088,232 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
27088
27088
  }
27089
27089
  },
27090
27090
  {
27091
- "name": "StatusIndicatorEmphasis",
27092
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx",
27091
+ "name": "StatusIndicatorProps",
27092
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx",
27093
27093
  "description": "",
27094
27094
  "declarations": [
27095
27095
  {
27096
- "name": "StatusIndicatorEmphasis",
27097
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27096
+ "name": "StatusIndicatorProps",
27097
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27098
27098
  }
27099
27099
  ],
27100
27100
  "tags": {},
27101
27101
  "type": {
27102
- "kind": "type",
27103
- "typeParameters": [],
27104
- "value": {
27105
- "kind": "union",
27106
- "value": [
27107
- {
27108
- "kind": "string",
27109
- "value": "high"
27110
- },
27111
- {
27112
- "kind": "string",
27113
- "value": "low"
27114
- }
27115
- ]
27116
- }
27102
+ "kind": "alias",
27103
+ "name": "StatusIndicator"
27117
27104
  }
27118
27105
  },
27119
27106
  {
27120
- "name": "useStatusIndicatorModel",
27121
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx",
27122
- "description": "",
27107
+ "name": "StatusIndicator",
27108
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx",
27109
+ "description": "`StatusIndicator` is a container component which renders an {@link Flex} under the hood to\napply spacing evenly between its children. It has a default maximum width of `200px`.\n\n```tsx\n<StatusIndicator emphasis=\"low\" variant=\"blue\">\n {Child components}\n</StatusIndicator>\n```",
27123
27110
  "declarations": [
27124
27111
  {
27125
- "name": "useStatusIndicatorModel",
27126
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27112
+ "name": "StatusIndicator",
27113
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27127
27114
  }
27128
27115
  ],
27129
27116
  "tags": {},
27130
27117
  "type": {
27131
- "kind": "modelHook",
27132
- "name": "useStatusIndicatorModel",
27133
- "defaultConfig": [
27118
+ "kind": "enhancedComponent",
27119
+ "componentType": "regular",
27120
+ "displayName": "StatusIndicator",
27121
+ "props": [
27134
27122
  {
27135
27123
  "kind": "property",
27136
27124
  "name": "emphasis",
27137
- "defaultValue": {
27138
- "kind": "string",
27139
- "value": "low"
27140
- },
27125
+ "required": false,
27141
27126
  "type": {
27142
- "kind": "symbol",
27143
- "name": "StatusIndicatorEmphasis",
27144
- "value": "StatusIndicatorEmphasis"
27127
+ "kind": "union",
27128
+ "value": [
27129
+ {
27130
+ "kind": "string",
27131
+ "value": "high"
27132
+ },
27133
+ {
27134
+ "kind": "string",
27135
+ "value": "low"
27136
+ }
27137
+ ]
27145
27138
  },
27146
- "required": false,
27147
27139
  "description": "Defines the emphasis of the `StatusIndicator`.\n`high` emphasis will create more contrast between the background and text colors.\n`low` emphasis will create less contrast between the background and text colors.",
27148
27140
  "declarations": [
27149
27141
  {
27150
27142
  "name": "emphasis",
27151
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27143
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27152
27144
  }
27153
27145
  ],
27154
27146
  "tags": {
27155
27147
  "default": "'low'"
27148
+ },
27149
+ "defaultValue": {
27150
+ "kind": "string",
27151
+ "value": "low"
27156
27152
  }
27157
27153
  },
27158
27154
  {
27159
27155
  "kind": "property",
27160
27156
  "name": "variant",
27161
- "defaultValue": {
27162
- "kind": "string",
27163
- "value": "gray"
27164
- },
27157
+ "required": false,
27165
27158
  "type": {
27166
27159
  "kind": "symbol",
27167
27160
  "name": "StatusIndicatorVariant",
27168
27161
  "value": "StatusIndicatorVariant"
27169
27162
  },
27170
- "required": false,
27171
27163
  "description": "Defines the color of the `StatusIndicator`.",
27172
27164
  "declarations": [
27173
27165
  {
27174
27166
  "name": "variant",
27175
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27167
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27176
27168
  }
27177
27169
  ],
27178
27170
  "tags": {
27179
27171
  "default": "'gray'"
27172
+ },
27173
+ "defaultValue": {
27174
+ "kind": "string",
27175
+ "value": "gray"
27180
27176
  }
27181
- }
27182
- ],
27183
- "requiredConfig": []
27184
- }
27185
- },
27186
- {
27187
- "name": "StatusIndicatorModel",
27188
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx",
27189
- "description": "",
27190
- "declarations": [
27191
- {
27192
- "name": "useStatusIndicatorModel",
27193
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27194
- }
27195
- ],
27196
- "tags": {},
27197
- "type": {
27198
- "kind": "model",
27199
- "state": [
27177
+ },
27200
27178
  {
27201
27179
  "kind": "property",
27202
- "name": "emphasis",
27180
+ "name": "children",
27181
+ "required": true,
27203
27182
  "type": {
27204
- "kind": "symbol",
27205
- "name": "StatusIndicatorEmphasis",
27206
- "value": "StatusIndicatorEmphasis"
27183
+ "kind": "external",
27184
+ "name": "ReactNode",
27185
+ "url": "https://reactjs.org/docs/rendering-elements.html"
27207
27186
  },
27208
- "required": true,
27209
- "description": "Defines the emphasis of the `StatusIndicator`.\n`high` emphasis will create more contrast between the background and text colors.\n`low` emphasis will create less contrast between the background and text colors.",
27187
+ "description": "Children of the `StatusIndicator`. Can contain a `StatusIndicator.Label` and optionally a `StatusIndicator.Icon`.",
27210
27188
  "declarations": [
27211
27189
  {
27212
- "name": "emphasis",
27213
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27190
+ "name": "children",
27191
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27214
27192
  }
27215
27193
  ],
27216
- "tags": {
27217
- "default": "'low'"
27218
- }
27194
+ "tags": {}
27219
27195
  },
27220
27196
  {
27221
27197
  "kind": "property",
27222
- "name": "variant",
27198
+ "name": "cs",
27199
+ "required": false,
27223
27200
  "type": {
27224
27201
  "kind": "symbol",
27225
- "name": "StatusIndicatorVariant",
27226
- "value": "StatusIndicatorVariant"
27202
+ "name": "CSToPropsInput",
27203
+ "value": "CSToPropsInput"
27227
27204
  },
27228
- "required": true,
27229
- "description": "Defines the color of the `StatusIndicator`.",
27205
+ "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles} instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
27230
27206
  "declarations": [
27231
27207
  {
27232
- "name": "variant",
27233
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27208
+ "name": "cs",
27209
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
27234
27210
  }
27235
27211
  ],
27236
- "tags": {
27237
- "default": "'gray'"
27238
- }
27239
- }
27240
- ],
27241
- "events": [],
27242
- "modelProperties": []
27243
- }
27244
- },
27245
- {
27246
- "name": "StatusIndicatorModelConfig",
27247
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx",
27248
- "description": "",
27249
- "declarations": [
27250
- {
27251
- "name": "useStatusIndicatorModel",
27252
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27253
- }
27254
- ],
27255
- "tags": {},
27256
- "type": {
27257
- "kind": "object",
27258
- "properties": [
27212
+ "tags": {}
27213
+ },
27259
27214
  {
27260
27215
  "kind": "property",
27261
- "name": "emphasis",
27262
- "defaultValue": {
27263
- "kind": "string",
27264
- "value": "low"
27265
- },
27216
+ "name": "as",
27217
+ "description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
27218
+ "tags": {},
27219
+ "declarations": [],
27266
27220
  "type": {
27267
- "kind": "symbol",
27268
- "name": "StatusIndicatorEmphasis",
27269
- "value": "StatusIndicatorEmphasis"
27221
+ "kind": "external",
27222
+ "name": "React.ElementType",
27223
+ "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
27270
27224
  },
27271
- "required": false,
27272
- "description": "Defines the emphasis of the `StatusIndicator`.\n`high` emphasis will create more contrast between the background and text colors.\n`low` emphasis will create less contrast between the background and text colors.",
27273
- "declarations": [
27274
- {
27275
- "name": "emphasis",
27276
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27277
- }
27278
- ],
27279
- "tags": {
27280
- "default": "'low'"
27225
+ "defaultValue": {
27226
+ "kind": "external",
27227
+ "name": "div",
27228
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
27281
27229
  }
27282
27230
  },
27283
27231
  {
27284
27232
  "kind": "property",
27285
- "name": "variant",
27286
- "defaultValue": {
27287
- "kind": "string",
27288
- "value": "gray"
27289
- },
27233
+ "name": "ref",
27234
+ "description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
27235
+ "tags": {},
27236
+ "declarations": [],
27290
27237
  "type": {
27291
- "kind": "symbol",
27292
- "name": "StatusIndicatorVariant",
27293
- "value": "StatusIndicatorVariant"
27294
- },
27295
- "required": false,
27296
- "description": "Defines the color of the `StatusIndicator`.",
27238
+ "kind": "external",
27239
+ "name": "React.Ref",
27240
+ "url": "https://reactjs.org/docs/refs-and-the-dom.html",
27241
+ "typeParameters": [
27242
+ {
27243
+ "kind": "typeParameter",
27244
+ "name": "R",
27245
+ "required": true,
27246
+ "defaultValue": {
27247
+ "kind": "external",
27248
+ "name": "div",
27249
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
27250
+ }
27251
+ }
27252
+ ]
27253
+ }
27254
+ }
27255
+ ],
27256
+ "baseElement": {
27257
+ "kind": "external",
27258
+ "name": "div",
27259
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
27260
+ },
27261
+ "subComponents": [
27262
+ {
27263
+ "name": "Label",
27264
+ "symbol": "StatusIndicatorLabel",
27265
+ "description": "`StatusIndicator.Label` renders {@link Text} under the hood. It will apply an ellipsis if its\ncontents exceed the component's maximum width.\n\n```tsx\n<StatusIndicator.Label>{The text to be rendered}</StatusIndicator.Label>\n```",
27297
27266
  "declarations": [
27298
27267
  {
27299
- "name": "variant",
27300
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27268
+ "name": "Label",
27269
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27270
+ },
27271
+ {
27272
+ "name": "StatusIndicatorLabel",
27273
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorLabel.tsx"
27301
27274
  }
27302
27275
  ],
27303
- "tags": {
27304
- "default": "'gray'"
27305
- }
27276
+ "tags": {}
27306
27277
  },
27307
- null
27308
- ]
27278
+ {
27279
+ "name": "Icon",
27280
+ "symbol": "StatusIndicatorIcon",
27281
+ "description": "`StatusIndicator.Icon` renders {@link SystemIcon} under the hood. It's used as a decorative\nelement to visually support the {@link StatusIndicatorLabel StatusIndicator.Label} text.\n\n```tsx\n<StatusIndicator.Icon icon={uploadCloudIcon} />\n```",
27282
+ "declarations": [
27283
+ {
27284
+ "name": "Icon",
27285
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27286
+ },
27287
+ {
27288
+ "name": "StatusIndicatorIcon",
27289
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27290
+ }
27291
+ ],
27292
+ "tags": {}
27293
+ }
27294
+ ],
27295
+ "styleComponent": {
27296
+ "kind": "symbol",
27297
+ "name": "Flex"
27298
+ }
27309
27299
  }
27310
27300
  },
27311
27301
  {
27312
- "name": "StatusIndicatorModelState",
27313
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx",
27302
+ "name": "StatusIndicatorIconProps",
27303
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx",
27314
27304
  "description": "",
27315
- "tags": {},
27316
- "declarations": [],
27317
- "type": {
27318
- "kind": "object",
27319
- "properties": [
27320
- {
27321
- "kind": "property",
27322
- "name": "emphasis",
27323
- "type": {
27324
- "kind": "symbol",
27325
- "name": "StatusIndicatorEmphasis",
27326
- "value": "StatusIndicatorEmphasis"
27327
- },
27328
- "required": true,
27329
- "description": "Defines the emphasis of the `StatusIndicator`.\n`high` emphasis will create more contrast between the background and text colors.\n`low` emphasis will create less contrast between the background and text colors.",
27330
- "declarations": [
27331
- {
27332
- "name": "emphasis",
27333
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27334
- }
27335
- ],
27336
- "tags": {
27337
- "default": "'low'"
27338
- }
27339
- },
27340
- {
27341
- "kind": "property",
27342
- "name": "variant",
27343
- "type": {
27344
- "kind": "symbol",
27345
- "name": "StatusIndicatorVariant",
27346
- "value": "StatusIndicatorVariant"
27347
- },
27348
- "required": true,
27349
- "description": "Defines the color of the `StatusIndicator`.",
27350
- "declarations": [
27351
- {
27352
- "name": "variant",
27353
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx"
27354
- }
27355
- ],
27356
- "tags": {
27357
- "default": "'gray'"
27358
- }
27359
- }
27360
- ]
27361
- }
27362
- },
27363
- {
27364
- "name": "StatusIndicatorModelEvents",
27365
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/hooks/useStatusIndicatorModel.tsx",
27366
- "description": "",
27367
- "tags": {},
27368
- "declarations": [],
27369
- "type": {
27370
- "kind": "object",
27371
- "properties": []
27372
- }
27373
- },
27374
- {
27375
- "name": "StatusIndicatorProps",
27376
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx",
27377
- "description": "",
27378
- "declarations": [
27379
- {
27380
- "name": "StatusIndicatorProps",
27381
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27382
- }
27383
- ],
27384
- "tags": {},
27385
- "type": {
27386
- "kind": "alias",
27387
- "name": "StatusIndicator"
27388
- }
27389
- },
27390
- {
27391
- "name": "StatusIndicator",
27392
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx",
27393
- "description": "`StatusIndicator` is a container component which renders an {@link Flex} under the hood to\napply spacing evenly between its children. It has a default maximum width of `200px`.\n\n```tsx\n<StatusIndicator emphasis=\"low\" variant=\"blue\">\n {Child components}\n</StatusIndicator>\n```",
27394
- "declarations": [
27395
- {
27396
- "name": "StatusIndicator",
27397
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27398
- }
27399
- ],
27400
- "tags": {},
27401
- "type": {
27402
- "kind": "enhancedComponent",
27403
- "componentType": "container",
27404
- "displayName": "StatusIndicator",
27405
- "props": [
27406
- {
27407
- "kind": "property",
27408
- "name": "children",
27409
- "required": true,
27410
- "type": {
27411
- "kind": "external",
27412
- "name": "ReactNode",
27413
- "url": "https://reactjs.org/docs/rendering-elements.html"
27414
- },
27415
- "description": "Children of the `StatusIndicator`. Can contain a `StatusIndicator.Label` and optionally a `StatusIndicator.Icon`.",
27416
- "declarations": [
27417
- {
27418
- "name": "children",
27419
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27420
- }
27421
- ],
27422
- "tags": {}
27423
- },
27424
- {
27425
- "kind": "property",
27426
- "name": "cs",
27427
- "required": false,
27428
- "type": {
27429
- "kind": "symbol",
27430
- "name": "CSToPropsInput",
27431
- "value": "CSToPropsInput"
27432
- },
27433
- "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles} instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
27434
- "declarations": [
27435
- {
27436
- "name": "cs",
27437
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
27438
- }
27439
- ],
27440
- "tags": {}
27441
- },
27442
- {
27443
- "kind": "property",
27444
- "name": "as",
27445
- "description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
27446
- "tags": {},
27447
- "declarations": [],
27448
- "type": {
27449
- "kind": "external",
27450
- "name": "React.ElementType",
27451
- "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
27452
- },
27453
- "defaultValue": {
27454
- "kind": "external",
27455
- "name": "div",
27456
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
27457
- }
27458
- },
27459
- {
27460
- "kind": "property",
27461
- "name": "ref",
27462
- "description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
27463
- "tags": {},
27464
- "declarations": [],
27465
- "type": {
27466
- "kind": "external",
27467
- "name": "React.Ref",
27468
- "url": "https://reactjs.org/docs/refs-and-the-dom.html",
27469
- "typeParameters": [
27470
- {
27471
- "kind": "typeParameter",
27472
- "name": "R",
27473
- "required": true,
27474
- "defaultValue": {
27475
- "kind": "external",
27476
- "name": "div",
27477
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
27478
- }
27479
- }
27480
- ]
27481
- }
27482
- },
27483
- {
27484
- "kind": "property",
27485
- "name": "model",
27486
- "description": "Optional model to pass to the component. This will override the default model created for the component. This can be useful if you want to access to the state and events of the model, or if you have nested components of the same type and you need to override the model provided by React Context.",
27487
- "tags": {},
27488
- "declarations": [],
27489
- "type": {
27490
- "kind": "symbol",
27491
- "name": "StatusIndicatorModel"
27492
- }
27493
- },
27494
- {
27495
- "kind": "property",
27496
- "name": "elemPropsHook",
27497
- "description": "Optional hook that receives the model and all props to be applied to the element. If you use this, it is your responsibility to return props, merging as appropriate. For example, returning an empty object will disable all elemProps hooks associated with this component. This allows finer control over a component without creating a new one.",
27498
- "tags": {},
27499
- "declarations": [],
27500
- "type": {
27501
- "kind": "function",
27502
- "parameters": [
27503
- {
27504
- "kind": "parameter",
27505
- "description": "",
27506
- "tags": {},
27507
- "declarations": [],
27508
- "name": "model",
27509
- "type": {
27510
- "kind": "symbol",
27511
- "name": "StatusIndicatorModel"
27512
- },
27513
- "required": true
27514
- },
27515
- {
27516
- "kind": "parameter",
27517
- "description": "",
27518
- "tags": {},
27519
- "declarations": [],
27520
- "name": "elemProps",
27521
- "type": {
27522
- "kind": "generic",
27523
- "name": "TProps"
27524
- }
27525
- }
27526
- ],
27527
- "returnType": {
27528
- "kind": "external",
27529
- "name": "HTML Attributes",
27530
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes"
27531
- }
27532
- }
27533
- }
27534
- ],
27535
- "baseElement": {
27536
- "kind": "external",
27537
- "name": "div",
27538
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
27539
- },
27540
- "model": "StatusIndicatorModel",
27541
- "styleComponent": {
27542
- "kind": "symbol",
27543
- "name": "Flex"
27544
- },
27545
- "subComponents": [
27546
- {
27547
- "name": "Label",
27548
- "symbol": "StatusIndicatorLabel",
27549
- "description": "`StatusIndicator.Label` renders {@link Text} under the hood. It will apply an ellipsis if its\ncontents exceed the component's maximum width.\n\n```tsx\n<StatusIndicator.Label>{The text to be rendered}</StatusIndicator.Label>\n```",
27550
- "declarations": [
27551
- {
27552
- "name": "Label",
27553
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27554
- },
27555
- {
27556
- "name": "StatusIndicatorLabel",
27557
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorLabel.tsx"
27558
- }
27559
- ],
27560
- "tags": {}
27561
- },
27562
- {
27563
- "name": "Icon",
27564
- "symbol": "StatusIndicatorIcon",
27565
- "description": "`StatusIndicator.Icon` renders {@link SystemIcon} under the hood. It's used as a decorative\nelement to visually support the {@link StatusIndicatorLabel StatusIndicator.Label} text.\n\n```tsx\n<StatusIndicator.Icon icon={uploadCloudIcon} />\n```",
27566
- "declarations": [
27567
- {
27568
- "name": "Icon",
27569
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
27570
- },
27571
- {
27572
- "name": "StatusIndicatorIcon",
27573
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27574
- }
27575
- ],
27576
- "tags": {}
27577
- }
27578
- ]
27579
- }
27580
- },
27581
- {
27582
- "name": "StatusIndicatorIconProps",
27583
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx",
27584
- "description": "",
27585
- "declarations": [
27586
- {
27587
- "name": "StatusIndicatorIconProps",
27588
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27589
- }
27590
- ],
27305
+ "declarations": [
27306
+ {
27307
+ "name": "StatusIndicatorIconProps",
27308
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27309
+ }
27310
+ ],
27591
27311
  "tags": {},
27592
27312
  "type": {
27593
27313
  "kind": "alias",
27594
27314
  "name": "StatusIndicatorIcon"
27595
27315
  }
27596
27316
  },
27597
- {
27598
- "name": "statusIndicatorColors",
27599
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx",
27600
- "description": "### ⚠️ We've deprecated `statusIndicatorColors` for StatusIndicator because it's now directly handeled by Style Utility. ⚠️\nPlease consider using [`StatusIndicator`](https://workday.github.io/canvas-kit/?path=/docs/preview-status-indicator--basic) instead.",
27601
- "declarations": [
27602
- {
27603
- "name": "statusIndicatorColors",
27604
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27605
- }
27606
- ],
27607
- "tags": {
27608
- "deprecated": ""
27609
- },
27610
- "type": {
27611
- "kind": "object",
27612
- "properties": [
27613
- {
27614
- "kind": "property",
27615
- "name": "gray",
27616
- "defaultValue": {
27617
- "kind": "object",
27618
- "properties": [
27619
- {
27620
- "kind": "property",
27621
- "name": "high",
27622
- "defaultValue": {
27623
- "kind": "object",
27624
- "properties": [
27625
- {
27626
- "kind": "property",
27627
- "name": "text",
27628
- "defaultValue": {
27629
- "kind": "property",
27630
- "name": "frenchVanilla100",
27631
- "type": {
27632
- "kind": "primitive",
27633
- "value": "string"
27634
- }
27635
- },
27636
- "type": {
27637
- "kind": "primitive",
27638
- "value": "string"
27639
- },
27640
- "required": true,
27641
- "description": "",
27642
- "declarations": [
27643
- {
27644
- "name": "text",
27645
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27646
- }
27647
- ],
27648
- "tags": {}
27649
- },
27650
- {
27651
- "kind": "property",
27652
- "name": "background",
27653
- "defaultValue": {
27654
- "kind": "property",
27655
- "name": "licorice300",
27656
- "type": {
27657
- "kind": "primitive",
27658
- "value": "string"
27659
- }
27660
- },
27661
- "type": {
27662
- "kind": "primitive",
27663
- "value": "string"
27664
- },
27665
- "required": true,
27666
- "description": "",
27667
- "declarations": [
27668
- {
27669
- "name": "background",
27670
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27671
- }
27672
- ],
27673
- "tags": {}
27674
- }
27675
- ]
27676
- },
27677
- "type": {
27678
- "kind": "object",
27679
- "properties": [
27680
- {
27681
- "kind": "property",
27682
- "name": "text",
27683
- "defaultValue": {
27684
- "kind": "property",
27685
- "name": "frenchVanilla100",
27686
- "type": {
27687
- "kind": "primitive",
27688
- "value": "string"
27689
- }
27690
- },
27691
- "type": {
27692
- "kind": "primitive",
27693
- "value": "string"
27694
- },
27695
- "required": true,
27696
- "description": "",
27697
- "declarations": [
27698
- {
27699
- "name": "text",
27700
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27701
- }
27702
- ],
27703
- "tags": {}
27704
- },
27705
- {
27706
- "kind": "property",
27707
- "name": "background",
27708
- "defaultValue": {
27709
- "kind": "property",
27710
- "name": "licorice300",
27711
- "type": {
27712
- "kind": "primitive",
27713
- "value": "string"
27714
- }
27715
- },
27716
- "type": {
27717
- "kind": "primitive",
27718
- "value": "string"
27719
- },
27720
- "required": true,
27721
- "description": "",
27722
- "declarations": [
27723
- {
27724
- "name": "background",
27725
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27726
- }
27727
- ],
27728
- "tags": {}
27729
- }
27730
- ]
27731
- },
27732
- "required": true,
27733
- "description": "",
27734
- "declarations": [
27735
- {
27736
- "name": "high",
27737
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27738
- }
27739
- ],
27740
- "tags": {}
27741
- },
27742
- {
27743
- "kind": "property",
27744
- "name": "low",
27745
- "defaultValue": {
27746
- "kind": "object",
27747
- "properties": [
27748
- {
27749
- "kind": "property",
27750
- "name": "text",
27751
- "defaultValue": {
27752
- "kind": "property",
27753
- "name": "licorice400",
27754
- "type": {
27755
- "kind": "primitive",
27756
- "value": "string"
27757
- }
27758
- },
27759
- "type": {
27760
- "kind": "primitive",
27761
- "value": "string"
27762
- },
27763
- "required": true,
27764
- "description": "",
27765
- "declarations": [
27766
- {
27767
- "name": "text",
27768
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27769
- }
27770
- ],
27771
- "tags": {}
27772
- },
27773
- {
27774
- "kind": "property",
27775
- "name": "background",
27776
- "defaultValue": {
27777
- "kind": "property",
27778
- "name": "soap300",
27779
- "type": {
27780
- "kind": "primitive",
27781
- "value": "string"
27782
- }
27783
- },
27784
- "type": {
27785
- "kind": "primitive",
27786
- "value": "string"
27787
- },
27788
- "required": true,
27789
- "description": "",
27790
- "declarations": [
27791
- {
27792
- "name": "background",
27793
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27794
- }
27795
- ],
27796
- "tags": {}
27797
- }
27798
- ]
27799
- },
27800
- "type": {
27801
- "kind": "object",
27802
- "properties": [
27803
- {
27804
- "kind": "property",
27805
- "name": "text",
27806
- "defaultValue": {
27807
- "kind": "property",
27808
- "name": "licorice400",
27809
- "type": {
27810
- "kind": "primitive",
27811
- "value": "string"
27812
- }
27813
- },
27814
- "type": {
27815
- "kind": "primitive",
27816
- "value": "string"
27817
- },
27818
- "required": true,
27819
- "description": "",
27820
- "declarations": [
27821
- {
27822
- "name": "text",
27823
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27824
- }
27825
- ],
27826
- "tags": {}
27827
- },
27828
- {
27829
- "kind": "property",
27830
- "name": "background",
27831
- "defaultValue": {
27832
- "kind": "property",
27833
- "name": "soap300",
27834
- "type": {
27835
- "kind": "primitive",
27836
- "value": "string"
27837
- }
27838
- },
27839
- "type": {
27840
- "kind": "primitive",
27841
- "value": "string"
27842
- },
27843
- "required": true,
27844
- "description": "",
27845
- "declarations": [
27846
- {
27847
- "name": "background",
27848
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27849
- }
27850
- ],
27851
- "tags": {}
27852
- }
27853
- ]
27854
- },
27855
- "required": true,
27856
- "description": "",
27857
- "declarations": [
27858
- {
27859
- "name": "low",
27860
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27861
- }
27862
- ],
27863
- "tags": {}
27864
- }
27865
- ]
27866
- },
27867
- "type": {
27868
- "kind": "object",
27869
- "properties": [
27870
- {
27871
- "kind": "property",
27872
- "name": "high",
27873
- "defaultValue": {
27874
- "kind": "object",
27875
- "properties": [
27876
- {
27877
- "kind": "property",
27878
- "name": "text",
27879
- "defaultValue": {
27880
- "kind": "property",
27881
- "name": "frenchVanilla100",
27882
- "type": {
27883
- "kind": "primitive",
27884
- "value": "string"
27885
- }
27886
- },
27887
- "type": {
27888
- "kind": "primitive",
27889
- "value": "string"
27890
- },
27891
- "required": true,
27892
- "description": "",
27893
- "declarations": [
27894
- {
27895
- "name": "text",
27896
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27897
- }
27898
- ],
27899
- "tags": {}
27900
- },
27901
- {
27902
- "kind": "property",
27903
- "name": "background",
27904
- "defaultValue": {
27905
- "kind": "property",
27906
- "name": "licorice300",
27907
- "type": {
27908
- "kind": "primitive",
27909
- "value": "string"
27910
- }
27911
- },
27912
- "type": {
27913
- "kind": "primitive",
27914
- "value": "string"
27915
- },
27916
- "required": true,
27917
- "description": "",
27918
- "declarations": [
27919
- {
27920
- "name": "background",
27921
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27922
- }
27923
- ],
27924
- "tags": {}
27925
- }
27926
- ]
27927
- },
27928
- "type": {
27929
- "kind": "object",
27930
- "properties": [
27931
- {
27932
- "kind": "property",
27933
- "name": "text",
27934
- "defaultValue": {
27935
- "kind": "property",
27936
- "name": "frenchVanilla100",
27937
- "type": {
27938
- "kind": "primitive",
27939
- "value": "string"
27940
- }
27941
- },
27942
- "type": {
27943
- "kind": "primitive",
27944
- "value": "string"
27945
- },
27946
- "required": true,
27947
- "description": "",
27948
- "declarations": [
27949
- {
27950
- "name": "text",
27951
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27952
- }
27953
- ],
27954
- "tags": {}
27955
- },
27956
- {
27957
- "kind": "property",
27958
- "name": "background",
27959
- "defaultValue": {
27960
- "kind": "property",
27961
- "name": "licorice300",
27962
- "type": {
27963
- "kind": "primitive",
27964
- "value": "string"
27965
- }
27966
- },
27967
- "type": {
27968
- "kind": "primitive",
27969
- "value": "string"
27970
- },
27971
- "required": true,
27972
- "description": "",
27973
- "declarations": [
27974
- {
27975
- "name": "background",
27976
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27977
- }
27978
- ],
27979
- "tags": {}
27980
- }
27981
- ]
27982
- },
27983
- "required": true,
27984
- "description": "",
27985
- "declarations": [
27986
- {
27987
- "name": "high",
27988
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
27989
- }
27990
- ],
27991
- "tags": {}
27992
- },
27993
- {
27994
- "kind": "property",
27995
- "name": "low",
27996
- "defaultValue": {
27997
- "kind": "object",
27998
- "properties": [
27999
- {
28000
- "kind": "property",
28001
- "name": "text",
28002
- "defaultValue": {
28003
- "kind": "property",
28004
- "name": "licorice400",
28005
- "type": {
28006
- "kind": "primitive",
28007
- "value": "string"
28008
- }
28009
- },
28010
- "type": {
28011
- "kind": "primitive",
28012
- "value": "string"
28013
- },
28014
- "required": true,
28015
- "description": "",
28016
- "declarations": [
28017
- {
28018
- "name": "text",
28019
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28020
- }
28021
- ],
28022
- "tags": {}
28023
- },
28024
- {
28025
- "kind": "property",
28026
- "name": "background",
28027
- "defaultValue": {
28028
- "kind": "property",
28029
- "name": "soap300",
28030
- "type": {
28031
- "kind": "primitive",
28032
- "value": "string"
28033
- }
28034
- },
28035
- "type": {
28036
- "kind": "primitive",
28037
- "value": "string"
28038
- },
28039
- "required": true,
28040
- "description": "",
28041
- "declarations": [
28042
- {
28043
- "name": "background",
28044
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28045
- }
28046
- ],
28047
- "tags": {}
28048
- }
28049
- ]
28050
- },
28051
- "type": {
28052
- "kind": "object",
28053
- "properties": [
28054
- {
28055
- "kind": "property",
28056
- "name": "text",
28057
- "defaultValue": {
28058
- "kind": "property",
28059
- "name": "licorice400",
28060
- "type": {
28061
- "kind": "primitive",
28062
- "value": "string"
28063
- }
28064
- },
28065
- "type": {
28066
- "kind": "primitive",
28067
- "value": "string"
28068
- },
28069
- "required": true,
28070
- "description": "",
28071
- "declarations": [
28072
- {
28073
- "name": "text",
28074
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28075
- }
28076
- ],
28077
- "tags": {}
28078
- },
28079
- {
28080
- "kind": "property",
28081
- "name": "background",
28082
- "defaultValue": {
28083
- "kind": "property",
28084
- "name": "soap300",
28085
- "type": {
28086
- "kind": "primitive",
28087
- "value": "string"
28088
- }
28089
- },
28090
- "type": {
28091
- "kind": "primitive",
28092
- "value": "string"
28093
- },
28094
- "required": true,
28095
- "description": "",
28096
- "declarations": [
28097
- {
28098
- "name": "background",
28099
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28100
- }
28101
- ],
28102
- "tags": {}
28103
- }
28104
- ]
28105
- },
28106
- "required": true,
28107
- "description": "",
28108
- "declarations": [
28109
- {
28110
- "name": "low",
28111
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28112
- }
28113
- ],
28114
- "tags": {}
28115
- }
28116
- ]
28117
- },
28118
- "required": true,
28119
- "description": "",
28120
- "declarations": [
28121
- {
28122
- "name": "gray",
28123
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28124
- }
28125
- ],
28126
- "tags": {}
28127
- },
28128
- {
28129
- "kind": "property",
28130
- "name": "orange",
28131
- "defaultValue": {
28132
- "kind": "object",
28133
- "properties": [
28134
- {
28135
- "kind": "property",
28136
- "name": "high",
28137
- "defaultValue": {
28138
- "kind": "object",
28139
- "properties": [
28140
- {
28141
- "kind": "property",
28142
- "name": "text",
28143
- "defaultValue": {
28144
- "kind": "property",
28145
- "name": "licorice500",
28146
- "type": {
28147
- "kind": "primitive",
28148
- "value": "string"
28149
- }
28150
- },
28151
- "type": {
28152
- "kind": "primitive",
28153
- "value": "string"
28154
- },
28155
- "required": true,
28156
- "description": "",
28157
- "declarations": [
28158
- {
28159
- "name": "text",
28160
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28161
- }
28162
- ],
28163
- "tags": {}
28164
- },
28165
- {
28166
- "kind": "property",
28167
- "name": "background",
28168
- "defaultValue": {
28169
- "kind": "property",
28170
- "name": "cantaloupe400",
28171
- "type": {
28172
- "kind": "primitive",
28173
- "value": "string"
28174
- }
28175
- },
28176
- "type": {
28177
- "kind": "primitive",
28178
- "value": "string"
28179
- },
28180
- "required": true,
28181
- "description": "",
28182
- "declarations": [
28183
- {
28184
- "name": "background",
28185
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28186
- }
28187
- ],
28188
- "tags": {}
28189
- }
28190
- ]
28191
- },
28192
- "type": {
28193
- "kind": "object",
28194
- "properties": [
28195
- {
28196
- "kind": "property",
28197
- "name": "text",
28198
- "defaultValue": {
28199
- "kind": "property",
28200
- "name": "licorice500",
28201
- "type": {
28202
- "kind": "primitive",
28203
- "value": "string"
28204
- }
28205
- },
28206
- "type": {
28207
- "kind": "primitive",
28208
- "value": "string"
28209
- },
28210
- "required": true,
28211
- "description": "",
28212
- "declarations": [
28213
- {
28214
- "name": "text",
28215
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28216
- }
28217
- ],
28218
- "tags": {}
28219
- },
28220
- {
28221
- "kind": "property",
28222
- "name": "background",
28223
- "defaultValue": {
28224
- "kind": "property",
28225
- "name": "cantaloupe400",
28226
- "type": {
28227
- "kind": "primitive",
28228
- "value": "string"
28229
- }
28230
- },
28231
- "type": {
28232
- "kind": "primitive",
28233
- "value": "string"
28234
- },
28235
- "required": true,
28236
- "description": "",
28237
- "declarations": [
28238
- {
28239
- "name": "background",
28240
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28241
- }
28242
- ],
28243
- "tags": {}
28244
- }
28245
- ]
28246
- },
28247
- "required": true,
28248
- "description": "",
28249
- "declarations": [
28250
- {
28251
- "name": "high",
28252
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28253
- }
28254
- ],
28255
- "tags": {}
28256
- },
28257
- {
28258
- "kind": "property",
28259
- "name": "low",
28260
- "defaultValue": {
28261
- "kind": "object",
28262
- "properties": [
28263
- {
28264
- "kind": "property",
28265
- "name": "text",
28266
- "defaultValue": {
28267
- "kind": "property",
28268
- "name": "toastedMarshmallow600",
28269
- "type": {
28270
- "kind": "primitive",
28271
- "value": "string"
28272
- }
28273
- },
28274
- "type": {
28275
- "kind": "primitive",
28276
- "value": "string"
28277
- },
28278
- "required": true,
28279
- "description": "",
28280
- "declarations": [
28281
- {
28282
- "name": "text",
28283
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28284
- }
28285
- ],
28286
- "tags": {}
28287
- },
28288
- {
28289
- "kind": "property",
28290
- "name": "background",
28291
- "defaultValue": {
28292
- "kind": "property",
28293
- "name": "cantaloupe100",
28294
- "type": {
28295
- "kind": "primitive",
28296
- "value": "string"
28297
- }
28298
- },
28299
- "type": {
28300
- "kind": "primitive",
28301
- "value": "string"
28302
- },
28303
- "required": true,
28304
- "description": "",
28305
- "declarations": [
28306
- {
28307
- "name": "background",
28308
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28309
- }
28310
- ],
28311
- "tags": {}
28312
- }
28313
- ]
28314
- },
28315
- "type": {
28316
- "kind": "object",
28317
- "properties": [
28318
- {
28319
- "kind": "property",
28320
- "name": "text",
28321
- "defaultValue": {
28322
- "kind": "property",
28323
- "name": "toastedMarshmallow600",
28324
- "type": {
28325
- "kind": "primitive",
28326
- "value": "string"
28327
- }
28328
- },
28329
- "type": {
28330
- "kind": "primitive",
28331
- "value": "string"
28332
- },
28333
- "required": true,
28334
- "description": "",
28335
- "declarations": [
28336
- {
28337
- "name": "text",
28338
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28339
- }
28340
- ],
28341
- "tags": {}
28342
- },
28343
- {
28344
- "kind": "property",
28345
- "name": "background",
28346
- "defaultValue": {
28347
- "kind": "property",
28348
- "name": "cantaloupe100",
28349
- "type": {
28350
- "kind": "primitive",
28351
- "value": "string"
28352
- }
28353
- },
28354
- "type": {
28355
- "kind": "primitive",
28356
- "value": "string"
28357
- },
28358
- "required": true,
28359
- "description": "",
28360
- "declarations": [
28361
- {
28362
- "name": "background",
28363
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28364
- }
28365
- ],
28366
- "tags": {}
28367
- }
28368
- ]
28369
- },
28370
- "required": true,
28371
- "description": "",
28372
- "declarations": [
28373
- {
28374
- "name": "low",
28375
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28376
- }
28377
- ],
28378
- "tags": {}
28379
- }
28380
- ]
28381
- },
28382
- "type": {
28383
- "kind": "object",
28384
- "properties": [
28385
- {
28386
- "kind": "property",
28387
- "name": "high",
28388
- "defaultValue": {
28389
- "kind": "object",
28390
- "properties": [
28391
- {
28392
- "kind": "property",
28393
- "name": "text",
28394
- "defaultValue": {
28395
- "kind": "property",
28396
- "name": "licorice500",
28397
- "type": {
28398
- "kind": "primitive",
28399
- "value": "string"
28400
- }
28401
- },
28402
- "type": {
28403
- "kind": "primitive",
28404
- "value": "string"
28405
- },
28406
- "required": true,
28407
- "description": "",
28408
- "declarations": [
28409
- {
28410
- "name": "text",
28411
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28412
- }
28413
- ],
28414
- "tags": {}
28415
- },
28416
- {
28417
- "kind": "property",
28418
- "name": "background",
28419
- "defaultValue": {
28420
- "kind": "property",
28421
- "name": "cantaloupe400",
28422
- "type": {
28423
- "kind": "primitive",
28424
- "value": "string"
28425
- }
28426
- },
28427
- "type": {
28428
- "kind": "primitive",
28429
- "value": "string"
28430
- },
28431
- "required": true,
28432
- "description": "",
28433
- "declarations": [
28434
- {
28435
- "name": "background",
28436
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28437
- }
28438
- ],
28439
- "tags": {}
28440
- }
28441
- ]
28442
- },
28443
- "type": {
28444
- "kind": "object",
28445
- "properties": [
28446
- {
28447
- "kind": "property",
28448
- "name": "text",
28449
- "defaultValue": {
28450
- "kind": "property",
28451
- "name": "licorice500",
28452
- "type": {
28453
- "kind": "primitive",
28454
- "value": "string"
28455
- }
28456
- },
28457
- "type": {
28458
- "kind": "primitive",
28459
- "value": "string"
28460
- },
28461
- "required": true,
28462
- "description": "",
28463
- "declarations": [
28464
- {
28465
- "name": "text",
28466
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28467
- }
28468
- ],
28469
- "tags": {}
28470
- },
28471
- {
28472
- "kind": "property",
28473
- "name": "background",
28474
- "defaultValue": {
28475
- "kind": "property",
28476
- "name": "cantaloupe400",
28477
- "type": {
28478
- "kind": "primitive",
28479
- "value": "string"
28480
- }
28481
- },
28482
- "type": {
28483
- "kind": "primitive",
28484
- "value": "string"
28485
- },
28486
- "required": true,
28487
- "description": "",
28488
- "declarations": [
28489
- {
28490
- "name": "background",
28491
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28492
- }
28493
- ],
28494
- "tags": {}
28495
- }
28496
- ]
28497
- },
28498
- "required": true,
28499
- "description": "",
28500
- "declarations": [
28501
- {
28502
- "name": "high",
28503
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28504
- }
28505
- ],
28506
- "tags": {}
28507
- },
28508
- {
28509
- "kind": "property",
28510
- "name": "low",
28511
- "defaultValue": {
28512
- "kind": "object",
28513
- "properties": [
28514
- {
28515
- "kind": "property",
28516
- "name": "text",
28517
- "defaultValue": {
28518
- "kind": "property",
28519
- "name": "toastedMarshmallow600",
28520
- "type": {
28521
- "kind": "primitive",
28522
- "value": "string"
28523
- }
28524
- },
28525
- "type": {
28526
- "kind": "primitive",
28527
- "value": "string"
28528
- },
28529
- "required": true,
28530
- "description": "",
28531
- "declarations": [
28532
- {
28533
- "name": "text",
28534
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28535
- }
28536
- ],
28537
- "tags": {}
28538
- },
28539
- {
28540
- "kind": "property",
28541
- "name": "background",
28542
- "defaultValue": {
28543
- "kind": "property",
28544
- "name": "cantaloupe100",
28545
- "type": {
28546
- "kind": "primitive",
28547
- "value": "string"
28548
- }
28549
- },
28550
- "type": {
28551
- "kind": "primitive",
28552
- "value": "string"
28553
- },
28554
- "required": true,
28555
- "description": "",
28556
- "declarations": [
28557
- {
28558
- "name": "background",
28559
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28560
- }
28561
- ],
28562
- "tags": {}
28563
- }
28564
- ]
28565
- },
28566
- "type": {
28567
- "kind": "object",
28568
- "properties": [
28569
- {
28570
- "kind": "property",
28571
- "name": "text",
28572
- "defaultValue": {
28573
- "kind": "property",
28574
- "name": "toastedMarshmallow600",
28575
- "type": {
28576
- "kind": "primitive",
28577
- "value": "string"
28578
- }
28579
- },
28580
- "type": {
28581
- "kind": "primitive",
28582
- "value": "string"
28583
- },
28584
- "required": true,
28585
- "description": "",
28586
- "declarations": [
28587
- {
28588
- "name": "text",
28589
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28590
- }
28591
- ],
28592
- "tags": {}
28593
- },
28594
- {
28595
- "kind": "property",
28596
- "name": "background",
28597
- "defaultValue": {
28598
- "kind": "property",
28599
- "name": "cantaloupe100",
28600
- "type": {
28601
- "kind": "primitive",
28602
- "value": "string"
28603
- }
28604
- },
28605
- "type": {
28606
- "kind": "primitive",
28607
- "value": "string"
28608
- },
28609
- "required": true,
28610
- "description": "",
28611
- "declarations": [
28612
- {
28613
- "name": "background",
28614
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28615
- }
28616
- ],
28617
- "tags": {}
28618
- }
28619
- ]
28620
- },
28621
- "required": true,
28622
- "description": "",
28623
- "declarations": [
28624
- {
28625
- "name": "low",
28626
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28627
- }
28628
- ],
28629
- "tags": {}
28630
- }
28631
- ]
28632
- },
28633
- "required": true,
28634
- "description": "",
28635
- "declarations": [
28636
- {
28637
- "name": "orange",
28638
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28639
- }
28640
- ],
28641
- "tags": {}
28642
- },
28643
- {
28644
- "kind": "property",
28645
- "name": "blue",
28646
- "defaultValue": {
28647
- "kind": "object",
28648
- "properties": [
28649
- {
28650
- "kind": "property",
28651
- "name": "high",
28652
- "defaultValue": {
28653
- "kind": "object",
28654
- "properties": [
28655
- {
28656
- "kind": "property",
28657
- "name": "text",
28658
- "defaultValue": {
28659
- "kind": "property",
28660
- "name": "frenchVanilla100",
28661
- "type": {
28662
- "kind": "primitive",
28663
- "value": "string"
28664
- }
28665
- },
28666
- "type": {
28667
- "kind": "primitive",
28668
- "value": "string"
28669
- },
28670
- "required": true,
28671
- "description": "",
28672
- "declarations": [
28673
- {
28674
- "name": "text",
28675
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28676
- }
28677
- ],
28678
- "tags": {}
28679
- },
28680
- {
28681
- "kind": "property",
28682
- "name": "background",
28683
- "defaultValue": {
28684
- "kind": "property",
28685
- "name": "blueberry400",
28686
- "type": {
28687
- "kind": "primitive",
28688
- "value": "string"
28689
- }
28690
- },
28691
- "type": {
28692
- "kind": "primitive",
28693
- "value": "string"
28694
- },
28695
- "required": true,
28696
- "description": "",
28697
- "declarations": [
28698
- {
28699
- "name": "background",
28700
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28701
- }
28702
- ],
28703
- "tags": {}
28704
- }
28705
- ]
28706
- },
28707
- "type": {
28708
- "kind": "object",
28709
- "properties": [
28710
- {
28711
- "kind": "property",
28712
- "name": "text",
28713
- "defaultValue": {
28714
- "kind": "property",
28715
- "name": "frenchVanilla100",
28716
- "type": {
28717
- "kind": "primitive",
28718
- "value": "string"
28719
- }
28720
- },
28721
- "type": {
28722
- "kind": "primitive",
28723
- "value": "string"
28724
- },
28725
- "required": true,
28726
- "description": "",
28727
- "declarations": [
28728
- {
28729
- "name": "text",
28730
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28731
- }
28732
- ],
28733
- "tags": {}
28734
- },
28735
- {
28736
- "kind": "property",
28737
- "name": "background",
28738
- "defaultValue": {
28739
- "kind": "property",
28740
- "name": "blueberry400",
28741
- "type": {
28742
- "kind": "primitive",
28743
- "value": "string"
28744
- }
28745
- },
28746
- "type": {
28747
- "kind": "primitive",
28748
- "value": "string"
28749
- },
28750
- "required": true,
28751
- "description": "",
28752
- "declarations": [
28753
- {
28754
- "name": "background",
28755
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28756
- }
28757
- ],
28758
- "tags": {}
28759
- }
28760
- ]
28761
- },
28762
- "required": true,
28763
- "description": "",
28764
- "declarations": [
28765
- {
28766
- "name": "high",
28767
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28768
- }
28769
- ],
28770
- "tags": {}
28771
- },
28772
- {
28773
- "kind": "property",
28774
- "name": "low",
28775
- "defaultValue": {
28776
- "kind": "object",
28777
- "properties": [
28778
- {
28779
- "kind": "property",
28780
- "name": "text",
28781
- "defaultValue": {
28782
- "kind": "property",
28783
- "name": "blueberry500",
28784
- "type": {
28785
- "kind": "primitive",
28786
- "value": "string"
28787
- }
28788
- },
28789
- "type": {
28790
- "kind": "primitive",
28791
- "value": "string"
28792
- },
28793
- "required": true,
28794
- "description": "",
28795
- "declarations": [
28796
- {
28797
- "name": "text",
28798
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28799
- }
28800
- ],
28801
- "tags": {}
28802
- },
28803
- {
28804
- "kind": "property",
28805
- "name": "background",
28806
- "defaultValue": {
28807
- "kind": "property",
28808
- "name": "blueberry100",
28809
- "type": {
28810
- "kind": "primitive",
28811
- "value": "string"
28812
- }
28813
- },
28814
- "type": {
28815
- "kind": "primitive",
28816
- "value": "string"
28817
- },
28818
- "required": true,
28819
- "description": "",
28820
- "declarations": [
28821
- {
28822
- "name": "background",
28823
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28824
- }
28825
- ],
28826
- "tags": {}
28827
- }
28828
- ]
28829
- },
28830
- "type": {
28831
- "kind": "object",
28832
- "properties": [
28833
- {
28834
- "kind": "property",
28835
- "name": "text",
28836
- "defaultValue": {
28837
- "kind": "property",
28838
- "name": "blueberry500",
28839
- "type": {
28840
- "kind": "primitive",
28841
- "value": "string"
28842
- }
28843
- },
28844
- "type": {
28845
- "kind": "primitive",
28846
- "value": "string"
28847
- },
28848
- "required": true,
28849
- "description": "",
28850
- "declarations": [
28851
- {
28852
- "name": "text",
28853
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28854
- }
28855
- ],
28856
- "tags": {}
28857
- },
28858
- {
28859
- "kind": "property",
28860
- "name": "background",
28861
- "defaultValue": {
28862
- "kind": "property",
28863
- "name": "blueberry100",
28864
- "type": {
28865
- "kind": "primitive",
28866
- "value": "string"
28867
- }
28868
- },
28869
- "type": {
28870
- "kind": "primitive",
28871
- "value": "string"
28872
- },
28873
- "required": true,
28874
- "description": "",
28875
- "declarations": [
28876
- {
28877
- "name": "background",
28878
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28879
- }
28880
- ],
28881
- "tags": {}
28882
- }
28883
- ]
28884
- },
28885
- "required": true,
28886
- "description": "",
28887
- "declarations": [
28888
- {
28889
- "name": "low",
28890
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28891
- }
28892
- ],
28893
- "tags": {}
28894
- }
28895
- ]
28896
- },
28897
- "type": {
28898
- "kind": "object",
28899
- "properties": [
28900
- {
28901
- "kind": "property",
28902
- "name": "high",
28903
- "defaultValue": {
28904
- "kind": "object",
28905
- "properties": [
28906
- {
28907
- "kind": "property",
28908
- "name": "text",
28909
- "defaultValue": {
28910
- "kind": "property",
28911
- "name": "frenchVanilla100",
28912
- "type": {
28913
- "kind": "primitive",
28914
- "value": "string"
28915
- }
28916
- },
28917
- "type": {
28918
- "kind": "primitive",
28919
- "value": "string"
28920
- },
28921
- "required": true,
28922
- "description": "",
28923
- "declarations": [
28924
- {
28925
- "name": "text",
28926
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28927
- }
28928
- ],
28929
- "tags": {}
28930
- },
28931
- {
28932
- "kind": "property",
28933
- "name": "background",
28934
- "defaultValue": {
28935
- "kind": "property",
28936
- "name": "blueberry400",
28937
- "type": {
28938
- "kind": "primitive",
28939
- "value": "string"
28940
- }
28941
- },
28942
- "type": {
28943
- "kind": "primitive",
28944
- "value": "string"
28945
- },
28946
- "required": true,
28947
- "description": "",
28948
- "declarations": [
28949
- {
28950
- "name": "background",
28951
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28952
- }
28953
- ],
28954
- "tags": {}
28955
- }
28956
- ]
28957
- },
28958
- "type": {
28959
- "kind": "object",
28960
- "properties": [
28961
- {
28962
- "kind": "property",
28963
- "name": "text",
28964
- "defaultValue": {
28965
- "kind": "property",
28966
- "name": "frenchVanilla100",
28967
- "type": {
28968
- "kind": "primitive",
28969
- "value": "string"
28970
- }
28971
- },
28972
- "type": {
28973
- "kind": "primitive",
28974
- "value": "string"
28975
- },
28976
- "required": true,
28977
- "description": "",
28978
- "declarations": [
28979
- {
28980
- "name": "text",
28981
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
28982
- }
28983
- ],
28984
- "tags": {}
28985
- },
28986
- {
28987
- "kind": "property",
28988
- "name": "background",
28989
- "defaultValue": {
28990
- "kind": "property",
28991
- "name": "blueberry400",
28992
- "type": {
28993
- "kind": "primitive",
28994
- "value": "string"
28995
- }
28996
- },
28997
- "type": {
28998
- "kind": "primitive",
28999
- "value": "string"
29000
- },
29001
- "required": true,
29002
- "description": "",
29003
- "declarations": [
29004
- {
29005
- "name": "background",
29006
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29007
- }
29008
- ],
29009
- "tags": {}
29010
- }
29011
- ]
29012
- },
29013
- "required": true,
29014
- "description": "",
29015
- "declarations": [
29016
- {
29017
- "name": "high",
29018
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29019
- }
29020
- ],
29021
- "tags": {}
29022
- },
29023
- {
29024
- "kind": "property",
29025
- "name": "low",
29026
- "defaultValue": {
29027
- "kind": "object",
29028
- "properties": [
29029
- {
29030
- "kind": "property",
29031
- "name": "text",
29032
- "defaultValue": {
29033
- "kind": "property",
29034
- "name": "blueberry500",
29035
- "type": {
29036
- "kind": "primitive",
29037
- "value": "string"
29038
- }
29039
- },
29040
- "type": {
29041
- "kind": "primitive",
29042
- "value": "string"
29043
- },
29044
- "required": true,
29045
- "description": "",
29046
- "declarations": [
29047
- {
29048
- "name": "text",
29049
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29050
- }
29051
- ],
29052
- "tags": {}
29053
- },
29054
- {
29055
- "kind": "property",
29056
- "name": "background",
29057
- "defaultValue": {
29058
- "kind": "property",
29059
- "name": "blueberry100",
29060
- "type": {
29061
- "kind": "primitive",
29062
- "value": "string"
29063
- }
29064
- },
29065
- "type": {
29066
- "kind": "primitive",
29067
- "value": "string"
29068
- },
29069
- "required": true,
29070
- "description": "",
29071
- "declarations": [
29072
- {
29073
- "name": "background",
29074
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29075
- }
29076
- ],
29077
- "tags": {}
29078
- }
29079
- ]
29080
- },
29081
- "type": {
29082
- "kind": "object",
29083
- "properties": [
29084
- {
29085
- "kind": "property",
29086
- "name": "text",
29087
- "defaultValue": {
29088
- "kind": "property",
29089
- "name": "blueberry500",
29090
- "type": {
29091
- "kind": "primitive",
29092
- "value": "string"
29093
- }
29094
- },
29095
- "type": {
29096
- "kind": "primitive",
29097
- "value": "string"
29098
- },
29099
- "required": true,
29100
- "description": "",
29101
- "declarations": [
29102
- {
29103
- "name": "text",
29104
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29105
- }
29106
- ],
29107
- "tags": {}
29108
- },
29109
- {
29110
- "kind": "property",
29111
- "name": "background",
29112
- "defaultValue": {
29113
- "kind": "property",
29114
- "name": "blueberry100",
29115
- "type": {
29116
- "kind": "primitive",
29117
- "value": "string"
29118
- }
29119
- },
29120
- "type": {
29121
- "kind": "primitive",
29122
- "value": "string"
29123
- },
29124
- "required": true,
29125
- "description": "",
29126
- "declarations": [
29127
- {
29128
- "name": "background",
29129
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29130
- }
29131
- ],
29132
- "tags": {}
29133
- }
29134
- ]
29135
- },
29136
- "required": true,
29137
- "description": "",
29138
- "declarations": [
29139
- {
29140
- "name": "low",
29141
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29142
- }
29143
- ],
29144
- "tags": {}
29145
- }
29146
- ]
29147
- },
29148
- "required": true,
29149
- "description": "",
29150
- "declarations": [
29151
- {
29152
- "name": "blue",
29153
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29154
- }
29155
- ],
29156
- "tags": {}
29157
- },
29158
- {
29159
- "kind": "property",
29160
- "name": "green",
29161
- "defaultValue": {
29162
- "kind": "object",
29163
- "properties": [
29164
- {
29165
- "kind": "property",
29166
- "name": "high",
29167
- "defaultValue": {
29168
- "kind": "object",
29169
- "properties": [
29170
- {
29171
- "kind": "property",
29172
- "name": "text",
29173
- "defaultValue": {
29174
- "kind": "property",
29175
- "name": "frenchVanilla100",
29176
- "type": {
29177
- "kind": "primitive",
29178
- "value": "string"
29179
- }
29180
- },
29181
- "type": {
29182
- "kind": "primitive",
29183
- "value": "string"
29184
- },
29185
- "required": true,
29186
- "description": "",
29187
- "declarations": [
29188
- {
29189
- "name": "text",
29190
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29191
- }
29192
- ],
29193
- "tags": {}
29194
- },
29195
- {
29196
- "kind": "property",
29197
- "name": "background",
29198
- "defaultValue": {
29199
- "kind": "property",
29200
- "name": "greenApple600",
29201
- "type": {
29202
- "kind": "primitive",
29203
- "value": "string"
29204
- }
29205
- },
29206
- "type": {
29207
- "kind": "primitive",
29208
- "value": "string"
29209
- },
29210
- "required": true,
29211
- "description": "",
29212
- "declarations": [
29213
- {
29214
- "name": "background",
29215
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29216
- }
29217
- ],
29218
- "tags": {}
29219
- }
29220
- ]
29221
- },
29222
- "type": {
29223
- "kind": "object",
29224
- "properties": [
29225
- {
29226
- "kind": "property",
29227
- "name": "text",
29228
- "defaultValue": {
29229
- "kind": "property",
29230
- "name": "frenchVanilla100",
29231
- "type": {
29232
- "kind": "primitive",
29233
- "value": "string"
29234
- }
29235
- },
29236
- "type": {
29237
- "kind": "primitive",
29238
- "value": "string"
29239
- },
29240
- "required": true,
29241
- "description": "",
29242
- "declarations": [
29243
- {
29244
- "name": "text",
29245
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29246
- }
29247
- ],
29248
- "tags": {}
29249
- },
29250
- {
29251
- "kind": "property",
29252
- "name": "background",
29253
- "defaultValue": {
29254
- "kind": "property",
29255
- "name": "greenApple600",
29256
- "type": {
29257
- "kind": "primitive",
29258
- "value": "string"
29259
- }
29260
- },
29261
- "type": {
29262
- "kind": "primitive",
29263
- "value": "string"
29264
- },
29265
- "required": true,
29266
- "description": "",
29267
- "declarations": [
29268
- {
29269
- "name": "background",
29270
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29271
- }
29272
- ],
29273
- "tags": {}
29274
- }
29275
- ]
29276
- },
29277
- "required": true,
29278
- "description": "",
29279
- "declarations": [
29280
- {
29281
- "name": "high",
29282
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29283
- }
29284
- ],
29285
- "tags": {}
29286
- },
29287
- {
29288
- "kind": "property",
29289
- "name": "low",
29290
- "defaultValue": {
29291
- "kind": "object",
29292
- "properties": [
29293
- {
29294
- "kind": "property",
29295
- "name": "text",
29296
- "defaultValue": {
29297
- "kind": "property",
29298
- "name": "greenApple600",
29299
- "type": {
29300
- "kind": "primitive",
29301
- "value": "string"
29302
- }
29303
- },
29304
- "type": {
29305
- "kind": "primitive",
29306
- "value": "string"
29307
- },
29308
- "required": true,
29309
- "description": "",
29310
- "declarations": [
29311
- {
29312
- "name": "text",
29313
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29314
- }
29315
- ],
29316
- "tags": {}
29317
- },
29318
- {
29319
- "kind": "property",
29320
- "name": "background",
29321
- "defaultValue": {
29322
- "kind": "property",
29323
- "name": "greenApple100",
29324
- "type": {
29325
- "kind": "primitive",
29326
- "value": "string"
29327
- }
29328
- },
29329
- "type": {
29330
- "kind": "primitive",
29331
- "value": "string"
29332
- },
29333
- "required": true,
29334
- "description": "",
29335
- "declarations": [
29336
- {
29337
- "name": "background",
29338
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29339
- }
29340
- ],
29341
- "tags": {}
29342
- }
29343
- ]
29344
- },
29345
- "type": {
29346
- "kind": "object",
29347
- "properties": [
29348
- {
29349
- "kind": "property",
29350
- "name": "text",
29351
- "defaultValue": {
29352
- "kind": "property",
29353
- "name": "greenApple600",
29354
- "type": {
29355
- "kind": "primitive",
29356
- "value": "string"
29357
- }
29358
- },
29359
- "type": {
29360
- "kind": "primitive",
29361
- "value": "string"
29362
- },
29363
- "required": true,
29364
- "description": "",
29365
- "declarations": [
29366
- {
29367
- "name": "text",
29368
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29369
- }
29370
- ],
29371
- "tags": {}
29372
- },
29373
- {
29374
- "kind": "property",
29375
- "name": "background",
29376
- "defaultValue": {
29377
- "kind": "property",
29378
- "name": "greenApple100",
29379
- "type": {
29380
- "kind": "primitive",
29381
- "value": "string"
29382
- }
29383
- },
29384
- "type": {
29385
- "kind": "primitive",
29386
- "value": "string"
29387
- },
29388
- "required": true,
29389
- "description": "",
29390
- "declarations": [
29391
- {
29392
- "name": "background",
29393
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29394
- }
29395
- ],
29396
- "tags": {}
29397
- }
29398
- ]
29399
- },
29400
- "required": true,
29401
- "description": "",
29402
- "declarations": [
29403
- {
29404
- "name": "low",
29405
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29406
- }
29407
- ],
29408
- "tags": {}
29409
- }
29410
- ]
29411
- },
29412
- "type": {
29413
- "kind": "object",
29414
- "properties": [
29415
- {
29416
- "kind": "property",
29417
- "name": "high",
29418
- "defaultValue": {
29419
- "kind": "object",
29420
- "properties": [
29421
- {
29422
- "kind": "property",
29423
- "name": "text",
29424
- "defaultValue": {
29425
- "kind": "property",
29426
- "name": "frenchVanilla100",
29427
- "type": {
29428
- "kind": "primitive",
29429
- "value": "string"
29430
- }
29431
- },
29432
- "type": {
29433
- "kind": "primitive",
29434
- "value": "string"
29435
- },
29436
- "required": true,
29437
- "description": "",
29438
- "declarations": [
29439
- {
29440
- "name": "text",
29441
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29442
- }
29443
- ],
29444
- "tags": {}
29445
- },
29446
- {
29447
- "kind": "property",
29448
- "name": "background",
29449
- "defaultValue": {
29450
- "kind": "property",
29451
- "name": "greenApple600",
29452
- "type": {
29453
- "kind": "primitive",
29454
- "value": "string"
29455
- }
29456
- },
29457
- "type": {
29458
- "kind": "primitive",
29459
- "value": "string"
29460
- },
29461
- "required": true,
29462
- "description": "",
29463
- "declarations": [
29464
- {
29465
- "name": "background",
29466
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29467
- }
29468
- ],
29469
- "tags": {}
29470
- }
29471
- ]
29472
- },
29473
- "type": {
29474
- "kind": "object",
29475
- "properties": [
29476
- {
29477
- "kind": "property",
29478
- "name": "text",
29479
- "defaultValue": {
29480
- "kind": "property",
29481
- "name": "frenchVanilla100",
29482
- "type": {
29483
- "kind": "primitive",
29484
- "value": "string"
29485
- }
29486
- },
29487
- "type": {
29488
- "kind": "primitive",
29489
- "value": "string"
29490
- },
29491
- "required": true,
29492
- "description": "",
29493
- "declarations": [
29494
- {
29495
- "name": "text",
29496
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29497
- }
29498
- ],
29499
- "tags": {}
29500
- },
29501
- {
29502
- "kind": "property",
29503
- "name": "background",
29504
- "defaultValue": {
29505
- "kind": "property",
29506
- "name": "greenApple600",
29507
- "type": {
29508
- "kind": "primitive",
29509
- "value": "string"
29510
- }
29511
- },
29512
- "type": {
29513
- "kind": "primitive",
29514
- "value": "string"
29515
- },
29516
- "required": true,
29517
- "description": "",
29518
- "declarations": [
29519
- {
29520
- "name": "background",
29521
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29522
- }
29523
- ],
29524
- "tags": {}
29525
- }
29526
- ]
29527
- },
29528
- "required": true,
29529
- "description": "",
29530
- "declarations": [
29531
- {
29532
- "name": "high",
29533
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29534
- }
29535
- ],
29536
- "tags": {}
29537
- },
29538
- {
29539
- "kind": "property",
29540
- "name": "low",
29541
- "defaultValue": {
29542
- "kind": "object",
29543
- "properties": [
29544
- {
29545
- "kind": "property",
29546
- "name": "text",
29547
- "defaultValue": {
29548
- "kind": "property",
29549
- "name": "greenApple600",
29550
- "type": {
29551
- "kind": "primitive",
29552
- "value": "string"
29553
- }
29554
- },
29555
- "type": {
29556
- "kind": "primitive",
29557
- "value": "string"
29558
- },
29559
- "required": true,
29560
- "description": "",
29561
- "declarations": [
29562
- {
29563
- "name": "text",
29564
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29565
- }
29566
- ],
29567
- "tags": {}
29568
- },
29569
- {
29570
- "kind": "property",
29571
- "name": "background",
29572
- "defaultValue": {
29573
- "kind": "property",
29574
- "name": "greenApple100",
29575
- "type": {
29576
- "kind": "primitive",
29577
- "value": "string"
29578
- }
29579
- },
29580
- "type": {
29581
- "kind": "primitive",
29582
- "value": "string"
29583
- },
29584
- "required": true,
29585
- "description": "",
29586
- "declarations": [
29587
- {
29588
- "name": "background",
29589
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29590
- }
29591
- ],
29592
- "tags": {}
29593
- }
29594
- ]
29595
- },
29596
- "type": {
29597
- "kind": "object",
29598
- "properties": [
29599
- {
29600
- "kind": "property",
29601
- "name": "text",
29602
- "defaultValue": {
29603
- "kind": "property",
29604
- "name": "greenApple600",
29605
- "type": {
29606
- "kind": "primitive",
29607
- "value": "string"
29608
- }
29609
- },
29610
- "type": {
29611
- "kind": "primitive",
29612
- "value": "string"
29613
- },
29614
- "required": true,
29615
- "description": "",
29616
- "declarations": [
29617
- {
29618
- "name": "text",
29619
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29620
- }
29621
- ],
29622
- "tags": {}
29623
- },
29624
- {
29625
- "kind": "property",
29626
- "name": "background",
29627
- "defaultValue": {
29628
- "kind": "property",
29629
- "name": "greenApple100",
29630
- "type": {
29631
- "kind": "primitive",
29632
- "value": "string"
29633
- }
29634
- },
29635
- "type": {
29636
- "kind": "primitive",
29637
- "value": "string"
29638
- },
29639
- "required": true,
29640
- "description": "",
29641
- "declarations": [
29642
- {
29643
- "name": "background",
29644
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29645
- }
29646
- ],
29647
- "tags": {}
29648
- }
29649
- ]
29650
- },
29651
- "required": true,
29652
- "description": "",
29653
- "declarations": [
29654
- {
29655
- "name": "low",
29656
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29657
- }
29658
- ],
29659
- "tags": {}
29660
- }
29661
- ]
29662
- },
29663
- "required": true,
29664
- "description": "",
29665
- "declarations": [
29666
- {
29667
- "name": "green",
29668
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29669
- }
29670
- ],
29671
- "tags": {}
29672
- },
29673
- {
29674
- "kind": "property",
29675
- "name": "red",
29676
- "defaultValue": {
29677
- "kind": "object",
29678
- "properties": [
29679
- {
29680
- "kind": "property",
29681
- "name": "high",
29682
- "defaultValue": {
29683
- "kind": "object",
29684
- "properties": [
29685
- {
29686
- "kind": "property",
29687
- "name": "text",
29688
- "defaultValue": {
29689
- "kind": "property",
29690
- "name": "frenchVanilla100",
29691
- "type": {
29692
- "kind": "primitive",
29693
- "value": "string"
29694
- }
29695
- },
29696
- "type": {
29697
- "kind": "primitive",
29698
- "value": "string"
29699
- },
29700
- "required": true,
29701
- "description": "",
29702
- "declarations": [
29703
- {
29704
- "name": "text",
29705
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29706
- }
29707
- ],
29708
- "tags": {}
29709
- },
29710
- {
29711
- "kind": "property",
29712
- "name": "background",
29713
- "defaultValue": {
29714
- "kind": "property",
29715
- "name": "cinnamon500",
29716
- "type": {
29717
- "kind": "primitive",
29718
- "value": "string"
29719
- }
29720
- },
29721
- "type": {
29722
- "kind": "primitive",
29723
- "value": "string"
29724
- },
29725
- "required": true,
29726
- "description": "",
29727
- "declarations": [
29728
- {
29729
- "name": "background",
29730
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29731
- }
29732
- ],
29733
- "tags": {}
29734
- }
29735
- ]
29736
- },
29737
- "type": {
29738
- "kind": "object",
29739
- "properties": [
29740
- {
29741
- "kind": "property",
29742
- "name": "text",
29743
- "defaultValue": {
29744
- "kind": "property",
29745
- "name": "frenchVanilla100",
29746
- "type": {
29747
- "kind": "primitive",
29748
- "value": "string"
29749
- }
29750
- },
29751
- "type": {
29752
- "kind": "primitive",
29753
- "value": "string"
29754
- },
29755
- "required": true,
29756
- "description": "",
29757
- "declarations": [
29758
- {
29759
- "name": "text",
29760
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29761
- }
29762
- ],
29763
- "tags": {}
29764
- },
29765
- {
29766
- "kind": "property",
29767
- "name": "background",
29768
- "defaultValue": {
29769
- "kind": "property",
29770
- "name": "cinnamon500",
29771
- "type": {
29772
- "kind": "primitive",
29773
- "value": "string"
29774
- }
29775
- },
29776
- "type": {
29777
- "kind": "primitive",
29778
- "value": "string"
29779
- },
29780
- "required": true,
29781
- "description": "",
29782
- "declarations": [
29783
- {
29784
- "name": "background",
29785
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29786
- }
29787
- ],
29788
- "tags": {}
29789
- }
29790
- ]
29791
- },
29792
- "required": true,
29793
- "description": "",
29794
- "declarations": [
29795
- {
29796
- "name": "high",
29797
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29798
- }
29799
- ],
29800
- "tags": {}
29801
- },
29802
- {
29803
- "kind": "property",
29804
- "name": "low",
29805
- "defaultValue": {
29806
- "kind": "object",
29807
- "properties": [
29808
- {
29809
- "kind": "property",
29810
- "name": "text",
29811
- "defaultValue": {
29812
- "kind": "property",
29813
- "name": "cinnamon600",
29814
- "type": {
29815
- "kind": "primitive",
29816
- "value": "string"
29817
- }
29818
- },
29819
- "type": {
29820
- "kind": "primitive",
29821
- "value": "string"
29822
- },
29823
- "required": true,
29824
- "description": "",
29825
- "declarations": [
29826
- {
29827
- "name": "text",
29828
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29829
- }
29830
- ],
29831
- "tags": {}
29832
- },
29833
- {
29834
- "kind": "property",
29835
- "name": "background",
29836
- "defaultValue": {
29837
- "kind": "property",
29838
- "name": "cinnamon100",
29839
- "type": {
29840
- "kind": "primitive",
29841
- "value": "string"
29842
- }
29843
- },
29844
- "type": {
29845
- "kind": "primitive",
29846
- "value": "string"
29847
- },
29848
- "required": true,
29849
- "description": "",
29850
- "declarations": [
29851
- {
29852
- "name": "background",
29853
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29854
- }
29855
- ],
29856
- "tags": {}
29857
- }
29858
- ]
29859
- },
29860
- "type": {
29861
- "kind": "object",
29862
- "properties": [
29863
- {
29864
- "kind": "property",
29865
- "name": "text",
29866
- "defaultValue": {
29867
- "kind": "property",
29868
- "name": "cinnamon600",
29869
- "type": {
29870
- "kind": "primitive",
29871
- "value": "string"
29872
- }
29873
- },
29874
- "type": {
29875
- "kind": "primitive",
29876
- "value": "string"
29877
- },
29878
- "required": true,
29879
- "description": "",
29880
- "declarations": [
29881
- {
29882
- "name": "text",
29883
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29884
- }
29885
- ],
29886
- "tags": {}
29887
- },
29888
- {
29889
- "kind": "property",
29890
- "name": "background",
29891
- "defaultValue": {
29892
- "kind": "property",
29893
- "name": "cinnamon100",
29894
- "type": {
29895
- "kind": "primitive",
29896
- "value": "string"
29897
- }
29898
- },
29899
- "type": {
29900
- "kind": "primitive",
29901
- "value": "string"
29902
- },
29903
- "required": true,
29904
- "description": "",
29905
- "declarations": [
29906
- {
29907
- "name": "background",
29908
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29909
- }
29910
- ],
29911
- "tags": {}
29912
- }
29913
- ]
29914
- },
29915
- "required": true,
29916
- "description": "",
29917
- "declarations": [
29918
- {
29919
- "name": "low",
29920
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29921
- }
29922
- ],
29923
- "tags": {}
29924
- }
29925
- ]
29926
- },
29927
- "type": {
29928
- "kind": "object",
29929
- "properties": [
29930
- {
29931
- "kind": "property",
29932
- "name": "high",
29933
- "defaultValue": {
29934
- "kind": "object",
29935
- "properties": [
29936
- {
29937
- "kind": "property",
29938
- "name": "text",
29939
- "defaultValue": {
29940
- "kind": "property",
29941
- "name": "frenchVanilla100",
29942
- "type": {
29943
- "kind": "primitive",
29944
- "value": "string"
29945
- }
29946
- },
29947
- "type": {
29948
- "kind": "primitive",
29949
- "value": "string"
29950
- },
29951
- "required": true,
29952
- "description": "",
29953
- "declarations": [
29954
- {
29955
- "name": "text",
29956
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29957
- }
29958
- ],
29959
- "tags": {}
29960
- },
29961
- {
29962
- "kind": "property",
29963
- "name": "background",
29964
- "defaultValue": {
29965
- "kind": "property",
29966
- "name": "cinnamon500",
29967
- "type": {
29968
- "kind": "primitive",
29969
- "value": "string"
29970
- }
29971
- },
29972
- "type": {
29973
- "kind": "primitive",
29974
- "value": "string"
29975
- },
29976
- "required": true,
29977
- "description": "",
29978
- "declarations": [
29979
- {
29980
- "name": "background",
29981
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
29982
- }
29983
- ],
29984
- "tags": {}
29985
- }
29986
- ]
29987
- },
29988
- "type": {
29989
- "kind": "object",
29990
- "properties": [
29991
- {
29992
- "kind": "property",
29993
- "name": "text",
29994
- "defaultValue": {
29995
- "kind": "property",
29996
- "name": "frenchVanilla100",
29997
- "type": {
29998
- "kind": "primitive",
29999
- "value": "string"
30000
- }
30001
- },
30002
- "type": {
30003
- "kind": "primitive",
30004
- "value": "string"
30005
- },
30006
- "required": true,
30007
- "description": "",
30008
- "declarations": [
30009
- {
30010
- "name": "text",
30011
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30012
- }
30013
- ],
30014
- "tags": {}
30015
- },
30016
- {
30017
- "kind": "property",
30018
- "name": "background",
30019
- "defaultValue": {
30020
- "kind": "property",
30021
- "name": "cinnamon500",
30022
- "type": {
30023
- "kind": "primitive",
30024
- "value": "string"
30025
- }
30026
- },
30027
- "type": {
30028
- "kind": "primitive",
30029
- "value": "string"
30030
- },
30031
- "required": true,
30032
- "description": "",
30033
- "declarations": [
30034
- {
30035
- "name": "background",
30036
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30037
- }
30038
- ],
30039
- "tags": {}
30040
- }
30041
- ]
30042
- },
30043
- "required": true,
30044
- "description": "",
30045
- "declarations": [
30046
- {
30047
- "name": "high",
30048
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30049
- }
30050
- ],
30051
- "tags": {}
30052
- },
30053
- {
30054
- "kind": "property",
30055
- "name": "low",
30056
- "defaultValue": {
30057
- "kind": "object",
30058
- "properties": [
30059
- {
30060
- "kind": "property",
30061
- "name": "text",
30062
- "defaultValue": {
30063
- "kind": "property",
30064
- "name": "cinnamon600",
30065
- "type": {
30066
- "kind": "primitive",
30067
- "value": "string"
30068
- }
30069
- },
30070
- "type": {
30071
- "kind": "primitive",
30072
- "value": "string"
30073
- },
30074
- "required": true,
30075
- "description": "",
30076
- "declarations": [
30077
- {
30078
- "name": "text",
30079
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30080
- }
30081
- ],
30082
- "tags": {}
30083
- },
30084
- {
30085
- "kind": "property",
30086
- "name": "background",
30087
- "defaultValue": {
30088
- "kind": "property",
30089
- "name": "cinnamon100",
30090
- "type": {
30091
- "kind": "primitive",
30092
- "value": "string"
30093
- }
30094
- },
30095
- "type": {
30096
- "kind": "primitive",
30097
- "value": "string"
30098
- },
30099
- "required": true,
30100
- "description": "",
30101
- "declarations": [
30102
- {
30103
- "name": "background",
30104
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30105
- }
30106
- ],
30107
- "tags": {}
30108
- }
30109
- ]
30110
- },
30111
- "type": {
30112
- "kind": "object",
30113
- "properties": [
30114
- {
30115
- "kind": "property",
30116
- "name": "text",
30117
- "defaultValue": {
30118
- "kind": "property",
30119
- "name": "cinnamon600",
30120
- "type": {
30121
- "kind": "primitive",
30122
- "value": "string"
30123
- }
30124
- },
30125
- "type": {
30126
- "kind": "primitive",
30127
- "value": "string"
30128
- },
30129
- "required": true,
30130
- "description": "",
30131
- "declarations": [
30132
- {
30133
- "name": "text",
30134
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30135
- }
30136
- ],
30137
- "tags": {}
30138
- },
30139
- {
30140
- "kind": "property",
30141
- "name": "background",
30142
- "defaultValue": {
30143
- "kind": "property",
30144
- "name": "cinnamon100",
30145
- "type": {
30146
- "kind": "primitive",
30147
- "value": "string"
30148
- }
30149
- },
30150
- "type": {
30151
- "kind": "primitive",
30152
- "value": "string"
30153
- },
30154
- "required": true,
30155
- "description": "",
30156
- "declarations": [
30157
- {
30158
- "name": "background",
30159
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30160
- }
30161
- ],
30162
- "tags": {}
30163
- }
30164
- ]
30165
- },
30166
- "required": true,
30167
- "description": "",
30168
- "declarations": [
30169
- {
30170
- "name": "low",
30171
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30172
- }
30173
- ],
30174
- "tags": {}
30175
- }
30176
- ]
30177
- },
30178
- "required": true,
30179
- "description": "",
30180
- "declarations": [
30181
- {
30182
- "name": "red",
30183
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30184
- }
30185
- ],
30186
- "tags": {}
30187
- },
30188
- {
30189
- "kind": "property",
30190
- "name": "transparent",
30191
- "defaultValue": {
30192
- "kind": "object",
30193
- "properties": [
30194
- {
30195
- "kind": "property",
30196
- "name": "high",
30197
- "defaultValue": {
30198
- "kind": "object",
30199
- "properties": [
30200
- {
30201
- "kind": "property",
30202
- "name": "text",
30203
- "defaultValue": {
30204
- "kind": "property",
30205
- "name": "frenchVanilla100",
30206
- "type": {
30207
- "kind": "primitive",
30208
- "value": "string"
30209
- }
30210
- },
30211
- "type": {
30212
- "kind": "primitive",
30213
- "value": "string"
30214
- },
30215
- "required": true,
30216
- "description": "",
30217
- "declarations": [
30218
- {
30219
- "name": "text",
30220
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30221
- }
30222
- ],
30223
- "tags": {}
30224
- },
30225
- {
30226
- "kind": "property",
30227
- "name": "background",
30228
- "defaultValue": {
30229
- "kind": "property",
30230
- "name": "blackPepper600",
30231
- "type": {
30232
- "kind": "primitive",
30233
- "value": "string"
30234
- }
30235
- },
30236
- "type": {
30237
- "kind": "primitive",
30238
- "value": "string"
30239
- },
30240
- "required": true,
30241
- "description": "",
30242
- "declarations": [
30243
- {
30244
- "name": "background",
30245
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30246
- }
30247
- ],
30248
- "tags": {}
30249
- }
30250
- ]
30251
- },
30252
- "type": {
30253
- "kind": "object",
30254
- "properties": [
30255
- {
30256
- "kind": "property",
30257
- "name": "text",
30258
- "defaultValue": {
30259
- "kind": "property",
30260
- "name": "frenchVanilla100",
30261
- "type": {
30262
- "kind": "primitive",
30263
- "value": "string"
30264
- }
30265
- },
30266
- "type": {
30267
- "kind": "primitive",
30268
- "value": "string"
30269
- },
30270
- "required": true,
30271
- "description": "",
30272
- "declarations": [
30273
- {
30274
- "name": "text",
30275
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30276
- }
30277
- ],
30278
- "tags": {}
30279
- },
30280
- {
30281
- "kind": "property",
30282
- "name": "background",
30283
- "defaultValue": {
30284
- "kind": "property",
30285
- "name": "blackPepper600",
30286
- "type": {
30287
- "kind": "primitive",
30288
- "value": "string"
30289
- }
30290
- },
30291
- "type": {
30292
- "kind": "primitive",
30293
- "value": "string"
30294
- },
30295
- "required": true,
30296
- "description": "",
30297
- "declarations": [
30298
- {
30299
- "name": "background",
30300
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30301
- }
30302
- ],
30303
- "tags": {}
30304
- }
30305
- ]
30306
- },
30307
- "required": true,
30308
- "description": "",
30309
- "declarations": [
30310
- {
30311
- "name": "high",
30312
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30313
- }
30314
- ],
30315
- "tags": {}
30316
- },
30317
- {
30318
- "kind": "property",
30319
- "name": "low",
30320
- "defaultValue": {
30321
- "kind": "object",
30322
- "properties": [
30323
- {
30324
- "kind": "property",
30325
- "name": "text",
30326
- "defaultValue": {
30327
- "kind": "property",
30328
- "name": "frenchVanilla100",
30329
- "type": {
30330
- "kind": "primitive",
30331
- "value": "string"
30332
- }
30333
- },
30334
- "type": {
30335
- "kind": "primitive",
30336
- "value": "string"
30337
- },
30338
- "required": true,
30339
- "description": "",
30340
- "declarations": [
30341
- {
30342
- "name": "text",
30343
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30344
- }
30345
- ],
30346
- "tags": {}
30347
- },
30348
- {
30349
- "kind": "property",
30350
- "name": "background",
30351
- "defaultValue": {
30352
- "kind": "property",
30353
- "name": "blackPepper600",
30354
- "type": {
30355
- "kind": "primitive",
30356
- "value": "string"
30357
- }
30358
- },
30359
- "type": {
30360
- "kind": "primitive",
30361
- "value": "string"
30362
- },
30363
- "required": true,
30364
- "description": "",
30365
- "declarations": [
30366
- {
30367
- "name": "background",
30368
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30369
- }
30370
- ],
30371
- "tags": {}
30372
- }
30373
- ]
30374
- },
30375
- "type": {
30376
- "kind": "object",
30377
- "properties": [
30378
- {
30379
- "kind": "property",
30380
- "name": "text",
30381
- "defaultValue": {
30382
- "kind": "property",
30383
- "name": "frenchVanilla100",
30384
- "type": {
30385
- "kind": "primitive",
30386
- "value": "string"
30387
- }
30388
- },
30389
- "type": {
30390
- "kind": "primitive",
30391
- "value": "string"
30392
- },
30393
- "required": true,
30394
- "description": "",
30395
- "declarations": [
30396
- {
30397
- "name": "text",
30398
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30399
- }
30400
- ],
30401
- "tags": {}
30402
- },
30403
- {
30404
- "kind": "property",
30405
- "name": "background",
30406
- "defaultValue": {
30407
- "kind": "property",
30408
- "name": "blackPepper600",
30409
- "type": {
30410
- "kind": "primitive",
30411
- "value": "string"
30412
- }
30413
- },
30414
- "type": {
30415
- "kind": "primitive",
30416
- "value": "string"
30417
- },
30418
- "required": true,
30419
- "description": "",
30420
- "declarations": [
30421
- {
30422
- "name": "background",
30423
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30424
- }
30425
- ],
30426
- "tags": {}
30427
- }
30428
- ]
30429
- },
30430
- "required": true,
30431
- "description": "",
30432
- "declarations": [
30433
- {
30434
- "name": "low",
30435
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30436
- }
30437
- ],
30438
- "tags": {}
30439
- }
30440
- ]
30441
- },
30442
- "type": {
30443
- "kind": "object",
30444
- "properties": [
30445
- {
30446
- "kind": "property",
30447
- "name": "high",
30448
- "defaultValue": {
30449
- "kind": "object",
30450
- "properties": [
30451
- {
30452
- "kind": "property",
30453
- "name": "text",
30454
- "defaultValue": {
30455
- "kind": "property",
30456
- "name": "frenchVanilla100",
30457
- "type": {
30458
- "kind": "primitive",
30459
- "value": "string"
30460
- }
30461
- },
30462
- "type": {
30463
- "kind": "primitive",
30464
- "value": "string"
30465
- },
30466
- "required": true,
30467
- "description": "",
30468
- "declarations": [
30469
- {
30470
- "name": "text",
30471
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30472
- }
30473
- ],
30474
- "tags": {}
30475
- },
30476
- {
30477
- "kind": "property",
30478
- "name": "background",
30479
- "defaultValue": {
30480
- "kind": "property",
30481
- "name": "blackPepper600",
30482
- "type": {
30483
- "kind": "primitive",
30484
- "value": "string"
30485
- }
30486
- },
30487
- "type": {
30488
- "kind": "primitive",
30489
- "value": "string"
30490
- },
30491
- "required": true,
30492
- "description": "",
30493
- "declarations": [
30494
- {
30495
- "name": "background",
30496
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30497
- }
30498
- ],
30499
- "tags": {}
30500
- }
30501
- ]
30502
- },
30503
- "type": {
30504
- "kind": "object",
30505
- "properties": [
30506
- {
30507
- "kind": "property",
30508
- "name": "text",
30509
- "defaultValue": {
30510
- "kind": "property",
30511
- "name": "frenchVanilla100",
30512
- "type": {
30513
- "kind": "primitive",
30514
- "value": "string"
30515
- }
30516
- },
30517
- "type": {
30518
- "kind": "primitive",
30519
- "value": "string"
30520
- },
30521
- "required": true,
30522
- "description": "",
30523
- "declarations": [
30524
- {
30525
- "name": "text",
30526
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30527
- }
30528
- ],
30529
- "tags": {}
30530
- },
30531
- {
30532
- "kind": "property",
30533
- "name": "background",
30534
- "defaultValue": {
30535
- "kind": "property",
30536
- "name": "blackPepper600",
30537
- "type": {
30538
- "kind": "primitive",
30539
- "value": "string"
30540
- }
30541
- },
30542
- "type": {
30543
- "kind": "primitive",
30544
- "value": "string"
30545
- },
30546
- "required": true,
30547
- "description": "",
30548
- "declarations": [
30549
- {
30550
- "name": "background",
30551
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30552
- }
30553
- ],
30554
- "tags": {}
30555
- }
30556
- ]
30557
- },
30558
- "required": true,
30559
- "description": "",
30560
- "declarations": [
30561
- {
30562
- "name": "high",
30563
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30564
- }
30565
- ],
30566
- "tags": {}
30567
- },
30568
- {
30569
- "kind": "property",
30570
- "name": "low",
30571
- "defaultValue": {
30572
- "kind": "object",
30573
- "properties": [
30574
- {
30575
- "kind": "property",
30576
- "name": "text",
30577
- "defaultValue": {
30578
- "kind": "property",
30579
- "name": "frenchVanilla100",
30580
- "type": {
30581
- "kind": "primitive",
30582
- "value": "string"
30583
- }
30584
- },
30585
- "type": {
30586
- "kind": "primitive",
30587
- "value": "string"
30588
- },
30589
- "required": true,
30590
- "description": "",
30591
- "declarations": [
30592
- {
30593
- "name": "text",
30594
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30595
- }
30596
- ],
30597
- "tags": {}
30598
- },
30599
- {
30600
- "kind": "property",
30601
- "name": "background",
30602
- "defaultValue": {
30603
- "kind": "property",
30604
- "name": "blackPepper600",
30605
- "type": {
30606
- "kind": "primitive",
30607
- "value": "string"
30608
- }
30609
- },
30610
- "type": {
30611
- "kind": "primitive",
30612
- "value": "string"
30613
- },
30614
- "required": true,
30615
- "description": "",
30616
- "declarations": [
30617
- {
30618
- "name": "background",
30619
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30620
- }
30621
- ],
30622
- "tags": {}
30623
- }
30624
- ]
30625
- },
30626
- "type": {
30627
- "kind": "object",
30628
- "properties": [
30629
- {
30630
- "kind": "property",
30631
- "name": "text",
30632
- "defaultValue": {
30633
- "kind": "property",
30634
- "name": "frenchVanilla100",
30635
- "type": {
30636
- "kind": "primitive",
30637
- "value": "string"
30638
- }
30639
- },
30640
- "type": {
30641
- "kind": "primitive",
30642
- "value": "string"
30643
- },
30644
- "required": true,
30645
- "description": "",
30646
- "declarations": [
30647
- {
30648
- "name": "text",
30649
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30650
- }
30651
- ],
30652
- "tags": {}
30653
- },
30654
- {
30655
- "kind": "property",
30656
- "name": "background",
30657
- "defaultValue": {
30658
- "kind": "property",
30659
- "name": "blackPepper600",
30660
- "type": {
30661
- "kind": "primitive",
30662
- "value": "string"
30663
- }
30664
- },
30665
- "type": {
30666
- "kind": "primitive",
30667
- "value": "string"
30668
- },
30669
- "required": true,
30670
- "description": "",
30671
- "declarations": [
30672
- {
30673
- "name": "background",
30674
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30675
- }
30676
- ],
30677
- "tags": {}
30678
- }
30679
- ]
30680
- },
30681
- "required": true,
30682
- "description": "",
30683
- "declarations": [
30684
- {
30685
- "name": "low",
30686
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30687
- }
30688
- ],
30689
- "tags": {}
30690
- }
30691
- ]
30692
- },
30693
- "required": true,
30694
- "description": "",
30695
- "declarations": [
30696
- {
30697
- "name": "transparent",
30698
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30699
- }
30700
- ],
30701
- "tags": {}
30702
- }
30703
- ]
30704
- }
30705
- },
30706
- {
30707
- "name": "useStatusIndicatorIcon",
30708
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx",
30709
- "description": "### ⚠️ We've deprecated `useStatusIndicatorIcon` for StatusIndicatorIcon because it's now directly handeled by Style Utility. ⚠️\nPlease consider using [`StatusIndicatorIcon`](https://workday.github.io/canvas-kit/?path=/docs/preview-status-indicator--icon) instead.",
30710
- "declarations": [
30711
- {
30712
- "name": "useStatusIndicatorIcon",
30713
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
30714
- }
30715
- ],
30716
- "tags": {
30717
- "deprecated": ""
30718
- },
30719
- "type": {
30720
- "kind": "function",
30721
- "name": {
30722
- "kind": "symbol",
30723
- "name": "createElemPropsHook"
30724
- },
30725
- "parameters": [
30726
- {
30727
- "kind": "parameter",
30728
- "name": "model",
30729
- "description": "",
30730
- "tags": {},
30731
- "declarations": [],
30732
- "type": {
30733
- "kind": "symbol",
30734
- "name": "StatusIndicatorModel"
30735
- },
30736
- "required": true
30737
- },
30738
- {
30739
- "kind": "parameter",
30740
- "name": "elemProps",
30741
- "description": "",
30742
- "tags": {},
30743
- "declarations": [],
30744
- "type": {
30745
- "kind": "object",
30746
- "properties": []
30747
- },
30748
- "required": false
30749
- },
30750
- {
30751
- "kind": "parameter",
30752
- "name": "ref",
30753
- "description": "",
30754
- "tags": {},
30755
- "declarations": [],
30756
- "type": {
30757
- "kind": "external",
30758
- "name": "React.Ref",
30759
- "url": "https://reactjs.org/docs/refs-and-the-dom.html"
30760
- },
30761
- "required": false
30762
- }
30763
- ],
30764
- "returnType": {
30765
- "kind": "object",
30766
- "properties": [
30767
- {
30768
- "kind": "property",
30769
- "name": "color",
30770
- "required": true,
30771
- "type": {
30772
- "kind": "primitive",
30773
- "value": "string"
30774
- },
30775
- "description": "",
30776
- "tags": {},
30777
- "declarations": []
30778
- },
30779
- {
30780
- "kind": "property",
30781
- "name": "colorHover",
30782
- "required": true,
30783
- "type": {
30784
- "kind": "primitive",
30785
- "value": "string"
30786
- },
30787
- "description": "",
30788
- "tags": {},
30789
- "declarations": []
30790
- }
30791
- ]
30792
- }
30793
- }
30794
- },
30795
27317
  {
30796
27318
  "name": "StatusIndicatorIcon",
30797
27319
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx",