@workday/canvas-kit-docs 8.5.0-345-next.1 → 8.5.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.
- package/dist/es6/lib/docs.js +0 -251
- package/package.json +5 -5
package/dist/es6/lib/docs.js
CHANGED
|
@@ -222055,256 +222055,6 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
222055
222055
|
{
|
|
222056
222056
|
"kind": "property",
|
|
222057
222057
|
"name": "targetProps",
|
|
222058
|
-
"defaultValue": {
|
|
222059
|
-
"kind": "object",
|
|
222060
|
-
"properties": [
|
|
222061
|
-
{
|
|
222062
|
-
"kind": "property",
|
|
222063
|
-
"name": "aria-describedby",
|
|
222064
|
-
"defaultValue": {
|
|
222065
|
-
"kind": "unknown",
|
|
222066
|
-
"value": "unknown",
|
|
222067
|
-
"text": "type === 'describe' && visible ? id : undefined"
|
|
222068
|
-
},
|
|
222069
|
-
"type": {
|
|
222070
|
-
"kind": "union",
|
|
222071
|
-
"value": [
|
|
222072
|
-
{
|
|
222073
|
-
"kind": "primitive",
|
|
222074
|
-
"value": "string"
|
|
222075
|
-
},
|
|
222076
|
-
{
|
|
222077
|
-
"kind": "primitive",
|
|
222078
|
-
"value": "undefined"
|
|
222079
|
-
}
|
|
222080
|
-
]
|
|
222081
|
-
},
|
|
222082
|
-
"required": false,
|
|
222083
|
-
"description": "",
|
|
222084
|
-
"declarations": [
|
|
222085
|
-
{
|
|
222086
|
-
"name": "aria-describedby",
|
|
222087
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/useTooltip.tsx"
|
|
222088
|
-
}
|
|
222089
|
-
],
|
|
222090
|
-
"tags": {}
|
|
222091
|
-
},
|
|
222092
|
-
{
|
|
222093
|
-
"kind": "property",
|
|
222094
|
-
"name": "aria-label",
|
|
222095
|
-
"defaultValue": {
|
|
222096
|
-
"kind": "unknown",
|
|
222097
|
-
"value": "unknown",
|
|
222098
|
-
"text": "type === 'label' ? titleText : undefined"
|
|
222099
|
-
},
|
|
222100
|
-
"type": {
|
|
222101
|
-
"kind": "union",
|
|
222102
|
-
"value": [
|
|
222103
|
-
{
|
|
222104
|
-
"kind": "primitive",
|
|
222105
|
-
"value": "string"
|
|
222106
|
-
},
|
|
222107
|
-
{
|
|
222108
|
-
"kind": "primitive",
|
|
222109
|
-
"value": "undefined"
|
|
222110
|
-
}
|
|
222111
|
-
]
|
|
222112
|
-
},
|
|
222113
|
-
"required": false,
|
|
222114
|
-
"description": "",
|
|
222115
|
-
"declarations": [
|
|
222116
|
-
{
|
|
222117
|
-
"name": "aria-label",
|
|
222118
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/useTooltip.tsx"
|
|
222119
|
-
}
|
|
222120
|
-
],
|
|
222121
|
-
"tags": {}
|
|
222122
|
-
},
|
|
222123
|
-
{
|
|
222124
|
-
"kind": "property",
|
|
222125
|
-
"name": "onMouseEnter",
|
|
222126
|
-
"defaultValue": {
|
|
222127
|
-
"kind": "unknown",
|
|
222128
|
-
"value": "unknown",
|
|
222129
|
-
"text": "onOpenFromTarget"
|
|
222130
|
-
},
|
|
222131
|
-
"type": {
|
|
222132
|
-
"kind": "function",
|
|
222133
|
-
"parameters": [
|
|
222134
|
-
{
|
|
222135
|
-
"kind": "parameter",
|
|
222136
|
-
"name": "event",
|
|
222137
|
-
"type": {
|
|
222138
|
-
"kind": "external",
|
|
222139
|
-
"name": "SyntheticEvent",
|
|
222140
|
-
"url": "https://reactjs.org/docs/events.html"
|
|
222141
|
-
},
|
|
222142
|
-
"required": true,
|
|
222143
|
-
"rest": false,
|
|
222144
|
-
"description": "",
|
|
222145
|
-
"declarations": [
|
|
222146
|
-
{
|
|
222147
|
-
"name": "event",
|
|
222148
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/useTooltip.tsx"
|
|
222149
|
-
}
|
|
222150
|
-
],
|
|
222151
|
-
"tags": {}
|
|
222152
|
-
}
|
|
222153
|
-
],
|
|
222154
|
-
"members": [],
|
|
222155
|
-
"returnType": {
|
|
222156
|
-
"kind": "primitive",
|
|
222157
|
-
"value": "void"
|
|
222158
|
-
}
|
|
222159
|
-
},
|
|
222160
|
-
"required": true,
|
|
222161
|
-
"description": "",
|
|
222162
|
-
"declarations": [
|
|
222163
|
-
{
|
|
222164
|
-
"name": "onMouseEnter",
|
|
222165
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/useTooltip.tsx"
|
|
222166
|
-
}
|
|
222167
|
-
],
|
|
222168
|
-
"tags": {}
|
|
222169
|
-
},
|
|
222170
|
-
{
|
|
222171
|
-
"kind": "property",
|
|
222172
|
-
"name": "onMouseLeave",
|
|
222173
|
-
"defaultValue": {
|
|
222174
|
-
"kind": "unknown",
|
|
222175
|
-
"value": "unknown",
|
|
222176
|
-
"text": "onHide"
|
|
222177
|
-
},
|
|
222178
|
-
"type": {
|
|
222179
|
-
"kind": "function",
|
|
222180
|
-
"parameters": [],
|
|
222181
|
-
"members": [],
|
|
222182
|
-
"returnType": {
|
|
222183
|
-
"kind": "primitive",
|
|
222184
|
-
"value": "void"
|
|
222185
|
-
}
|
|
222186
|
-
},
|
|
222187
|
-
"required": true,
|
|
222188
|
-
"description": "",
|
|
222189
|
-
"declarations": [
|
|
222190
|
-
{
|
|
222191
|
-
"name": "onMouseLeave",
|
|
222192
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/useTooltip.tsx"
|
|
222193
|
-
}
|
|
222194
|
-
],
|
|
222195
|
-
"tags": {}
|
|
222196
|
-
},
|
|
222197
|
-
{
|
|
222198
|
-
"kind": "property",
|
|
222199
|
-
"name": "onMouseDown",
|
|
222200
|
-
"type": {
|
|
222201
|
-
"kind": "function",
|
|
222202
|
-
"parameters": [
|
|
222203
|
-
{
|
|
222204
|
-
"kind": "parameter",
|
|
222205
|
-
"name": "event",
|
|
222206
|
-
"type": {
|
|
222207
|
-
"kind": "symbol",
|
|
222208
|
-
"name": "React.MouseEvent",
|
|
222209
|
-
"value": "MouseEvent<T, E>"
|
|
222210
|
-
},
|
|
222211
|
-
"required": true,
|
|
222212
|
-
"rest": false,
|
|
222213
|
-
"description": "",
|
|
222214
|
-
"declarations": [
|
|
222215
|
-
{
|
|
222216
|
-
"name": "event",
|
|
222217
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/useTooltip.tsx"
|
|
222218
|
-
}
|
|
222219
|
-
],
|
|
222220
|
-
"tags": {}
|
|
222221
|
-
}
|
|
222222
|
-
],
|
|
222223
|
-
"members": [],
|
|
222224
|
-
"returnType": {
|
|
222225
|
-
"kind": "primitive",
|
|
222226
|
-
"value": "void"
|
|
222227
|
-
}
|
|
222228
|
-
},
|
|
222229
|
-
"description": "",
|
|
222230
|
-
"declarations": [
|
|
222231
|
-
{
|
|
222232
|
-
"name": "onMouseDown",
|
|
222233
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/useTooltip.tsx"
|
|
222234
|
-
}
|
|
222235
|
-
],
|
|
222236
|
-
"tags": {}
|
|
222237
|
-
},
|
|
222238
|
-
{
|
|
222239
|
-
"kind": "property",
|
|
222240
|
-
"name": "onFocus",
|
|
222241
|
-
"type": {
|
|
222242
|
-
"kind": "function",
|
|
222243
|
-
"parameters": [
|
|
222244
|
-
{
|
|
222245
|
-
"kind": "parameter",
|
|
222246
|
-
"name": "event",
|
|
222247
|
-
"type": {
|
|
222248
|
-
"kind": "symbol",
|
|
222249
|
-
"name": "React.FocusEvent",
|
|
222250
|
-
"value": "FocusEvent<Target, RelatedTarget>"
|
|
222251
|
-
},
|
|
222252
|
-
"required": true,
|
|
222253
|
-
"rest": false,
|
|
222254
|
-
"description": "",
|
|
222255
|
-
"declarations": [
|
|
222256
|
-
{
|
|
222257
|
-
"name": "event",
|
|
222258
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/useTooltip.tsx"
|
|
222259
|
-
}
|
|
222260
|
-
],
|
|
222261
|
-
"tags": {}
|
|
222262
|
-
}
|
|
222263
|
-
],
|
|
222264
|
-
"members": [],
|
|
222265
|
-
"returnType": {
|
|
222266
|
-
"kind": "primitive",
|
|
222267
|
-
"value": "void"
|
|
222268
|
-
}
|
|
222269
|
-
},
|
|
222270
|
-
"description": "",
|
|
222271
|
-
"declarations": [
|
|
222272
|
-
{
|
|
222273
|
-
"name": "onFocus",
|
|
222274
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/useTooltip.tsx"
|
|
222275
|
-
}
|
|
222276
|
-
],
|
|
222277
|
-
"tags": {}
|
|
222278
|
-
},
|
|
222279
|
-
{
|
|
222280
|
-
"kind": "property",
|
|
222281
|
-
"name": "onBlur",
|
|
222282
|
-
"defaultValue": {
|
|
222283
|
-
"kind": "unknown",
|
|
222284
|
-
"value": "unknown",
|
|
222285
|
-
"text": "onHide"
|
|
222286
|
-
},
|
|
222287
|
-
"type": {
|
|
222288
|
-
"kind": "function",
|
|
222289
|
-
"parameters": [],
|
|
222290
|
-
"members": [],
|
|
222291
|
-
"returnType": {
|
|
222292
|
-
"kind": "primitive",
|
|
222293
|
-
"value": "void"
|
|
222294
|
-
}
|
|
222295
|
-
},
|
|
222296
|
-
"required": true,
|
|
222297
|
-
"description": "",
|
|
222298
|
-
"declarations": [
|
|
222299
|
-
{
|
|
222300
|
-
"name": "onBlur",
|
|
222301
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tooltip/lib/useTooltip.tsx"
|
|
222302
|
-
}
|
|
222303
|
-
],
|
|
222304
|
-
"tags": {}
|
|
222305
|
-
}
|
|
222306
|
-
]
|
|
222307
|
-
},
|
|
222308
222058
|
"type": {
|
|
222309
222059
|
"kind": "object",
|
|
222310
222060
|
"properties": [
|
|
@@ -222555,7 +222305,6 @@ export var docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
222555
222305
|
}
|
|
222556
222306
|
]
|
|
222557
222307
|
},
|
|
222558
|
-
"required": true,
|
|
222559
222308
|
"description": "Mix these properties into the target element. **Must be an Element**",
|
|
222560
222309
|
"declarations": [
|
|
222561
222310
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "8.5.0
|
|
3
|
+
"version": "8.5.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.5.0
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^8.5.0
|
|
49
|
-
"@workday/canvas-kit-react": "^8.5.0
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^8.5.0",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^8.5.0",
|
|
49
|
+
"@workday/canvas-kit-react": "^8.5.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": "
|
|
60
|
+
"gitHead": "35d47852443e9969eeb77c4f070da29d31912c2c"
|
|
61
61
|
}
|