@workday/canvas-kit-docs 11.0.0-alpha.771-next.0 → 11.0.0-alpha.773-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 +1231 -135
- package/package.json +7 -7
package/dist/es6/lib/docs.js
CHANGED
|
@@ -57157,9 +57157,83 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
57157
57157
|
"name": "defaultModifiers",
|
|
57158
57158
|
"required": true,
|
|
57159
57159
|
"type": {
|
|
57160
|
-
"kind": "
|
|
57161
|
-
"
|
|
57162
|
-
|
|
57160
|
+
"kind": "conditional",
|
|
57161
|
+
"check": {
|
|
57162
|
+
"kind": "tuple",
|
|
57163
|
+
"value": [
|
|
57164
|
+
{
|
|
57165
|
+
"kind": "symbol",
|
|
57166
|
+
"name": "E",
|
|
57167
|
+
"value": "E"
|
|
57168
|
+
}
|
|
57169
|
+
]
|
|
57170
|
+
},
|
|
57171
|
+
"extends": {
|
|
57172
|
+
"kind": "tuple",
|
|
57173
|
+
"value": [
|
|
57174
|
+
{
|
|
57175
|
+
"kind": "symbol",
|
|
57176
|
+
"name": "BaseStencil",
|
|
57177
|
+
"typeParameters": [
|
|
57178
|
+
{
|
|
57179
|
+
"kind": "infer",
|
|
57180
|
+
"value": {
|
|
57181
|
+
"kind": "typeParameter",
|
|
57182
|
+
"name": "ME",
|
|
57183
|
+
"required": true
|
|
57184
|
+
}
|
|
57185
|
+
},
|
|
57186
|
+
{
|
|
57187
|
+
"kind": "primitive",
|
|
57188
|
+
"value": "any"
|
|
57189
|
+
},
|
|
57190
|
+
{
|
|
57191
|
+
"kind": "primitive",
|
|
57192
|
+
"value": "any"
|
|
57193
|
+
},
|
|
57194
|
+
{
|
|
57195
|
+
"kind": "primitive",
|
|
57196
|
+
"value": "any"
|
|
57197
|
+
}
|
|
57198
|
+
],
|
|
57199
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
57200
|
+
}
|
|
57201
|
+
]
|
|
57202
|
+
},
|
|
57203
|
+
"trueType": {
|
|
57204
|
+
"kind": "symbol",
|
|
57205
|
+
"name": "StencilDefaultModifierReturn",
|
|
57206
|
+
"typeParameters": [
|
|
57207
|
+
{
|
|
57208
|
+
"kind": "intersection",
|
|
57209
|
+
"value": [
|
|
57210
|
+
{
|
|
57211
|
+
"kind": "symbol",
|
|
57212
|
+
"name": "ME",
|
|
57213
|
+
"value": "ME"
|
|
57214
|
+
},
|
|
57215
|
+
{
|
|
57216
|
+
"kind": "symbol",
|
|
57217
|
+
"name": "M",
|
|
57218
|
+
"value": "M"
|
|
57219
|
+
}
|
|
57220
|
+
]
|
|
57221
|
+
}
|
|
57222
|
+
],
|
|
57223
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
57224
|
+
},
|
|
57225
|
+
"falseType": {
|
|
57226
|
+
"kind": "symbol",
|
|
57227
|
+
"name": "StencilDefaultModifierReturn",
|
|
57228
|
+
"typeParameters": [
|
|
57229
|
+
{
|
|
57230
|
+
"kind": "symbol",
|
|
57231
|
+
"name": "M",
|
|
57232
|
+
"value": "M"
|
|
57233
|
+
}
|
|
57234
|
+
],
|
|
57235
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
57236
|
+
}
|
|
57163
57237
|
},
|
|
57164
57238
|
"description": "",
|
|
57165
57239
|
"declarations": [
|
|
@@ -62854,9 +62928,83 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
62854
62928
|
"name": "defaultModifiers",
|
|
62855
62929
|
"required": true,
|
|
62856
62930
|
"type": {
|
|
62857
|
-
"kind": "
|
|
62858
|
-
"
|
|
62859
|
-
|
|
62931
|
+
"kind": "conditional",
|
|
62932
|
+
"check": {
|
|
62933
|
+
"kind": "tuple",
|
|
62934
|
+
"value": [
|
|
62935
|
+
{
|
|
62936
|
+
"kind": "symbol",
|
|
62937
|
+
"name": "E",
|
|
62938
|
+
"value": "E"
|
|
62939
|
+
}
|
|
62940
|
+
]
|
|
62941
|
+
},
|
|
62942
|
+
"extends": {
|
|
62943
|
+
"kind": "tuple",
|
|
62944
|
+
"value": [
|
|
62945
|
+
{
|
|
62946
|
+
"kind": "symbol",
|
|
62947
|
+
"name": "BaseStencil",
|
|
62948
|
+
"typeParameters": [
|
|
62949
|
+
{
|
|
62950
|
+
"kind": "infer",
|
|
62951
|
+
"value": {
|
|
62952
|
+
"kind": "typeParameter",
|
|
62953
|
+
"name": "ME",
|
|
62954
|
+
"required": true
|
|
62955
|
+
}
|
|
62956
|
+
},
|
|
62957
|
+
{
|
|
62958
|
+
"kind": "primitive",
|
|
62959
|
+
"value": "any"
|
|
62960
|
+
},
|
|
62961
|
+
{
|
|
62962
|
+
"kind": "primitive",
|
|
62963
|
+
"value": "any"
|
|
62964
|
+
},
|
|
62965
|
+
{
|
|
62966
|
+
"kind": "primitive",
|
|
62967
|
+
"value": "any"
|
|
62968
|
+
}
|
|
62969
|
+
],
|
|
62970
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
62971
|
+
}
|
|
62972
|
+
]
|
|
62973
|
+
},
|
|
62974
|
+
"trueType": {
|
|
62975
|
+
"kind": "symbol",
|
|
62976
|
+
"name": "StencilDefaultModifierReturn",
|
|
62977
|
+
"typeParameters": [
|
|
62978
|
+
{
|
|
62979
|
+
"kind": "intersection",
|
|
62980
|
+
"value": [
|
|
62981
|
+
{
|
|
62982
|
+
"kind": "symbol",
|
|
62983
|
+
"name": "ME",
|
|
62984
|
+
"value": "ME"
|
|
62985
|
+
},
|
|
62986
|
+
{
|
|
62987
|
+
"kind": "symbol",
|
|
62988
|
+
"name": "M",
|
|
62989
|
+
"value": "M"
|
|
62990
|
+
}
|
|
62991
|
+
]
|
|
62992
|
+
}
|
|
62993
|
+
],
|
|
62994
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
62995
|
+
},
|
|
62996
|
+
"falseType": {
|
|
62997
|
+
"kind": "symbol",
|
|
62998
|
+
"name": "StencilDefaultModifierReturn",
|
|
62999
|
+
"typeParameters": [
|
|
63000
|
+
{
|
|
63001
|
+
"kind": "symbol",
|
|
63002
|
+
"name": "M",
|
|
63003
|
+
"value": "M"
|
|
63004
|
+
}
|
|
63005
|
+
],
|
|
63006
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
63007
|
+
}
|
|
62860
63008
|
},
|
|
62861
63009
|
"description": "",
|
|
62862
63010
|
"declarations": [
|
|
@@ -63498,9 +63646,83 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
63498
63646
|
"name": "defaultModifiers",
|
|
63499
63647
|
"required": true,
|
|
63500
63648
|
"type": {
|
|
63501
|
-
"kind": "
|
|
63502
|
-
"
|
|
63503
|
-
|
|
63649
|
+
"kind": "conditional",
|
|
63650
|
+
"check": {
|
|
63651
|
+
"kind": "tuple",
|
|
63652
|
+
"value": [
|
|
63653
|
+
{
|
|
63654
|
+
"kind": "symbol",
|
|
63655
|
+
"name": "E",
|
|
63656
|
+
"value": "E"
|
|
63657
|
+
}
|
|
63658
|
+
]
|
|
63659
|
+
},
|
|
63660
|
+
"extends": {
|
|
63661
|
+
"kind": "tuple",
|
|
63662
|
+
"value": [
|
|
63663
|
+
{
|
|
63664
|
+
"kind": "symbol",
|
|
63665
|
+
"name": "BaseStencil",
|
|
63666
|
+
"typeParameters": [
|
|
63667
|
+
{
|
|
63668
|
+
"kind": "infer",
|
|
63669
|
+
"value": {
|
|
63670
|
+
"kind": "typeParameter",
|
|
63671
|
+
"name": "ME",
|
|
63672
|
+
"required": true
|
|
63673
|
+
}
|
|
63674
|
+
},
|
|
63675
|
+
{
|
|
63676
|
+
"kind": "primitive",
|
|
63677
|
+
"value": "any"
|
|
63678
|
+
},
|
|
63679
|
+
{
|
|
63680
|
+
"kind": "primitive",
|
|
63681
|
+
"value": "any"
|
|
63682
|
+
},
|
|
63683
|
+
{
|
|
63684
|
+
"kind": "primitive",
|
|
63685
|
+
"value": "any"
|
|
63686
|
+
}
|
|
63687
|
+
],
|
|
63688
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
63689
|
+
}
|
|
63690
|
+
]
|
|
63691
|
+
},
|
|
63692
|
+
"trueType": {
|
|
63693
|
+
"kind": "symbol",
|
|
63694
|
+
"name": "StencilDefaultModifierReturn",
|
|
63695
|
+
"typeParameters": [
|
|
63696
|
+
{
|
|
63697
|
+
"kind": "intersection",
|
|
63698
|
+
"value": [
|
|
63699
|
+
{
|
|
63700
|
+
"kind": "symbol",
|
|
63701
|
+
"name": "ME",
|
|
63702
|
+
"value": "ME"
|
|
63703
|
+
},
|
|
63704
|
+
{
|
|
63705
|
+
"kind": "symbol",
|
|
63706
|
+
"name": "M",
|
|
63707
|
+
"value": "M"
|
|
63708
|
+
}
|
|
63709
|
+
]
|
|
63710
|
+
}
|
|
63711
|
+
],
|
|
63712
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
63713
|
+
},
|
|
63714
|
+
"falseType": {
|
|
63715
|
+
"kind": "symbol",
|
|
63716
|
+
"name": "StencilDefaultModifierReturn",
|
|
63717
|
+
"typeParameters": [
|
|
63718
|
+
{
|
|
63719
|
+
"kind": "symbol",
|
|
63720
|
+
"name": "M",
|
|
63721
|
+
"value": "M"
|
|
63722
|
+
}
|
|
63723
|
+
],
|
|
63724
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
63725
|
+
}
|
|
63504
63726
|
},
|
|
63505
63727
|
"description": "",
|
|
63506
63728
|
"declarations": [
|
|
@@ -64108,9 +64330,83 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
64108
64330
|
"name": "defaultModifiers",
|
|
64109
64331
|
"required": true,
|
|
64110
64332
|
"type": {
|
|
64111
|
-
"kind": "
|
|
64112
|
-
"
|
|
64113
|
-
|
|
64333
|
+
"kind": "conditional",
|
|
64334
|
+
"check": {
|
|
64335
|
+
"kind": "tuple",
|
|
64336
|
+
"value": [
|
|
64337
|
+
{
|
|
64338
|
+
"kind": "symbol",
|
|
64339
|
+
"name": "E",
|
|
64340
|
+
"value": "E"
|
|
64341
|
+
}
|
|
64342
|
+
]
|
|
64343
|
+
},
|
|
64344
|
+
"extends": {
|
|
64345
|
+
"kind": "tuple",
|
|
64346
|
+
"value": [
|
|
64347
|
+
{
|
|
64348
|
+
"kind": "symbol",
|
|
64349
|
+
"name": "BaseStencil",
|
|
64350
|
+
"typeParameters": [
|
|
64351
|
+
{
|
|
64352
|
+
"kind": "infer",
|
|
64353
|
+
"value": {
|
|
64354
|
+
"kind": "typeParameter",
|
|
64355
|
+
"name": "ME",
|
|
64356
|
+
"required": true
|
|
64357
|
+
}
|
|
64358
|
+
},
|
|
64359
|
+
{
|
|
64360
|
+
"kind": "primitive",
|
|
64361
|
+
"value": "any"
|
|
64362
|
+
},
|
|
64363
|
+
{
|
|
64364
|
+
"kind": "primitive",
|
|
64365
|
+
"value": "any"
|
|
64366
|
+
},
|
|
64367
|
+
{
|
|
64368
|
+
"kind": "primitive",
|
|
64369
|
+
"value": "any"
|
|
64370
|
+
}
|
|
64371
|
+
],
|
|
64372
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
64373
|
+
}
|
|
64374
|
+
]
|
|
64375
|
+
},
|
|
64376
|
+
"trueType": {
|
|
64377
|
+
"kind": "symbol",
|
|
64378
|
+
"name": "StencilDefaultModifierReturn",
|
|
64379
|
+
"typeParameters": [
|
|
64380
|
+
{
|
|
64381
|
+
"kind": "intersection",
|
|
64382
|
+
"value": [
|
|
64383
|
+
{
|
|
64384
|
+
"kind": "symbol",
|
|
64385
|
+
"name": "ME",
|
|
64386
|
+
"value": "ME"
|
|
64387
|
+
},
|
|
64388
|
+
{
|
|
64389
|
+
"kind": "symbol",
|
|
64390
|
+
"name": "M",
|
|
64391
|
+
"value": "M"
|
|
64392
|
+
}
|
|
64393
|
+
]
|
|
64394
|
+
}
|
|
64395
|
+
],
|
|
64396
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
64397
|
+
},
|
|
64398
|
+
"falseType": {
|
|
64399
|
+
"kind": "symbol",
|
|
64400
|
+
"name": "StencilDefaultModifierReturn",
|
|
64401
|
+
"typeParameters": [
|
|
64402
|
+
{
|
|
64403
|
+
"kind": "symbol",
|
|
64404
|
+
"name": "M",
|
|
64405
|
+
"value": "M"
|
|
64406
|
+
}
|
|
64407
|
+
],
|
|
64408
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
64409
|
+
}
|
|
64114
64410
|
},
|
|
64115
64411
|
"description": "",
|
|
64116
64412
|
"declarations": [
|
|
@@ -64719,9 +65015,83 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
64719
65015
|
"name": "defaultModifiers",
|
|
64720
65016
|
"required": true,
|
|
64721
65017
|
"type": {
|
|
64722
|
-
"kind": "
|
|
64723
|
-
"
|
|
64724
|
-
|
|
65018
|
+
"kind": "conditional",
|
|
65019
|
+
"check": {
|
|
65020
|
+
"kind": "tuple",
|
|
65021
|
+
"value": [
|
|
65022
|
+
{
|
|
65023
|
+
"kind": "symbol",
|
|
65024
|
+
"name": "E",
|
|
65025
|
+
"value": "E"
|
|
65026
|
+
}
|
|
65027
|
+
]
|
|
65028
|
+
},
|
|
65029
|
+
"extends": {
|
|
65030
|
+
"kind": "tuple",
|
|
65031
|
+
"value": [
|
|
65032
|
+
{
|
|
65033
|
+
"kind": "symbol",
|
|
65034
|
+
"name": "BaseStencil",
|
|
65035
|
+
"typeParameters": [
|
|
65036
|
+
{
|
|
65037
|
+
"kind": "infer",
|
|
65038
|
+
"value": {
|
|
65039
|
+
"kind": "typeParameter",
|
|
65040
|
+
"name": "ME",
|
|
65041
|
+
"required": true
|
|
65042
|
+
}
|
|
65043
|
+
},
|
|
65044
|
+
{
|
|
65045
|
+
"kind": "primitive",
|
|
65046
|
+
"value": "any"
|
|
65047
|
+
},
|
|
65048
|
+
{
|
|
65049
|
+
"kind": "primitive",
|
|
65050
|
+
"value": "any"
|
|
65051
|
+
},
|
|
65052
|
+
{
|
|
65053
|
+
"kind": "primitive",
|
|
65054
|
+
"value": "any"
|
|
65055
|
+
}
|
|
65056
|
+
],
|
|
65057
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
65058
|
+
}
|
|
65059
|
+
]
|
|
65060
|
+
},
|
|
65061
|
+
"trueType": {
|
|
65062
|
+
"kind": "symbol",
|
|
65063
|
+
"name": "StencilDefaultModifierReturn",
|
|
65064
|
+
"typeParameters": [
|
|
65065
|
+
{
|
|
65066
|
+
"kind": "intersection",
|
|
65067
|
+
"value": [
|
|
65068
|
+
{
|
|
65069
|
+
"kind": "symbol",
|
|
65070
|
+
"name": "ME",
|
|
65071
|
+
"value": "ME"
|
|
65072
|
+
},
|
|
65073
|
+
{
|
|
65074
|
+
"kind": "symbol",
|
|
65075
|
+
"name": "M",
|
|
65076
|
+
"value": "M"
|
|
65077
|
+
}
|
|
65078
|
+
]
|
|
65079
|
+
}
|
|
65080
|
+
],
|
|
65081
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
65082
|
+
},
|
|
65083
|
+
"falseType": {
|
|
65084
|
+
"kind": "symbol",
|
|
65085
|
+
"name": "StencilDefaultModifierReturn",
|
|
65086
|
+
"typeParameters": [
|
|
65087
|
+
{
|
|
65088
|
+
"kind": "symbol",
|
|
65089
|
+
"name": "M",
|
|
65090
|
+
"value": "M"
|
|
65091
|
+
}
|
|
65092
|
+
],
|
|
65093
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
65094
|
+
}
|
|
64725
65095
|
},
|
|
64726
65096
|
"description": "",
|
|
64727
65097
|
"declarations": [
|
|
@@ -128515,12 +128885,124 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
128515
128885
|
}
|
|
128516
128886
|
},
|
|
128517
128887
|
{
|
|
128518
|
-
"kind": "infer",
|
|
128519
|
-
"value": {
|
|
128520
|
-
"kind": "typeParameter",
|
|
128521
|
-
"name": "VE",
|
|
128522
|
-
"required": true
|
|
128523
|
-
}
|
|
128888
|
+
"kind": "infer",
|
|
128889
|
+
"value": {
|
|
128890
|
+
"kind": "typeParameter",
|
|
128891
|
+
"name": "VE",
|
|
128892
|
+
"required": true
|
|
128893
|
+
}
|
|
128894
|
+
},
|
|
128895
|
+
{
|
|
128896
|
+
"kind": "primitive",
|
|
128897
|
+
"value": "any"
|
|
128898
|
+
},
|
|
128899
|
+
{
|
|
128900
|
+
"kind": "primitive",
|
|
128901
|
+
"value": "any"
|
|
128902
|
+
}
|
|
128903
|
+
],
|
|
128904
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
128905
|
+
}
|
|
128906
|
+
]
|
|
128907
|
+
},
|
|
128908
|
+
"trueType": {
|
|
128909
|
+
"kind": "symbol",
|
|
128910
|
+
"name": "StencilModifierReturn",
|
|
128911
|
+
"typeParameters": [
|
|
128912
|
+
{
|
|
128913
|
+
"kind": "intersection",
|
|
128914
|
+
"value": [
|
|
128915
|
+
{
|
|
128916
|
+
"kind": "symbol",
|
|
128917
|
+
"name": "ME",
|
|
128918
|
+
"value": "ME"
|
|
128919
|
+
},
|
|
128920
|
+
{
|
|
128921
|
+
"kind": "symbol",
|
|
128922
|
+
"name": "M",
|
|
128923
|
+
"value": "M"
|
|
128924
|
+
}
|
|
128925
|
+
]
|
|
128926
|
+
},
|
|
128927
|
+
{
|
|
128928
|
+
"kind": "intersection",
|
|
128929
|
+
"value": [
|
|
128930
|
+
{
|
|
128931
|
+
"kind": "symbol",
|
|
128932
|
+
"name": "VE",
|
|
128933
|
+
"value": "VE"
|
|
128934
|
+
},
|
|
128935
|
+
{
|
|
128936
|
+
"kind": "symbol",
|
|
128937
|
+
"name": "V",
|
|
128938
|
+
"value": "V"
|
|
128939
|
+
}
|
|
128940
|
+
]
|
|
128941
|
+
}
|
|
128942
|
+
],
|
|
128943
|
+
"value": "StencilModifierReturn<M, V>"
|
|
128944
|
+
},
|
|
128945
|
+
"falseType": {
|
|
128946
|
+
"kind": "symbol",
|
|
128947
|
+
"name": "StencilModifierReturn",
|
|
128948
|
+
"typeParameters": [
|
|
128949
|
+
{
|
|
128950
|
+
"kind": "symbol",
|
|
128951
|
+
"name": "M",
|
|
128952
|
+
"value": "M"
|
|
128953
|
+
},
|
|
128954
|
+
{
|
|
128955
|
+
"kind": "symbol",
|
|
128956
|
+
"name": "V",
|
|
128957
|
+
"value": "V"
|
|
128958
|
+
}
|
|
128959
|
+
],
|
|
128960
|
+
"value": "StencilModifierReturn<M, V>"
|
|
128961
|
+
}
|
|
128962
|
+
},
|
|
128963
|
+
"description": "",
|
|
128964
|
+
"declarations": [
|
|
128965
|
+
{
|
|
128966
|
+
"name": "modifiers",
|
|
128967
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
128968
|
+
}
|
|
128969
|
+
],
|
|
128970
|
+
"tags": {}
|
|
128971
|
+
},
|
|
128972
|
+
{
|
|
128973
|
+
"kind": "property",
|
|
128974
|
+
"name": "defaultModifiers",
|
|
128975
|
+
"required": true,
|
|
128976
|
+
"type": {
|
|
128977
|
+
"kind": "conditional",
|
|
128978
|
+
"check": {
|
|
128979
|
+
"kind": "tuple",
|
|
128980
|
+
"value": [
|
|
128981
|
+
{
|
|
128982
|
+
"kind": "symbol",
|
|
128983
|
+
"name": "E",
|
|
128984
|
+
"value": "E"
|
|
128985
|
+
}
|
|
128986
|
+
]
|
|
128987
|
+
},
|
|
128988
|
+
"extends": {
|
|
128989
|
+
"kind": "tuple",
|
|
128990
|
+
"value": [
|
|
128991
|
+
{
|
|
128992
|
+
"kind": "symbol",
|
|
128993
|
+
"name": "BaseStencil",
|
|
128994
|
+
"typeParameters": [
|
|
128995
|
+
{
|
|
128996
|
+
"kind": "infer",
|
|
128997
|
+
"value": {
|
|
128998
|
+
"kind": "typeParameter",
|
|
128999
|
+
"name": "ME",
|
|
129000
|
+
"required": true
|
|
129001
|
+
}
|
|
129002
|
+
},
|
|
129003
|
+
{
|
|
129004
|
+
"kind": "primitive",
|
|
129005
|
+
"value": "any"
|
|
128524
129006
|
},
|
|
128525
129007
|
{
|
|
128526
129008
|
"kind": "primitive",
|
|
@@ -128537,7 +129019,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
128537
129019
|
},
|
|
128538
129020
|
"trueType": {
|
|
128539
129021
|
"kind": "symbol",
|
|
128540
|
-
"name": "
|
|
129022
|
+
"name": "StencilDefaultModifierReturn",
|
|
128541
129023
|
"typeParameters": [
|
|
128542
129024
|
{
|
|
128543
129025
|
"kind": "intersection",
|
|
@@ -128553,62 +129035,24 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
128553
129035
|
"value": "M"
|
|
128554
129036
|
}
|
|
128555
129037
|
]
|
|
128556
|
-
},
|
|
128557
|
-
{
|
|
128558
|
-
"kind": "intersection",
|
|
128559
|
-
"value": [
|
|
128560
|
-
{
|
|
128561
|
-
"kind": "symbol",
|
|
128562
|
-
"name": "VE",
|
|
128563
|
-
"value": "VE"
|
|
128564
|
-
},
|
|
128565
|
-
{
|
|
128566
|
-
"kind": "symbol",
|
|
128567
|
-
"name": "V",
|
|
128568
|
-
"value": "V"
|
|
128569
|
-
}
|
|
128570
|
-
]
|
|
128571
129038
|
}
|
|
128572
129039
|
],
|
|
128573
|
-
"value": "
|
|
129040
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
128574
129041
|
},
|
|
128575
129042
|
"falseType": {
|
|
128576
129043
|
"kind": "symbol",
|
|
128577
|
-
"name": "
|
|
129044
|
+
"name": "StencilDefaultModifierReturn",
|
|
128578
129045
|
"typeParameters": [
|
|
128579
129046
|
{
|
|
128580
129047
|
"kind": "symbol",
|
|
128581
129048
|
"name": "M",
|
|
128582
129049
|
"value": "M"
|
|
128583
|
-
},
|
|
128584
|
-
{
|
|
128585
|
-
"kind": "symbol",
|
|
128586
|
-
"name": "V",
|
|
128587
|
-
"value": "V"
|
|
128588
129050
|
}
|
|
128589
129051
|
],
|
|
128590
|
-
"value": "
|
|
129052
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
128591
129053
|
}
|
|
128592
129054
|
},
|
|
128593
129055
|
"description": "",
|
|
128594
|
-
"declarations": [
|
|
128595
|
-
{
|
|
128596
|
-
"name": "modifiers",
|
|
128597
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
128598
|
-
}
|
|
128599
|
-
],
|
|
128600
|
-
"tags": {}
|
|
128601
|
-
},
|
|
128602
|
-
{
|
|
128603
|
-
"kind": "property",
|
|
128604
|
-
"name": "defaultModifiers",
|
|
128605
|
-
"required": true,
|
|
128606
|
-
"type": {
|
|
128607
|
-
"kind": "unknown",
|
|
128608
|
-
"value": "unknown",
|
|
128609
|
-
"text": "{\n [K in keyof M]?: keyof M[K];\n }"
|
|
128610
|
-
},
|
|
128611
|
-
"description": "",
|
|
128612
129056
|
"declarations": [
|
|
128613
129057
|
{
|
|
128614
129058
|
"name": "defaultModifiers",
|
|
@@ -129408,9 +129852,83 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
129408
129852
|
"name": "defaultModifiers",
|
|
129409
129853
|
"required": true,
|
|
129410
129854
|
"type": {
|
|
129411
|
-
"kind": "
|
|
129412
|
-
"
|
|
129413
|
-
|
|
129855
|
+
"kind": "conditional",
|
|
129856
|
+
"check": {
|
|
129857
|
+
"kind": "tuple",
|
|
129858
|
+
"value": [
|
|
129859
|
+
{
|
|
129860
|
+
"kind": "symbol",
|
|
129861
|
+
"name": "E",
|
|
129862
|
+
"value": "E"
|
|
129863
|
+
}
|
|
129864
|
+
]
|
|
129865
|
+
},
|
|
129866
|
+
"extends": {
|
|
129867
|
+
"kind": "tuple",
|
|
129868
|
+
"value": [
|
|
129869
|
+
{
|
|
129870
|
+
"kind": "symbol",
|
|
129871
|
+
"name": "BaseStencil",
|
|
129872
|
+
"typeParameters": [
|
|
129873
|
+
{
|
|
129874
|
+
"kind": "infer",
|
|
129875
|
+
"value": {
|
|
129876
|
+
"kind": "typeParameter",
|
|
129877
|
+
"name": "ME",
|
|
129878
|
+
"required": true
|
|
129879
|
+
}
|
|
129880
|
+
},
|
|
129881
|
+
{
|
|
129882
|
+
"kind": "primitive",
|
|
129883
|
+
"value": "any"
|
|
129884
|
+
},
|
|
129885
|
+
{
|
|
129886
|
+
"kind": "primitive",
|
|
129887
|
+
"value": "any"
|
|
129888
|
+
},
|
|
129889
|
+
{
|
|
129890
|
+
"kind": "primitive",
|
|
129891
|
+
"value": "any"
|
|
129892
|
+
}
|
|
129893
|
+
],
|
|
129894
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
129895
|
+
}
|
|
129896
|
+
]
|
|
129897
|
+
},
|
|
129898
|
+
"trueType": {
|
|
129899
|
+
"kind": "symbol",
|
|
129900
|
+
"name": "StencilDefaultModifierReturn",
|
|
129901
|
+
"typeParameters": [
|
|
129902
|
+
{
|
|
129903
|
+
"kind": "intersection",
|
|
129904
|
+
"value": [
|
|
129905
|
+
{
|
|
129906
|
+
"kind": "symbol",
|
|
129907
|
+
"name": "ME",
|
|
129908
|
+
"value": "ME"
|
|
129909
|
+
},
|
|
129910
|
+
{
|
|
129911
|
+
"kind": "symbol",
|
|
129912
|
+
"name": "M",
|
|
129913
|
+
"value": "M"
|
|
129914
|
+
}
|
|
129915
|
+
]
|
|
129916
|
+
}
|
|
129917
|
+
],
|
|
129918
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
129919
|
+
},
|
|
129920
|
+
"falseType": {
|
|
129921
|
+
"kind": "symbol",
|
|
129922
|
+
"name": "StencilDefaultModifierReturn",
|
|
129923
|
+
"typeParameters": [
|
|
129924
|
+
{
|
|
129925
|
+
"kind": "symbol",
|
|
129926
|
+
"name": "M",
|
|
129927
|
+
"value": "M"
|
|
129928
|
+
}
|
|
129929
|
+
],
|
|
129930
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
129931
|
+
}
|
|
129414
129932
|
},
|
|
129415
129933
|
"description": "",
|
|
129416
129934
|
"declarations": [
|
|
@@ -130255,9 +130773,83 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
130255
130773
|
"name": "defaultModifiers",
|
|
130256
130774
|
"required": true,
|
|
130257
130775
|
"type": {
|
|
130258
|
-
"kind": "
|
|
130259
|
-
"
|
|
130260
|
-
|
|
130776
|
+
"kind": "conditional",
|
|
130777
|
+
"check": {
|
|
130778
|
+
"kind": "tuple",
|
|
130779
|
+
"value": [
|
|
130780
|
+
{
|
|
130781
|
+
"kind": "symbol",
|
|
130782
|
+
"name": "E",
|
|
130783
|
+
"value": "E"
|
|
130784
|
+
}
|
|
130785
|
+
]
|
|
130786
|
+
},
|
|
130787
|
+
"extends": {
|
|
130788
|
+
"kind": "tuple",
|
|
130789
|
+
"value": [
|
|
130790
|
+
{
|
|
130791
|
+
"kind": "symbol",
|
|
130792
|
+
"name": "BaseStencil",
|
|
130793
|
+
"typeParameters": [
|
|
130794
|
+
{
|
|
130795
|
+
"kind": "infer",
|
|
130796
|
+
"value": {
|
|
130797
|
+
"kind": "typeParameter",
|
|
130798
|
+
"name": "ME",
|
|
130799
|
+
"required": true
|
|
130800
|
+
}
|
|
130801
|
+
},
|
|
130802
|
+
{
|
|
130803
|
+
"kind": "primitive",
|
|
130804
|
+
"value": "any"
|
|
130805
|
+
},
|
|
130806
|
+
{
|
|
130807
|
+
"kind": "primitive",
|
|
130808
|
+
"value": "any"
|
|
130809
|
+
},
|
|
130810
|
+
{
|
|
130811
|
+
"kind": "primitive",
|
|
130812
|
+
"value": "any"
|
|
130813
|
+
}
|
|
130814
|
+
],
|
|
130815
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
130816
|
+
}
|
|
130817
|
+
]
|
|
130818
|
+
},
|
|
130819
|
+
"trueType": {
|
|
130820
|
+
"kind": "symbol",
|
|
130821
|
+
"name": "StencilDefaultModifierReturn",
|
|
130822
|
+
"typeParameters": [
|
|
130823
|
+
{
|
|
130824
|
+
"kind": "intersection",
|
|
130825
|
+
"value": [
|
|
130826
|
+
{
|
|
130827
|
+
"kind": "symbol",
|
|
130828
|
+
"name": "ME",
|
|
130829
|
+
"value": "ME"
|
|
130830
|
+
},
|
|
130831
|
+
{
|
|
130832
|
+
"kind": "symbol",
|
|
130833
|
+
"name": "M",
|
|
130834
|
+
"value": "M"
|
|
130835
|
+
}
|
|
130836
|
+
]
|
|
130837
|
+
}
|
|
130838
|
+
],
|
|
130839
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
130840
|
+
},
|
|
130841
|
+
"falseType": {
|
|
130842
|
+
"kind": "symbol",
|
|
130843
|
+
"name": "StencilDefaultModifierReturn",
|
|
130844
|
+
"typeParameters": [
|
|
130845
|
+
{
|
|
130846
|
+
"kind": "symbol",
|
|
130847
|
+
"name": "M",
|
|
130848
|
+
"value": "M"
|
|
130849
|
+
}
|
|
130850
|
+
],
|
|
130851
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
130852
|
+
}
|
|
130261
130853
|
},
|
|
130262
130854
|
"description": "",
|
|
130263
130855
|
"declarations": [
|
|
@@ -130987,9 +131579,83 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
130987
131579
|
"name": "defaultModifiers",
|
|
130988
131580
|
"required": true,
|
|
130989
131581
|
"type": {
|
|
130990
|
-
"kind": "
|
|
130991
|
-
"
|
|
130992
|
-
|
|
131582
|
+
"kind": "conditional",
|
|
131583
|
+
"check": {
|
|
131584
|
+
"kind": "tuple",
|
|
131585
|
+
"value": [
|
|
131586
|
+
{
|
|
131587
|
+
"kind": "symbol",
|
|
131588
|
+
"name": "E",
|
|
131589
|
+
"value": "E"
|
|
131590
|
+
}
|
|
131591
|
+
]
|
|
131592
|
+
},
|
|
131593
|
+
"extends": {
|
|
131594
|
+
"kind": "tuple",
|
|
131595
|
+
"value": [
|
|
131596
|
+
{
|
|
131597
|
+
"kind": "symbol",
|
|
131598
|
+
"name": "BaseStencil",
|
|
131599
|
+
"typeParameters": [
|
|
131600
|
+
{
|
|
131601
|
+
"kind": "infer",
|
|
131602
|
+
"value": {
|
|
131603
|
+
"kind": "typeParameter",
|
|
131604
|
+
"name": "ME",
|
|
131605
|
+
"required": true
|
|
131606
|
+
}
|
|
131607
|
+
},
|
|
131608
|
+
{
|
|
131609
|
+
"kind": "primitive",
|
|
131610
|
+
"value": "any"
|
|
131611
|
+
},
|
|
131612
|
+
{
|
|
131613
|
+
"kind": "primitive",
|
|
131614
|
+
"value": "any"
|
|
131615
|
+
},
|
|
131616
|
+
{
|
|
131617
|
+
"kind": "primitive",
|
|
131618
|
+
"value": "any"
|
|
131619
|
+
}
|
|
131620
|
+
],
|
|
131621
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
131622
|
+
}
|
|
131623
|
+
]
|
|
131624
|
+
},
|
|
131625
|
+
"trueType": {
|
|
131626
|
+
"kind": "symbol",
|
|
131627
|
+
"name": "StencilDefaultModifierReturn",
|
|
131628
|
+
"typeParameters": [
|
|
131629
|
+
{
|
|
131630
|
+
"kind": "intersection",
|
|
131631
|
+
"value": [
|
|
131632
|
+
{
|
|
131633
|
+
"kind": "symbol",
|
|
131634
|
+
"name": "ME",
|
|
131635
|
+
"value": "ME"
|
|
131636
|
+
},
|
|
131637
|
+
{
|
|
131638
|
+
"kind": "symbol",
|
|
131639
|
+
"name": "M",
|
|
131640
|
+
"value": "M"
|
|
131641
|
+
}
|
|
131642
|
+
]
|
|
131643
|
+
}
|
|
131644
|
+
],
|
|
131645
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
131646
|
+
},
|
|
131647
|
+
"falseType": {
|
|
131648
|
+
"kind": "symbol",
|
|
131649
|
+
"name": "StencilDefaultModifierReturn",
|
|
131650
|
+
"typeParameters": [
|
|
131651
|
+
{
|
|
131652
|
+
"kind": "symbol",
|
|
131653
|
+
"name": "M",
|
|
131654
|
+
"value": "M"
|
|
131655
|
+
}
|
|
131656
|
+
],
|
|
131657
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
131658
|
+
}
|
|
130993
131659
|
},
|
|
130994
131660
|
"description": "",
|
|
130995
131661
|
"declarations": [
|
|
@@ -131922,9 +132588,83 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
131922
132588
|
"name": "defaultModifiers",
|
|
131923
132589
|
"required": true,
|
|
131924
132590
|
"type": {
|
|
131925
|
-
"kind": "
|
|
131926
|
-
"
|
|
131927
|
-
|
|
132591
|
+
"kind": "conditional",
|
|
132592
|
+
"check": {
|
|
132593
|
+
"kind": "tuple",
|
|
132594
|
+
"value": [
|
|
132595
|
+
{
|
|
132596
|
+
"kind": "symbol",
|
|
132597
|
+
"name": "E",
|
|
132598
|
+
"value": "E"
|
|
132599
|
+
}
|
|
132600
|
+
]
|
|
132601
|
+
},
|
|
132602
|
+
"extends": {
|
|
132603
|
+
"kind": "tuple",
|
|
132604
|
+
"value": [
|
|
132605
|
+
{
|
|
132606
|
+
"kind": "symbol",
|
|
132607
|
+
"name": "BaseStencil",
|
|
132608
|
+
"typeParameters": [
|
|
132609
|
+
{
|
|
132610
|
+
"kind": "infer",
|
|
132611
|
+
"value": {
|
|
132612
|
+
"kind": "typeParameter",
|
|
132613
|
+
"name": "ME",
|
|
132614
|
+
"required": true
|
|
132615
|
+
}
|
|
132616
|
+
},
|
|
132617
|
+
{
|
|
132618
|
+
"kind": "primitive",
|
|
132619
|
+
"value": "any"
|
|
132620
|
+
},
|
|
132621
|
+
{
|
|
132622
|
+
"kind": "primitive",
|
|
132623
|
+
"value": "any"
|
|
132624
|
+
},
|
|
132625
|
+
{
|
|
132626
|
+
"kind": "primitive",
|
|
132627
|
+
"value": "any"
|
|
132628
|
+
}
|
|
132629
|
+
],
|
|
132630
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
132631
|
+
}
|
|
132632
|
+
]
|
|
132633
|
+
},
|
|
132634
|
+
"trueType": {
|
|
132635
|
+
"kind": "symbol",
|
|
132636
|
+
"name": "StencilDefaultModifierReturn",
|
|
132637
|
+
"typeParameters": [
|
|
132638
|
+
{
|
|
132639
|
+
"kind": "intersection",
|
|
132640
|
+
"value": [
|
|
132641
|
+
{
|
|
132642
|
+
"kind": "symbol",
|
|
132643
|
+
"name": "ME",
|
|
132644
|
+
"value": "ME"
|
|
132645
|
+
},
|
|
132646
|
+
{
|
|
132647
|
+
"kind": "symbol",
|
|
132648
|
+
"name": "M",
|
|
132649
|
+
"value": "M"
|
|
132650
|
+
}
|
|
132651
|
+
]
|
|
132652
|
+
}
|
|
132653
|
+
],
|
|
132654
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
132655
|
+
},
|
|
132656
|
+
"falseType": {
|
|
132657
|
+
"kind": "symbol",
|
|
132658
|
+
"name": "StencilDefaultModifierReturn",
|
|
132659
|
+
"typeParameters": [
|
|
132660
|
+
{
|
|
132661
|
+
"kind": "symbol",
|
|
132662
|
+
"name": "M",
|
|
132663
|
+
"value": "M"
|
|
132664
|
+
}
|
|
132665
|
+
],
|
|
132666
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
132667
|
+
}
|
|
131928
132668
|
},
|
|
131929
132669
|
"description": "",
|
|
131930
132670
|
"declarations": [
|
|
@@ -157067,9 +157807,83 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
157067
157807
|
"name": "defaultModifiers",
|
|
157068
157808
|
"required": true,
|
|
157069
157809
|
"type": {
|
|
157070
|
-
"kind": "
|
|
157071
|
-
"
|
|
157072
|
-
|
|
157810
|
+
"kind": "conditional",
|
|
157811
|
+
"check": {
|
|
157812
|
+
"kind": "tuple",
|
|
157813
|
+
"value": [
|
|
157814
|
+
{
|
|
157815
|
+
"kind": "symbol",
|
|
157816
|
+
"name": "E",
|
|
157817
|
+
"value": "E"
|
|
157818
|
+
}
|
|
157819
|
+
]
|
|
157820
|
+
},
|
|
157821
|
+
"extends": {
|
|
157822
|
+
"kind": "tuple",
|
|
157823
|
+
"value": [
|
|
157824
|
+
{
|
|
157825
|
+
"kind": "symbol",
|
|
157826
|
+
"name": "BaseStencil",
|
|
157827
|
+
"typeParameters": [
|
|
157828
|
+
{
|
|
157829
|
+
"kind": "infer",
|
|
157830
|
+
"value": {
|
|
157831
|
+
"kind": "typeParameter",
|
|
157832
|
+
"name": "ME",
|
|
157833
|
+
"required": true
|
|
157834
|
+
}
|
|
157835
|
+
},
|
|
157836
|
+
{
|
|
157837
|
+
"kind": "primitive",
|
|
157838
|
+
"value": "any"
|
|
157839
|
+
},
|
|
157840
|
+
{
|
|
157841
|
+
"kind": "primitive",
|
|
157842
|
+
"value": "any"
|
|
157843
|
+
},
|
|
157844
|
+
{
|
|
157845
|
+
"kind": "primitive",
|
|
157846
|
+
"value": "any"
|
|
157847
|
+
}
|
|
157848
|
+
],
|
|
157849
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
157850
|
+
}
|
|
157851
|
+
]
|
|
157852
|
+
},
|
|
157853
|
+
"trueType": {
|
|
157854
|
+
"kind": "symbol",
|
|
157855
|
+
"name": "StencilDefaultModifierReturn",
|
|
157856
|
+
"typeParameters": [
|
|
157857
|
+
{
|
|
157858
|
+
"kind": "intersection",
|
|
157859
|
+
"value": [
|
|
157860
|
+
{
|
|
157861
|
+
"kind": "symbol",
|
|
157862
|
+
"name": "ME",
|
|
157863
|
+
"value": "ME"
|
|
157864
|
+
},
|
|
157865
|
+
{
|
|
157866
|
+
"kind": "symbol",
|
|
157867
|
+
"name": "M",
|
|
157868
|
+
"value": "M"
|
|
157869
|
+
}
|
|
157870
|
+
]
|
|
157871
|
+
}
|
|
157872
|
+
],
|
|
157873
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
157874
|
+
},
|
|
157875
|
+
"falseType": {
|
|
157876
|
+
"kind": "symbol",
|
|
157877
|
+
"name": "StencilDefaultModifierReturn",
|
|
157878
|
+
"typeParameters": [
|
|
157879
|
+
{
|
|
157880
|
+
"kind": "symbol",
|
|
157881
|
+
"name": "M",
|
|
157882
|
+
"value": "M"
|
|
157883
|
+
}
|
|
157884
|
+
],
|
|
157885
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
157886
|
+
}
|
|
157073
157887
|
},
|
|
157074
157888
|
"description": "",
|
|
157075
157889
|
"declarations": [
|
|
@@ -158733,12 +159547,124 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
158733
159547
|
}
|
|
158734
159548
|
},
|
|
158735
159549
|
{
|
|
158736
|
-
"kind": "infer",
|
|
158737
|
-
"value": {
|
|
158738
|
-
"kind": "typeParameter",
|
|
158739
|
-
"name": "VE",
|
|
158740
|
-
"required": true
|
|
158741
|
-
}
|
|
159550
|
+
"kind": "infer",
|
|
159551
|
+
"value": {
|
|
159552
|
+
"kind": "typeParameter",
|
|
159553
|
+
"name": "VE",
|
|
159554
|
+
"required": true
|
|
159555
|
+
}
|
|
159556
|
+
},
|
|
159557
|
+
{
|
|
159558
|
+
"kind": "primitive",
|
|
159559
|
+
"value": "any"
|
|
159560
|
+
},
|
|
159561
|
+
{
|
|
159562
|
+
"kind": "primitive",
|
|
159563
|
+
"value": "any"
|
|
159564
|
+
}
|
|
159565
|
+
],
|
|
159566
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
159567
|
+
}
|
|
159568
|
+
]
|
|
159569
|
+
},
|
|
159570
|
+
"trueType": {
|
|
159571
|
+
"kind": "symbol",
|
|
159572
|
+
"name": "StencilModifierReturn",
|
|
159573
|
+
"typeParameters": [
|
|
159574
|
+
{
|
|
159575
|
+
"kind": "intersection",
|
|
159576
|
+
"value": [
|
|
159577
|
+
{
|
|
159578
|
+
"kind": "symbol",
|
|
159579
|
+
"name": "ME",
|
|
159580
|
+
"value": "ME"
|
|
159581
|
+
},
|
|
159582
|
+
{
|
|
159583
|
+
"kind": "symbol",
|
|
159584
|
+
"name": "M",
|
|
159585
|
+
"value": "M"
|
|
159586
|
+
}
|
|
159587
|
+
]
|
|
159588
|
+
},
|
|
159589
|
+
{
|
|
159590
|
+
"kind": "intersection",
|
|
159591
|
+
"value": [
|
|
159592
|
+
{
|
|
159593
|
+
"kind": "symbol",
|
|
159594
|
+
"name": "VE",
|
|
159595
|
+
"value": "VE"
|
|
159596
|
+
},
|
|
159597
|
+
{
|
|
159598
|
+
"kind": "symbol",
|
|
159599
|
+
"name": "V",
|
|
159600
|
+
"value": "V"
|
|
159601
|
+
}
|
|
159602
|
+
]
|
|
159603
|
+
}
|
|
159604
|
+
],
|
|
159605
|
+
"value": "StencilModifierReturn<M, V>"
|
|
159606
|
+
},
|
|
159607
|
+
"falseType": {
|
|
159608
|
+
"kind": "symbol",
|
|
159609
|
+
"name": "StencilModifierReturn",
|
|
159610
|
+
"typeParameters": [
|
|
159611
|
+
{
|
|
159612
|
+
"kind": "symbol",
|
|
159613
|
+
"name": "M",
|
|
159614
|
+
"value": "M"
|
|
159615
|
+
},
|
|
159616
|
+
{
|
|
159617
|
+
"kind": "symbol",
|
|
159618
|
+
"name": "V",
|
|
159619
|
+
"value": "V"
|
|
159620
|
+
}
|
|
159621
|
+
],
|
|
159622
|
+
"value": "StencilModifierReturn<M, V>"
|
|
159623
|
+
}
|
|
159624
|
+
},
|
|
159625
|
+
"description": "",
|
|
159626
|
+
"declarations": [
|
|
159627
|
+
{
|
|
159628
|
+
"name": "modifiers",
|
|
159629
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
159630
|
+
}
|
|
159631
|
+
],
|
|
159632
|
+
"tags": {}
|
|
159633
|
+
},
|
|
159634
|
+
{
|
|
159635
|
+
"kind": "property",
|
|
159636
|
+
"name": "defaultModifiers",
|
|
159637
|
+
"required": true,
|
|
159638
|
+
"type": {
|
|
159639
|
+
"kind": "conditional",
|
|
159640
|
+
"check": {
|
|
159641
|
+
"kind": "tuple",
|
|
159642
|
+
"value": [
|
|
159643
|
+
{
|
|
159644
|
+
"kind": "symbol",
|
|
159645
|
+
"name": "E",
|
|
159646
|
+
"value": "E"
|
|
159647
|
+
}
|
|
159648
|
+
]
|
|
159649
|
+
},
|
|
159650
|
+
"extends": {
|
|
159651
|
+
"kind": "tuple",
|
|
159652
|
+
"value": [
|
|
159653
|
+
{
|
|
159654
|
+
"kind": "symbol",
|
|
159655
|
+
"name": "BaseStencil",
|
|
159656
|
+
"typeParameters": [
|
|
159657
|
+
{
|
|
159658
|
+
"kind": "infer",
|
|
159659
|
+
"value": {
|
|
159660
|
+
"kind": "typeParameter",
|
|
159661
|
+
"name": "ME",
|
|
159662
|
+
"required": true
|
|
159663
|
+
}
|
|
159664
|
+
},
|
|
159665
|
+
{
|
|
159666
|
+
"kind": "primitive",
|
|
159667
|
+
"value": "any"
|
|
158742
159668
|
},
|
|
158743
159669
|
{
|
|
158744
159670
|
"kind": "primitive",
|
|
@@ -158755,7 +159681,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
158755
159681
|
},
|
|
158756
159682
|
"trueType": {
|
|
158757
159683
|
"kind": "symbol",
|
|
158758
|
-
"name": "
|
|
159684
|
+
"name": "StencilDefaultModifierReturn",
|
|
158759
159685
|
"typeParameters": [
|
|
158760
159686
|
{
|
|
158761
159687
|
"kind": "intersection",
|
|
@@ -158771,60 +159697,22 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
158771
159697
|
"value": "M"
|
|
158772
159698
|
}
|
|
158773
159699
|
]
|
|
158774
|
-
},
|
|
158775
|
-
{
|
|
158776
|
-
"kind": "intersection",
|
|
158777
|
-
"value": [
|
|
158778
|
-
{
|
|
158779
|
-
"kind": "symbol",
|
|
158780
|
-
"name": "VE",
|
|
158781
|
-
"value": "VE"
|
|
158782
|
-
},
|
|
158783
|
-
{
|
|
158784
|
-
"kind": "symbol",
|
|
158785
|
-
"name": "V",
|
|
158786
|
-
"value": "V"
|
|
158787
|
-
}
|
|
158788
|
-
]
|
|
158789
159700
|
}
|
|
158790
159701
|
],
|
|
158791
|
-
"value": "
|
|
159702
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
158792
159703
|
},
|
|
158793
159704
|
"falseType": {
|
|
158794
159705
|
"kind": "symbol",
|
|
158795
|
-
"name": "
|
|
159706
|
+
"name": "StencilDefaultModifierReturn",
|
|
158796
159707
|
"typeParameters": [
|
|
158797
159708
|
{
|
|
158798
159709
|
"kind": "symbol",
|
|
158799
159710
|
"name": "M",
|
|
158800
159711
|
"value": "M"
|
|
158801
|
-
},
|
|
158802
|
-
{
|
|
158803
|
-
"kind": "symbol",
|
|
158804
|
-
"name": "V",
|
|
158805
|
-
"value": "V"
|
|
158806
159712
|
}
|
|
158807
159713
|
],
|
|
158808
|
-
"value": "
|
|
158809
|
-
}
|
|
158810
|
-
},
|
|
158811
|
-
"description": "",
|
|
158812
|
-
"declarations": [
|
|
158813
|
-
{
|
|
158814
|
-
"name": "modifiers",
|
|
158815
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
|
|
159714
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
158816
159715
|
}
|
|
158817
|
-
],
|
|
158818
|
-
"tags": {}
|
|
158819
|
-
},
|
|
158820
|
-
{
|
|
158821
|
-
"kind": "property",
|
|
158822
|
-
"name": "defaultModifiers",
|
|
158823
|
-
"required": true,
|
|
158824
|
-
"type": {
|
|
158825
|
-
"kind": "unknown",
|
|
158826
|
-
"value": "unknown",
|
|
158827
|
-
"text": "{\n [K in keyof M]?: keyof M[K];\n }"
|
|
158828
159716
|
},
|
|
158829
159717
|
"description": "",
|
|
158830
159718
|
"declarations": [
|
|
@@ -235838,9 +236726,83 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
235838
236726
|
"name": "defaultModifiers",
|
|
235839
236727
|
"required": true,
|
|
235840
236728
|
"type": {
|
|
235841
|
-
"kind": "
|
|
235842
|
-
"
|
|
235843
|
-
|
|
236729
|
+
"kind": "conditional",
|
|
236730
|
+
"check": {
|
|
236731
|
+
"kind": "tuple",
|
|
236732
|
+
"value": [
|
|
236733
|
+
{
|
|
236734
|
+
"kind": "symbol",
|
|
236735
|
+
"name": "E",
|
|
236736
|
+
"value": "E"
|
|
236737
|
+
}
|
|
236738
|
+
]
|
|
236739
|
+
},
|
|
236740
|
+
"extends": {
|
|
236741
|
+
"kind": "tuple",
|
|
236742
|
+
"value": [
|
|
236743
|
+
{
|
|
236744
|
+
"kind": "symbol",
|
|
236745
|
+
"name": "BaseStencil",
|
|
236746
|
+
"typeParameters": [
|
|
236747
|
+
{
|
|
236748
|
+
"kind": "infer",
|
|
236749
|
+
"value": {
|
|
236750
|
+
"kind": "typeParameter",
|
|
236751
|
+
"name": "ME",
|
|
236752
|
+
"required": true
|
|
236753
|
+
}
|
|
236754
|
+
},
|
|
236755
|
+
{
|
|
236756
|
+
"kind": "primitive",
|
|
236757
|
+
"value": "any"
|
|
236758
|
+
},
|
|
236759
|
+
{
|
|
236760
|
+
"kind": "primitive",
|
|
236761
|
+
"value": "any"
|
|
236762
|
+
},
|
|
236763
|
+
{
|
|
236764
|
+
"kind": "primitive",
|
|
236765
|
+
"value": "any"
|
|
236766
|
+
}
|
|
236767
|
+
],
|
|
236768
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
236769
|
+
}
|
|
236770
|
+
]
|
|
236771
|
+
},
|
|
236772
|
+
"trueType": {
|
|
236773
|
+
"kind": "symbol",
|
|
236774
|
+
"name": "StencilDefaultModifierReturn",
|
|
236775
|
+
"typeParameters": [
|
|
236776
|
+
{
|
|
236777
|
+
"kind": "intersection",
|
|
236778
|
+
"value": [
|
|
236779
|
+
{
|
|
236780
|
+
"kind": "symbol",
|
|
236781
|
+
"name": "ME",
|
|
236782
|
+
"value": "ME"
|
|
236783
|
+
},
|
|
236784
|
+
{
|
|
236785
|
+
"kind": "symbol",
|
|
236786
|
+
"name": "M",
|
|
236787
|
+
"value": "M"
|
|
236788
|
+
}
|
|
236789
|
+
]
|
|
236790
|
+
}
|
|
236791
|
+
],
|
|
236792
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
236793
|
+
},
|
|
236794
|
+
"falseType": {
|
|
236795
|
+
"kind": "symbol",
|
|
236796
|
+
"name": "StencilDefaultModifierReturn",
|
|
236797
|
+
"typeParameters": [
|
|
236798
|
+
{
|
|
236799
|
+
"kind": "symbol",
|
|
236800
|
+
"name": "M",
|
|
236801
|
+
"value": "M"
|
|
236802
|
+
}
|
|
236803
|
+
],
|
|
236804
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
236805
|
+
}
|
|
235844
236806
|
},
|
|
235845
236807
|
"description": "",
|
|
235846
236808
|
"declarations": [
|
|
@@ -261607,9 +262569,88 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
261607
262569
|
"name": "defaultModifiers",
|
|
261608
262570
|
"required": false,
|
|
261609
262571
|
"type": {
|
|
261610
|
-
"kind": "
|
|
261611
|
-
"
|
|
261612
|
-
|
|
262572
|
+
"kind": "conditional",
|
|
262573
|
+
"check": {
|
|
262574
|
+
"kind": "tuple",
|
|
262575
|
+
"value": [
|
|
262576
|
+
{
|
|
262577
|
+
"kind": "generic",
|
|
262578
|
+
"name": "E"
|
|
262579
|
+
}
|
|
262580
|
+
]
|
|
262581
|
+
},
|
|
262582
|
+
"extends": {
|
|
262583
|
+
"kind": "tuple",
|
|
262584
|
+
"value": [
|
|
262585
|
+
{
|
|
262586
|
+
"kind": "primitive",
|
|
262587
|
+
"value": "never"
|
|
262588
|
+
}
|
|
262589
|
+
]
|
|
262590
|
+
},
|
|
262591
|
+
"trueType": {
|
|
262592
|
+
"kind": "symbol",
|
|
262593
|
+
"name": "StencilDefaultModifierReturn",
|
|
262594
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
262595
|
+
},
|
|
262596
|
+
"falseType": {
|
|
262597
|
+
"kind": "conditional",
|
|
262598
|
+
"check": {
|
|
262599
|
+
"kind": "generic",
|
|
262600
|
+
"name": "E"
|
|
262601
|
+
},
|
|
262602
|
+
"extends": {
|
|
262603
|
+
"kind": "symbol",
|
|
262604
|
+
"name": "BaseStencil",
|
|
262605
|
+
"typeParameters": [
|
|
262606
|
+
{
|
|
262607
|
+
"kind": "infer",
|
|
262608
|
+
"value": {
|
|
262609
|
+
"kind": "typeParameter",
|
|
262610
|
+
"name": "ME",
|
|
262611
|
+
"required": true
|
|
262612
|
+
}
|
|
262613
|
+
},
|
|
262614
|
+
{
|
|
262615
|
+
"kind": "primitive",
|
|
262616
|
+
"value": "any"
|
|
262617
|
+
},
|
|
262618
|
+
{
|
|
262619
|
+
"kind": "primitive",
|
|
262620
|
+
"value": "any"
|
|
262621
|
+
},
|
|
262622
|
+
{
|
|
262623
|
+
"kind": "primitive",
|
|
262624
|
+
"value": "any"
|
|
262625
|
+
}
|
|
262626
|
+
],
|
|
262627
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
262628
|
+
},
|
|
262629
|
+
"trueType": {
|
|
262630
|
+
"kind": "symbol",
|
|
262631
|
+
"name": "StencilDefaultModifierReturn",
|
|
262632
|
+
"typeParameters": [
|
|
262633
|
+
{
|
|
262634
|
+
"kind": "intersection",
|
|
262635
|
+
"value": [
|
|
262636
|
+
{
|
|
262637
|
+
"kind": "generic",
|
|
262638
|
+
"name": "M"
|
|
262639
|
+
},
|
|
262640
|
+
{
|
|
262641
|
+
"kind": "generic",
|
|
262642
|
+
"name": "ME"
|
|
262643
|
+
}
|
|
262644
|
+
]
|
|
262645
|
+
}
|
|
262646
|
+
],
|
|
262647
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
262648
|
+
},
|
|
262649
|
+
"falseType": {
|
|
262650
|
+
"kind": "primitive",
|
|
262651
|
+
"value": "undefined"
|
|
262652
|
+
}
|
|
262653
|
+
}
|
|
261613
262654
|
},
|
|
261614
262655
|
"description": "Modifiers are optional. If you need a modifier to always be defined, a default modifier value\nwill be used when a modifier is `undefined`",
|
|
261615
262656
|
"declarations": [
|
|
@@ -262027,9 +263068,64 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
262027
263068
|
"name": "defaultModifiers",
|
|
262028
263069
|
"required": true,
|
|
262029
263070
|
"type": {
|
|
262030
|
-
"kind": "
|
|
262031
|
-
"
|
|
262032
|
-
|
|
263071
|
+
"kind": "conditional",
|
|
263072
|
+
"check": {
|
|
263073
|
+
"kind": "tuple",
|
|
263074
|
+
"value": [
|
|
263075
|
+
{
|
|
263076
|
+
"kind": "generic",
|
|
263077
|
+
"name": "E"
|
|
263078
|
+
}
|
|
263079
|
+
]
|
|
263080
|
+
},
|
|
263081
|
+
"extends": {
|
|
263082
|
+
"kind": "tuple",
|
|
263083
|
+
"value": [
|
|
263084
|
+
{
|
|
263085
|
+
"kind": "symbol",
|
|
263086
|
+
"name": "BaseStencil",
|
|
263087
|
+
"typeParameters": [
|
|
263088
|
+
{
|
|
263089
|
+
"kind": "infer",
|
|
263090
|
+
"value": {
|
|
263091
|
+
"kind": "typeParameter",
|
|
263092
|
+
"name": "ME",
|
|
263093
|
+
"required": true
|
|
263094
|
+
}
|
|
263095
|
+
},
|
|
263096
|
+
{
|
|
263097
|
+
"kind": "primitive",
|
|
263098
|
+
"value": "any"
|
|
263099
|
+
},
|
|
263100
|
+
{
|
|
263101
|
+
"kind": "primitive",
|
|
263102
|
+
"value": "any"
|
|
263103
|
+
},
|
|
263104
|
+
{
|
|
263105
|
+
"kind": "primitive",
|
|
263106
|
+
"value": "any"
|
|
263107
|
+
}
|
|
263108
|
+
],
|
|
263109
|
+
"value": "BaseStencil<M, V, E, ID>"
|
|
263110
|
+
}
|
|
263111
|
+
]
|
|
263112
|
+
},
|
|
263113
|
+
"trueType": {
|
|
263114
|
+
"kind": "symbol",
|
|
263115
|
+
"name": "StencilDefaultModifierReturn",
|
|
263116
|
+
"value": "StencilDefaultModifierReturn<ME & M>"
|
|
263117
|
+
},
|
|
263118
|
+
"falseType": {
|
|
263119
|
+
"kind": "symbol",
|
|
263120
|
+
"name": "StencilDefaultModifierReturn",
|
|
263121
|
+
"typeParameters": [
|
|
263122
|
+
{
|
|
263123
|
+
"kind": "generic",
|
|
263124
|
+
"name": "M"
|
|
263125
|
+
}
|
|
263126
|
+
],
|
|
263127
|
+
"value": "StencilDefaultModifierReturn<M>"
|
|
263128
|
+
}
|
|
262033
263129
|
},
|
|
262034
263130
|
"description": "",
|
|
262035
263131
|
"declarations": [
|