@workday/canvas-kit-docs 8.6.0-360-next.0 → 8.6.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.
@@ -19781,6 +19781,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
19781
19781
  ],
19782
19782
  "tags": {}
19783
19783
  },
19784
+ {
19785
+ "kind": "property",
19786
+ "name": "inset",
19787
+ "required": false,
19788
+ "type": {
19789
+ "kind": "union",
19790
+ "value": [
19791
+ {
19792
+ "kind": "primitive",
19793
+ "value": "number"
19794
+ },
19795
+ {
19796
+ "kind": "primitive",
19797
+ "value": "string"
19798
+ }
19799
+ ]
19800
+ },
19801
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
19802
+ "declarations": [
19803
+ {
19804
+ "name": "inset",
19805
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
19806
+ }
19807
+ ],
19808
+ "tags": {}
19809
+ },
19784
19810
  {
19785
19811
  "kind": "property",
19786
19812
  "name": "insetInlineStart",
@@ -52224,6 +52250,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
52224
52250
  ],
52225
52251
  "tags": {}
52226
52252
  },
52253
+ {
52254
+ "kind": "property",
52255
+ "name": "inset",
52256
+ "required": false,
52257
+ "type": {
52258
+ "kind": "union",
52259
+ "value": [
52260
+ {
52261
+ "kind": "primitive",
52262
+ "value": "number"
52263
+ },
52264
+ {
52265
+ "kind": "primitive",
52266
+ "value": "string"
52267
+ }
52268
+ ]
52269
+ },
52270
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
52271
+ "declarations": [
52272
+ {
52273
+ "name": "inset",
52274
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
52275
+ }
52276
+ ],
52277
+ "tags": {}
52278
+ },
52227
52279
  {
52228
52280
  "kind": "property",
52229
52281
  "name": "insetInlineStart",
@@ -94874,6 +94926,70 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
94874
94926
  }
94875
94927
  }
94876
94928
  },
94929
+ {
94930
+ "name": "getColor",
94931
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/colorUtils.ts",
94932
+ "description": "The function takes in a color string or an enum value of CanvasColor and returns its hex value color.",
94933
+ "declarations": [
94934
+ {
94935
+ "name": "getColor",
94936
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/colorUtils.ts"
94937
+ }
94938
+ ],
94939
+ "tags": {
94940
+ "param": "value a string or an enum value of CanvasColor",
94941
+ "returns": "the hex value color"
94942
+ },
94943
+ "type": {
94944
+ "kind": "function",
94945
+ "parameters": [
94946
+ {
94947
+ "kind": "parameter",
94948
+ "name": "value",
94949
+ "type": {
94950
+ "kind": "union",
94951
+ "value": [
94952
+ {
94953
+ "kind": "symbol",
94954
+ "name": "CanvasColor",
94955
+ "value": "\"cinnamon600\" | \"cinnamon500\" | \"cinnamon400\" | \"cinnamon300\" | \"cinnamon200\" | \"cinnamon100\" | \"peach600\" | \"peach500\" | \"peach400\" | \"peach300\" | \"peach200\" | \"peach100\" | ... 149 more ... | \"blackPepper100\""
94956
+ },
94957
+ {
94958
+ "kind": "primitive",
94959
+ "value": "string"
94960
+ }
94961
+ ]
94962
+ },
94963
+ "required": false,
94964
+ "rest": false,
94965
+ "description": "a string or an enum value of CanvasColor",
94966
+ "declarations": [
94967
+ {
94968
+ "name": "value",
94969
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/colorUtils.ts"
94970
+ }
94971
+ ],
94972
+ "tags": {
94973
+ "param": "value a string or an enum value of CanvasColor"
94974
+ }
94975
+ }
94976
+ ],
94977
+ "members": [],
94978
+ "returnType": {
94979
+ "kind": "union",
94980
+ "value": [
94981
+ {
94982
+ "kind": "primitive",
94983
+ "value": "string"
94984
+ },
94985
+ {
94986
+ "kind": "primitive",
94987
+ "value": "undefined"
94988
+ }
94989
+ ]
94990
+ }
94991
+ }
94992
+ },
94877
94993
  {
94878
94994
  "name": "expandHex",
94879
94995
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/colorUtils.ts",
@@ -108940,8 +109056,8 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
108940
109056
  "name": "color",
108941
109057
  "required": false,
108942
109058
  "type": {
108943
- "kind": "primitive",
108944
- "value": "string"
109059
+ "kind": "symbol",
109060
+ "name": "CanvasColorTokens"
108945
109061
  },
108946
109062
  "description": "The fill color of the AccentIcon.",
108947
109063
  "declarations": [
@@ -109096,8 +109212,8 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
109096
109212
  "name": "color",
109097
109213
  "required": false,
109098
109214
  "type": {
109099
- "kind": "primitive",
109100
- "value": "string"
109215
+ "kind": "symbol",
109216
+ "name": "CanvasColorTokens"
109101
109217
  },
109102
109218
  "description": "The fill color of the AccentIcon.",
109103
109219
  "declarations": [
@@ -110944,8 +111060,8 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
110944
111060
  "name": "background",
110945
111061
  "required": false,
110946
111062
  "type": {
110947
- "kind": "primitive",
110948
- "value": "string"
111063
+ "kind": "symbol",
111064
+ "name": "CanvasColorTokens"
110949
111065
  },
110950
111066
  "description": "The background color of the SystemIconCircle from `@workday/canvas-colors-web`.",
110951
111067
  "declarations": [
@@ -111199,65 +111315,6 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
111199
111315
  }
111200
111316
  }
111201
111317
  },
111202
- {
111203
- "name": "getColor",
111204
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/utils.ts",
111205
- "description": "",
111206
- "declarations": [
111207
- {
111208
- "name": "getColor",
111209
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/utils.ts"
111210
- }
111211
- ],
111212
- "tags": {},
111213
- "type": {
111214
- "kind": "function",
111215
- "parameters": [
111216
- {
111217
- "kind": "parameter",
111218
- "name": "value",
111219
- "type": {
111220
- "kind": "union",
111221
- "value": [
111222
- {
111223
- "kind": "symbol",
111224
- "name": "CanvasColor",
111225
- "value": "\"cinnamon600\" | \"cinnamon500\" | \"cinnamon400\" | \"cinnamon300\" | \"cinnamon200\" | \"cinnamon100\" | \"peach600\" | \"peach500\" | \"peach400\" | \"peach300\" | \"peach200\" | \"peach100\" | ... 149 more ... | \"blackPepper100\""
111226
- },
111227
- {
111228
- "kind": "primitive",
111229
- "value": "string"
111230
- }
111231
- ]
111232
- },
111233
- "required": false,
111234
- "rest": false,
111235
- "description": "",
111236
- "declarations": [
111237
- {
111238
- "name": "value",
111239
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/utils.ts"
111240
- }
111241
- ],
111242
- "tags": {}
111243
- }
111244
- ],
111245
- "members": [],
111246
- "returnType": {
111247
- "kind": "union",
111248
- "value": [
111249
- {
111250
- "kind": "primitive",
111251
- "value": "string"
111252
- },
111253
- {
111254
- "kind": "primitive",
111255
- "value": "undefined"
111256
- }
111257
- ]
111258
- }
111259
- }
111260
- },
111261
111318
  {
111262
111319
  "name": "BoxProps",
111263
111320
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/Box.tsx",
@@ -113783,6 +113840,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
113783
113840
  ],
113784
113841
  "tags": {}
113785
113842
  },
113843
+ {
113844
+ "kind": "property",
113845
+ "name": "inset",
113846
+ "required": false,
113847
+ "type": {
113848
+ "kind": "union",
113849
+ "value": [
113850
+ {
113851
+ "kind": "primitive",
113852
+ "value": "number"
113853
+ },
113854
+ {
113855
+ "kind": "primitive",
113856
+ "value": "string"
113857
+ }
113858
+ ]
113859
+ },
113860
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
113861
+ "declarations": [
113862
+ {
113863
+ "name": "inset",
113864
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
113865
+ }
113866
+ ],
113867
+ "tags": {}
113868
+ },
113786
113869
  {
113787
113870
  "kind": "property",
113788
113871
  "name": "insetInlineStart",
@@ -118235,6 +118318,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
118235
118318
  ],
118236
118319
  "tags": {}
118237
118320
  },
118321
+ {
118322
+ "kind": "property",
118323
+ "name": "inset",
118324
+ "required": false,
118325
+ "type": {
118326
+ "kind": "union",
118327
+ "value": [
118328
+ {
118329
+ "kind": "primitive",
118330
+ "value": "number"
118331
+ },
118332
+ {
118333
+ "kind": "primitive",
118334
+ "value": "string"
118335
+ }
118336
+ ]
118337
+ },
118338
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
118339
+ "declarations": [
118340
+ {
118341
+ "name": "inset",
118342
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
118343
+ }
118344
+ ],
118345
+ "tags": {}
118346
+ },
118238
118347
  {
118239
118348
  "kind": "property",
118240
118349
  "name": "insetInlineStart",
@@ -122944,6 +123053,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
122944
123053
  ],
122945
123054
  "tags": {}
122946
123055
  },
123056
+ {
123057
+ "kind": "property",
123058
+ "name": "inset",
123059
+ "required": false,
123060
+ "type": {
123061
+ "kind": "union",
123062
+ "value": [
123063
+ {
123064
+ "kind": "primitive",
123065
+ "value": "number"
123066
+ },
123067
+ {
123068
+ "kind": "primitive",
123069
+ "value": "string"
123070
+ }
123071
+ ]
123072
+ },
123073
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
123074
+ "declarations": [
123075
+ {
123076
+ "name": "inset",
123077
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
123078
+ }
123079
+ ],
123080
+ "tags": {}
123081
+ },
122947
123082
  {
122948
123083
  "kind": "property",
122949
123084
  "name": "insetInlineStart",
@@ -127924,6 +128059,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
127924
128059
  ],
127925
128060
  "tags": {}
127926
128061
  },
128062
+ {
128063
+ "kind": "property",
128064
+ "name": "inset",
128065
+ "required": false,
128066
+ "type": {
128067
+ "kind": "union",
128068
+ "value": [
128069
+ {
128070
+ "kind": "primitive",
128071
+ "value": "number"
128072
+ },
128073
+ {
128074
+ "kind": "primitive",
128075
+ "value": "string"
128076
+ }
128077
+ ]
128078
+ },
128079
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
128080
+ "declarations": [
128081
+ {
128082
+ "name": "inset",
128083
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
128084
+ }
128085
+ ],
128086
+ "tags": {}
128087
+ },
127927
128088
  {
127928
128089
  "kind": "property",
127929
128090
  "name": "insetInlineStart",
@@ -135502,6 +135663,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
135502
135663
  ],
135503
135664
  "tags": {}
135504
135665
  },
135666
+ {
135667
+ "kind": "property",
135668
+ "name": "inset",
135669
+ "required": false,
135670
+ "type": {
135671
+ "kind": "union",
135672
+ "value": [
135673
+ {
135674
+ "kind": "primitive",
135675
+ "value": "number"
135676
+ },
135677
+ {
135678
+ "kind": "primitive",
135679
+ "value": "string"
135680
+ }
135681
+ ]
135682
+ },
135683
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
135684
+ "declarations": [
135685
+ {
135686
+ "name": "inset",
135687
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
135688
+ }
135689
+ ],
135690
+ "tags": {}
135691
+ },
135505
135692
  {
135506
135693
  "kind": "property",
135507
135694
  "name": "insetInlineStart",
@@ -140430,20 +140617,7 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
140430
140617
  "name": "button",
140431
140618
  "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
140432
140619
  },
140433
- "subComponents": [
140434
- {
140435
- "name": "Icon",
140436
- "symbol": "SystemIcon",
140437
- "description": "",
140438
- "declarations": [
140439
- {
140440
- "name": "Icon",
140441
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuItem.tsx"
140442
- }
140443
- ],
140444
- "tags": {}
140445
- }
140446
- ],
140620
+ "subComponents": [],
140447
140621
  "model": "MenuModel"
140448
140622
  }
140449
140623
  },
@@ -154200,6 +154374,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
154200
154374
  ],
154201
154375
  "tags": {}
154202
154376
  },
154377
+ {
154378
+ "kind": "property",
154379
+ "name": "inset",
154380
+ "required": false,
154381
+ "type": {
154382
+ "kind": "union",
154383
+ "value": [
154384
+ {
154385
+ "kind": "primitive",
154386
+ "value": "number"
154387
+ },
154388
+ {
154389
+ "kind": "primitive",
154390
+ "value": "string"
154391
+ }
154392
+ ]
154393
+ },
154394
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
154395
+ "declarations": [
154396
+ {
154397
+ "name": "inset",
154398
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
154399
+ }
154400
+ ],
154401
+ "tags": {}
154402
+ },
154203
154403
  {
154204
154404
  "kind": "property",
154205
154405
  "name": "insetInlineStart",
@@ -160720,6 +160920,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
160720
160920
  ],
160721
160921
  "tags": {}
160722
160922
  },
160923
+ {
160924
+ "kind": "property",
160925
+ "name": "inset",
160926
+ "required": false,
160927
+ "type": {
160928
+ "kind": "union",
160929
+ "value": [
160930
+ {
160931
+ "kind": "primitive",
160932
+ "value": "number"
160933
+ },
160934
+ {
160935
+ "kind": "primitive",
160936
+ "value": "string"
160937
+ }
160938
+ ]
160939
+ },
160940
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
160941
+ "declarations": [
160942
+ {
160943
+ "name": "inset",
160944
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
160945
+ }
160946
+ ],
160947
+ "tags": {}
160948
+ },
160723
160949
  {
160724
160950
  "kind": "property",
160725
160951
  "name": "insetInlineStart",
@@ -165814,6 +166040,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
165814
166040
  ],
165815
166041
  "tags": {}
165816
166042
  },
166043
+ {
166044
+ "kind": "property",
166045
+ "name": "inset",
166046
+ "required": false,
166047
+ "type": {
166048
+ "kind": "union",
166049
+ "value": [
166050
+ {
166051
+ "kind": "primitive",
166052
+ "value": "number"
166053
+ },
166054
+ {
166055
+ "kind": "primitive",
166056
+ "value": "string"
166057
+ }
166058
+ ]
166059
+ },
166060
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
166061
+ "declarations": [
166062
+ {
166063
+ "name": "inset",
166064
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
166065
+ }
166066
+ ],
166067
+ "tags": {}
166068
+ },
165817
166069
  {
165818
166070
  "kind": "property",
165819
166071
  "name": "insetInlineStart",
@@ -180986,6 +181238,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
180986
181238
  ],
180987
181239
  "tags": {}
180988
181240
  },
181241
+ {
181242
+ "kind": "property",
181243
+ "name": "inset",
181244
+ "required": false,
181245
+ "type": {
181246
+ "kind": "union",
181247
+ "value": [
181248
+ {
181249
+ "kind": "primitive",
181250
+ "value": "number"
181251
+ },
181252
+ {
181253
+ "kind": "primitive",
181254
+ "value": "string"
181255
+ }
181256
+ ]
181257
+ },
181258
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
181259
+ "declarations": [
181260
+ {
181261
+ "name": "inset",
181262
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
181263
+ }
181264
+ ],
181265
+ "tags": {}
181266
+ },
180989
181267
  {
180990
181268
  "kind": "property",
180991
181269
  "name": "insetInlineStart",
@@ -187026,6 +187304,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
187026
187304
  ],
187027
187305
  "tags": {}
187028
187306
  },
187307
+ {
187308
+ "kind": "property",
187309
+ "name": "inset",
187310
+ "required": false,
187311
+ "type": {
187312
+ "kind": "union",
187313
+ "value": [
187314
+ {
187315
+ "kind": "primitive",
187316
+ "value": "number"
187317
+ },
187318
+ {
187319
+ "kind": "primitive",
187320
+ "value": "string"
187321
+ }
187322
+ ]
187323
+ },
187324
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
187325
+ "declarations": [
187326
+ {
187327
+ "name": "inset",
187328
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
187329
+ }
187330
+ ],
187331
+ "tags": {}
187332
+ },
187029
187333
  {
187030
187334
  "kind": "property",
187031
187335
  "name": "insetInlineStart",
@@ -200305,6 +200609,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
200305
200609
  ],
200306
200610
  "tags": {}
200307
200611
  },
200612
+ {
200613
+ "kind": "property",
200614
+ "name": "inset",
200615
+ "required": false,
200616
+ "type": {
200617
+ "kind": "union",
200618
+ "value": [
200619
+ {
200620
+ "kind": "primitive",
200621
+ "value": "number"
200622
+ },
200623
+ {
200624
+ "kind": "primitive",
200625
+ "value": "string"
200626
+ }
200627
+ ]
200628
+ },
200629
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
200630
+ "declarations": [
200631
+ {
200632
+ "name": "inset",
200633
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
200634
+ }
200635
+ ],
200636
+ "tags": {}
200637
+ },
200308
200638
  {
200309
200639
  "kind": "property",
200310
200640
  "name": "insetInlineStart",
@@ -204974,6 +205304,32 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
204974
205304
  ],
204975
205305
  "tags": {}
204976
205306
  },
205307
+ {
205308
+ "kind": "property",
205309
+ "name": "inset",
205310
+ "required": false,
205311
+ "type": {
205312
+ "kind": "union",
205313
+ "value": [
205314
+ {
205315
+ "kind": "primitive",
205316
+ "value": "number"
205317
+ },
205318
+ {
205319
+ "kind": "primitive",
205320
+ "value": "string"
205321
+ }
205322
+ ]
205323
+ },
205324
+ "description": "- sets [CSS inset property](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)",
205325
+ "declarations": [
205326
+ {
205327
+ "name": "inset",
205328
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/utils/position.ts"
205329
+ }
205330
+ ],
205331
+ "tags": {}
205332
+ },
204977
205333
  {
204978
205334
  "kind": "property",
204979
205335
  "name": "insetInlineStart",
@@ -82,7 +82,7 @@ on a dark or colorful background such as `blueberry400`.
82
82
 
83
83
  ### DeleteButton
84
84
 
85
- <SymbolDescription name="TertiaryButton" fileName="/react/" />
85
+ <SymbolDescription name="DeleteButton" fileName="/react/" />
86
86
 
87
87
  <ExampleCodeBlock code={Delete} />
88
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "8.6.0-360-next.0+976bd42a",
3
+ "version": "8.6.0",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -44,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^8.6.0-360-next.0+976bd42a",
48
- "@workday/canvas-kit-preview-react": "^8.6.0-360-next.0+976bd42a",
49
- "@workday/canvas-kit-react": "^8.6.0-360-next.0+976bd42a",
47
+ "@workday/canvas-kit-labs-react": "^8.6.0",
48
+ "@workday/canvas-kit-preview-react": "^8.6.0",
49
+ "@workday/canvas-kit-react": "^8.6.0",
50
50
  "@workday/canvas-system-icons-web": "^3.0.0",
51
51
  "markdown-to-jsx": "^6.10.3",
52
52
  "ts-node": "^10.9.1"
@@ -57,5 +57,5 @@
57
57
  "mkdirp": "^1.0.3",
58
58
  "typescript": "4.2"
59
59
  },
60
- "gitHead": "976bd42a81605b07988c33eb61cb6574345e6181"
60
+ "gitHead": "63db571e6d052f6c8d4a3ae6b39d16c3d7d6720f"
61
61
  }