@workday/canvas-kit-docs 8.6.10 → 8.6.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es6/lib/docs.js +273 -70
- package/dist/es6/lib/specs.js +190 -0
- package/package.json +5 -5
package/dist/es6/lib/docs.js
CHANGED
|
@@ -108712,6 +108712,27 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
108712
108712
|
"value": "bottom"
|
|
108713
108713
|
}
|
|
108714
108714
|
},
|
|
108715
|
+
{
|
|
108716
|
+
"kind": "property",
|
|
108717
|
+
"name": "fallbackPlacements",
|
|
108718
|
+
"required": false,
|
|
108719
|
+
"type": {
|
|
108720
|
+
"kind": "array",
|
|
108721
|
+
"value": {
|
|
108722
|
+
"kind": "symbol",
|
|
108723
|
+
"name": "Placement",
|
|
108724
|
+
"value": "Placement"
|
|
108725
|
+
}
|
|
108726
|
+
},
|
|
108727
|
+
"description": "Define fallback placements by providing a list of {@link Placement} in array (in order of preference).\nThe default preference is following the order of `top`, `right`, `bottom`, and `left`. Once the initial\nand opposite placements are not available, the fallback placements will be in use. Use an empty array to\ndisable the fallback placements.",
|
|
108728
|
+
"declarations": [
|
|
108729
|
+
{
|
|
108730
|
+
"name": "fallbackPlacements",
|
|
108731
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupPopper.tsx"
|
|
108732
|
+
}
|
|
108733
|
+
],
|
|
108734
|
+
"tags": {}
|
|
108735
|
+
},
|
|
108715
108736
|
{
|
|
108716
108737
|
"kind": "property",
|
|
108717
108738
|
"name": "popperOptions",
|
|
@@ -108972,7 +108993,7 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
108972
108993
|
"typeParameters": [
|
|
108973
108994
|
{
|
|
108974
108995
|
"kind": "symbol",
|
|
108975
|
-
"name": "
|
|
108996
|
+
"name": "Instance",
|
|
108976
108997
|
"value": "Instance"
|
|
108977
108998
|
}
|
|
108978
108999
|
]
|
|
@@ -144111,6 +144132,27 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
144111
144132
|
"value": "bottom"
|
|
144112
144133
|
}
|
|
144113
144134
|
},
|
|
144135
|
+
{
|
|
144136
|
+
"kind": "property",
|
|
144137
|
+
"name": "fallbackPlacements",
|
|
144138
|
+
"required": false,
|
|
144139
|
+
"type": {
|
|
144140
|
+
"kind": "array",
|
|
144141
|
+
"value": {
|
|
144142
|
+
"kind": "symbol",
|
|
144143
|
+
"name": "Placement",
|
|
144144
|
+
"value": "Placement"
|
|
144145
|
+
}
|
|
144146
|
+
},
|
|
144147
|
+
"description": "Define fallback placements by providing a list of {@link Placement} in array (in order of preference).\nThe default preference is following the order of `top`, `right`, `bottom`, and `left`. Once the initial\nand opposite placements are not available, the fallback placements will be in use. Use an empty array to\ndisable the fallback placements.",
|
|
144148
|
+
"declarations": [
|
|
144149
|
+
{
|
|
144150
|
+
"name": "fallbackPlacements",
|
|
144151
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popper.tsx"
|
|
144152
|
+
}
|
|
144153
|
+
],
|
|
144154
|
+
"tags": {}
|
|
144155
|
+
},
|
|
144114
144156
|
{
|
|
144115
144157
|
"kind": "property",
|
|
144116
144158
|
"name": "onPlacementChange",
|
|
@@ -144212,7 +144254,7 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
144212
144254
|
"typeParameters": [
|
|
144213
144255
|
{
|
|
144214
144256
|
"kind": "symbol",
|
|
144215
|
-
"name": "
|
|
144257
|
+
"name": "Instance",
|
|
144216
144258
|
"value": "Instance"
|
|
144217
144259
|
}
|
|
144218
144260
|
]
|
|
@@ -173082,6 +173124,81 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
173082
173124
|
}
|
|
173083
173125
|
}
|
|
173084
173126
|
},
|
|
173127
|
+
{
|
|
173128
|
+
"name": "Placement",
|
|
173129
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/fallbackPlacements.ts",
|
|
173130
|
+
"description": "",
|
|
173131
|
+
"declarations": [
|
|
173132
|
+
{
|
|
173133
|
+
"name": "Placement",
|
|
173134
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/fallbackPlacements.ts"
|
|
173135
|
+
}
|
|
173136
|
+
],
|
|
173137
|
+
"tags": {},
|
|
173138
|
+
"type": {
|
|
173139
|
+
"kind": "type",
|
|
173140
|
+
"typeParameters": [],
|
|
173141
|
+
"value": {
|
|
173142
|
+
"kind": "symbol",
|
|
173143
|
+
"name": "PopperJSPlacement",
|
|
173144
|
+
"value": "Placement"
|
|
173145
|
+
}
|
|
173146
|
+
}
|
|
173147
|
+
},
|
|
173148
|
+
{
|
|
173149
|
+
"name": "Options",
|
|
173150
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/fallbackPlacements.ts",
|
|
173151
|
+
"description": "",
|
|
173152
|
+
"declarations": [
|
|
173153
|
+
{
|
|
173154
|
+
"name": "Options",
|
|
173155
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/fallbackPlacements.ts"
|
|
173156
|
+
}
|
|
173157
|
+
],
|
|
173158
|
+
"tags": {},
|
|
173159
|
+
"type": {
|
|
173160
|
+
"kind": "object",
|
|
173161
|
+
"properties": [
|
|
173162
|
+
{
|
|
173163
|
+
"kind": "property",
|
|
173164
|
+
"name": "fallbackPlacements",
|
|
173165
|
+
"required": true,
|
|
173166
|
+
"type": {
|
|
173167
|
+
"kind": "array",
|
|
173168
|
+
"value": {
|
|
173169
|
+
"kind": "symbol",
|
|
173170
|
+
"name": "Placement",
|
|
173171
|
+
"value": "Placement"
|
|
173172
|
+
}
|
|
173173
|
+
},
|
|
173174
|
+
"description": "",
|
|
173175
|
+
"declarations": [
|
|
173176
|
+
{
|
|
173177
|
+
"name": "fallbackPlacements",
|
|
173178
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/fallbackPlacements.ts"
|
|
173179
|
+
}
|
|
173180
|
+
],
|
|
173181
|
+
"tags": {}
|
|
173182
|
+
}
|
|
173183
|
+
]
|
|
173184
|
+
}
|
|
173185
|
+
},
|
|
173186
|
+
{
|
|
173187
|
+
"name": "fallbackPlacementsModifier",
|
|
173188
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/fallbackPlacements.ts",
|
|
173189
|
+
"description": "",
|
|
173190
|
+
"declarations": [
|
|
173191
|
+
{
|
|
173192
|
+
"name": "fallbackPlacementsModifier",
|
|
173193
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/fallbackPlacements.ts"
|
|
173194
|
+
}
|
|
173195
|
+
],
|
|
173196
|
+
"tags": {},
|
|
173197
|
+
"type": {
|
|
173198
|
+
"kind": "symbol",
|
|
173199
|
+
"name": "name"
|
|
173200
|
+
}
|
|
173201
|
+
},
|
|
173085
173202
|
{
|
|
173086
173203
|
"name": "getTransformFromPlacement",
|
|
173087
173204
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/getTransformFromPlacement.ts",
|
|
@@ -176246,69 +176363,9 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
176246
176363
|
"kind": "type",
|
|
176247
176364
|
"typeParameters": [],
|
|
176248
176365
|
"value": {
|
|
176249
|
-
"kind": "
|
|
176250
|
-
"
|
|
176251
|
-
|
|
176252
|
-
"kind": "string",
|
|
176253
|
-
"value": "auto"
|
|
176254
|
-
},
|
|
176255
|
-
{
|
|
176256
|
-
"kind": "string",
|
|
176257
|
-
"value": "left"
|
|
176258
|
-
},
|
|
176259
|
-
{
|
|
176260
|
-
"kind": "string",
|
|
176261
|
-
"value": "right"
|
|
176262
|
-
},
|
|
176263
|
-
{
|
|
176264
|
-
"kind": "string",
|
|
176265
|
-
"value": "top"
|
|
176266
|
-
},
|
|
176267
|
-
{
|
|
176268
|
-
"kind": "string",
|
|
176269
|
-
"value": "bottom"
|
|
176270
|
-
},
|
|
176271
|
-
{
|
|
176272
|
-
"kind": "string",
|
|
176273
|
-
"value": "auto-start"
|
|
176274
|
-
},
|
|
176275
|
-
{
|
|
176276
|
-
"kind": "string",
|
|
176277
|
-
"value": "auto-end"
|
|
176278
|
-
},
|
|
176279
|
-
{
|
|
176280
|
-
"kind": "string",
|
|
176281
|
-
"value": "top-start"
|
|
176282
|
-
},
|
|
176283
|
-
{
|
|
176284
|
-
"kind": "string",
|
|
176285
|
-
"value": "top-end"
|
|
176286
|
-
},
|
|
176287
|
-
{
|
|
176288
|
-
"kind": "string",
|
|
176289
|
-
"value": "bottom-start"
|
|
176290
|
-
},
|
|
176291
|
-
{
|
|
176292
|
-
"kind": "string",
|
|
176293
|
-
"value": "bottom-end"
|
|
176294
|
-
},
|
|
176295
|
-
{
|
|
176296
|
-
"kind": "string",
|
|
176297
|
-
"value": "right-start"
|
|
176298
|
-
},
|
|
176299
|
-
{
|
|
176300
|
-
"kind": "string",
|
|
176301
|
-
"value": "right-end"
|
|
176302
|
-
},
|
|
176303
|
-
{
|
|
176304
|
-
"kind": "string",
|
|
176305
|
-
"value": "left-start"
|
|
176306
|
-
},
|
|
176307
|
-
{
|
|
176308
|
-
"kind": "string",
|
|
176309
|
-
"value": "left-end"
|
|
176310
|
-
}
|
|
176311
|
-
]
|
|
176366
|
+
"kind": "symbol",
|
|
176367
|
+
"name": "PopperJSPlacement",
|
|
176368
|
+
"value": "Placement"
|
|
176312
176369
|
}
|
|
176313
176370
|
}
|
|
176314
176371
|
},
|
|
@@ -176328,11 +176385,31 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
176328
176385
|
"typeParameters": [],
|
|
176329
176386
|
"value": {
|
|
176330
176387
|
"kind": "symbol",
|
|
176331
|
-
"name": "
|
|
176388
|
+
"name": "Options",
|
|
176332
176389
|
"value": "Options"
|
|
176333
176390
|
}
|
|
176334
176391
|
}
|
|
176335
176392
|
},
|
|
176393
|
+
{
|
|
176394
|
+
"name": "defaultFallbackPlacements",
|
|
176395
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popper.tsx",
|
|
176396
|
+
"description": "",
|
|
176397
|
+
"declarations": [
|
|
176398
|
+
{
|
|
176399
|
+
"name": "defaultFallbackPlacements",
|
|
176400
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popper.tsx"
|
|
176401
|
+
}
|
|
176402
|
+
],
|
|
176403
|
+
"tags": {},
|
|
176404
|
+
"type": {
|
|
176405
|
+
"kind": "array",
|
|
176406
|
+
"value": {
|
|
176407
|
+
"kind": "symbol",
|
|
176408
|
+
"name": "Placement",
|
|
176409
|
+
"value": "Placement"
|
|
176410
|
+
}
|
|
176411
|
+
}
|
|
176412
|
+
},
|
|
176336
176413
|
{
|
|
176337
176414
|
"name": "PopperProps",
|
|
176338
176415
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popper.tsx",
|
|
@@ -176547,6 +176624,27 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
176547
176624
|
"value": "bottom"
|
|
176548
176625
|
}
|
|
176549
176626
|
},
|
|
176627
|
+
{
|
|
176628
|
+
"kind": "property",
|
|
176629
|
+
"name": "fallbackPlacements",
|
|
176630
|
+
"required": false,
|
|
176631
|
+
"type": {
|
|
176632
|
+
"kind": "array",
|
|
176633
|
+
"value": {
|
|
176634
|
+
"kind": "symbol",
|
|
176635
|
+
"name": "Placement",
|
|
176636
|
+
"value": "Placement"
|
|
176637
|
+
}
|
|
176638
|
+
},
|
|
176639
|
+
"description": "Define fallback placements by providing a list of {@link Placement} in array (in order of preference).\nThe default preference is following the order of `top`, `right`, `bottom`, and `left`. Once the initial\nand opposite placements are not available, the fallback placements will be in use. Use an empty array to\ndisable the fallback placements.",
|
|
176640
|
+
"declarations": [
|
|
176641
|
+
{
|
|
176642
|
+
"name": "fallbackPlacements",
|
|
176643
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popper.tsx"
|
|
176644
|
+
}
|
|
176645
|
+
],
|
|
176646
|
+
"tags": {}
|
|
176647
|
+
},
|
|
176550
176648
|
{
|
|
176551
176649
|
"kind": "property",
|
|
176552
176650
|
"name": "onPlacementChange",
|
|
@@ -176648,7 +176746,7 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
176648
176746
|
"typeParameters": [
|
|
176649
176747
|
{
|
|
176650
176748
|
"kind": "symbol",
|
|
176651
|
-
"name": "
|
|
176749
|
+
"name": "Instance",
|
|
176652
176750
|
"value": "Instance"
|
|
176653
176751
|
}
|
|
176654
176752
|
]
|
|
@@ -178121,6 +178219,27 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
178121
178219
|
"value": "bottom"
|
|
178122
178220
|
}
|
|
178123
178221
|
},
|
|
178222
|
+
{
|
|
178223
|
+
"kind": "property",
|
|
178224
|
+
"name": "fallbackPlacements",
|
|
178225
|
+
"required": false,
|
|
178226
|
+
"type": {
|
|
178227
|
+
"kind": "array",
|
|
178228
|
+
"value": {
|
|
178229
|
+
"kind": "symbol",
|
|
178230
|
+
"name": "Placement",
|
|
178231
|
+
"value": "Placement"
|
|
178232
|
+
}
|
|
178233
|
+
},
|
|
178234
|
+
"description": "Define fallback placements by providing a list of {@link Placement} in array (in order of preference).\nThe default preference is following the order of `top`, `right`, `bottom`, and `left`. Once the initial\nand opposite placements are not available, the fallback placements will be in use. Use an empty array to\ndisable the fallback placements.",
|
|
178235
|
+
"declarations": [
|
|
178236
|
+
{
|
|
178237
|
+
"name": "fallbackPlacements",
|
|
178238
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupPopper.tsx"
|
|
178239
|
+
}
|
|
178240
|
+
],
|
|
178241
|
+
"tags": {}
|
|
178242
|
+
},
|
|
178124
178243
|
{
|
|
178125
178244
|
"kind": "property",
|
|
178126
178245
|
"name": "popperOptions",
|
|
@@ -178381,7 +178500,7 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
178381
178500
|
"typeParameters": [
|
|
178382
178501
|
{
|
|
178383
178502
|
"kind": "symbol",
|
|
178384
|
-
"name": "
|
|
178503
|
+
"name": "Instance",
|
|
178385
178504
|
"value": "Instance"
|
|
178386
178505
|
}
|
|
178387
178506
|
]
|
|
@@ -188329,6 +188448,27 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
188329
188448
|
"default": "bottom"
|
|
188330
188449
|
}
|
|
188331
188450
|
},
|
|
188451
|
+
{
|
|
188452
|
+
"kind": "property",
|
|
188453
|
+
"name": "fallbackPlacements",
|
|
188454
|
+
"required": false,
|
|
188455
|
+
"type": {
|
|
188456
|
+
"kind": "array",
|
|
188457
|
+
"value": {
|
|
188458
|
+
"kind": "symbol",
|
|
188459
|
+
"name": "Placement",
|
|
188460
|
+
"value": "Placement"
|
|
188461
|
+
}
|
|
188462
|
+
},
|
|
188463
|
+
"description": "Define fallback placements by providing a list of {@link Placement} in array (in order of preference).\nThe default preference is following the order of `top`, `right`, `bottom`, and `left`. Once the initial\nand opposite placements are not available, the fallback placements will be in use. Use an empty array to\ndisable the fallback placements.",
|
|
188464
|
+
"declarations": [
|
|
188465
|
+
{
|
|
188466
|
+
"name": "fallbackPlacements",
|
|
188467
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popper.tsx"
|
|
188468
|
+
}
|
|
188469
|
+
],
|
|
188470
|
+
"tags": {}
|
|
188471
|
+
},
|
|
188332
188472
|
{
|
|
188333
188473
|
"kind": "property",
|
|
188334
188474
|
"name": "onPlacementChange",
|
|
@@ -188426,7 +188566,7 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
188426
188566
|
"typeParameters": [
|
|
188427
188567
|
{
|
|
188428
188568
|
"kind": "symbol",
|
|
188429
|
-
"name": "
|
|
188569
|
+
"name": "Instance",
|
|
188430
188570
|
"value": "Instance"
|
|
188431
188571
|
}
|
|
188432
188572
|
]
|
|
@@ -188660,6 +188800,27 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
188660
188800
|
"value": "bottom"
|
|
188661
188801
|
}
|
|
188662
188802
|
},
|
|
188803
|
+
{
|
|
188804
|
+
"kind": "property",
|
|
188805
|
+
"name": "fallbackPlacements",
|
|
188806
|
+
"required": false,
|
|
188807
|
+
"type": {
|
|
188808
|
+
"kind": "array",
|
|
188809
|
+
"value": {
|
|
188810
|
+
"kind": "symbol",
|
|
188811
|
+
"name": "Placement",
|
|
188812
|
+
"value": "Placement"
|
|
188813
|
+
}
|
|
188814
|
+
},
|
|
188815
|
+
"description": "Define fallback placements by providing a list of {@link Placement} in array (in order of preference).\nThe default preference is following the order of `top`, `right`, `bottom`, and `left`. Once the initial\nand opposite placements are not available, the fallback placements will be in use. Use an empty array to\ndisable the fallback placements.",
|
|
188816
|
+
"declarations": [
|
|
188817
|
+
{
|
|
188818
|
+
"name": "fallbackPlacements",
|
|
188819
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popper.tsx"
|
|
188820
|
+
}
|
|
188821
|
+
],
|
|
188822
|
+
"tags": {}
|
|
188823
|
+
},
|
|
188663
188824
|
{
|
|
188664
188825
|
"kind": "property",
|
|
188665
188826
|
"name": "onPlacementChange",
|
|
@@ -188761,7 +188922,7 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
188761
188922
|
"typeParameters": [
|
|
188762
188923
|
{
|
|
188763
188924
|
"kind": "symbol",
|
|
188764
|
-
"name": "
|
|
188925
|
+
"name": "Instance",
|
|
188765
188926
|
"value": "Instance"
|
|
188766
188927
|
}
|
|
188767
188928
|
]
|
|
@@ -223550,6 +223711,27 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
223550
223711
|
"kind": "string",
|
|
223551
223712
|
"value": "top"
|
|
223552
223713
|
}
|
|
223714
|
+
},
|
|
223715
|
+
{
|
|
223716
|
+
"kind": "property",
|
|
223717
|
+
"name": "fallbackPlacements",
|
|
223718
|
+
"required": false,
|
|
223719
|
+
"type": {
|
|
223720
|
+
"kind": "array",
|
|
223721
|
+
"value": {
|
|
223722
|
+
"kind": "symbol",
|
|
223723
|
+
"name": "Placement",
|
|
223724
|
+
"value": "Placement"
|
|
223725
|
+
}
|
|
223726
|
+
},
|
|
223727
|
+
"description": "Define fallback placements by providing a list of {@link Placement} in array (in order of preference).\nThe default preference is following the order of `top`, `right`, `bottom`, and `left`. Once the initial\nand opposite placements are not available, the fallback placements will be in use. Use an empty array to\ndisable the fallback placements.",
|
|
223728
|
+
"declarations": [
|
|
223729
|
+
{
|
|
223730
|
+
"name": "fallbackPlacements",
|
|
223731
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/OverflowTooltip.tsx"
|
|
223732
|
+
}
|
|
223733
|
+
],
|
|
223734
|
+
"tags": {}
|
|
223553
223735
|
}
|
|
223554
223736
|
]
|
|
223555
223737
|
}
|
|
@@ -223652,6 +223834,27 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
223652
223834
|
"value": "top"
|
|
223653
223835
|
}
|
|
223654
223836
|
},
|
|
223837
|
+
{
|
|
223838
|
+
"kind": "property",
|
|
223839
|
+
"name": "fallbackPlacements",
|
|
223840
|
+
"required": false,
|
|
223841
|
+
"type": {
|
|
223842
|
+
"kind": "array",
|
|
223843
|
+
"value": {
|
|
223844
|
+
"kind": "symbol",
|
|
223845
|
+
"name": "Placement",
|
|
223846
|
+
"value": "Placement"
|
|
223847
|
+
}
|
|
223848
|
+
},
|
|
223849
|
+
"description": "Define fallback placements by providing a list of {@link Placement} in array (in order of preference).\nThe default preference is following the order of `top`, `right`, `bottom`, and `left`. Once the initial\nand opposite placements are not available, the fallback placements will be in use. Use an empty array to\ndisable the fallback placements.",
|
|
223850
|
+
"declarations": [
|
|
223851
|
+
{
|
|
223852
|
+
"name": "fallbackPlacements",
|
|
223853
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/Tooltip.tsx"
|
|
223854
|
+
}
|
|
223855
|
+
],
|
|
223856
|
+
"tags": {}
|
|
223857
|
+
},
|
|
223655
223858
|
{
|
|
223656
223859
|
"kind": "property",
|
|
223657
223860
|
"name": "type",
|
package/dist/es6/lib/specs.js
CHANGED
|
@@ -1215,6 +1215,70 @@ module.exports = {specifications: [
|
|
|
1215
1215
|
}
|
|
1216
1216
|
]
|
|
1217
1217
|
},
|
|
1218
|
+
{
|
|
1219
|
+
"type": "file",
|
|
1220
|
+
"name": "Dialog.spec.ts",
|
|
1221
|
+
"children": [
|
|
1222
|
+
{
|
|
1223
|
+
"type": "describe",
|
|
1224
|
+
"name": "Popup",
|
|
1225
|
+
"children": [
|
|
1226
|
+
{
|
|
1227
|
+
"type": "describe",
|
|
1228
|
+
"name": "given the [Testing/Popups/Dialog, DialogWithFallbackPlacements] example is rendered",
|
|
1229
|
+
"children": [
|
|
1230
|
+
{
|
|
1231
|
+
"type": "describe",
|
|
1232
|
+
"name": "check the fallback placements",
|
|
1233
|
+
"children": [
|
|
1234
|
+
{
|
|
1235
|
+
"type": "describe",
|
|
1236
|
+
"name": "when the preferred placement is set to bottom",
|
|
1237
|
+
"children": [
|
|
1238
|
+
{
|
|
1239
|
+
"type": "it",
|
|
1240
|
+
"name": "should show the fallback placement: top"
|
|
1241
|
+
}
|
|
1242
|
+
]
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"type": "describe",
|
|
1246
|
+
"name": "when the preferred placement is set to top",
|
|
1247
|
+
"children": [
|
|
1248
|
+
{
|
|
1249
|
+
"type": "it",
|
|
1250
|
+
"name": "should show the fallback placement: bottom"
|
|
1251
|
+
}
|
|
1252
|
+
]
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"type": "describe",
|
|
1256
|
+
"name": "when the preferred placement is set to right",
|
|
1257
|
+
"children": [
|
|
1258
|
+
{
|
|
1259
|
+
"type": "it",
|
|
1260
|
+
"name": "should show the fallback placement: left"
|
|
1261
|
+
}
|
|
1262
|
+
]
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"type": "describe",
|
|
1266
|
+
"name": "when the preferred placement is set to right",
|
|
1267
|
+
"children": [
|
|
1268
|
+
{
|
|
1269
|
+
"type": "it",
|
|
1270
|
+
"name": "should show the fallback placement: bottom"
|
|
1271
|
+
}
|
|
1272
|
+
]
|
|
1273
|
+
}
|
|
1274
|
+
]
|
|
1275
|
+
}
|
|
1276
|
+
]
|
|
1277
|
+
}
|
|
1278
|
+
]
|
|
1279
|
+
}
|
|
1280
|
+
]
|
|
1281
|
+
},
|
|
1218
1282
|
{
|
|
1219
1283
|
"type": "file",
|
|
1220
1284
|
"name": "ExpandableContainer.spec.ts",
|
|
@@ -1571,6 +1635,48 @@ module.exports = {specifications: [
|
|
|
1571
1635
|
]
|
|
1572
1636
|
}
|
|
1573
1637
|
]
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"type": "describe",
|
|
1641
|
+
"name": "given the [Testing/Popups/Menu, MenuWithFallbackPlacements] example is rendered",
|
|
1642
|
+
"children": [
|
|
1643
|
+
{
|
|
1644
|
+
"type": "describe",
|
|
1645
|
+
"name": "check the fallback placements",
|
|
1646
|
+
"children": [
|
|
1647
|
+
{
|
|
1648
|
+
"type": "describe",
|
|
1649
|
+
"name": "when the preferred placement is set to top",
|
|
1650
|
+
"children": [
|
|
1651
|
+
{
|
|
1652
|
+
"type": "it",
|
|
1653
|
+
"name": "should show the fallback placement: bottom"
|
|
1654
|
+
}
|
|
1655
|
+
]
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"type": "describe",
|
|
1659
|
+
"name": "when the preferred placement is set to right",
|
|
1660
|
+
"children": [
|
|
1661
|
+
{
|
|
1662
|
+
"type": "it",
|
|
1663
|
+
"name": "should show the fallback placement: left"
|
|
1664
|
+
}
|
|
1665
|
+
]
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"type": "describe",
|
|
1669
|
+
"name": "when the preferred placement is set to right",
|
|
1670
|
+
"children": [
|
|
1671
|
+
{
|
|
1672
|
+
"type": "it",
|
|
1673
|
+
"name": "should show the fallback placement: bottom"
|
|
1674
|
+
}
|
|
1675
|
+
]
|
|
1676
|
+
}
|
|
1677
|
+
]
|
|
1678
|
+
}
|
|
1679
|
+
]
|
|
1574
1680
|
}
|
|
1575
1681
|
]
|
|
1576
1682
|
}
|
|
@@ -2859,6 +2965,48 @@ module.exports = {specifications: [
|
|
|
2859
2965
|
]
|
|
2860
2966
|
}
|
|
2861
2967
|
]
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"type": "describe",
|
|
2971
|
+
"name": "given the [Testing/Popups/Popup, PopupWithFallbackPlacements] example is rendered",
|
|
2972
|
+
"children": [
|
|
2973
|
+
{
|
|
2974
|
+
"type": "describe",
|
|
2975
|
+
"name": "check the fallback placements",
|
|
2976
|
+
"children": [
|
|
2977
|
+
{
|
|
2978
|
+
"type": "describe",
|
|
2979
|
+
"name": "when the preferred placement is set to top",
|
|
2980
|
+
"children": [
|
|
2981
|
+
{
|
|
2982
|
+
"type": "it",
|
|
2983
|
+
"name": "should show the fallback placement: bottom"
|
|
2984
|
+
}
|
|
2985
|
+
]
|
|
2986
|
+
},
|
|
2987
|
+
{
|
|
2988
|
+
"type": "describe",
|
|
2989
|
+
"name": "when the preferred placement is set to right",
|
|
2990
|
+
"children": [
|
|
2991
|
+
{
|
|
2992
|
+
"type": "it",
|
|
2993
|
+
"name": "should show the fallback placement: left"
|
|
2994
|
+
}
|
|
2995
|
+
]
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"type": "describe",
|
|
2999
|
+
"name": "when the preferred placement is set to right",
|
|
3000
|
+
"children": [
|
|
3001
|
+
{
|
|
3002
|
+
"type": "it",
|
|
3003
|
+
"name": "should show the fallback placement: bottom"
|
|
3004
|
+
}
|
|
3005
|
+
]
|
|
3006
|
+
}
|
|
3007
|
+
]
|
|
3008
|
+
}
|
|
3009
|
+
]
|
|
2862
3010
|
}
|
|
2863
3011
|
]
|
|
2864
3012
|
}
|
|
@@ -6983,6 +7131,48 @@ module.exports = {specifications: [
|
|
|
6983
7131
|
]
|
|
6984
7132
|
}
|
|
6985
7133
|
]
|
|
7134
|
+
},
|
|
7135
|
+
{
|
|
7136
|
+
"type": "describe",
|
|
7137
|
+
"name": "given the [Testing/Popups/Tooltip, TooltipWithFallbackPlacements] example is rendered",
|
|
7138
|
+
"children": [
|
|
7139
|
+
{
|
|
7140
|
+
"type": "describe",
|
|
7141
|
+
"name": "check the fallback placements",
|
|
7142
|
+
"children": [
|
|
7143
|
+
{
|
|
7144
|
+
"type": "describe",
|
|
7145
|
+
"name": "when the preferred placement is set to top",
|
|
7146
|
+
"children": [
|
|
7147
|
+
{
|
|
7148
|
+
"type": "it",
|
|
7149
|
+
"name": "should show the fallback placement: bottom"
|
|
7150
|
+
}
|
|
7151
|
+
]
|
|
7152
|
+
},
|
|
7153
|
+
{
|
|
7154
|
+
"type": "describe",
|
|
7155
|
+
"name": "when the preferred placement is set to left",
|
|
7156
|
+
"children": [
|
|
7157
|
+
{
|
|
7158
|
+
"type": "it",
|
|
7159
|
+
"name": "should show the fallback placement: right"
|
|
7160
|
+
}
|
|
7161
|
+
]
|
|
7162
|
+
},
|
|
7163
|
+
{
|
|
7164
|
+
"type": "describe",
|
|
7165
|
+
"name": "when the preferred placement is set to left",
|
|
7166
|
+
"children": [
|
|
7167
|
+
{
|
|
7168
|
+
"type": "it",
|
|
7169
|
+
"name": "should show the fallback placement: bottom"
|
|
7170
|
+
}
|
|
7171
|
+
]
|
|
7172
|
+
}
|
|
7173
|
+
]
|
|
7174
|
+
}
|
|
7175
|
+
]
|
|
6986
7176
|
}
|
|
6987
7177
|
]
|
|
6988
7178
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "8.6.
|
|
3
|
+
"version": "8.6.12",
|
|
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.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^8.6.
|
|
49
|
-
"@workday/canvas-kit-react": "^8.6.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^8.6.12",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^8.6.12",
|
|
49
|
+
"@workday/canvas-kit-react": "^8.6.12",
|
|
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": "
|
|
60
|
+
"gitHead": "1921673512f69968238d3e4aab543810ce80b2d6"
|
|
61
61
|
}
|