@workday/canvas-kit-docs 14.0.0-alpha.1126-next.0 → 14.0.0-alpha.1129-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.
- package/dist/es6/lib/docs.js +1726 -329
- package/dist/es6/lib/stackblitzFiles/packageJSONFile.js +5 -5
- package/dist/es6/lib/stackblitzFiles/packageJSONFile.ts +5 -5
- package/dist/mdx/14.0-UPGRADE-GUIDE.mdx +10 -5
- package/dist/mdx/preview-react/multi-select/MultiSelect.mdx +9 -0
- package/dist/mdx/preview-react/multi-select/examples/Error.tsx +55 -0
- package/package.json +6 -6
package/dist/es6/lib/docs.js
CHANGED
|
@@ -8120,12 +8120,12 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
8120
8120
|
}
|
|
8121
8121
|
},
|
|
8122
8122
|
{
|
|
8123
|
-
"name": "
|
|
8123
|
+
"name": "multiSelectInputStencil",
|
|
8124
8124
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/multi-select/lib/MultiSelectInput.tsx",
|
|
8125
8125
|
"description": "",
|
|
8126
8126
|
"declarations": [
|
|
8127
8127
|
{
|
|
8128
|
-
"name": "
|
|
8128
|
+
"name": "multiSelectInputStencil",
|
|
8129
8129
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/multi-select/lib/MultiSelectInput.tsx"
|
|
8130
8130
|
}
|
|
8131
8131
|
],
|
|
@@ -8808,6 +8808,25 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
8808
8808
|
}
|
|
8809
8809
|
}
|
|
8810
8810
|
},
|
|
8811
|
+
{
|
|
8812
|
+
"name": "multiSelectStencil",
|
|
8813
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/multi-select/lib/MultiSelectInput.tsx",
|
|
8814
|
+
"description": "",
|
|
8815
|
+
"declarations": [
|
|
8816
|
+
{
|
|
8817
|
+
"name": "multiSelectStencil",
|
|
8818
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/multi-select/lib/MultiSelectInput.tsx"
|
|
8819
|
+
}
|
|
8820
|
+
],
|
|
8821
|
+
"tags": {
|
|
8822
|
+
"deprecated": "use `multiSelectInputStencil` instead. This will be removed in a future version."
|
|
8823
|
+
},
|
|
8824
|
+
"type": {
|
|
8825
|
+
"kind": "symbol",
|
|
8826
|
+
"name": "multiSelectInputStencil",
|
|
8827
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/multi-select/lib/MultiSelectInput.tsx"
|
|
8828
|
+
}
|
|
8829
|
+
},
|
|
8811
8830
|
{
|
|
8812
8831
|
"name": "useMultiSelectInput",
|
|
8813
8832
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/multi-select/lib/MultiSelectInput.tsx",
|
|
@@ -8961,6 +8980,24 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
8961
8980
|
"componentType": "subcomponent",
|
|
8962
8981
|
"elemPropsHook": "useMultiSelectInput",
|
|
8963
8982
|
"props": [
|
|
8983
|
+
{
|
|
8984
|
+
"kind": "property",
|
|
8985
|
+
"name": "error",
|
|
8986
|
+
"required": false,
|
|
8987
|
+
"type": {
|
|
8988
|
+
"kind": "symbol",
|
|
8989
|
+
"name": "ErrorType",
|
|
8990
|
+
"value": "ErrorType"
|
|
8991
|
+
},
|
|
8992
|
+
"description": "",
|
|
8993
|
+
"declarations": [
|
|
8994
|
+
{
|
|
8995
|
+
"name": "error",
|
|
8996
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/multi-select/lib/MultiSelectInput.tsx"
|
|
8997
|
+
}
|
|
8998
|
+
],
|
|
8999
|
+
"tags": {}
|
|
9000
|
+
},
|
|
8964
9001
|
{
|
|
8965
9002
|
"kind": "property",
|
|
8966
9003
|
"name": "cs",
|
|
@@ -9128,6 +9165,24 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
9128
9165
|
"componentType": "subcomponent",
|
|
9129
9166
|
"elemPropsHook": "useMultiSelectInput",
|
|
9130
9167
|
"props": [
|
|
9168
|
+
{
|
|
9169
|
+
"kind": "property",
|
|
9170
|
+
"name": "error",
|
|
9171
|
+
"required": false,
|
|
9172
|
+
"type": {
|
|
9173
|
+
"kind": "symbol",
|
|
9174
|
+
"name": "ErrorType",
|
|
9175
|
+
"value": "ErrorType"
|
|
9176
|
+
},
|
|
9177
|
+
"description": "",
|
|
9178
|
+
"declarations": [
|
|
9179
|
+
{
|
|
9180
|
+
"name": "error",
|
|
9181
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/multi-select/lib/MultiSelectInput.tsx"
|
|
9182
|
+
}
|
|
9183
|
+
],
|
|
9184
|
+
"tags": {}
|
|
9185
|
+
},
|
|
9131
9186
|
{
|
|
9132
9187
|
"kind": "property",
|
|
9133
9188
|
"name": "cs",
|
|
@@ -117979,246 +118034,935 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117979
118034
|
}
|
|
117980
118035
|
},
|
|
117981
118036
|
{
|
|
117982
|
-
"name": "
|
|
118037
|
+
"name": "toolbarDropdownButtonStencil",
|
|
117983
118038
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarDropdownButton.tsx",
|
|
117984
118039
|
"description": "",
|
|
117985
118040
|
"declarations": [
|
|
117986
118041
|
{
|
|
117987
|
-
"name": "
|
|
118042
|
+
"name": "toolbarDropdownButtonStencil",
|
|
117988
118043
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarDropdownButton.tsx"
|
|
117989
118044
|
}
|
|
117990
118045
|
],
|
|
117991
118046
|
"tags": {},
|
|
117992
118047
|
"type": {
|
|
117993
|
-
"kind": "
|
|
117994
|
-
"
|
|
117995
|
-
"displayName": "ToolbarDropdownButton",
|
|
117996
|
-
"props": [
|
|
117997
|
-
{
|
|
117998
|
-
"kind": "property",
|
|
117999
|
-
"name": "fill",
|
|
118000
|
-
"required": false,
|
|
118001
|
-
"type": {
|
|
118002
|
-
"kind": "primitive",
|
|
118003
|
-
"value": "string"
|
|
118004
|
-
},
|
|
118005
|
-
"description": "The fill color of the SystemIcon. This overrides `color`.",
|
|
118006
|
-
"declarations": [
|
|
118007
|
-
{
|
|
118008
|
-
"name": "fill",
|
|
118009
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118010
|
-
}
|
|
118011
|
-
],
|
|
118012
|
-
"tags": {
|
|
118013
|
-
"deprecated": "`fill` is deprecated and will be removed in a future version. Please use `color` and specify `accent` color if you want `accent` to be different from `color`."
|
|
118014
|
-
}
|
|
118015
|
-
},
|
|
118016
|
-
{
|
|
118017
|
-
"kind": "property",
|
|
118018
|
-
"name": "background",
|
|
118019
|
-
"required": false,
|
|
118020
|
-
"type": {
|
|
118021
|
-
"kind": "primitive",
|
|
118022
|
-
"value": "string"
|
|
118023
|
-
},
|
|
118024
|
-
"description": "The background color of the SystemIcon.",
|
|
118025
|
-
"declarations": [
|
|
118026
|
-
{
|
|
118027
|
-
"name": "background",
|
|
118028
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118029
|
-
}
|
|
118030
|
-
],
|
|
118031
|
-
"tags": {
|
|
118032
|
-
"default": "transparent"
|
|
118033
|
-
},
|
|
118034
|
-
"defaultValue": {
|
|
118035
|
-
"kind": "symbol",
|
|
118036
|
-
"name": "transparent",
|
|
118037
|
-
"value": "transparent"
|
|
118038
|
-
}
|
|
118039
|
-
},
|
|
118040
|
-
{
|
|
118041
|
-
"kind": "property",
|
|
118042
|
-
"name": "color",
|
|
118043
|
-
"required": false,
|
|
118044
|
-
"type": {
|
|
118045
|
-
"kind": "primitive",
|
|
118046
|
-
"value": "string"
|
|
118047
|
-
},
|
|
118048
|
-
"description": "The color of the SystemIcon. This defines `accent` and `fill`. `color` may be overwritten by `accent` and `fill`.",
|
|
118049
|
-
"declarations": [
|
|
118050
|
-
{
|
|
118051
|
-
"name": "color",
|
|
118052
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118053
|
-
}
|
|
118054
|
-
],
|
|
118055
|
-
"tags": {
|
|
118056
|
-
"default": "base.licorice200"
|
|
118057
|
-
},
|
|
118058
|
-
"defaultValue": {
|
|
118059
|
-
"kind": "symbol",
|
|
118060
|
-
"name": "base.licorice200",
|
|
118061
|
-
"value": "base.licorice200"
|
|
118062
|
-
}
|
|
118063
|
-
},
|
|
118048
|
+
"kind": "function",
|
|
118049
|
+
"parameters": [
|
|
118064
118050
|
{
|
|
118065
|
-
"kind": "
|
|
118066
|
-
"name": "
|
|
118067
|
-
"required": false,
|
|
118051
|
+
"kind": "parameter",
|
|
118052
|
+
"name": "options",
|
|
118068
118053
|
"type": {
|
|
118069
|
-
"kind": "
|
|
118070
|
-
"
|
|
118071
|
-
|
|
118072
|
-
|
|
118073
|
-
|
|
118074
|
-
|
|
118075
|
-
|
|
118076
|
-
|
|
118054
|
+
"kind": "conditional",
|
|
118055
|
+
"check": {
|
|
118056
|
+
"kind": "tuple",
|
|
118057
|
+
"value": [
|
|
118058
|
+
{
|
|
118059
|
+
"kind": "symbol",
|
|
118060
|
+
"name": "E",
|
|
118061
|
+
"value": "E"
|
|
118062
|
+
}
|
|
118063
|
+
]
|
|
118064
|
+
},
|
|
118065
|
+
"extends": {
|
|
118066
|
+
"kind": "tuple",
|
|
118067
|
+
"value": [
|
|
118068
|
+
{
|
|
118069
|
+
"kind": "primitive",
|
|
118070
|
+
"value": "never"
|
|
118071
|
+
}
|
|
118072
|
+
]
|
|
118073
|
+
},
|
|
118074
|
+
"trueType": {
|
|
118075
|
+
"kind": "intersection",
|
|
118076
|
+
"value": [
|
|
118077
|
+
{
|
|
118078
|
+
"kind": "symbol",
|
|
118079
|
+
"name": "ModifierValuesStencil",
|
|
118080
|
+
"typeParameters": [
|
|
118081
|
+
{
|
|
118082
|
+
"kind": "symbol",
|
|
118083
|
+
"name": "M",
|
|
118084
|
+
"value": "M"
|
|
118085
|
+
},
|
|
118086
|
+
{
|
|
118087
|
+
"kind": "symbol",
|
|
118088
|
+
"name": "V",
|
|
118089
|
+
"value": "V"
|
|
118090
|
+
}
|
|
118091
|
+
],
|
|
118092
|
+
"value": "ModifierValuesStencil<M, V>"
|
|
118093
|
+
},
|
|
118094
|
+
{
|
|
118095
|
+
"kind": "symbol",
|
|
118096
|
+
"name": "VariableValuesStencil",
|
|
118097
|
+
"typeParameters": [
|
|
118098
|
+
{
|
|
118099
|
+
"kind": "symbol",
|
|
118100
|
+
"name": "V",
|
|
118101
|
+
"value": "V"
|
|
118102
|
+
}
|
|
118103
|
+
],
|
|
118104
|
+
"value": "VariableValuesStencil<V>"
|
|
118105
|
+
}
|
|
118106
|
+
]
|
|
118107
|
+
},
|
|
118108
|
+
"falseType": {
|
|
118109
|
+
"kind": "conditional",
|
|
118110
|
+
"check": {
|
|
118111
|
+
"kind": "symbol",
|
|
118112
|
+
"name": "E",
|
|
118113
|
+
"value": "E"
|
|
118114
|
+
},
|
|
118115
|
+
"extends": {
|
|
118116
|
+
"kind": "symbol",
|
|
118117
|
+
"name": "BaseStencil",
|
|
118118
|
+
"typeParameters": [
|
|
118119
|
+
{
|
|
118120
|
+
"kind": "infer",
|
|
118121
|
+
"value": {
|
|
118122
|
+
"kind": "typeParameter",
|
|
118123
|
+
"name": "ME",
|
|
118124
|
+
"required": true
|
|
118125
|
+
}
|
|
118126
|
+
},
|
|
118127
|
+
{
|
|
118128
|
+
"kind": "primitive",
|
|
118129
|
+
"value": "any"
|
|
118130
|
+
},
|
|
118131
|
+
{
|
|
118132
|
+
"kind": "infer",
|
|
118133
|
+
"value": {
|
|
118134
|
+
"kind": "typeParameter",
|
|
118135
|
+
"name": "VE",
|
|
118136
|
+
"required": true
|
|
118137
|
+
}
|
|
118138
|
+
},
|
|
118139
|
+
{
|
|
118140
|
+
"kind": "primitive",
|
|
118141
|
+
"value": "any"
|
|
118142
|
+
},
|
|
118143
|
+
{
|
|
118144
|
+
"kind": "primitive",
|
|
118145
|
+
"value": "any"
|
|
118146
|
+
}
|
|
118147
|
+
],
|
|
118148
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
118149
|
+
},
|
|
118150
|
+
"trueType": {
|
|
118151
|
+
"kind": "intersection",
|
|
118152
|
+
"value": [
|
|
118153
|
+
{
|
|
118154
|
+
"kind": "symbol",
|
|
118155
|
+
"name": "ModifierValuesStencil",
|
|
118156
|
+
"typeParameters": [
|
|
118157
|
+
{
|
|
118158
|
+
"kind": "intersection",
|
|
118159
|
+
"value": [
|
|
118160
|
+
{
|
|
118161
|
+
"kind": "symbol",
|
|
118162
|
+
"name": "ME",
|
|
118163
|
+
"value": "ME"
|
|
118164
|
+
},
|
|
118165
|
+
{
|
|
118166
|
+
"kind": "symbol",
|
|
118167
|
+
"name": "M",
|
|
118168
|
+
"value": "M"
|
|
118169
|
+
}
|
|
118170
|
+
]
|
|
118171
|
+
}
|
|
118172
|
+
],
|
|
118173
|
+
"value": "ModifierValuesStencil<M, V>"
|
|
118174
|
+
},
|
|
118175
|
+
{
|
|
118176
|
+
"kind": "symbol",
|
|
118177
|
+
"name": "VariableValuesStencil",
|
|
118178
|
+
"typeParameters": [
|
|
118179
|
+
{
|
|
118180
|
+
"kind": "intersection",
|
|
118181
|
+
"value": [
|
|
118182
|
+
{
|
|
118183
|
+
"kind": "symbol",
|
|
118184
|
+
"name": "VE",
|
|
118185
|
+
"value": "VE"
|
|
118186
|
+
},
|
|
118187
|
+
{
|
|
118188
|
+
"kind": "symbol",
|
|
118189
|
+
"name": "V",
|
|
118190
|
+
"value": "V"
|
|
118191
|
+
}
|
|
118192
|
+
]
|
|
118193
|
+
}
|
|
118194
|
+
],
|
|
118195
|
+
"value": "VariableValuesStencil<V>"
|
|
118196
|
+
}
|
|
118197
|
+
]
|
|
118198
|
+
},
|
|
118199
|
+
"falseType": {
|
|
118200
|
+
"kind": "primitive",
|
|
118201
|
+
"value": "never"
|
|
118202
|
+
}
|
|
118077
118203
|
}
|
|
118078
|
-
],
|
|
118079
|
-
"tags": {
|
|
118080
|
-
"default": "false"
|
|
118081
118204
|
},
|
|
118082
|
-
"defaultValue": {
|
|
118083
|
-
"kind": "boolean",
|
|
118084
|
-
"value": false
|
|
118085
|
-
}
|
|
118086
|
-
},
|
|
118087
|
-
{
|
|
118088
|
-
"kind": "property",
|
|
118089
|
-
"name": "cs",
|
|
118090
118205
|
"required": false,
|
|
118091
|
-
"
|
|
118092
|
-
|
|
118093
|
-
"name": "CSToPropsInput",
|
|
118094
|
-
"value": "CSToPropsInput"
|
|
118095
|
-
},
|
|
118096
|
-
"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```",
|
|
118206
|
+
"rest": false,
|
|
118207
|
+
"description": "",
|
|
118097
118208
|
"declarations": [
|
|
118098
118209
|
{
|
|
118099
|
-
"name": "
|
|
118210
|
+
"name": "options",
|
|
118100
118211
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118101
118212
|
}
|
|
118102
118213
|
],
|
|
118103
118214
|
"tags": {}
|
|
118104
|
-
}
|
|
118215
|
+
}
|
|
118216
|
+
],
|
|
118217
|
+
"members": [
|
|
118105
118218
|
{
|
|
118106
118219
|
"kind": "property",
|
|
118107
|
-
"name": "
|
|
118108
|
-
"required":
|
|
118220
|
+
"name": "parts",
|
|
118221
|
+
"required": true,
|
|
118109
118222
|
"type": {
|
|
118110
|
-
"kind": "
|
|
118111
|
-
"
|
|
118112
|
-
|
|
118223
|
+
"kind": "conditional",
|
|
118224
|
+
"check": {
|
|
118225
|
+
"kind": "tuple",
|
|
118226
|
+
"value": [
|
|
118227
|
+
{
|
|
118228
|
+
"kind": "symbol",
|
|
118229
|
+
"name": "E",
|
|
118230
|
+
"value": "E"
|
|
118231
|
+
}
|
|
118232
|
+
]
|
|
118233
|
+
},
|
|
118234
|
+
"extends": {
|
|
118235
|
+
"kind": "tuple",
|
|
118236
|
+
"value": [
|
|
118237
|
+
{
|
|
118238
|
+
"kind": "symbol",
|
|
118239
|
+
"name": "BaseStencil",
|
|
118240
|
+
"typeParameters": [
|
|
118241
|
+
{
|
|
118242
|
+
"kind": "primitive",
|
|
118243
|
+
"value": "any"
|
|
118244
|
+
},
|
|
118245
|
+
{
|
|
118246
|
+
"kind": "infer",
|
|
118247
|
+
"value": {
|
|
118248
|
+
"kind": "typeParameter",
|
|
118249
|
+
"name": "PE",
|
|
118250
|
+
"required": true
|
|
118251
|
+
}
|
|
118252
|
+
},
|
|
118253
|
+
{
|
|
118254
|
+
"kind": "primitive",
|
|
118255
|
+
"value": "any"
|
|
118256
|
+
},
|
|
118257
|
+
{
|
|
118258
|
+
"kind": "primitive",
|
|
118259
|
+
"value": "any"
|
|
118260
|
+
},
|
|
118261
|
+
{
|
|
118262
|
+
"kind": "primitive",
|
|
118263
|
+
"value": "any"
|
|
118264
|
+
}
|
|
118265
|
+
],
|
|
118266
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
118267
|
+
}
|
|
118268
|
+
]
|
|
118269
|
+
},
|
|
118270
|
+
"trueType": {
|
|
118271
|
+
"kind": "symbol",
|
|
118272
|
+
"name": "StencilPartProps",
|
|
118273
|
+
"typeParameters": [
|
|
118274
|
+
{
|
|
118275
|
+
"kind": "intersection",
|
|
118276
|
+
"value": [
|
|
118277
|
+
{
|
|
118278
|
+
"kind": "symbol",
|
|
118279
|
+
"name": "PE",
|
|
118280
|
+
"value": "PE"
|
|
118281
|
+
},
|
|
118282
|
+
{
|
|
118283
|
+
"kind": "symbol",
|
|
118284
|
+
"name": "P",
|
|
118285
|
+
"value": "P"
|
|
118286
|
+
}
|
|
118287
|
+
]
|
|
118288
|
+
}
|
|
118289
|
+
],
|
|
118290
|
+
"value": "StencilPartProps<T>"
|
|
118291
|
+
},
|
|
118292
|
+
"falseType": {
|
|
118293
|
+
"kind": "symbol",
|
|
118294
|
+
"name": "StencilPartProps",
|
|
118295
|
+
"typeParameters": [
|
|
118296
|
+
{
|
|
118297
|
+
"kind": "symbol",
|
|
118298
|
+
"name": "P",
|
|
118299
|
+
"value": "P"
|
|
118300
|
+
}
|
|
118301
|
+
],
|
|
118302
|
+
"value": "StencilPartProps<T>"
|
|
118303
|
+
}
|
|
118113
118304
|
},
|
|
118114
118305
|
"description": "",
|
|
118115
118306
|
"declarations": [
|
|
118116
118307
|
{
|
|
118117
|
-
"name": "
|
|
118118
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/
|
|
118308
|
+
"name": "parts",
|
|
118309
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118119
118310
|
}
|
|
118120
118311
|
],
|
|
118121
118312
|
"tags": {}
|
|
118122
118313
|
},
|
|
118123
118314
|
{
|
|
118124
118315
|
"kind": "property",
|
|
118125
|
-
"name": "
|
|
118126
|
-
"required":
|
|
118316
|
+
"name": "vars",
|
|
118317
|
+
"required": true,
|
|
118127
118318
|
"type": {
|
|
118128
118319
|
"kind": "symbol",
|
|
118129
|
-
"name": "
|
|
118130
|
-
"
|
|
118320
|
+
"name": "StencilDefaultVars",
|
|
118321
|
+
"typeParameters": [
|
|
118322
|
+
{
|
|
118323
|
+
"kind": "symbol",
|
|
118324
|
+
"name": "V",
|
|
118325
|
+
"value": "V"
|
|
118326
|
+
},
|
|
118327
|
+
{
|
|
118328
|
+
"kind": "symbol",
|
|
118329
|
+
"name": "E",
|
|
118330
|
+
"value": "E"
|
|
118331
|
+
},
|
|
118332
|
+
{
|
|
118333
|
+
"kind": "symbol",
|
|
118334
|
+
"name": "ID",
|
|
118335
|
+
"value": "ID"
|
|
118336
|
+
}
|
|
118337
|
+
],
|
|
118338
|
+
"value": "StencilDefaultVars<V, E, ID>"
|
|
118131
118339
|
},
|
|
118132
|
-
"description": "
|
|
118340
|
+
"description": "",
|
|
118133
118341
|
"declarations": [
|
|
118134
118342
|
{
|
|
118135
|
-
"name": "
|
|
118136
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/
|
|
118343
|
+
"name": "vars",
|
|
118344
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118137
118345
|
}
|
|
118138
118346
|
],
|
|
118139
118347
|
"tags": {}
|
|
118140
118348
|
},
|
|
118141
118349
|
{
|
|
118142
118350
|
"kind": "property",
|
|
118143
|
-
"name": "
|
|
118144
|
-
"required":
|
|
118351
|
+
"name": "base",
|
|
118352
|
+
"required": true,
|
|
118145
118353
|
"type": {
|
|
118146
118354
|
"kind": "primitive",
|
|
118147
118355
|
"value": "string"
|
|
118148
118356
|
},
|
|
118149
|
-
"description": "
|
|
118357
|
+
"description": "",
|
|
118150
118358
|
"declarations": [
|
|
118151
118359
|
{
|
|
118152
|
-
"name": "
|
|
118153
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/
|
|
118360
|
+
"name": "base",
|
|
118361
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118154
118362
|
}
|
|
118155
118363
|
],
|
|
118156
118364
|
"tags": {}
|
|
118157
118365
|
},
|
|
118158
118366
|
{
|
|
118159
118367
|
"kind": "property",
|
|
118160
|
-
"name": "
|
|
118161
|
-
"required":
|
|
118162
|
-
"type": {
|
|
118163
|
-
"kind": "primitive",
|
|
118164
|
-
"value": "string"
|
|
118165
|
-
},
|
|
118166
|
-
"description": "The accent color of the SystemIcon on hover. This overrides `colorHover`.",
|
|
118167
|
-
"declarations": [
|
|
118168
|
-
{
|
|
118169
|
-
"name": "accentHover",
|
|
118170
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118171
|
-
}
|
|
118172
|
-
],
|
|
118173
|
-
"tags": {
|
|
118174
|
-
"deprecated": "`accentHover` is deprecated and will be removed in a future version. Please use the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.accent]: desiredAccentHoverColor\n}\n```"
|
|
118175
|
-
}
|
|
118176
|
-
},
|
|
118177
|
-
{
|
|
118178
|
-
"kind": "property",
|
|
118179
|
-
"name": "backgroundHover",
|
|
118180
|
-
"required": false,
|
|
118181
|
-
"type": {
|
|
118182
|
-
"kind": "primitive",
|
|
118183
|
-
"value": "string"
|
|
118184
|
-
},
|
|
118185
|
-
"description": "The background color of the SystemIcon on hover.",
|
|
118186
|
-
"declarations": [
|
|
118187
|
-
{
|
|
118188
|
-
"name": "backgroundHover",
|
|
118189
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118190
|
-
}
|
|
118191
|
-
],
|
|
118192
|
-
"tags": {
|
|
118193
|
-
"default": "transparent",
|
|
118194
|
-
"deprecated": "`backgroundHover` is deprecated and will be removed in a future version. Please use the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.background]: desiredBackgroundHoverColor\n}\n```"
|
|
118195
|
-
},
|
|
118196
|
-
"defaultValue": {
|
|
118197
|
-
"kind": "symbol",
|
|
118198
|
-
"name": "transparent",
|
|
118199
|
-
"value": "transparent"
|
|
118200
|
-
}
|
|
118201
|
-
},
|
|
118202
|
-
{
|
|
118203
|
-
"kind": "property",
|
|
118204
|
-
"name": "colorHover",
|
|
118205
|
-
"required": false,
|
|
118368
|
+
"name": "modifiers",
|
|
118369
|
+
"required": true,
|
|
118206
118370
|
"type": {
|
|
118207
|
-
"kind": "
|
|
118208
|
-
"
|
|
118209
|
-
|
|
118210
|
-
|
|
118211
|
-
|
|
118212
|
-
|
|
118213
|
-
|
|
118214
|
-
|
|
118215
|
-
|
|
118216
|
-
|
|
118217
|
-
|
|
118218
|
-
"
|
|
118219
|
-
|
|
118220
|
-
|
|
118221
|
-
|
|
118371
|
+
"kind": "conditional",
|
|
118372
|
+
"check": {
|
|
118373
|
+
"kind": "tuple",
|
|
118374
|
+
"value": [
|
|
118375
|
+
{
|
|
118376
|
+
"kind": "symbol",
|
|
118377
|
+
"name": "E",
|
|
118378
|
+
"value": "E"
|
|
118379
|
+
}
|
|
118380
|
+
]
|
|
118381
|
+
},
|
|
118382
|
+
"extends": {
|
|
118383
|
+
"kind": "tuple",
|
|
118384
|
+
"value": [
|
|
118385
|
+
{
|
|
118386
|
+
"kind": "symbol",
|
|
118387
|
+
"name": "BaseStencil",
|
|
118388
|
+
"typeParameters": [
|
|
118389
|
+
{
|
|
118390
|
+
"kind": "infer",
|
|
118391
|
+
"value": {
|
|
118392
|
+
"kind": "typeParameter",
|
|
118393
|
+
"name": "ME",
|
|
118394
|
+
"required": true
|
|
118395
|
+
}
|
|
118396
|
+
},
|
|
118397
|
+
{
|
|
118398
|
+
"kind": "primitive",
|
|
118399
|
+
"value": "any"
|
|
118400
|
+
},
|
|
118401
|
+
{
|
|
118402
|
+
"kind": "infer",
|
|
118403
|
+
"value": {
|
|
118404
|
+
"kind": "typeParameter",
|
|
118405
|
+
"name": "VE",
|
|
118406
|
+
"required": true
|
|
118407
|
+
}
|
|
118408
|
+
},
|
|
118409
|
+
{
|
|
118410
|
+
"kind": "primitive",
|
|
118411
|
+
"value": "any"
|
|
118412
|
+
},
|
|
118413
|
+
{
|
|
118414
|
+
"kind": "primitive",
|
|
118415
|
+
"value": "any"
|
|
118416
|
+
}
|
|
118417
|
+
],
|
|
118418
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
118419
|
+
}
|
|
118420
|
+
]
|
|
118421
|
+
},
|
|
118422
|
+
"trueType": {
|
|
118423
|
+
"kind": "symbol",
|
|
118424
|
+
"name": "StencilModifierReturn",
|
|
118425
|
+
"typeParameters": [
|
|
118426
|
+
{
|
|
118427
|
+
"kind": "intersection",
|
|
118428
|
+
"value": [
|
|
118429
|
+
{
|
|
118430
|
+
"kind": "symbol",
|
|
118431
|
+
"name": "ME",
|
|
118432
|
+
"value": "ME"
|
|
118433
|
+
},
|
|
118434
|
+
{
|
|
118435
|
+
"kind": "symbol",
|
|
118436
|
+
"name": "M",
|
|
118437
|
+
"value": "M"
|
|
118438
|
+
}
|
|
118439
|
+
]
|
|
118440
|
+
},
|
|
118441
|
+
{
|
|
118442
|
+
"kind": "intersection",
|
|
118443
|
+
"value": [
|
|
118444
|
+
{
|
|
118445
|
+
"kind": "symbol",
|
|
118446
|
+
"name": "VE",
|
|
118447
|
+
"value": "VE"
|
|
118448
|
+
},
|
|
118449
|
+
{
|
|
118450
|
+
"kind": "symbol",
|
|
118451
|
+
"name": "V",
|
|
118452
|
+
"value": "V"
|
|
118453
|
+
}
|
|
118454
|
+
]
|
|
118455
|
+
}
|
|
118456
|
+
],
|
|
118457
|
+
"value": "StencilModifierReturn<M, V>"
|
|
118458
|
+
},
|
|
118459
|
+
"falseType": {
|
|
118460
|
+
"kind": "symbol",
|
|
118461
|
+
"name": "StencilModifierReturn",
|
|
118462
|
+
"typeParameters": [
|
|
118463
|
+
{
|
|
118464
|
+
"kind": "symbol",
|
|
118465
|
+
"name": "M",
|
|
118466
|
+
"value": "M"
|
|
118467
|
+
},
|
|
118468
|
+
{
|
|
118469
|
+
"kind": "symbol",
|
|
118470
|
+
"name": "V",
|
|
118471
|
+
"value": "V"
|
|
118472
|
+
}
|
|
118473
|
+
],
|
|
118474
|
+
"value": "StencilModifierReturn<M, V>"
|
|
118475
|
+
}
|
|
118476
|
+
},
|
|
118477
|
+
"description": "",
|
|
118478
|
+
"declarations": [
|
|
118479
|
+
{
|
|
118480
|
+
"name": "modifiers",
|
|
118481
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118482
|
+
}
|
|
118483
|
+
],
|
|
118484
|
+
"tags": {}
|
|
118485
|
+
},
|
|
118486
|
+
{
|
|
118487
|
+
"kind": "property",
|
|
118488
|
+
"name": "defaultModifiers",
|
|
118489
|
+
"required": true,
|
|
118490
|
+
"type": {
|
|
118491
|
+
"kind": "conditional",
|
|
118492
|
+
"check": {
|
|
118493
|
+
"kind": "tuple",
|
|
118494
|
+
"value": [
|
|
118495
|
+
{
|
|
118496
|
+
"kind": "symbol",
|
|
118497
|
+
"name": "E",
|
|
118498
|
+
"value": "E"
|
|
118499
|
+
}
|
|
118500
|
+
]
|
|
118501
|
+
},
|
|
118502
|
+
"extends": {
|
|
118503
|
+
"kind": "tuple",
|
|
118504
|
+
"value": [
|
|
118505
|
+
{
|
|
118506
|
+
"kind": "symbol",
|
|
118507
|
+
"name": "BaseStencil",
|
|
118508
|
+
"typeParameters": [
|
|
118509
|
+
{
|
|
118510
|
+
"kind": "infer",
|
|
118511
|
+
"value": {
|
|
118512
|
+
"kind": "typeParameter",
|
|
118513
|
+
"name": "ME",
|
|
118514
|
+
"required": true
|
|
118515
|
+
}
|
|
118516
|
+
},
|
|
118517
|
+
{
|
|
118518
|
+
"kind": "primitive",
|
|
118519
|
+
"value": "any"
|
|
118520
|
+
},
|
|
118521
|
+
{
|
|
118522
|
+
"kind": "primitive",
|
|
118523
|
+
"value": "any"
|
|
118524
|
+
},
|
|
118525
|
+
{
|
|
118526
|
+
"kind": "primitive",
|
|
118527
|
+
"value": "any"
|
|
118528
|
+
},
|
|
118529
|
+
{
|
|
118530
|
+
"kind": "primitive",
|
|
118531
|
+
"value": "any"
|
|
118532
|
+
}
|
|
118533
|
+
],
|
|
118534
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
118535
|
+
}
|
|
118536
|
+
]
|
|
118537
|
+
},
|
|
118538
|
+
"trueType": {
|
|
118539
|
+
"kind": "symbol",
|
|
118540
|
+
"name": "StencilDefaultModifierReturn",
|
|
118541
|
+
"typeParameters": [
|
|
118542
|
+
{
|
|
118543
|
+
"kind": "intersection",
|
|
118544
|
+
"value": [
|
|
118545
|
+
{
|
|
118546
|
+
"kind": "symbol",
|
|
118547
|
+
"name": "ME",
|
|
118548
|
+
"value": "ME"
|
|
118549
|
+
},
|
|
118550
|
+
{
|
|
118551
|
+
"kind": "symbol",
|
|
118552
|
+
"name": "M",
|
|
118553
|
+
"value": "M"
|
|
118554
|
+
}
|
|
118555
|
+
]
|
|
118556
|
+
}
|
|
118557
|
+
],
|
|
118558
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
118559
|
+
},
|
|
118560
|
+
"falseType": {
|
|
118561
|
+
"kind": "symbol",
|
|
118562
|
+
"name": "StencilDefaultModifierReturn",
|
|
118563
|
+
"typeParameters": [
|
|
118564
|
+
{
|
|
118565
|
+
"kind": "symbol",
|
|
118566
|
+
"name": "M",
|
|
118567
|
+
"value": "M"
|
|
118568
|
+
}
|
|
118569
|
+
],
|
|
118570
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
118571
|
+
}
|
|
118572
|
+
},
|
|
118573
|
+
"description": "",
|
|
118574
|
+
"declarations": [
|
|
118575
|
+
{
|
|
118576
|
+
"name": "defaultModifiers",
|
|
118577
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118578
|
+
}
|
|
118579
|
+
],
|
|
118580
|
+
"tags": {}
|
|
118581
|
+
},
|
|
118582
|
+
{
|
|
118583
|
+
"kind": "property",
|
|
118584
|
+
"name": "__extends",
|
|
118585
|
+
"required": false,
|
|
118586
|
+
"type": {
|
|
118587
|
+
"kind": "symbol",
|
|
118588
|
+
"name": "E",
|
|
118589
|
+
"value": "E"
|
|
118590
|
+
},
|
|
118591
|
+
"description": "",
|
|
118592
|
+
"declarations": [
|
|
118593
|
+
{
|
|
118594
|
+
"name": "__extends",
|
|
118595
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118596
|
+
}
|
|
118597
|
+
],
|
|
118598
|
+
"tags": {}
|
|
118599
|
+
},
|
|
118600
|
+
{
|
|
118601
|
+
"kind": "property",
|
|
118602
|
+
"name": "__vars",
|
|
118603
|
+
"required": true,
|
|
118604
|
+
"type": {
|
|
118605
|
+
"kind": "symbol",
|
|
118606
|
+
"name": "V",
|
|
118607
|
+
"value": "V"
|
|
118608
|
+
},
|
|
118609
|
+
"description": "",
|
|
118610
|
+
"declarations": [
|
|
118611
|
+
{
|
|
118612
|
+
"name": "__vars",
|
|
118613
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118614
|
+
}
|
|
118615
|
+
],
|
|
118616
|
+
"tags": {}
|
|
118617
|
+
},
|
|
118618
|
+
{
|
|
118619
|
+
"kind": "property",
|
|
118620
|
+
"name": "__modifiers",
|
|
118621
|
+
"required": true,
|
|
118622
|
+
"type": {
|
|
118623
|
+
"kind": "symbol",
|
|
118624
|
+
"name": "M",
|
|
118625
|
+
"value": "M"
|
|
118626
|
+
},
|
|
118627
|
+
"description": "",
|
|
118628
|
+
"declarations": [
|
|
118629
|
+
{
|
|
118630
|
+
"name": "__modifiers",
|
|
118631
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118632
|
+
}
|
|
118633
|
+
],
|
|
118634
|
+
"tags": {}
|
|
118635
|
+
},
|
|
118636
|
+
{
|
|
118637
|
+
"kind": "property",
|
|
118638
|
+
"name": "__id",
|
|
118639
|
+
"required": true,
|
|
118640
|
+
"type": {
|
|
118641
|
+
"kind": "symbol",
|
|
118642
|
+
"name": "ID",
|
|
118643
|
+
"value": "ID"
|
|
118644
|
+
},
|
|
118645
|
+
"description": "",
|
|
118646
|
+
"declarations": [
|
|
118647
|
+
{
|
|
118648
|
+
"name": "__id",
|
|
118649
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118650
|
+
}
|
|
118651
|
+
],
|
|
118652
|
+
"tags": {}
|
|
118653
|
+
},
|
|
118654
|
+
{
|
|
118655
|
+
"kind": "property",
|
|
118656
|
+
"name": "__parts",
|
|
118657
|
+
"required": false,
|
|
118658
|
+
"type": {
|
|
118659
|
+
"kind": "symbol",
|
|
118660
|
+
"name": "P",
|
|
118661
|
+
"value": "P"
|
|
118662
|
+
},
|
|
118663
|
+
"description": "",
|
|
118664
|
+
"declarations": [
|
|
118665
|
+
{
|
|
118666
|
+
"name": "__parts",
|
|
118667
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118668
|
+
}
|
|
118669
|
+
],
|
|
118670
|
+
"tags": {}
|
|
118671
|
+
}
|
|
118672
|
+
],
|
|
118673
|
+
"returnType": {
|
|
118674
|
+
"kind": "object",
|
|
118675
|
+
"properties": [
|
|
118676
|
+
{
|
|
118677
|
+
"kind": "property",
|
|
118678
|
+
"name": "className",
|
|
118679
|
+
"required": true,
|
|
118680
|
+
"type": {
|
|
118681
|
+
"kind": "primitive",
|
|
118682
|
+
"value": "string"
|
|
118683
|
+
},
|
|
118684
|
+
"description": "",
|
|
118685
|
+
"declarations": [
|
|
118686
|
+
{
|
|
118687
|
+
"name": "className",
|
|
118688
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118689
|
+
}
|
|
118690
|
+
],
|
|
118691
|
+
"tags": {}
|
|
118692
|
+
},
|
|
118693
|
+
{
|
|
118694
|
+
"kind": "property",
|
|
118695
|
+
"name": "style",
|
|
118696
|
+
"required": false,
|
|
118697
|
+
"type": {
|
|
118698
|
+
"kind": "external",
|
|
118699
|
+
"name": "Record",
|
|
118700
|
+
"url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
|
|
118701
|
+
"typeParameters": [
|
|
118702
|
+
{
|
|
118703
|
+
"kind": "primitive",
|
|
118704
|
+
"value": "string"
|
|
118705
|
+
},
|
|
118706
|
+
{
|
|
118707
|
+
"kind": "primitive",
|
|
118708
|
+
"value": "string"
|
|
118709
|
+
}
|
|
118710
|
+
]
|
|
118711
|
+
},
|
|
118712
|
+
"description": "",
|
|
118713
|
+
"declarations": [
|
|
118714
|
+
{
|
|
118715
|
+
"name": "style",
|
|
118716
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118717
|
+
}
|
|
118718
|
+
],
|
|
118719
|
+
"tags": {}
|
|
118720
|
+
}
|
|
118721
|
+
]
|
|
118722
|
+
}
|
|
118723
|
+
}
|
|
118724
|
+
},
|
|
118725
|
+
{
|
|
118726
|
+
"name": "ToolbarDropdownButton",
|
|
118727
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarDropdownButton.tsx",
|
|
118728
|
+
"description": "",
|
|
118729
|
+
"declarations": [
|
|
118730
|
+
{
|
|
118731
|
+
"name": "ToolbarDropdownButton",
|
|
118732
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarDropdownButton.tsx"
|
|
118733
|
+
}
|
|
118734
|
+
],
|
|
118735
|
+
"tags": {},
|
|
118736
|
+
"type": {
|
|
118737
|
+
"kind": "enhancedComponent",
|
|
118738
|
+
"componentType": "regular",
|
|
118739
|
+
"displayName": "ToolbarDropdownButton",
|
|
118740
|
+
"props": [
|
|
118741
|
+
{
|
|
118742
|
+
"kind": "property",
|
|
118743
|
+
"name": "fill",
|
|
118744
|
+
"required": false,
|
|
118745
|
+
"type": {
|
|
118746
|
+
"kind": "primitive",
|
|
118747
|
+
"value": "string"
|
|
118748
|
+
},
|
|
118749
|
+
"description": "The fill color of the SystemIcon. This overrides `color`.",
|
|
118750
|
+
"declarations": [
|
|
118751
|
+
{
|
|
118752
|
+
"name": "fill",
|
|
118753
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118754
|
+
}
|
|
118755
|
+
],
|
|
118756
|
+
"tags": {
|
|
118757
|
+
"deprecated": "`fill` is deprecated and will be removed in a future version. Please use `color` and specify `accent` color if you want `accent` to be different from `color`."
|
|
118758
|
+
}
|
|
118759
|
+
},
|
|
118760
|
+
{
|
|
118761
|
+
"kind": "property",
|
|
118762
|
+
"name": "background",
|
|
118763
|
+
"required": false,
|
|
118764
|
+
"type": {
|
|
118765
|
+
"kind": "primitive",
|
|
118766
|
+
"value": "string"
|
|
118767
|
+
},
|
|
118768
|
+
"description": "The background color of the SystemIcon.",
|
|
118769
|
+
"declarations": [
|
|
118770
|
+
{
|
|
118771
|
+
"name": "background",
|
|
118772
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118773
|
+
}
|
|
118774
|
+
],
|
|
118775
|
+
"tags": {
|
|
118776
|
+
"default": "transparent"
|
|
118777
|
+
},
|
|
118778
|
+
"defaultValue": {
|
|
118779
|
+
"kind": "symbol",
|
|
118780
|
+
"name": "transparent",
|
|
118781
|
+
"value": "transparent"
|
|
118782
|
+
}
|
|
118783
|
+
},
|
|
118784
|
+
{
|
|
118785
|
+
"kind": "property",
|
|
118786
|
+
"name": "color",
|
|
118787
|
+
"required": false,
|
|
118788
|
+
"type": {
|
|
118789
|
+
"kind": "primitive",
|
|
118790
|
+
"value": "string"
|
|
118791
|
+
},
|
|
118792
|
+
"description": "The color of the SystemIcon. This defines `accent` and `fill`. `color` may be overwritten by `accent` and `fill`.",
|
|
118793
|
+
"declarations": [
|
|
118794
|
+
{
|
|
118795
|
+
"name": "color",
|
|
118796
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118797
|
+
}
|
|
118798
|
+
],
|
|
118799
|
+
"tags": {
|
|
118800
|
+
"default": "base.licorice200"
|
|
118801
|
+
},
|
|
118802
|
+
"defaultValue": {
|
|
118803
|
+
"kind": "symbol",
|
|
118804
|
+
"name": "base.licorice200",
|
|
118805
|
+
"value": "base.licorice200"
|
|
118806
|
+
}
|
|
118807
|
+
},
|
|
118808
|
+
{
|
|
118809
|
+
"kind": "property",
|
|
118810
|
+
"name": "shouldMirror",
|
|
118811
|
+
"required": false,
|
|
118812
|
+
"type": {
|
|
118813
|
+
"kind": "primitive",
|
|
118814
|
+
"value": "boolean"
|
|
118815
|
+
},
|
|
118816
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
118817
|
+
"declarations": [
|
|
118818
|
+
{
|
|
118819
|
+
"name": "shouldMirror",
|
|
118820
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
118821
|
+
}
|
|
118822
|
+
],
|
|
118823
|
+
"tags": {
|
|
118824
|
+
"default": "false"
|
|
118825
|
+
},
|
|
118826
|
+
"defaultValue": {
|
|
118827
|
+
"kind": "boolean",
|
|
118828
|
+
"value": false
|
|
118829
|
+
}
|
|
118830
|
+
},
|
|
118831
|
+
{
|
|
118832
|
+
"kind": "property",
|
|
118833
|
+
"name": "cs",
|
|
118834
|
+
"required": false,
|
|
118835
|
+
"type": {
|
|
118836
|
+
"kind": "symbol",
|
|
118837
|
+
"name": "CSToPropsInput",
|
|
118838
|
+
"value": "CSToPropsInput"
|
|
118839
|
+
},
|
|
118840
|
+
"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```",
|
|
118841
|
+
"declarations": [
|
|
118842
|
+
{
|
|
118843
|
+
"name": "cs",
|
|
118844
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118845
|
+
}
|
|
118846
|
+
],
|
|
118847
|
+
"tags": {}
|
|
118848
|
+
},
|
|
118849
|
+
{
|
|
118850
|
+
"kind": "property",
|
|
118851
|
+
"name": "children",
|
|
118852
|
+
"required": false,
|
|
118853
|
+
"type": {
|
|
118854
|
+
"kind": "external",
|
|
118855
|
+
"name": "ReactNode",
|
|
118856
|
+
"url": "https://reactjs.org/docs/rendering-elements.html"
|
|
118857
|
+
},
|
|
118858
|
+
"description": "",
|
|
118859
|
+
"declarations": [
|
|
118860
|
+
{
|
|
118861
|
+
"name": "children",
|
|
118862
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
118863
|
+
}
|
|
118864
|
+
],
|
|
118865
|
+
"tags": {}
|
|
118866
|
+
},
|
|
118867
|
+
{
|
|
118868
|
+
"kind": "property",
|
|
118869
|
+
"name": "icon",
|
|
118870
|
+
"required": false,
|
|
118871
|
+
"type": {
|
|
118872
|
+
"kind": "symbol",
|
|
118873
|
+
"name": "CanvasSystemIcon",
|
|
118874
|
+
"value": "CanvasSystemIcon"
|
|
118875
|
+
},
|
|
118876
|
+
"description": "The icon of the Button.\nNote: Not displayed at `small` size",
|
|
118877
|
+
"declarations": [
|
|
118878
|
+
{
|
|
118879
|
+
"name": "icon",
|
|
118880
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
118881
|
+
}
|
|
118882
|
+
],
|
|
118883
|
+
"tags": {}
|
|
118884
|
+
},
|
|
118885
|
+
{
|
|
118886
|
+
"kind": "property",
|
|
118887
|
+
"name": "accent",
|
|
118888
|
+
"required": false,
|
|
118889
|
+
"type": {
|
|
118890
|
+
"kind": "primitive",
|
|
118891
|
+
"value": "string"
|
|
118892
|
+
},
|
|
118893
|
+
"description": "The accent color of the SystemIcon. This overrides `color`.",
|
|
118894
|
+
"declarations": [
|
|
118895
|
+
{
|
|
118896
|
+
"name": "accent",
|
|
118897
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118898
|
+
}
|
|
118899
|
+
],
|
|
118900
|
+
"tags": {}
|
|
118901
|
+
},
|
|
118902
|
+
{
|
|
118903
|
+
"kind": "property",
|
|
118904
|
+
"name": "accentHover",
|
|
118905
|
+
"required": false,
|
|
118906
|
+
"type": {
|
|
118907
|
+
"kind": "primitive",
|
|
118908
|
+
"value": "string"
|
|
118909
|
+
},
|
|
118910
|
+
"description": "The accent color of the SystemIcon on hover. This overrides `colorHover`.",
|
|
118911
|
+
"declarations": [
|
|
118912
|
+
{
|
|
118913
|
+
"name": "accentHover",
|
|
118914
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118915
|
+
}
|
|
118916
|
+
],
|
|
118917
|
+
"tags": {
|
|
118918
|
+
"deprecated": "`accentHover` is deprecated and will be removed in a future version. Please use the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.accent]: desiredAccentHoverColor\n}\n```"
|
|
118919
|
+
}
|
|
118920
|
+
},
|
|
118921
|
+
{
|
|
118922
|
+
"kind": "property",
|
|
118923
|
+
"name": "backgroundHover",
|
|
118924
|
+
"required": false,
|
|
118925
|
+
"type": {
|
|
118926
|
+
"kind": "primitive",
|
|
118927
|
+
"value": "string"
|
|
118928
|
+
},
|
|
118929
|
+
"description": "The background color of the SystemIcon on hover.",
|
|
118930
|
+
"declarations": [
|
|
118931
|
+
{
|
|
118932
|
+
"name": "backgroundHover",
|
|
118933
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118934
|
+
}
|
|
118935
|
+
],
|
|
118936
|
+
"tags": {
|
|
118937
|
+
"default": "transparent",
|
|
118938
|
+
"deprecated": "`backgroundHover` is deprecated and will be removed in a future version. Please use the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.background]: desiredBackgroundHoverColor\n}\n```"
|
|
118939
|
+
},
|
|
118940
|
+
"defaultValue": {
|
|
118941
|
+
"kind": "symbol",
|
|
118942
|
+
"name": "transparent",
|
|
118943
|
+
"value": "transparent"
|
|
118944
|
+
}
|
|
118945
|
+
},
|
|
118946
|
+
{
|
|
118947
|
+
"kind": "property",
|
|
118948
|
+
"name": "colorHover",
|
|
118949
|
+
"required": false,
|
|
118950
|
+
"type": {
|
|
118951
|
+
"kind": "primitive",
|
|
118952
|
+
"value": "string"
|
|
118953
|
+
},
|
|
118954
|
+
"description": "The hover color of the SystemIcon. This defines `accentHover` and `fillHover`. `colorHover` may be overwritten by `accentHover` and `fillHover`.",
|
|
118955
|
+
"declarations": [
|
|
118956
|
+
{
|
|
118957
|
+
"name": "colorHover",
|
|
118958
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118959
|
+
}
|
|
118960
|
+
],
|
|
118961
|
+
"tags": {
|
|
118962
|
+
"default": "base.licorice200",
|
|
118963
|
+
"deprecated": "`colorHover` is deprecated and will be removed in a future version. We have removed the default hover styles on SystemIcon. Please\nuse the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.color]: desiredColorHoverColor\n}\n```"
|
|
118964
|
+
},
|
|
118965
|
+
"defaultValue": {
|
|
118222
118966
|
"kind": "symbol",
|
|
118223
118967
|
"name": "base.licorice200",
|
|
118224
118968
|
"value": "base.licorice200"
|
|
@@ -118232,224 +118976,895 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
118232
118976
|
"kind": "primitive",
|
|
118233
118977
|
"value": "string"
|
|
118234
118978
|
},
|
|
118235
|
-
"description": "The fill color of the SystemIcon on hover. This overrides `colorHover`.",
|
|
118979
|
+
"description": "The fill color of the SystemIcon on hover. This overrides `colorHover`.",
|
|
118980
|
+
"declarations": [
|
|
118981
|
+
{
|
|
118982
|
+
"name": "fillHover",
|
|
118983
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
118984
|
+
}
|
|
118985
|
+
],
|
|
118986
|
+
"tags": {
|
|
118987
|
+
"deprecated": "`fillHover` is deprecated and will be removed in a future version. Please use the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.fill]: desiredFillHoverColor\n}\n```"
|
|
118988
|
+
}
|
|
118989
|
+
},
|
|
118990
|
+
{
|
|
118991
|
+
"kind": "property",
|
|
118992
|
+
"name": "colors",
|
|
118993
|
+
"required": false,
|
|
118994
|
+
"type": {
|
|
118995
|
+
"kind": "symbol",
|
|
118996
|
+
"name": "ButtonColors",
|
|
118997
|
+
"value": "ButtonColors"
|
|
118998
|
+
},
|
|
118999
|
+
"description": "Override default colors of a button. The default will depend on the button type",
|
|
119000
|
+
"declarations": [
|
|
119001
|
+
{
|
|
119002
|
+
"name": "colors",
|
|
119003
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
119004
|
+
}
|
|
119005
|
+
],
|
|
119006
|
+
"tags": {}
|
|
119007
|
+
},
|
|
119008
|
+
{
|
|
119009
|
+
"kind": "property",
|
|
119010
|
+
"name": "fillIcon",
|
|
119011
|
+
"required": false,
|
|
119012
|
+
"type": {
|
|
119013
|
+
"kind": "primitive",
|
|
119014
|
+
"value": "boolean"
|
|
119015
|
+
},
|
|
119016
|
+
"description": "Whether the icon should received filled (colored background layer) or regular styles.\nCorresponds to `toggled` in ToolbarIconButton",
|
|
119017
|
+
"declarations": [
|
|
119018
|
+
{
|
|
119019
|
+
"name": "fillIcon",
|
|
119020
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
119021
|
+
}
|
|
119022
|
+
],
|
|
119023
|
+
"tags": {}
|
|
119024
|
+
},
|
|
119025
|
+
{
|
|
119026
|
+
"kind": "property",
|
|
119027
|
+
"name": "iconPosition",
|
|
119028
|
+
"required": false,
|
|
119029
|
+
"type": {
|
|
119030
|
+
"kind": "union",
|
|
119031
|
+
"value": [
|
|
119032
|
+
{
|
|
119033
|
+
"kind": "string",
|
|
119034
|
+
"value": "start"
|
|
119035
|
+
},
|
|
119036
|
+
{
|
|
119037
|
+
"kind": "string",
|
|
119038
|
+
"value": "end"
|
|
119039
|
+
}
|
|
119040
|
+
]
|
|
119041
|
+
},
|
|
119042
|
+
"description": "Button icon positions can either be `start` or `end`.\nIf no value is provided, it defaults to `start`.",
|
|
119043
|
+
"declarations": [
|
|
119044
|
+
{
|
|
119045
|
+
"name": "iconPosition",
|
|
119046
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
119047
|
+
}
|
|
119048
|
+
],
|
|
119049
|
+
"tags": {
|
|
119050
|
+
"default": "'start'"
|
|
119051
|
+
},
|
|
119052
|
+
"defaultValue": {
|
|
119053
|
+
"kind": "string",
|
|
119054
|
+
"value": "start"
|
|
119055
|
+
}
|
|
119056
|
+
},
|
|
119057
|
+
{
|
|
119058
|
+
"kind": "property",
|
|
119059
|
+
"name": "shouldMirrorIcon",
|
|
119060
|
+
"required": false,
|
|
119061
|
+
"type": {
|
|
119062
|
+
"kind": "primitive",
|
|
119063
|
+
"value": "boolean"
|
|
119064
|
+
},
|
|
119065
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
119066
|
+
"declarations": [
|
|
119067
|
+
{
|
|
119068
|
+
"name": "shouldMirrorIcon",
|
|
119069
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarIconButton.tsx"
|
|
119070
|
+
}
|
|
119071
|
+
],
|
|
119072
|
+
"tags": {},
|
|
119073
|
+
"defaultValue": {
|
|
119074
|
+
"kind": "boolean",
|
|
119075
|
+
"value": false
|
|
119076
|
+
}
|
|
119077
|
+
},
|
|
119078
|
+
{
|
|
119079
|
+
"kind": "property",
|
|
119080
|
+
"name": "grow",
|
|
119081
|
+
"required": false,
|
|
119082
|
+
"type": {
|
|
119083
|
+
"kind": "primitive",
|
|
119084
|
+
"value": "boolean"
|
|
119085
|
+
},
|
|
119086
|
+
"description": "True if the component should grow to its container's width. False otherwise.",
|
|
119087
|
+
"declarations": [
|
|
119088
|
+
{
|
|
119089
|
+
"name": "grow",
|
|
119090
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/types.ts"
|
|
119091
|
+
}
|
|
119092
|
+
],
|
|
119093
|
+
"tags": {}
|
|
119094
|
+
},
|
|
119095
|
+
{
|
|
119096
|
+
"kind": "property",
|
|
119097
|
+
"name": "isThemeable",
|
|
119098
|
+
"required": false,
|
|
119099
|
+
"type": {
|
|
119100
|
+
"kind": "primitive",
|
|
119101
|
+
"value": "boolean"
|
|
119102
|
+
},
|
|
119103
|
+
"description": "",
|
|
119104
|
+
"declarations": [
|
|
119105
|
+
{
|
|
119106
|
+
"name": "isThemeable",
|
|
119107
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/TertiaryButton.tsx"
|
|
119108
|
+
}
|
|
119109
|
+
],
|
|
119110
|
+
"tags": {}
|
|
119111
|
+
},
|
|
119112
|
+
{
|
|
119113
|
+
"kind": "property",
|
|
119114
|
+
"name": "as",
|
|
119115
|
+
"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.",
|
|
119116
|
+
"tags": {},
|
|
119117
|
+
"declarations": [],
|
|
119118
|
+
"type": {
|
|
119119
|
+
"kind": "external",
|
|
119120
|
+
"name": "React.ElementType",
|
|
119121
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
|
|
119122
|
+
},
|
|
119123
|
+
"defaultValue": {
|
|
119124
|
+
"kind": "external",
|
|
119125
|
+
"name": "button",
|
|
119126
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
|
|
119127
|
+
}
|
|
119128
|
+
},
|
|
119129
|
+
{
|
|
119130
|
+
"kind": "property",
|
|
119131
|
+
"name": "ref",
|
|
119132
|
+
"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`).",
|
|
119133
|
+
"tags": {},
|
|
119134
|
+
"declarations": [],
|
|
119135
|
+
"type": {
|
|
119136
|
+
"kind": "external",
|
|
119137
|
+
"name": "React.Ref",
|
|
119138
|
+
"url": "https://reactjs.org/docs/refs-and-the-dom.html",
|
|
119139
|
+
"typeParameters": [
|
|
119140
|
+
{
|
|
119141
|
+
"kind": "typeParameter",
|
|
119142
|
+
"name": "R",
|
|
119143
|
+
"required": true,
|
|
119144
|
+
"defaultValue": {
|
|
119145
|
+
"kind": "external",
|
|
119146
|
+
"name": "button",
|
|
119147
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
|
|
119148
|
+
}
|
|
119149
|
+
}
|
|
119150
|
+
]
|
|
119151
|
+
}
|
|
119152
|
+
}
|
|
119153
|
+
],
|
|
119154
|
+
"baseElement": {
|
|
119155
|
+
"kind": "external",
|
|
119156
|
+
"name": "button",
|
|
119157
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
|
|
119158
|
+
},
|
|
119159
|
+
"styleComponent": {
|
|
119160
|
+
"kind": "symbol",
|
|
119161
|
+
"name": "Box"
|
|
119162
|
+
}
|
|
119163
|
+
}
|
|
119164
|
+
},
|
|
119165
|
+
{
|
|
119166
|
+
"name": "ToolbarIconButtonProps",
|
|
119167
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarIconButton.tsx",
|
|
119168
|
+
"description": "",
|
|
119169
|
+
"declarations": [
|
|
119170
|
+
{
|
|
119171
|
+
"name": "ToolbarIconButtonProps",
|
|
119172
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarIconButton.tsx"
|
|
119173
|
+
}
|
|
119174
|
+
],
|
|
119175
|
+
"tags": {},
|
|
119176
|
+
"type": {
|
|
119177
|
+
"kind": "alias",
|
|
119178
|
+
"name": "ToolbarIconButton"
|
|
119179
|
+
}
|
|
119180
|
+
},
|
|
119181
|
+
{
|
|
119182
|
+
"name": "toolbarIconButtonStencil",
|
|
119183
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarIconButton.tsx",
|
|
119184
|
+
"description": "",
|
|
119185
|
+
"declarations": [
|
|
119186
|
+
{
|
|
119187
|
+
"name": "toolbarIconButtonStencil",
|
|
119188
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarIconButton.tsx"
|
|
119189
|
+
}
|
|
119190
|
+
],
|
|
119191
|
+
"tags": {},
|
|
119192
|
+
"type": {
|
|
119193
|
+
"kind": "function",
|
|
119194
|
+
"parameters": [
|
|
119195
|
+
{
|
|
119196
|
+
"kind": "parameter",
|
|
119197
|
+
"name": "options",
|
|
119198
|
+
"type": {
|
|
119199
|
+
"kind": "conditional",
|
|
119200
|
+
"check": {
|
|
119201
|
+
"kind": "tuple",
|
|
119202
|
+
"value": [
|
|
119203
|
+
{
|
|
119204
|
+
"kind": "symbol",
|
|
119205
|
+
"name": "E",
|
|
119206
|
+
"value": "E"
|
|
119207
|
+
}
|
|
119208
|
+
]
|
|
119209
|
+
},
|
|
119210
|
+
"extends": {
|
|
119211
|
+
"kind": "tuple",
|
|
119212
|
+
"value": [
|
|
119213
|
+
{
|
|
119214
|
+
"kind": "primitive",
|
|
119215
|
+
"value": "never"
|
|
119216
|
+
}
|
|
119217
|
+
]
|
|
119218
|
+
},
|
|
119219
|
+
"trueType": {
|
|
119220
|
+
"kind": "intersection",
|
|
119221
|
+
"value": [
|
|
119222
|
+
{
|
|
119223
|
+
"kind": "symbol",
|
|
119224
|
+
"name": "ModifierValuesStencil",
|
|
119225
|
+
"typeParameters": [
|
|
119226
|
+
{
|
|
119227
|
+
"kind": "symbol",
|
|
119228
|
+
"name": "M",
|
|
119229
|
+
"value": "M"
|
|
119230
|
+
},
|
|
119231
|
+
{
|
|
119232
|
+
"kind": "symbol",
|
|
119233
|
+
"name": "V",
|
|
119234
|
+
"value": "V"
|
|
119235
|
+
}
|
|
119236
|
+
],
|
|
119237
|
+
"value": "ModifierValuesStencil<M, V>"
|
|
119238
|
+
},
|
|
119239
|
+
{
|
|
119240
|
+
"kind": "symbol",
|
|
119241
|
+
"name": "VariableValuesStencil",
|
|
119242
|
+
"typeParameters": [
|
|
119243
|
+
{
|
|
119244
|
+
"kind": "symbol",
|
|
119245
|
+
"name": "V",
|
|
119246
|
+
"value": "V"
|
|
119247
|
+
}
|
|
119248
|
+
],
|
|
119249
|
+
"value": "VariableValuesStencil<V>"
|
|
119250
|
+
}
|
|
119251
|
+
]
|
|
119252
|
+
},
|
|
119253
|
+
"falseType": {
|
|
119254
|
+
"kind": "conditional",
|
|
119255
|
+
"check": {
|
|
119256
|
+
"kind": "symbol",
|
|
119257
|
+
"name": "E",
|
|
119258
|
+
"value": "E"
|
|
119259
|
+
},
|
|
119260
|
+
"extends": {
|
|
119261
|
+
"kind": "symbol",
|
|
119262
|
+
"name": "BaseStencil",
|
|
119263
|
+
"typeParameters": [
|
|
119264
|
+
{
|
|
119265
|
+
"kind": "infer",
|
|
119266
|
+
"value": {
|
|
119267
|
+
"kind": "typeParameter",
|
|
119268
|
+
"name": "ME",
|
|
119269
|
+
"required": true
|
|
119270
|
+
}
|
|
119271
|
+
},
|
|
119272
|
+
{
|
|
119273
|
+
"kind": "primitive",
|
|
119274
|
+
"value": "any"
|
|
119275
|
+
},
|
|
119276
|
+
{
|
|
119277
|
+
"kind": "infer",
|
|
119278
|
+
"value": {
|
|
119279
|
+
"kind": "typeParameter",
|
|
119280
|
+
"name": "VE",
|
|
119281
|
+
"required": true
|
|
119282
|
+
}
|
|
119283
|
+
},
|
|
119284
|
+
{
|
|
119285
|
+
"kind": "primitive",
|
|
119286
|
+
"value": "any"
|
|
119287
|
+
},
|
|
119288
|
+
{
|
|
119289
|
+
"kind": "primitive",
|
|
119290
|
+
"value": "any"
|
|
119291
|
+
}
|
|
119292
|
+
],
|
|
119293
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
119294
|
+
},
|
|
119295
|
+
"trueType": {
|
|
119296
|
+
"kind": "intersection",
|
|
119297
|
+
"value": [
|
|
119298
|
+
{
|
|
119299
|
+
"kind": "symbol",
|
|
119300
|
+
"name": "ModifierValuesStencil",
|
|
119301
|
+
"typeParameters": [
|
|
119302
|
+
{
|
|
119303
|
+
"kind": "intersection",
|
|
119304
|
+
"value": [
|
|
119305
|
+
{
|
|
119306
|
+
"kind": "symbol",
|
|
119307
|
+
"name": "ME",
|
|
119308
|
+
"value": "ME"
|
|
119309
|
+
},
|
|
119310
|
+
{
|
|
119311
|
+
"kind": "symbol",
|
|
119312
|
+
"name": "M",
|
|
119313
|
+
"value": "M"
|
|
119314
|
+
}
|
|
119315
|
+
]
|
|
119316
|
+
}
|
|
119317
|
+
],
|
|
119318
|
+
"value": "ModifierValuesStencil<M, V>"
|
|
119319
|
+
},
|
|
119320
|
+
{
|
|
119321
|
+
"kind": "symbol",
|
|
119322
|
+
"name": "VariableValuesStencil",
|
|
119323
|
+
"typeParameters": [
|
|
119324
|
+
{
|
|
119325
|
+
"kind": "intersection",
|
|
119326
|
+
"value": [
|
|
119327
|
+
{
|
|
119328
|
+
"kind": "symbol",
|
|
119329
|
+
"name": "VE",
|
|
119330
|
+
"value": "VE"
|
|
119331
|
+
},
|
|
119332
|
+
{
|
|
119333
|
+
"kind": "symbol",
|
|
119334
|
+
"name": "V",
|
|
119335
|
+
"value": "V"
|
|
119336
|
+
}
|
|
119337
|
+
]
|
|
119338
|
+
}
|
|
119339
|
+
],
|
|
119340
|
+
"value": "VariableValuesStencil<V>"
|
|
119341
|
+
}
|
|
119342
|
+
]
|
|
119343
|
+
},
|
|
119344
|
+
"falseType": {
|
|
119345
|
+
"kind": "primitive",
|
|
119346
|
+
"value": "never"
|
|
119347
|
+
}
|
|
119348
|
+
}
|
|
119349
|
+
},
|
|
119350
|
+
"required": false,
|
|
119351
|
+
"rest": false,
|
|
119352
|
+
"description": "",
|
|
119353
|
+
"declarations": [
|
|
119354
|
+
{
|
|
119355
|
+
"name": "options",
|
|
119356
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
119357
|
+
}
|
|
119358
|
+
],
|
|
119359
|
+
"tags": {}
|
|
119360
|
+
}
|
|
119361
|
+
],
|
|
119362
|
+
"members": [
|
|
119363
|
+
{
|
|
119364
|
+
"kind": "property",
|
|
119365
|
+
"name": "parts",
|
|
119366
|
+
"required": true,
|
|
119367
|
+
"type": {
|
|
119368
|
+
"kind": "conditional",
|
|
119369
|
+
"check": {
|
|
119370
|
+
"kind": "tuple",
|
|
119371
|
+
"value": [
|
|
119372
|
+
{
|
|
119373
|
+
"kind": "symbol",
|
|
119374
|
+
"name": "E",
|
|
119375
|
+
"value": "E"
|
|
119376
|
+
}
|
|
119377
|
+
]
|
|
119378
|
+
},
|
|
119379
|
+
"extends": {
|
|
119380
|
+
"kind": "tuple",
|
|
119381
|
+
"value": [
|
|
119382
|
+
{
|
|
119383
|
+
"kind": "symbol",
|
|
119384
|
+
"name": "BaseStencil",
|
|
119385
|
+
"typeParameters": [
|
|
119386
|
+
{
|
|
119387
|
+
"kind": "primitive",
|
|
119388
|
+
"value": "any"
|
|
119389
|
+
},
|
|
119390
|
+
{
|
|
119391
|
+
"kind": "infer",
|
|
119392
|
+
"value": {
|
|
119393
|
+
"kind": "typeParameter",
|
|
119394
|
+
"name": "PE",
|
|
119395
|
+
"required": true
|
|
119396
|
+
}
|
|
119397
|
+
},
|
|
119398
|
+
{
|
|
119399
|
+
"kind": "primitive",
|
|
119400
|
+
"value": "any"
|
|
119401
|
+
},
|
|
119402
|
+
{
|
|
119403
|
+
"kind": "primitive",
|
|
119404
|
+
"value": "any"
|
|
119405
|
+
},
|
|
119406
|
+
{
|
|
119407
|
+
"kind": "primitive",
|
|
119408
|
+
"value": "any"
|
|
119409
|
+
}
|
|
119410
|
+
],
|
|
119411
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
119412
|
+
}
|
|
119413
|
+
]
|
|
119414
|
+
},
|
|
119415
|
+
"trueType": {
|
|
119416
|
+
"kind": "symbol",
|
|
119417
|
+
"name": "StencilPartProps",
|
|
119418
|
+
"typeParameters": [
|
|
119419
|
+
{
|
|
119420
|
+
"kind": "intersection",
|
|
119421
|
+
"value": [
|
|
119422
|
+
{
|
|
119423
|
+
"kind": "symbol",
|
|
119424
|
+
"name": "PE",
|
|
119425
|
+
"value": "PE"
|
|
119426
|
+
},
|
|
119427
|
+
{
|
|
119428
|
+
"kind": "symbol",
|
|
119429
|
+
"name": "P",
|
|
119430
|
+
"value": "P"
|
|
119431
|
+
}
|
|
119432
|
+
]
|
|
119433
|
+
}
|
|
119434
|
+
],
|
|
119435
|
+
"value": "StencilPartProps<T>"
|
|
119436
|
+
},
|
|
119437
|
+
"falseType": {
|
|
119438
|
+
"kind": "symbol",
|
|
119439
|
+
"name": "StencilPartProps",
|
|
119440
|
+
"typeParameters": [
|
|
119441
|
+
{
|
|
119442
|
+
"kind": "symbol",
|
|
119443
|
+
"name": "P",
|
|
119444
|
+
"value": "P"
|
|
119445
|
+
}
|
|
119446
|
+
],
|
|
119447
|
+
"value": "StencilPartProps<T>"
|
|
119448
|
+
}
|
|
119449
|
+
},
|
|
119450
|
+
"description": "",
|
|
118236
119451
|
"declarations": [
|
|
118237
119452
|
{
|
|
118238
|
-
"name": "
|
|
118239
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/
|
|
119453
|
+
"name": "parts",
|
|
119454
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118240
119455
|
}
|
|
118241
119456
|
],
|
|
118242
|
-
"tags": {
|
|
118243
|
-
"deprecated": "`fillHover` is deprecated and will be removed in a future version. Please use the following instead in your style overrides:\n```tsx\n'&:hover': {\n[systemIconStencil.vars.fill]: desiredFillHoverColor\n}\n```"
|
|
118244
|
-
}
|
|
119457
|
+
"tags": {}
|
|
118245
119458
|
},
|
|
118246
119459
|
{
|
|
118247
119460
|
"kind": "property",
|
|
118248
|
-
"name": "
|
|
118249
|
-
"required":
|
|
119461
|
+
"name": "vars",
|
|
119462
|
+
"required": true,
|
|
118250
119463
|
"type": {
|
|
118251
119464
|
"kind": "symbol",
|
|
118252
|
-
"name": "
|
|
118253
|
-
"
|
|
119465
|
+
"name": "StencilDefaultVars",
|
|
119466
|
+
"typeParameters": [
|
|
119467
|
+
{
|
|
119468
|
+
"kind": "symbol",
|
|
119469
|
+
"name": "V",
|
|
119470
|
+
"value": "V"
|
|
119471
|
+
},
|
|
119472
|
+
{
|
|
119473
|
+
"kind": "symbol",
|
|
119474
|
+
"name": "E",
|
|
119475
|
+
"value": "E"
|
|
119476
|
+
},
|
|
119477
|
+
{
|
|
119478
|
+
"kind": "symbol",
|
|
119479
|
+
"name": "ID",
|
|
119480
|
+
"value": "ID"
|
|
119481
|
+
}
|
|
119482
|
+
],
|
|
119483
|
+
"value": "StencilDefaultVars<V, E, ID>"
|
|
118254
119484
|
},
|
|
118255
|
-
"description": "
|
|
119485
|
+
"description": "",
|
|
118256
119486
|
"declarations": [
|
|
118257
119487
|
{
|
|
118258
|
-
"name": "
|
|
118259
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/
|
|
119488
|
+
"name": "vars",
|
|
119489
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118260
119490
|
}
|
|
118261
119491
|
],
|
|
118262
119492
|
"tags": {}
|
|
118263
119493
|
},
|
|
118264
119494
|
{
|
|
118265
119495
|
"kind": "property",
|
|
118266
|
-
"name": "
|
|
118267
|
-
"required":
|
|
119496
|
+
"name": "base",
|
|
119497
|
+
"required": true,
|
|
118268
119498
|
"type": {
|
|
118269
119499
|
"kind": "primitive",
|
|
118270
|
-
"value": "
|
|
119500
|
+
"value": "string"
|
|
118271
119501
|
},
|
|
118272
|
-
"description": "
|
|
119502
|
+
"description": "",
|
|
118273
119503
|
"declarations": [
|
|
118274
119504
|
{
|
|
118275
|
-
"name": "
|
|
118276
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/
|
|
119505
|
+
"name": "base",
|
|
119506
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118277
119507
|
}
|
|
118278
119508
|
],
|
|
118279
119509
|
"tags": {}
|
|
118280
119510
|
},
|
|
118281
119511
|
{
|
|
118282
119512
|
"kind": "property",
|
|
118283
|
-
"name": "
|
|
118284
|
-
"required":
|
|
119513
|
+
"name": "modifiers",
|
|
119514
|
+
"required": true,
|
|
118285
119515
|
"type": {
|
|
118286
|
-
"kind": "
|
|
118287
|
-
"
|
|
118288
|
-
|
|
118289
|
-
|
|
118290
|
-
|
|
118291
|
-
|
|
118292
|
-
|
|
118293
|
-
|
|
118294
|
-
|
|
118295
|
-
|
|
118296
|
-
|
|
119516
|
+
"kind": "conditional",
|
|
119517
|
+
"check": {
|
|
119518
|
+
"kind": "tuple",
|
|
119519
|
+
"value": [
|
|
119520
|
+
{
|
|
119521
|
+
"kind": "symbol",
|
|
119522
|
+
"name": "E",
|
|
119523
|
+
"value": "E"
|
|
119524
|
+
}
|
|
119525
|
+
]
|
|
119526
|
+
},
|
|
119527
|
+
"extends": {
|
|
119528
|
+
"kind": "tuple",
|
|
119529
|
+
"value": [
|
|
119530
|
+
{
|
|
119531
|
+
"kind": "symbol",
|
|
119532
|
+
"name": "BaseStencil",
|
|
119533
|
+
"typeParameters": [
|
|
119534
|
+
{
|
|
119535
|
+
"kind": "infer",
|
|
119536
|
+
"value": {
|
|
119537
|
+
"kind": "typeParameter",
|
|
119538
|
+
"name": "ME",
|
|
119539
|
+
"required": true
|
|
119540
|
+
}
|
|
119541
|
+
},
|
|
119542
|
+
{
|
|
119543
|
+
"kind": "primitive",
|
|
119544
|
+
"value": "any"
|
|
119545
|
+
},
|
|
119546
|
+
{
|
|
119547
|
+
"kind": "infer",
|
|
119548
|
+
"value": {
|
|
119549
|
+
"kind": "typeParameter",
|
|
119550
|
+
"name": "VE",
|
|
119551
|
+
"required": true
|
|
119552
|
+
}
|
|
119553
|
+
},
|
|
119554
|
+
{
|
|
119555
|
+
"kind": "primitive",
|
|
119556
|
+
"value": "any"
|
|
119557
|
+
},
|
|
119558
|
+
{
|
|
119559
|
+
"kind": "primitive",
|
|
119560
|
+
"value": "any"
|
|
119561
|
+
}
|
|
119562
|
+
],
|
|
119563
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
119564
|
+
}
|
|
119565
|
+
]
|
|
119566
|
+
},
|
|
119567
|
+
"trueType": {
|
|
119568
|
+
"kind": "symbol",
|
|
119569
|
+
"name": "StencilModifierReturn",
|
|
119570
|
+
"typeParameters": [
|
|
119571
|
+
{
|
|
119572
|
+
"kind": "intersection",
|
|
119573
|
+
"value": [
|
|
119574
|
+
{
|
|
119575
|
+
"kind": "symbol",
|
|
119576
|
+
"name": "ME",
|
|
119577
|
+
"value": "ME"
|
|
119578
|
+
},
|
|
119579
|
+
{
|
|
119580
|
+
"kind": "symbol",
|
|
119581
|
+
"name": "M",
|
|
119582
|
+
"value": "M"
|
|
119583
|
+
}
|
|
119584
|
+
]
|
|
119585
|
+
},
|
|
119586
|
+
{
|
|
119587
|
+
"kind": "intersection",
|
|
119588
|
+
"value": [
|
|
119589
|
+
{
|
|
119590
|
+
"kind": "symbol",
|
|
119591
|
+
"name": "VE",
|
|
119592
|
+
"value": "VE"
|
|
119593
|
+
},
|
|
119594
|
+
{
|
|
119595
|
+
"kind": "symbol",
|
|
119596
|
+
"name": "V",
|
|
119597
|
+
"value": "V"
|
|
119598
|
+
}
|
|
119599
|
+
]
|
|
119600
|
+
}
|
|
119601
|
+
],
|
|
119602
|
+
"value": "StencilModifierReturn<M, V>"
|
|
119603
|
+
},
|
|
119604
|
+
"falseType": {
|
|
119605
|
+
"kind": "symbol",
|
|
119606
|
+
"name": "StencilModifierReturn",
|
|
119607
|
+
"typeParameters": [
|
|
119608
|
+
{
|
|
119609
|
+
"kind": "symbol",
|
|
119610
|
+
"name": "M",
|
|
119611
|
+
"value": "M"
|
|
119612
|
+
},
|
|
119613
|
+
{
|
|
119614
|
+
"kind": "symbol",
|
|
119615
|
+
"name": "V",
|
|
119616
|
+
"value": "V"
|
|
119617
|
+
}
|
|
119618
|
+
],
|
|
119619
|
+
"value": "StencilModifierReturn<M, V>"
|
|
119620
|
+
}
|
|
118297
119621
|
},
|
|
118298
|
-
"description": "
|
|
119622
|
+
"description": "",
|
|
118299
119623
|
"declarations": [
|
|
118300
119624
|
{
|
|
118301
|
-
"name": "
|
|
118302
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/
|
|
119625
|
+
"name": "modifiers",
|
|
119626
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118303
119627
|
}
|
|
118304
119628
|
],
|
|
118305
|
-
"tags": {
|
|
118306
|
-
"default": "'start'"
|
|
118307
|
-
},
|
|
118308
|
-
"defaultValue": {
|
|
118309
|
-
"kind": "string",
|
|
118310
|
-
"value": "start"
|
|
118311
|
-
}
|
|
119629
|
+
"tags": {}
|
|
118312
119630
|
},
|
|
118313
119631
|
{
|
|
118314
119632
|
"kind": "property",
|
|
118315
|
-
"name": "
|
|
118316
|
-
"required":
|
|
119633
|
+
"name": "defaultModifiers",
|
|
119634
|
+
"required": true,
|
|
118317
119635
|
"type": {
|
|
118318
|
-
"kind": "
|
|
118319
|
-
"
|
|
119636
|
+
"kind": "conditional",
|
|
119637
|
+
"check": {
|
|
119638
|
+
"kind": "tuple",
|
|
119639
|
+
"value": [
|
|
119640
|
+
{
|
|
119641
|
+
"kind": "symbol",
|
|
119642
|
+
"name": "E",
|
|
119643
|
+
"value": "E"
|
|
119644
|
+
}
|
|
119645
|
+
]
|
|
119646
|
+
},
|
|
119647
|
+
"extends": {
|
|
119648
|
+
"kind": "tuple",
|
|
119649
|
+
"value": [
|
|
119650
|
+
{
|
|
119651
|
+
"kind": "symbol",
|
|
119652
|
+
"name": "BaseStencil",
|
|
119653
|
+
"typeParameters": [
|
|
119654
|
+
{
|
|
119655
|
+
"kind": "infer",
|
|
119656
|
+
"value": {
|
|
119657
|
+
"kind": "typeParameter",
|
|
119658
|
+
"name": "ME",
|
|
119659
|
+
"required": true
|
|
119660
|
+
}
|
|
119661
|
+
},
|
|
119662
|
+
{
|
|
119663
|
+
"kind": "primitive",
|
|
119664
|
+
"value": "any"
|
|
119665
|
+
},
|
|
119666
|
+
{
|
|
119667
|
+
"kind": "primitive",
|
|
119668
|
+
"value": "any"
|
|
119669
|
+
},
|
|
119670
|
+
{
|
|
119671
|
+
"kind": "primitive",
|
|
119672
|
+
"value": "any"
|
|
119673
|
+
},
|
|
119674
|
+
{
|
|
119675
|
+
"kind": "primitive",
|
|
119676
|
+
"value": "any"
|
|
119677
|
+
}
|
|
119678
|
+
],
|
|
119679
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
119680
|
+
}
|
|
119681
|
+
]
|
|
119682
|
+
},
|
|
119683
|
+
"trueType": {
|
|
119684
|
+
"kind": "symbol",
|
|
119685
|
+
"name": "StencilDefaultModifierReturn",
|
|
119686
|
+
"typeParameters": [
|
|
119687
|
+
{
|
|
119688
|
+
"kind": "intersection",
|
|
119689
|
+
"value": [
|
|
119690
|
+
{
|
|
119691
|
+
"kind": "symbol",
|
|
119692
|
+
"name": "ME",
|
|
119693
|
+
"value": "ME"
|
|
119694
|
+
},
|
|
119695
|
+
{
|
|
119696
|
+
"kind": "symbol",
|
|
119697
|
+
"name": "M",
|
|
119698
|
+
"value": "M"
|
|
119699
|
+
}
|
|
119700
|
+
]
|
|
119701
|
+
}
|
|
119702
|
+
],
|
|
119703
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
119704
|
+
},
|
|
119705
|
+
"falseType": {
|
|
119706
|
+
"kind": "symbol",
|
|
119707
|
+
"name": "StencilDefaultModifierReturn",
|
|
119708
|
+
"typeParameters": [
|
|
119709
|
+
{
|
|
119710
|
+
"kind": "symbol",
|
|
119711
|
+
"name": "M",
|
|
119712
|
+
"value": "M"
|
|
119713
|
+
}
|
|
119714
|
+
],
|
|
119715
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
119716
|
+
}
|
|
118320
119717
|
},
|
|
118321
|
-
"description": "
|
|
119718
|
+
"description": "",
|
|
118322
119719
|
"declarations": [
|
|
118323
119720
|
{
|
|
118324
|
-
"name": "
|
|
118325
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/
|
|
119721
|
+
"name": "defaultModifiers",
|
|
119722
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118326
119723
|
}
|
|
118327
119724
|
],
|
|
118328
|
-
"tags": {}
|
|
118329
|
-
"defaultValue": {
|
|
118330
|
-
"kind": "boolean",
|
|
118331
|
-
"value": false
|
|
118332
|
-
}
|
|
119725
|
+
"tags": {}
|
|
118333
119726
|
},
|
|
118334
119727
|
{
|
|
118335
119728
|
"kind": "property",
|
|
118336
|
-
"name": "
|
|
119729
|
+
"name": "__extends",
|
|
118337
119730
|
"required": false,
|
|
118338
119731
|
"type": {
|
|
118339
|
-
"kind": "
|
|
118340
|
-
"
|
|
119732
|
+
"kind": "symbol",
|
|
119733
|
+
"name": "E",
|
|
119734
|
+
"value": "E"
|
|
118341
119735
|
},
|
|
118342
|
-
"description": "
|
|
119736
|
+
"description": "",
|
|
118343
119737
|
"declarations": [
|
|
118344
119738
|
{
|
|
118345
|
-
"name": "
|
|
118346
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/
|
|
119739
|
+
"name": "__extends",
|
|
119740
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118347
119741
|
}
|
|
118348
119742
|
],
|
|
118349
119743
|
"tags": {}
|
|
118350
119744
|
},
|
|
118351
119745
|
{
|
|
118352
119746
|
"kind": "property",
|
|
118353
|
-
"name": "
|
|
118354
|
-
"required":
|
|
119747
|
+
"name": "__vars",
|
|
119748
|
+
"required": true,
|
|
118355
119749
|
"type": {
|
|
118356
|
-
"kind": "
|
|
118357
|
-
"
|
|
119750
|
+
"kind": "symbol",
|
|
119751
|
+
"name": "V",
|
|
119752
|
+
"value": "V"
|
|
118358
119753
|
},
|
|
118359
119754
|
"description": "",
|
|
118360
119755
|
"declarations": [
|
|
118361
119756
|
{
|
|
118362
|
-
"name": "
|
|
118363
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/
|
|
119757
|
+
"name": "__vars",
|
|
119758
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118364
119759
|
}
|
|
118365
119760
|
],
|
|
118366
119761
|
"tags": {}
|
|
118367
119762
|
},
|
|
118368
119763
|
{
|
|
118369
119764
|
"kind": "property",
|
|
118370
|
-
"name": "
|
|
118371
|
-
"required":
|
|
119765
|
+
"name": "__modifiers",
|
|
119766
|
+
"required": true,
|
|
118372
119767
|
"type": {
|
|
118373
119768
|
"kind": "symbol",
|
|
118374
|
-
"name": "
|
|
118375
|
-
"value": "
|
|
119769
|
+
"name": "M",
|
|
119770
|
+
"value": "M"
|
|
118376
119771
|
},
|
|
118377
119772
|
"description": "",
|
|
118378
119773
|
"declarations": [
|
|
118379
119774
|
{
|
|
118380
|
-
"name": "
|
|
118381
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/
|
|
119775
|
+
"name": "__modifiers",
|
|
119776
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118382
119777
|
}
|
|
118383
119778
|
],
|
|
118384
119779
|
"tags": {}
|
|
118385
119780
|
},
|
|
118386
119781
|
{
|
|
118387
119782
|
"kind": "property",
|
|
118388
|
-
"name": "
|
|
118389
|
-
"
|
|
118390
|
-
"tags": {},
|
|
118391
|
-
"declarations": [],
|
|
119783
|
+
"name": "__id",
|
|
119784
|
+
"required": true,
|
|
118392
119785
|
"type": {
|
|
118393
|
-
"kind": "
|
|
118394
|
-
"name": "
|
|
118395
|
-
"
|
|
119786
|
+
"kind": "symbol",
|
|
119787
|
+
"name": "ID",
|
|
119788
|
+
"value": "ID"
|
|
118396
119789
|
},
|
|
118397
|
-
"
|
|
118398
|
-
|
|
118399
|
-
|
|
118400
|
-
|
|
118401
|
-
|
|
119790
|
+
"description": "",
|
|
119791
|
+
"declarations": [
|
|
119792
|
+
{
|
|
119793
|
+
"name": "__id",
|
|
119794
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
119795
|
+
}
|
|
119796
|
+
],
|
|
119797
|
+
"tags": {}
|
|
118402
119798
|
},
|
|
118403
119799
|
{
|
|
118404
119800
|
"kind": "property",
|
|
118405
|
-
"name": "
|
|
118406
|
-
"
|
|
118407
|
-
"tags": {},
|
|
118408
|
-
"declarations": [],
|
|
119801
|
+
"name": "__parts",
|
|
119802
|
+
"required": false,
|
|
118409
119803
|
"type": {
|
|
118410
|
-
"kind": "
|
|
118411
|
-
"name": "
|
|
118412
|
-
"
|
|
118413
|
-
|
|
119804
|
+
"kind": "symbol",
|
|
119805
|
+
"name": "P",
|
|
119806
|
+
"value": "P"
|
|
119807
|
+
},
|
|
119808
|
+
"description": "",
|
|
119809
|
+
"declarations": [
|
|
119810
|
+
{
|
|
119811
|
+
"name": "__parts",
|
|
119812
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
119813
|
+
}
|
|
119814
|
+
],
|
|
119815
|
+
"tags": {}
|
|
119816
|
+
}
|
|
119817
|
+
],
|
|
119818
|
+
"returnType": {
|
|
119819
|
+
"kind": "object",
|
|
119820
|
+
"properties": [
|
|
119821
|
+
{
|
|
119822
|
+
"kind": "property",
|
|
119823
|
+
"name": "className",
|
|
119824
|
+
"required": true,
|
|
119825
|
+
"type": {
|
|
119826
|
+
"kind": "primitive",
|
|
119827
|
+
"value": "string"
|
|
119828
|
+
},
|
|
119829
|
+
"description": "",
|
|
119830
|
+
"declarations": [
|
|
118414
119831
|
{
|
|
118415
|
-
"
|
|
118416
|
-
"
|
|
118417
|
-
|
|
118418
|
-
|
|
118419
|
-
|
|
118420
|
-
|
|
118421
|
-
|
|
119832
|
+
"name": "className",
|
|
119833
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
119834
|
+
}
|
|
119835
|
+
],
|
|
119836
|
+
"tags": {}
|
|
119837
|
+
},
|
|
119838
|
+
{
|
|
119839
|
+
"kind": "property",
|
|
119840
|
+
"name": "style",
|
|
119841
|
+
"required": false,
|
|
119842
|
+
"type": {
|
|
119843
|
+
"kind": "external",
|
|
119844
|
+
"name": "Record",
|
|
119845
|
+
"url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
|
|
119846
|
+
"typeParameters": [
|
|
119847
|
+
{
|
|
119848
|
+
"kind": "primitive",
|
|
119849
|
+
"value": "string"
|
|
119850
|
+
},
|
|
119851
|
+
{
|
|
119852
|
+
"kind": "primitive",
|
|
119853
|
+
"value": "string"
|
|
118422
119854
|
}
|
|
119855
|
+
]
|
|
119856
|
+
},
|
|
119857
|
+
"description": "",
|
|
119858
|
+
"declarations": [
|
|
119859
|
+
{
|
|
119860
|
+
"name": "style",
|
|
119861
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
118423
119862
|
}
|
|
118424
|
-
]
|
|
119863
|
+
],
|
|
119864
|
+
"tags": {}
|
|
118425
119865
|
}
|
|
118426
|
-
|
|
118427
|
-
],
|
|
118428
|
-
"baseElement": {
|
|
118429
|
-
"kind": "external",
|
|
118430
|
-
"name": "button",
|
|
118431
|
-
"url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button"
|
|
118432
|
-
},
|
|
118433
|
-
"styleComponent": {
|
|
118434
|
-
"kind": "symbol",
|
|
118435
|
-
"name": "Box"
|
|
118436
|
-
}
|
|
118437
|
-
}
|
|
118438
|
-
},
|
|
118439
|
-
{
|
|
118440
|
-
"name": "ToolbarIconButtonProps",
|
|
118441
|
-
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarIconButton.tsx",
|
|
118442
|
-
"description": "",
|
|
118443
|
-
"declarations": [
|
|
118444
|
-
{
|
|
118445
|
-
"name": "ToolbarIconButtonProps",
|
|
118446
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarIconButton.tsx"
|
|
119866
|
+
]
|
|
118447
119867
|
}
|
|
118448
|
-
],
|
|
118449
|
-
"tags": {},
|
|
118450
|
-
"type": {
|
|
118451
|
-
"kind": "alias",
|
|
118452
|
-
"name": "ToolbarIconButton"
|
|
118453
119868
|
}
|
|
118454
119869
|
},
|
|
118455
119870
|
{
|
|
@@ -118906,24 +120321,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
118906
120321
|
],
|
|
118907
120322
|
"tags": {}
|
|
118908
120323
|
},
|
|
118909
|
-
{
|
|
118910
|
-
"kind": "property",
|
|
118911
|
-
"name": "theme",
|
|
118912
|
-
"required": false,
|
|
118913
|
-
"type": {
|
|
118914
|
-
"kind": "symbol",
|
|
118915
|
-
"name": "EmotionCanvasTheme",
|
|
118916
|
-
"value": "EmotionCanvasTheme"
|
|
118917
|
-
},
|
|
118918
|
-
"description": "",
|
|
118919
|
-
"declarations": [
|
|
118920
|
-
{
|
|
118921
|
-
"name": "theme",
|
|
118922
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/theming/types.ts"
|
|
118923
|
-
}
|
|
118924
|
-
],
|
|
118925
|
-
"tags": {}
|
|
118926
|
-
},
|
|
118927
120324
|
{
|
|
118928
120325
|
"kind": "property",
|
|
118929
120326
|
"name": "as",
|