@workday/canvas-kit-docs 14.0.0-alpha.1253-next.0 → 14.0.0-alpha.1255-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 +1621 -506
- package/dist/mdx/14.0-UPGRADE-GUIDE.mdx +95 -41
- package/dist/mdx/14.0-VISUAL-CHANGES.mdx +1 -1
- package/package.json +6 -6
package/dist/es6/lib/docs.js
CHANGED
|
@@ -862,7 +862,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
862
862
|
"kind": "primitive",
|
|
863
863
|
"value": "boolean"
|
|
864
864
|
},
|
|
865
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
865
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
866
866
|
"declarations": [
|
|
867
867
|
{
|
|
868
868
|
"name": "shouldMirror",
|
|
@@ -877,6 +877,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
877
877
|
"value": false
|
|
878
878
|
}
|
|
879
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"kind": "property",
|
|
882
|
+
"name": "shouldMirrorInRTL",
|
|
883
|
+
"required": false,
|
|
884
|
+
"type": {
|
|
885
|
+
"kind": "primitive",
|
|
886
|
+
"value": "boolean"
|
|
887
|
+
},
|
|
888
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
889
|
+
"declarations": [
|
|
890
|
+
{
|
|
891
|
+
"name": "shouldMirrorInRTL",
|
|
892
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
893
|
+
}
|
|
894
|
+
],
|
|
895
|
+
"tags": {
|
|
896
|
+
"default": "false"
|
|
897
|
+
},
|
|
898
|
+
"defaultValue": {
|
|
899
|
+
"kind": "boolean",
|
|
900
|
+
"value": false
|
|
901
|
+
}
|
|
902
|
+
},
|
|
880
903
|
{
|
|
881
904
|
"kind": "property",
|
|
882
905
|
"name": "cs",
|
|
@@ -41856,7 +41879,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
41856
41879
|
"kind": "primitive",
|
|
41857
41880
|
"value": "boolean"
|
|
41858
41881
|
},
|
|
41859
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
41882
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
41860
41883
|
"declarations": [
|
|
41861
41884
|
{
|
|
41862
41885
|
"name": "shouldMirror",
|
|
@@ -41871,6 +41894,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
41871
41894
|
"value": false
|
|
41872
41895
|
}
|
|
41873
41896
|
},
|
|
41897
|
+
{
|
|
41898
|
+
"kind": "property",
|
|
41899
|
+
"name": "shouldMirrorInRTL",
|
|
41900
|
+
"required": false,
|
|
41901
|
+
"type": {
|
|
41902
|
+
"kind": "primitive",
|
|
41903
|
+
"value": "boolean"
|
|
41904
|
+
},
|
|
41905
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
41906
|
+
"declarations": [
|
|
41907
|
+
{
|
|
41908
|
+
"name": "shouldMirrorInRTL",
|
|
41909
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
41910
|
+
}
|
|
41911
|
+
],
|
|
41912
|
+
"tags": {
|
|
41913
|
+
"default": "false"
|
|
41914
|
+
},
|
|
41915
|
+
"defaultValue": {
|
|
41916
|
+
"kind": "boolean",
|
|
41917
|
+
"value": false
|
|
41918
|
+
}
|
|
41919
|
+
},
|
|
41874
41920
|
{
|
|
41875
41921
|
"kind": "property",
|
|
41876
41922
|
"name": "cs",
|
|
@@ -42988,7 +43034,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
42988
43034
|
"kind": "primitive",
|
|
42989
43035
|
"value": "boolean"
|
|
42990
43036
|
},
|
|
42991
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
43037
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
42992
43038
|
"declarations": [
|
|
42993
43039
|
{
|
|
42994
43040
|
"name": "shouldMirror",
|
|
@@ -43003,6 +43049,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
43003
43049
|
"value": false
|
|
43004
43050
|
}
|
|
43005
43051
|
},
|
|
43052
|
+
{
|
|
43053
|
+
"kind": "property",
|
|
43054
|
+
"name": "shouldMirrorInRTL",
|
|
43055
|
+
"required": false,
|
|
43056
|
+
"type": {
|
|
43057
|
+
"kind": "primitive",
|
|
43058
|
+
"value": "boolean"
|
|
43059
|
+
},
|
|
43060
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
43061
|
+
"declarations": [
|
|
43062
|
+
{
|
|
43063
|
+
"name": "shouldMirrorInRTL",
|
|
43064
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
43065
|
+
}
|
|
43066
|
+
],
|
|
43067
|
+
"tags": {
|
|
43068
|
+
"default": "false"
|
|
43069
|
+
},
|
|
43070
|
+
"defaultValue": {
|
|
43071
|
+
"kind": "boolean",
|
|
43072
|
+
"value": false
|
|
43073
|
+
}
|
|
43074
|
+
},
|
|
43006
43075
|
{
|
|
43007
43076
|
"kind": "property",
|
|
43008
43077
|
"name": "cs",
|
|
@@ -56397,25 +56466,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
56397
56466
|
"default": "'start'"
|
|
56398
56467
|
}
|
|
56399
56468
|
},
|
|
56400
|
-
{
|
|
56401
|
-
"kind": "property",
|
|
56402
|
-
"name": "shouldMirrorIcon",
|
|
56403
|
-
"required": false,
|
|
56404
|
-
"type": {
|
|
56405
|
-
"kind": "primitive",
|
|
56406
|
-
"value": "boolean"
|
|
56407
|
-
},
|
|
56408
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
56409
|
-
"declarations": [
|
|
56410
|
-
{
|
|
56411
|
-
"name": "shouldMirrorIcon",
|
|
56412
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
56413
|
-
}
|
|
56414
|
-
],
|
|
56415
|
-
"tags": {
|
|
56416
|
-
"default": "false"
|
|
56417
|
-
}
|
|
56418
|
-
},
|
|
56419
56469
|
{
|
|
56420
56470
|
"kind": "property",
|
|
56421
56471
|
"name": "accent",
|
|
@@ -56628,7 +56678,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
56628
56678
|
"kind": "primitive",
|
|
56629
56679
|
"value": "boolean"
|
|
56630
56680
|
},
|
|
56631
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
56681
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
56632
56682
|
"declarations": [
|
|
56633
56683
|
{
|
|
56634
56684
|
"name": "shouldMirror",
|
|
@@ -56639,6 +56689,25 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
56639
56689
|
"default": "false"
|
|
56640
56690
|
}
|
|
56641
56691
|
},
|
|
56692
|
+
{
|
|
56693
|
+
"kind": "property",
|
|
56694
|
+
"name": "shouldMirrorInRTL",
|
|
56695
|
+
"required": false,
|
|
56696
|
+
"type": {
|
|
56697
|
+
"kind": "primitive",
|
|
56698
|
+
"value": "boolean"
|
|
56699
|
+
},
|
|
56700
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
56701
|
+
"declarations": [
|
|
56702
|
+
{
|
|
56703
|
+
"name": "shouldMirrorInRTL",
|
|
56704
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
56705
|
+
}
|
|
56706
|
+
],
|
|
56707
|
+
"tags": {
|
|
56708
|
+
"default": "false"
|
|
56709
|
+
}
|
|
56710
|
+
},
|
|
56642
56711
|
{
|
|
56643
56712
|
"kind": "property",
|
|
56644
56713
|
"name": "backgroundAttachment",
|
|
@@ -61948,29 +62017,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
61948
62017
|
"value": "start"
|
|
61949
62018
|
}
|
|
61950
62019
|
},
|
|
61951
|
-
{
|
|
61952
|
-
"kind": "property",
|
|
61953
|
-
"name": "shouldMirrorIcon",
|
|
61954
|
-
"required": false,
|
|
61955
|
-
"type": {
|
|
61956
|
-
"kind": "primitive",
|
|
61957
|
-
"value": "boolean"
|
|
61958
|
-
},
|
|
61959
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
61960
|
-
"declarations": [
|
|
61961
|
-
{
|
|
61962
|
-
"name": "shouldMirrorIcon",
|
|
61963
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
61964
|
-
}
|
|
61965
|
-
],
|
|
61966
|
-
"tags": {
|
|
61967
|
-
"default": "false"
|
|
61968
|
-
},
|
|
61969
|
-
"defaultValue": {
|
|
61970
|
-
"kind": "boolean",
|
|
61971
|
-
"value": false
|
|
61972
|
-
}
|
|
61973
|
-
},
|
|
61974
62020
|
{
|
|
61975
62021
|
"kind": "property",
|
|
61976
62022
|
"name": "accent",
|
|
@@ -62151,7 +62197,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
62151
62197
|
"kind": "primitive",
|
|
62152
62198
|
"value": "boolean"
|
|
62153
62199
|
},
|
|
62154
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
62200
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
62155
62201
|
"declarations": [
|
|
62156
62202
|
{
|
|
62157
62203
|
"name": "shouldMirror",
|
|
@@ -62166,6 +62212,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
62166
62212
|
"value": false
|
|
62167
62213
|
}
|
|
62168
62214
|
},
|
|
62215
|
+
{
|
|
62216
|
+
"kind": "property",
|
|
62217
|
+
"name": "shouldMirrorInRTL",
|
|
62218
|
+
"required": false,
|
|
62219
|
+
"type": {
|
|
62220
|
+
"kind": "primitive",
|
|
62221
|
+
"value": "boolean"
|
|
62222
|
+
},
|
|
62223
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
62224
|
+
"declarations": [
|
|
62225
|
+
{
|
|
62226
|
+
"name": "shouldMirrorInRTL",
|
|
62227
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
62228
|
+
}
|
|
62229
|
+
],
|
|
62230
|
+
"tags": {
|
|
62231
|
+
"default": "false"
|
|
62232
|
+
},
|
|
62233
|
+
"defaultValue": {
|
|
62234
|
+
"kind": "boolean",
|
|
62235
|
+
"value": false
|
|
62236
|
+
}
|
|
62237
|
+
},
|
|
62169
62238
|
{
|
|
62170
62239
|
"kind": "property",
|
|
62171
62240
|
"name": "cs",
|
|
@@ -67737,6 +67806,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
67737
67806
|
"value": "start"
|
|
67738
67807
|
}
|
|
67739
67808
|
},
|
|
67809
|
+
{
|
|
67810
|
+
"kind": "property",
|
|
67811
|
+
"name": "shouldMirrorIcon",
|
|
67812
|
+
"required": false,
|
|
67813
|
+
"type": {
|
|
67814
|
+
"kind": "primitive",
|
|
67815
|
+
"value": "boolean"
|
|
67816
|
+
},
|
|
67817
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
67818
|
+
"declarations": [
|
|
67819
|
+
{
|
|
67820
|
+
"name": "shouldMirrorIcon",
|
|
67821
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
67822
|
+
}
|
|
67823
|
+
],
|
|
67824
|
+
"tags": {
|
|
67825
|
+
"default": "false"
|
|
67826
|
+
},
|
|
67827
|
+
"defaultValue": {
|
|
67828
|
+
"kind": "boolean",
|
|
67829
|
+
"value": false
|
|
67830
|
+
}
|
|
67831
|
+
},
|
|
67832
|
+
{
|
|
67833
|
+
"kind": "property",
|
|
67834
|
+
"name": "shouldMirrorIconInRTL",
|
|
67835
|
+
"required": false,
|
|
67836
|
+
"type": {
|
|
67837
|
+
"kind": "primitive",
|
|
67838
|
+
"value": "boolean"
|
|
67839
|
+
},
|
|
67840
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
67841
|
+
"declarations": [
|
|
67842
|
+
{
|
|
67843
|
+
"name": "shouldMirrorIconInRTL",
|
|
67844
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
67845
|
+
}
|
|
67846
|
+
],
|
|
67847
|
+
"tags": {
|
|
67848
|
+
"default": "false"
|
|
67849
|
+
},
|
|
67850
|
+
"defaultValue": {
|
|
67851
|
+
"kind": "boolean",
|
|
67852
|
+
"value": false
|
|
67853
|
+
}
|
|
67854
|
+
},
|
|
67740
67855
|
{
|
|
67741
67856
|
"kind": "property",
|
|
67742
67857
|
"name": "size",
|
|
@@ -67798,29 +67913,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
67798
67913
|
],
|
|
67799
67914
|
"tags": {}
|
|
67800
67915
|
},
|
|
67801
|
-
{
|
|
67802
|
-
"kind": "property",
|
|
67803
|
-
"name": "shouldMirrorIcon",
|
|
67804
|
-
"required": false,
|
|
67805
|
-
"type": {
|
|
67806
|
-
"kind": "primitive",
|
|
67807
|
-
"value": "boolean"
|
|
67808
|
-
},
|
|
67809
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
67810
|
-
"declarations": [
|
|
67811
|
-
{
|
|
67812
|
-
"name": "shouldMirrorIcon",
|
|
67813
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
67814
|
-
}
|
|
67815
|
-
],
|
|
67816
|
-
"tags": {
|
|
67817
|
-
"default": "false"
|
|
67818
|
-
},
|
|
67819
|
-
"defaultValue": {
|
|
67820
|
-
"kind": "boolean",
|
|
67821
|
-
"value": false
|
|
67822
|
-
}
|
|
67823
|
-
},
|
|
67824
67916
|
{
|
|
67825
67917
|
"kind": "property",
|
|
67826
67918
|
"name": "fill",
|
|
@@ -67896,7 +67988,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
67896
67988
|
"kind": "primitive",
|
|
67897
67989
|
"value": "boolean"
|
|
67898
67990
|
},
|
|
67899
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
67991
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
67900
67992
|
"declarations": [
|
|
67901
67993
|
{
|
|
67902
67994
|
"name": "shouldMirror",
|
|
@@ -67911,6 +68003,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
67911
68003
|
"value": false
|
|
67912
68004
|
}
|
|
67913
68005
|
},
|
|
68006
|
+
{
|
|
68007
|
+
"kind": "property",
|
|
68008
|
+
"name": "shouldMirrorInRTL",
|
|
68009
|
+
"required": false,
|
|
68010
|
+
"type": {
|
|
68011
|
+
"kind": "primitive",
|
|
68012
|
+
"value": "boolean"
|
|
68013
|
+
},
|
|
68014
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
68015
|
+
"declarations": [
|
|
68016
|
+
{
|
|
68017
|
+
"name": "shouldMirrorInRTL",
|
|
68018
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
68019
|
+
}
|
|
68020
|
+
],
|
|
68021
|
+
"tags": {
|
|
68022
|
+
"default": "false"
|
|
68023
|
+
},
|
|
68024
|
+
"defaultValue": {
|
|
68025
|
+
"kind": "boolean",
|
|
68026
|
+
"value": false
|
|
68027
|
+
}
|
|
68028
|
+
},
|
|
67914
68029
|
{
|
|
67915
68030
|
"kind": "property",
|
|
67916
68031
|
"name": "cs",
|
|
@@ -68715,7 +68830,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
68715
68830
|
"kind": "primitive",
|
|
68716
68831
|
"value": "boolean"
|
|
68717
68832
|
},
|
|
68718
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
68833
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
68719
68834
|
"declarations": [
|
|
68720
68835
|
{
|
|
68721
68836
|
"name": "shouldMirror",
|
|
@@ -68730,6 +68845,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
68730
68845
|
"value": false
|
|
68731
68846
|
}
|
|
68732
68847
|
},
|
|
68848
|
+
{
|
|
68849
|
+
"kind": "property",
|
|
68850
|
+
"name": "shouldMirrorInRTL",
|
|
68851
|
+
"required": false,
|
|
68852
|
+
"type": {
|
|
68853
|
+
"kind": "primitive",
|
|
68854
|
+
"value": "boolean"
|
|
68855
|
+
},
|
|
68856
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
68857
|
+
"declarations": [
|
|
68858
|
+
{
|
|
68859
|
+
"name": "shouldMirrorInRTL",
|
|
68860
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
68861
|
+
}
|
|
68862
|
+
],
|
|
68863
|
+
"tags": {
|
|
68864
|
+
"default": "false"
|
|
68865
|
+
},
|
|
68866
|
+
"defaultValue": {
|
|
68867
|
+
"kind": "boolean",
|
|
68868
|
+
"value": false
|
|
68869
|
+
}
|
|
68870
|
+
},
|
|
68733
68871
|
{
|
|
68734
68872
|
"kind": "property",
|
|
68735
68873
|
"name": "cs",
|
|
@@ -71337,6 +71475,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
71337
71475
|
"value": "start"
|
|
71338
71476
|
}
|
|
71339
71477
|
},
|
|
71478
|
+
{
|
|
71479
|
+
"kind": "property",
|
|
71480
|
+
"name": "shouldMirrorIcon",
|
|
71481
|
+
"required": false,
|
|
71482
|
+
"type": {
|
|
71483
|
+
"kind": "primitive",
|
|
71484
|
+
"value": "boolean"
|
|
71485
|
+
},
|
|
71486
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
71487
|
+
"declarations": [
|
|
71488
|
+
{
|
|
71489
|
+
"name": "shouldMirrorIcon",
|
|
71490
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
71491
|
+
}
|
|
71492
|
+
],
|
|
71493
|
+
"tags": {
|
|
71494
|
+
"default": "false"
|
|
71495
|
+
},
|
|
71496
|
+
"defaultValue": {
|
|
71497
|
+
"kind": "boolean",
|
|
71498
|
+
"value": false
|
|
71499
|
+
}
|
|
71500
|
+
},
|
|
71501
|
+
{
|
|
71502
|
+
"kind": "property",
|
|
71503
|
+
"name": "shouldMirrorIconInRTL",
|
|
71504
|
+
"required": false,
|
|
71505
|
+
"type": {
|
|
71506
|
+
"kind": "primitive",
|
|
71507
|
+
"value": "boolean"
|
|
71508
|
+
},
|
|
71509
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
71510
|
+
"declarations": [
|
|
71511
|
+
{
|
|
71512
|
+
"name": "shouldMirrorIconInRTL",
|
|
71513
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
71514
|
+
}
|
|
71515
|
+
],
|
|
71516
|
+
"tags": {
|
|
71517
|
+
"default": "false"
|
|
71518
|
+
},
|
|
71519
|
+
"defaultValue": {
|
|
71520
|
+
"kind": "boolean",
|
|
71521
|
+
"value": false
|
|
71522
|
+
}
|
|
71523
|
+
},
|
|
71340
71524
|
{
|
|
71341
71525
|
"kind": "property",
|
|
71342
71526
|
"name": "size",
|
|
@@ -71398,29 +71582,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
71398
71582
|
],
|
|
71399
71583
|
"tags": {}
|
|
71400
71584
|
},
|
|
71401
|
-
{
|
|
71402
|
-
"kind": "property",
|
|
71403
|
-
"name": "shouldMirrorIcon",
|
|
71404
|
-
"required": false,
|
|
71405
|
-
"type": {
|
|
71406
|
-
"kind": "primitive",
|
|
71407
|
-
"value": "boolean"
|
|
71408
|
-
},
|
|
71409
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
71410
|
-
"declarations": [
|
|
71411
|
-
{
|
|
71412
|
-
"name": "shouldMirrorIcon",
|
|
71413
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
71414
|
-
}
|
|
71415
|
-
],
|
|
71416
|
-
"tags": {
|
|
71417
|
-
"default": "false"
|
|
71418
|
-
},
|
|
71419
|
-
"defaultValue": {
|
|
71420
|
-
"kind": "boolean",
|
|
71421
|
-
"value": false
|
|
71422
|
-
}
|
|
71423
|
-
},
|
|
71424
71585
|
{
|
|
71425
71586
|
"kind": "property",
|
|
71426
71587
|
"name": "fill",
|
|
@@ -71496,7 +71657,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
71496
71657
|
"kind": "primitive",
|
|
71497
71658
|
"value": "boolean"
|
|
71498
71659
|
},
|
|
71499
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
71660
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
71500
71661
|
"declarations": [
|
|
71501
71662
|
{
|
|
71502
71663
|
"name": "shouldMirror",
|
|
@@ -71511,6 +71672,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
71511
71672
|
"value": false
|
|
71512
71673
|
}
|
|
71513
71674
|
},
|
|
71675
|
+
{
|
|
71676
|
+
"kind": "property",
|
|
71677
|
+
"name": "shouldMirrorInRTL",
|
|
71678
|
+
"required": false,
|
|
71679
|
+
"type": {
|
|
71680
|
+
"kind": "primitive",
|
|
71681
|
+
"value": "boolean"
|
|
71682
|
+
},
|
|
71683
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
71684
|
+
"declarations": [
|
|
71685
|
+
{
|
|
71686
|
+
"name": "shouldMirrorInRTL",
|
|
71687
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
71688
|
+
}
|
|
71689
|
+
],
|
|
71690
|
+
"tags": {
|
|
71691
|
+
"default": "false"
|
|
71692
|
+
},
|
|
71693
|
+
"defaultValue": {
|
|
71694
|
+
"kind": "boolean",
|
|
71695
|
+
"value": false
|
|
71696
|
+
}
|
|
71697
|
+
},
|
|
71514
71698
|
{
|
|
71515
71699
|
"kind": "property",
|
|
71516
71700
|
"name": "cs",
|
|
@@ -84610,7 +84794,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
84610
84794
|
"kind": "primitive",
|
|
84611
84795
|
"value": "boolean"
|
|
84612
84796
|
},
|
|
84613
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
84797
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
84614
84798
|
"declarations": [
|
|
84615
84799
|
{
|
|
84616
84800
|
"name": "shouldMirror",
|
|
@@ -84625,6 +84809,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
84625
84809
|
"value": false
|
|
84626
84810
|
}
|
|
84627
84811
|
},
|
|
84812
|
+
{
|
|
84813
|
+
"kind": "property",
|
|
84814
|
+
"name": "shouldMirrorInRTL",
|
|
84815
|
+
"required": false,
|
|
84816
|
+
"type": {
|
|
84817
|
+
"kind": "primitive",
|
|
84818
|
+
"value": "boolean"
|
|
84819
|
+
},
|
|
84820
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
84821
|
+
"declarations": [
|
|
84822
|
+
{
|
|
84823
|
+
"name": "shouldMirrorInRTL",
|
|
84824
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
84825
|
+
}
|
|
84826
|
+
],
|
|
84827
|
+
"tags": {
|
|
84828
|
+
"default": "false"
|
|
84829
|
+
},
|
|
84830
|
+
"defaultValue": {
|
|
84831
|
+
"kind": "boolean",
|
|
84832
|
+
"value": false
|
|
84833
|
+
}
|
|
84834
|
+
},
|
|
84628
84835
|
{
|
|
84629
84836
|
"kind": "property",
|
|
84630
84837
|
"name": "cs",
|
|
@@ -98132,6 +98339,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
98132
98339
|
"value": "start"
|
|
98133
98340
|
}
|
|
98134
98341
|
},
|
|
98342
|
+
{
|
|
98343
|
+
"kind": "property",
|
|
98344
|
+
"name": "shouldMirrorIcon",
|
|
98345
|
+
"required": false,
|
|
98346
|
+
"type": {
|
|
98347
|
+
"kind": "primitive",
|
|
98348
|
+
"value": "boolean"
|
|
98349
|
+
},
|
|
98350
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
98351
|
+
"declarations": [
|
|
98352
|
+
{
|
|
98353
|
+
"name": "shouldMirrorIcon",
|
|
98354
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
98355
|
+
}
|
|
98356
|
+
],
|
|
98357
|
+
"tags": {
|
|
98358
|
+
"default": "false"
|
|
98359
|
+
},
|
|
98360
|
+
"defaultValue": {
|
|
98361
|
+
"kind": "boolean",
|
|
98362
|
+
"value": false
|
|
98363
|
+
}
|
|
98364
|
+
},
|
|
98365
|
+
{
|
|
98366
|
+
"kind": "property",
|
|
98367
|
+
"name": "shouldMirrorIconInRTL",
|
|
98368
|
+
"required": false,
|
|
98369
|
+
"type": {
|
|
98370
|
+
"kind": "primitive",
|
|
98371
|
+
"value": "boolean"
|
|
98372
|
+
},
|
|
98373
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
98374
|
+
"declarations": [
|
|
98375
|
+
{
|
|
98376
|
+
"name": "shouldMirrorIconInRTL",
|
|
98377
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
98378
|
+
}
|
|
98379
|
+
],
|
|
98380
|
+
"tags": {
|
|
98381
|
+
"default": "false"
|
|
98382
|
+
},
|
|
98383
|
+
"defaultValue": {
|
|
98384
|
+
"kind": "boolean",
|
|
98385
|
+
"value": false
|
|
98386
|
+
}
|
|
98387
|
+
},
|
|
98135
98388
|
{
|
|
98136
98389
|
"kind": "property",
|
|
98137
98390
|
"name": "size",
|
|
@@ -98193,29 +98446,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
98193
98446
|
],
|
|
98194
98447
|
"tags": {}
|
|
98195
98448
|
},
|
|
98196
|
-
{
|
|
98197
|
-
"kind": "property",
|
|
98198
|
-
"name": "shouldMirrorIcon",
|
|
98199
|
-
"required": false,
|
|
98200
|
-
"type": {
|
|
98201
|
-
"kind": "primitive",
|
|
98202
|
-
"value": "boolean"
|
|
98203
|
-
},
|
|
98204
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
98205
|
-
"declarations": [
|
|
98206
|
-
{
|
|
98207
|
-
"name": "shouldMirrorIcon",
|
|
98208
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
98209
|
-
}
|
|
98210
|
-
],
|
|
98211
|
-
"tags": {
|
|
98212
|
-
"default": "false"
|
|
98213
|
-
},
|
|
98214
|
-
"defaultValue": {
|
|
98215
|
-
"kind": "boolean",
|
|
98216
|
-
"value": false
|
|
98217
|
-
}
|
|
98218
|
-
},
|
|
98219
98449
|
{
|
|
98220
98450
|
"kind": "property",
|
|
98221
98451
|
"name": "fill",
|
|
@@ -98291,7 +98521,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
98291
98521
|
"kind": "primitive",
|
|
98292
98522
|
"value": "boolean"
|
|
98293
98523
|
},
|
|
98294
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
98524
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
98295
98525
|
"declarations": [
|
|
98296
98526
|
{
|
|
98297
98527
|
"name": "shouldMirror",
|
|
@@ -98306,6 +98536,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
98306
98536
|
"value": false
|
|
98307
98537
|
}
|
|
98308
98538
|
},
|
|
98539
|
+
{
|
|
98540
|
+
"kind": "property",
|
|
98541
|
+
"name": "shouldMirrorInRTL",
|
|
98542
|
+
"required": false,
|
|
98543
|
+
"type": {
|
|
98544
|
+
"kind": "primitive",
|
|
98545
|
+
"value": "boolean"
|
|
98546
|
+
},
|
|
98547
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
98548
|
+
"declarations": [
|
|
98549
|
+
{
|
|
98550
|
+
"name": "shouldMirrorInRTL",
|
|
98551
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
98552
|
+
}
|
|
98553
|
+
],
|
|
98554
|
+
"tags": {
|
|
98555
|
+
"default": "false"
|
|
98556
|
+
},
|
|
98557
|
+
"defaultValue": {
|
|
98558
|
+
"kind": "boolean",
|
|
98559
|
+
"value": false
|
|
98560
|
+
}
|
|
98561
|
+
},
|
|
98309
98562
|
{
|
|
98310
98563
|
"kind": "property",
|
|
98311
98564
|
"name": "cs",
|
|
@@ -107678,25 +107931,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
107678
107931
|
"default": "'start'"
|
|
107679
107932
|
}
|
|
107680
107933
|
},
|
|
107681
|
-
{
|
|
107682
|
-
"kind": "property",
|
|
107683
|
-
"name": "shouldMirrorIcon",
|
|
107684
|
-
"required": false,
|
|
107685
|
-
"type": {
|
|
107686
|
-
"kind": "primitive",
|
|
107687
|
-
"value": "boolean"
|
|
107688
|
-
},
|
|
107689
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
107690
|
-
"declarations": [
|
|
107691
|
-
{
|
|
107692
|
-
"name": "shouldMirrorIcon",
|
|
107693
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
107694
|
-
}
|
|
107695
|
-
],
|
|
107696
|
-
"tags": {
|
|
107697
|
-
"default": "false"
|
|
107698
|
-
}
|
|
107699
|
-
},
|
|
107700
107934
|
{
|
|
107701
107935
|
"kind": "property",
|
|
107702
107936
|
"name": "children",
|
|
@@ -107927,7 +108161,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
107927
108161
|
"kind": "primitive",
|
|
107928
108162
|
"value": "boolean"
|
|
107929
108163
|
},
|
|
107930
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
108164
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
107931
108165
|
"declarations": [
|
|
107932
108166
|
{
|
|
107933
108167
|
"name": "shouldMirror",
|
|
@@ -107938,6 +108172,25 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
107938
108172
|
"default": "false"
|
|
107939
108173
|
}
|
|
107940
108174
|
},
|
|
108175
|
+
{
|
|
108176
|
+
"kind": "property",
|
|
108177
|
+
"name": "shouldMirrorInRTL",
|
|
108178
|
+
"required": false,
|
|
108179
|
+
"type": {
|
|
108180
|
+
"kind": "primitive",
|
|
108181
|
+
"value": "boolean"
|
|
108182
|
+
},
|
|
108183
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
108184
|
+
"declarations": [
|
|
108185
|
+
{
|
|
108186
|
+
"name": "shouldMirrorInRTL",
|
|
108187
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
108188
|
+
}
|
|
108189
|
+
],
|
|
108190
|
+
"tags": {
|
|
108191
|
+
"default": "false"
|
|
108192
|
+
}
|
|
108193
|
+
},
|
|
107941
108194
|
{
|
|
107942
108195
|
"kind": "property",
|
|
107943
108196
|
"name": "backgroundAttachment",
|
|
@@ -113279,29 +113532,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
113279
113532
|
"value": "start"
|
|
113280
113533
|
}
|
|
113281
113534
|
},
|
|
113282
|
-
{
|
|
113283
|
-
"kind": "property",
|
|
113284
|
-
"name": "shouldMirrorIcon",
|
|
113285
|
-
"required": false,
|
|
113286
|
-
"type": {
|
|
113287
|
-
"kind": "primitive",
|
|
113288
|
-
"value": "boolean"
|
|
113289
|
-
},
|
|
113290
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
113291
|
-
"declarations": [
|
|
113292
|
-
{
|
|
113293
|
-
"name": "shouldMirrorIcon",
|
|
113294
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
113295
|
-
}
|
|
113296
|
-
],
|
|
113297
|
-
"tags": {
|
|
113298
|
-
"default": "false"
|
|
113299
|
-
},
|
|
113300
|
-
"defaultValue": {
|
|
113301
|
-
"kind": "boolean",
|
|
113302
|
-
"value": false
|
|
113303
|
-
}
|
|
113304
|
-
},
|
|
113305
113535
|
{
|
|
113306
113536
|
"kind": "property",
|
|
113307
113537
|
"name": "children",
|
|
@@ -113500,7 +113730,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
113500
113730
|
"kind": "primitive",
|
|
113501
113731
|
"value": "boolean"
|
|
113502
113732
|
},
|
|
113503
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
113733
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
113504
113734
|
"declarations": [
|
|
113505
113735
|
{
|
|
113506
113736
|
"name": "shouldMirror",
|
|
@@ -113515,6 +113745,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
113515
113745
|
"value": false
|
|
113516
113746
|
}
|
|
113517
113747
|
},
|
|
113748
|
+
{
|
|
113749
|
+
"kind": "property",
|
|
113750
|
+
"name": "shouldMirrorInRTL",
|
|
113751
|
+
"required": false,
|
|
113752
|
+
"type": {
|
|
113753
|
+
"kind": "primitive",
|
|
113754
|
+
"value": "boolean"
|
|
113755
|
+
},
|
|
113756
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
113757
|
+
"declarations": [
|
|
113758
|
+
{
|
|
113759
|
+
"name": "shouldMirrorInRTL",
|
|
113760
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
113761
|
+
}
|
|
113762
|
+
],
|
|
113763
|
+
"tags": {
|
|
113764
|
+
"default": "false"
|
|
113765
|
+
},
|
|
113766
|
+
"defaultValue": {
|
|
113767
|
+
"kind": "boolean",
|
|
113768
|
+
"value": false
|
|
113769
|
+
}
|
|
113770
|
+
},
|
|
113518
113771
|
{
|
|
113519
113772
|
"kind": "property",
|
|
113520
113773
|
"name": "cs",
|
|
@@ -113701,6 +113954,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
113701
113954
|
"value": "start"
|
|
113702
113955
|
}
|
|
113703
113956
|
},
|
|
113957
|
+
{
|
|
113958
|
+
"kind": "property",
|
|
113959
|
+
"name": "shouldMirrorIcon",
|
|
113960
|
+
"required": false,
|
|
113961
|
+
"type": {
|
|
113962
|
+
"kind": "primitive",
|
|
113963
|
+
"value": "boolean"
|
|
113964
|
+
},
|
|
113965
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
113966
|
+
"declarations": [
|
|
113967
|
+
{
|
|
113968
|
+
"name": "shouldMirrorIcon",
|
|
113969
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
113970
|
+
}
|
|
113971
|
+
],
|
|
113972
|
+
"tags": {
|
|
113973
|
+
"default": "false"
|
|
113974
|
+
},
|
|
113975
|
+
"defaultValue": {
|
|
113976
|
+
"kind": "boolean",
|
|
113977
|
+
"value": false
|
|
113978
|
+
}
|
|
113979
|
+
},
|
|
113980
|
+
{
|
|
113981
|
+
"kind": "property",
|
|
113982
|
+
"name": "shouldMirrorIconInRTL",
|
|
113983
|
+
"required": false,
|
|
113984
|
+
"type": {
|
|
113985
|
+
"kind": "primitive",
|
|
113986
|
+
"value": "boolean"
|
|
113987
|
+
},
|
|
113988
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
113989
|
+
"declarations": [
|
|
113990
|
+
{
|
|
113991
|
+
"name": "shouldMirrorIconInRTL",
|
|
113992
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
113993
|
+
}
|
|
113994
|
+
],
|
|
113995
|
+
"tags": {
|
|
113996
|
+
"default": "false"
|
|
113997
|
+
},
|
|
113998
|
+
"defaultValue": {
|
|
113999
|
+
"kind": "boolean",
|
|
114000
|
+
"value": false
|
|
114001
|
+
}
|
|
114002
|
+
},
|
|
113704
114003
|
{
|
|
113705
114004
|
"kind": "property",
|
|
113706
114005
|
"name": "size",
|
|
@@ -113761,29 +114060,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
113761
114060
|
],
|
|
113762
114061
|
"tags": {}
|
|
113763
114062
|
},
|
|
113764
|
-
{
|
|
113765
|
-
"kind": "property",
|
|
113766
|
-
"name": "shouldMirrorIcon",
|
|
113767
|
-
"required": false,
|
|
113768
|
-
"type": {
|
|
113769
|
-
"kind": "primitive",
|
|
113770
|
-
"value": "boolean"
|
|
113771
|
-
},
|
|
113772
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
113773
|
-
"declarations": [
|
|
113774
|
-
{
|
|
113775
|
-
"name": "shouldMirrorIcon",
|
|
113776
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
113777
|
-
}
|
|
113778
|
-
],
|
|
113779
|
-
"tags": {
|
|
113780
|
-
"default": "false"
|
|
113781
|
-
},
|
|
113782
|
-
"defaultValue": {
|
|
113783
|
-
"kind": "boolean",
|
|
113784
|
-
"value": false
|
|
113785
|
-
}
|
|
113786
|
-
},
|
|
113787
114063
|
{
|
|
113788
114064
|
"kind": "property",
|
|
113789
114065
|
"name": "fill",
|
|
@@ -113859,7 +114135,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
113859
114135
|
"kind": "primitive",
|
|
113860
114136
|
"value": "boolean"
|
|
113861
114137
|
},
|
|
113862
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
114138
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
113863
114139
|
"declarations": [
|
|
113864
114140
|
{
|
|
113865
114141
|
"name": "shouldMirror",
|
|
@@ -113874,6 +114150,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
113874
114150
|
"value": false
|
|
113875
114151
|
}
|
|
113876
114152
|
},
|
|
114153
|
+
{
|
|
114154
|
+
"kind": "property",
|
|
114155
|
+
"name": "shouldMirrorInRTL",
|
|
114156
|
+
"required": false,
|
|
114157
|
+
"type": {
|
|
114158
|
+
"kind": "primitive",
|
|
114159
|
+
"value": "boolean"
|
|
114160
|
+
},
|
|
114161
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
114162
|
+
"declarations": [
|
|
114163
|
+
{
|
|
114164
|
+
"name": "shouldMirrorInRTL",
|
|
114165
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
114166
|
+
}
|
|
114167
|
+
],
|
|
114168
|
+
"tags": {
|
|
114169
|
+
"default": "false"
|
|
114170
|
+
},
|
|
114171
|
+
"defaultValue": {
|
|
114172
|
+
"kind": "boolean",
|
|
114173
|
+
"value": false
|
|
114174
|
+
}
|
|
114175
|
+
},
|
|
113877
114176
|
{
|
|
113878
114177
|
"kind": "property",
|
|
113879
114178
|
"name": "cs",
|
|
@@ -114166,6 +114465,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
114166
114465
|
"value": "start"
|
|
114167
114466
|
}
|
|
114168
114467
|
},
|
|
114468
|
+
{
|
|
114469
|
+
"kind": "property",
|
|
114470
|
+
"name": "shouldMirrorIcon",
|
|
114471
|
+
"required": false,
|
|
114472
|
+
"type": {
|
|
114473
|
+
"kind": "primitive",
|
|
114474
|
+
"value": "boolean"
|
|
114475
|
+
},
|
|
114476
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
114477
|
+
"declarations": [
|
|
114478
|
+
{
|
|
114479
|
+
"name": "shouldMirrorIcon",
|
|
114480
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
114481
|
+
}
|
|
114482
|
+
],
|
|
114483
|
+
"tags": {
|
|
114484
|
+
"default": "false"
|
|
114485
|
+
},
|
|
114486
|
+
"defaultValue": {
|
|
114487
|
+
"kind": "boolean",
|
|
114488
|
+
"value": false
|
|
114489
|
+
}
|
|
114490
|
+
},
|
|
114491
|
+
{
|
|
114492
|
+
"kind": "property",
|
|
114493
|
+
"name": "shouldMirrorIconInRTL",
|
|
114494
|
+
"required": false,
|
|
114495
|
+
"type": {
|
|
114496
|
+
"kind": "primitive",
|
|
114497
|
+
"value": "boolean"
|
|
114498
|
+
},
|
|
114499
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
114500
|
+
"declarations": [
|
|
114501
|
+
{
|
|
114502
|
+
"name": "shouldMirrorIconInRTL",
|
|
114503
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
114504
|
+
}
|
|
114505
|
+
],
|
|
114506
|
+
"tags": {
|
|
114507
|
+
"default": "false"
|
|
114508
|
+
},
|
|
114509
|
+
"defaultValue": {
|
|
114510
|
+
"kind": "boolean",
|
|
114511
|
+
"value": false
|
|
114512
|
+
}
|
|
114513
|
+
},
|
|
114169
114514
|
{
|
|
114170
114515
|
"kind": "property",
|
|
114171
114516
|
"name": "size",
|
|
@@ -114227,29 +114572,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
114227
114572
|
],
|
|
114228
114573
|
"tags": {}
|
|
114229
114574
|
},
|
|
114230
|
-
{
|
|
114231
|
-
"kind": "property",
|
|
114232
|
-
"name": "shouldMirrorIcon",
|
|
114233
|
-
"required": false,
|
|
114234
|
-
"type": {
|
|
114235
|
-
"kind": "primitive",
|
|
114236
|
-
"value": "boolean"
|
|
114237
|
-
},
|
|
114238
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
114239
|
-
"declarations": [
|
|
114240
|
-
{
|
|
114241
|
-
"name": "shouldMirrorIcon",
|
|
114242
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
114243
|
-
}
|
|
114244
|
-
],
|
|
114245
|
-
"tags": {
|
|
114246
|
-
"default": "false"
|
|
114247
|
-
},
|
|
114248
|
-
"defaultValue": {
|
|
114249
|
-
"kind": "boolean",
|
|
114250
|
-
"value": false
|
|
114251
|
-
}
|
|
114252
|
-
},
|
|
114253
114575
|
{
|
|
114254
114576
|
"kind": "property",
|
|
114255
114577
|
"name": "fill",
|
|
@@ -114325,7 +114647,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
114325
114647
|
"kind": "primitive",
|
|
114326
114648
|
"value": "boolean"
|
|
114327
114649
|
},
|
|
114328
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
114650
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
114329
114651
|
"declarations": [
|
|
114330
114652
|
{
|
|
114331
114653
|
"name": "shouldMirror",
|
|
@@ -114340,6 +114662,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
114340
114662
|
"value": false
|
|
114341
114663
|
}
|
|
114342
114664
|
},
|
|
114665
|
+
{
|
|
114666
|
+
"kind": "property",
|
|
114667
|
+
"name": "shouldMirrorInRTL",
|
|
114668
|
+
"required": false,
|
|
114669
|
+
"type": {
|
|
114670
|
+
"kind": "primitive",
|
|
114671
|
+
"value": "boolean"
|
|
114672
|
+
},
|
|
114673
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
114674
|
+
"declarations": [
|
|
114675
|
+
{
|
|
114676
|
+
"name": "shouldMirrorInRTL",
|
|
114677
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
114678
|
+
}
|
|
114679
|
+
],
|
|
114680
|
+
"tags": {
|
|
114681
|
+
"default": "false"
|
|
114682
|
+
},
|
|
114683
|
+
"defaultValue": {
|
|
114684
|
+
"kind": "boolean",
|
|
114685
|
+
"value": false
|
|
114686
|
+
}
|
|
114687
|
+
},
|
|
114343
114688
|
{
|
|
114344
114689
|
"kind": "property",
|
|
114345
114690
|
"name": "cs",
|
|
@@ -116505,7 +116850,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
116505
116850
|
"kind": "primitive",
|
|
116506
116851
|
"value": "boolean"
|
|
116507
116852
|
},
|
|
116508
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
116853
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
116509
116854
|
"declarations": [
|
|
116510
116855
|
{
|
|
116511
116856
|
"name": "shouldMirrorIcon",
|
|
@@ -116520,6 +116865,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
116520
116865
|
"value": false
|
|
116521
116866
|
}
|
|
116522
116867
|
},
|
|
116868
|
+
{
|
|
116869
|
+
"kind": "property",
|
|
116870
|
+
"name": "shouldMirrorIconInRTL",
|
|
116871
|
+
"required": false,
|
|
116872
|
+
"type": {
|
|
116873
|
+
"kind": "primitive",
|
|
116874
|
+
"value": "boolean"
|
|
116875
|
+
},
|
|
116876
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
116877
|
+
"declarations": [
|
|
116878
|
+
{
|
|
116879
|
+
"name": "shouldMirrorIconInRTL",
|
|
116880
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/parts/ButtonLabelIcon.tsx"
|
|
116881
|
+
}
|
|
116882
|
+
],
|
|
116883
|
+
"tags": {
|
|
116884
|
+
"default": "false"
|
|
116885
|
+
},
|
|
116886
|
+
"defaultValue": {
|
|
116887
|
+
"kind": "boolean",
|
|
116888
|
+
"value": false
|
|
116889
|
+
}
|
|
116890
|
+
},
|
|
116523
116891
|
{
|
|
116524
116892
|
"kind": "property",
|
|
116525
116893
|
"name": "icon",
|
|
@@ -116718,7 +117086,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
116718
117086
|
"kind": "primitive",
|
|
116719
117087
|
"value": "boolean"
|
|
116720
117088
|
},
|
|
116721
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
117089
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
116722
117090
|
"declarations": [
|
|
116723
117091
|
{
|
|
116724
117092
|
"name": "shouldMirror",
|
|
@@ -116733,6 +117101,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
116733
117101
|
"value": false
|
|
116734
117102
|
}
|
|
116735
117103
|
},
|
|
117104
|
+
{
|
|
117105
|
+
"kind": "property",
|
|
117106
|
+
"name": "shouldMirrorInRTL",
|
|
117107
|
+
"required": false,
|
|
117108
|
+
"type": {
|
|
117109
|
+
"kind": "primitive",
|
|
117110
|
+
"value": "boolean"
|
|
117111
|
+
},
|
|
117112
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
117113
|
+
"declarations": [
|
|
117114
|
+
{
|
|
117115
|
+
"name": "shouldMirrorInRTL",
|
|
117116
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
117117
|
+
}
|
|
117118
|
+
],
|
|
117119
|
+
"tags": {
|
|
117120
|
+
"default": "false"
|
|
117121
|
+
},
|
|
117122
|
+
"defaultValue": {
|
|
117123
|
+
"kind": "boolean",
|
|
117124
|
+
"value": false
|
|
117125
|
+
}
|
|
117126
|
+
},
|
|
116736
117127
|
{
|
|
116737
117128
|
"kind": "property",
|
|
116738
117129
|
"name": "cs",
|
|
@@ -116903,6 +117294,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
116903
117294
|
"value": "start"
|
|
116904
117295
|
}
|
|
116905
117296
|
},
|
|
117297
|
+
{
|
|
117298
|
+
"kind": "property",
|
|
117299
|
+
"name": "shouldMirrorIcon",
|
|
117300
|
+
"required": false,
|
|
117301
|
+
"type": {
|
|
117302
|
+
"kind": "primitive",
|
|
117303
|
+
"value": "boolean"
|
|
117304
|
+
},
|
|
117305
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
117306
|
+
"declarations": [
|
|
117307
|
+
{
|
|
117308
|
+
"name": "shouldMirrorIcon",
|
|
117309
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
117310
|
+
}
|
|
117311
|
+
],
|
|
117312
|
+
"tags": {
|
|
117313
|
+
"default": "false"
|
|
117314
|
+
},
|
|
117315
|
+
"defaultValue": {
|
|
117316
|
+
"kind": "boolean",
|
|
117317
|
+
"value": false
|
|
117318
|
+
}
|
|
117319
|
+
},
|
|
117320
|
+
{
|
|
117321
|
+
"kind": "property",
|
|
117322
|
+
"name": "shouldMirrorIconInRTL",
|
|
117323
|
+
"required": false,
|
|
117324
|
+
"type": {
|
|
117325
|
+
"kind": "primitive",
|
|
117326
|
+
"value": "boolean"
|
|
117327
|
+
},
|
|
117328
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
117329
|
+
"declarations": [
|
|
117330
|
+
{
|
|
117331
|
+
"name": "shouldMirrorIconInRTL",
|
|
117332
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
117333
|
+
}
|
|
117334
|
+
],
|
|
117335
|
+
"tags": {
|
|
117336
|
+
"default": "false"
|
|
117337
|
+
},
|
|
117338
|
+
"defaultValue": {
|
|
117339
|
+
"kind": "boolean",
|
|
117340
|
+
"value": false
|
|
117341
|
+
}
|
|
117342
|
+
},
|
|
116906
117343
|
{
|
|
116907
117344
|
"kind": "property",
|
|
116908
117345
|
"name": "size",
|
|
@@ -116964,29 +117401,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
116964
117401
|
],
|
|
116965
117402
|
"tags": {}
|
|
116966
117403
|
},
|
|
116967
|
-
{
|
|
116968
|
-
"kind": "property",
|
|
116969
|
-
"name": "shouldMirrorIcon",
|
|
116970
|
-
"required": false,
|
|
116971
|
-
"type": {
|
|
116972
|
-
"kind": "primitive",
|
|
116973
|
-
"value": "boolean"
|
|
116974
|
-
},
|
|
116975
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
116976
|
-
"declarations": [
|
|
116977
|
-
{
|
|
116978
|
-
"name": "shouldMirrorIcon",
|
|
116979
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
116980
|
-
}
|
|
116981
|
-
],
|
|
116982
|
-
"tags": {
|
|
116983
|
-
"default": "false"
|
|
116984
|
-
},
|
|
116985
|
-
"defaultValue": {
|
|
116986
|
-
"kind": "boolean",
|
|
116987
|
-
"value": false
|
|
116988
|
-
}
|
|
116989
|
-
},
|
|
116990
117404
|
{
|
|
116991
117405
|
"kind": "property",
|
|
116992
117406
|
"name": "fill",
|
|
@@ -117062,7 +117476,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117062
117476
|
"kind": "primitive",
|
|
117063
117477
|
"value": "boolean"
|
|
117064
117478
|
},
|
|
117065
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
117479
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
117066
117480
|
"declarations": [
|
|
117067
117481
|
{
|
|
117068
117482
|
"name": "shouldMirror",
|
|
@@ -117077,6 +117491,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117077
117491
|
"value": false
|
|
117078
117492
|
}
|
|
117079
117493
|
},
|
|
117494
|
+
{
|
|
117495
|
+
"kind": "property",
|
|
117496
|
+
"name": "shouldMirrorInRTL",
|
|
117497
|
+
"required": false,
|
|
117498
|
+
"type": {
|
|
117499
|
+
"kind": "primitive",
|
|
117500
|
+
"value": "boolean"
|
|
117501
|
+
},
|
|
117502
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
117503
|
+
"declarations": [
|
|
117504
|
+
{
|
|
117505
|
+
"name": "shouldMirrorInRTL",
|
|
117506
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
117507
|
+
}
|
|
117508
|
+
],
|
|
117509
|
+
"tags": {
|
|
117510
|
+
"default": "false"
|
|
117511
|
+
},
|
|
117512
|
+
"defaultValue": {
|
|
117513
|
+
"kind": "boolean",
|
|
117514
|
+
"value": false
|
|
117515
|
+
}
|
|
117516
|
+
},
|
|
117080
117517
|
{
|
|
117081
117518
|
"kind": "property",
|
|
117082
117519
|
"name": "cs",
|
|
@@ -117386,6 +117823,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117386
117823
|
"value": "start"
|
|
117387
117824
|
}
|
|
117388
117825
|
},
|
|
117826
|
+
{
|
|
117827
|
+
"kind": "property",
|
|
117828
|
+
"name": "shouldMirrorIcon",
|
|
117829
|
+
"required": false,
|
|
117830
|
+
"type": {
|
|
117831
|
+
"kind": "primitive",
|
|
117832
|
+
"value": "boolean"
|
|
117833
|
+
},
|
|
117834
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
117835
|
+
"declarations": [
|
|
117836
|
+
{
|
|
117837
|
+
"name": "shouldMirrorIcon",
|
|
117838
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
117839
|
+
}
|
|
117840
|
+
],
|
|
117841
|
+
"tags": {
|
|
117842
|
+
"default": "false"
|
|
117843
|
+
},
|
|
117844
|
+
"defaultValue": {
|
|
117845
|
+
"kind": "boolean",
|
|
117846
|
+
"value": false
|
|
117847
|
+
}
|
|
117848
|
+
},
|
|
117849
|
+
{
|
|
117850
|
+
"kind": "property",
|
|
117851
|
+
"name": "shouldMirrorIconInRTL",
|
|
117852
|
+
"required": false,
|
|
117853
|
+
"type": {
|
|
117854
|
+
"kind": "primitive",
|
|
117855
|
+
"value": "boolean"
|
|
117856
|
+
},
|
|
117857
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
117858
|
+
"declarations": [
|
|
117859
|
+
{
|
|
117860
|
+
"name": "shouldMirrorIconInRTL",
|
|
117861
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
117862
|
+
}
|
|
117863
|
+
],
|
|
117864
|
+
"tags": {
|
|
117865
|
+
"default": "false"
|
|
117866
|
+
},
|
|
117867
|
+
"defaultValue": {
|
|
117868
|
+
"kind": "boolean",
|
|
117869
|
+
"value": false
|
|
117870
|
+
}
|
|
117871
|
+
},
|
|
117389
117872
|
{
|
|
117390
117873
|
"kind": "property",
|
|
117391
117874
|
"name": "size",
|
|
@@ -117447,29 +117930,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117447
117930
|
],
|
|
117448
117931
|
"tags": {}
|
|
117449
117932
|
},
|
|
117450
|
-
{
|
|
117451
|
-
"kind": "property",
|
|
117452
|
-
"name": "shouldMirrorIcon",
|
|
117453
|
-
"required": false,
|
|
117454
|
-
"type": {
|
|
117455
|
-
"kind": "primitive",
|
|
117456
|
-
"value": "boolean"
|
|
117457
|
-
},
|
|
117458
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
117459
|
-
"declarations": [
|
|
117460
|
-
{
|
|
117461
|
-
"name": "shouldMirrorIcon",
|
|
117462
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
117463
|
-
}
|
|
117464
|
-
],
|
|
117465
|
-
"tags": {
|
|
117466
|
-
"default": "false"
|
|
117467
|
-
},
|
|
117468
|
-
"defaultValue": {
|
|
117469
|
-
"kind": "boolean",
|
|
117470
|
-
"value": false
|
|
117471
|
-
}
|
|
117472
|
-
},
|
|
117473
117933
|
{
|
|
117474
117934
|
"kind": "property",
|
|
117475
117935
|
"name": "fill",
|
|
@@ -117545,7 +118005,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117545
118005
|
"kind": "primitive",
|
|
117546
118006
|
"value": "boolean"
|
|
117547
118007
|
},
|
|
117548
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
118008
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
117549
118009
|
"declarations": [
|
|
117550
118010
|
{
|
|
117551
118011
|
"name": "shouldMirror",
|
|
@@ -117560,6 +118020,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117560
118020
|
"value": false
|
|
117561
118021
|
}
|
|
117562
118022
|
},
|
|
118023
|
+
{
|
|
118024
|
+
"kind": "property",
|
|
118025
|
+
"name": "shouldMirrorInRTL",
|
|
118026
|
+
"required": false,
|
|
118027
|
+
"type": {
|
|
118028
|
+
"kind": "primitive",
|
|
118029
|
+
"value": "boolean"
|
|
118030
|
+
},
|
|
118031
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
118032
|
+
"declarations": [
|
|
118033
|
+
{
|
|
118034
|
+
"name": "shouldMirrorInRTL",
|
|
118035
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
118036
|
+
}
|
|
118037
|
+
],
|
|
118038
|
+
"tags": {
|
|
118039
|
+
"default": "false"
|
|
118040
|
+
},
|
|
118041
|
+
"defaultValue": {
|
|
118042
|
+
"kind": "boolean",
|
|
118043
|
+
"value": false
|
|
118044
|
+
}
|
|
118045
|
+
},
|
|
117563
118046
|
{
|
|
117564
118047
|
"kind": "property",
|
|
117565
118048
|
"name": "cs",
|
|
@@ -117869,6 +118352,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117869
118352
|
"value": "start"
|
|
117870
118353
|
}
|
|
117871
118354
|
},
|
|
118355
|
+
{
|
|
118356
|
+
"kind": "property",
|
|
118357
|
+
"name": "shouldMirrorIcon",
|
|
118358
|
+
"required": false,
|
|
118359
|
+
"type": {
|
|
118360
|
+
"kind": "primitive",
|
|
118361
|
+
"value": "boolean"
|
|
118362
|
+
},
|
|
118363
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
118364
|
+
"declarations": [
|
|
118365
|
+
{
|
|
118366
|
+
"name": "shouldMirrorIcon",
|
|
118367
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
118368
|
+
}
|
|
118369
|
+
],
|
|
118370
|
+
"tags": {
|
|
118371
|
+
"default": "false"
|
|
118372
|
+
},
|
|
118373
|
+
"defaultValue": {
|
|
118374
|
+
"kind": "boolean",
|
|
118375
|
+
"value": false
|
|
118376
|
+
}
|
|
118377
|
+
},
|
|
118378
|
+
{
|
|
118379
|
+
"kind": "property",
|
|
118380
|
+
"name": "shouldMirrorIconInRTL",
|
|
118381
|
+
"required": false,
|
|
118382
|
+
"type": {
|
|
118383
|
+
"kind": "primitive",
|
|
118384
|
+
"value": "boolean"
|
|
118385
|
+
},
|
|
118386
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
118387
|
+
"declarations": [
|
|
118388
|
+
{
|
|
118389
|
+
"name": "shouldMirrorIconInRTL",
|
|
118390
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
118391
|
+
}
|
|
118392
|
+
],
|
|
118393
|
+
"tags": {
|
|
118394
|
+
"default": "false"
|
|
118395
|
+
},
|
|
118396
|
+
"defaultValue": {
|
|
118397
|
+
"kind": "boolean",
|
|
118398
|
+
"value": false
|
|
118399
|
+
}
|
|
118400
|
+
},
|
|
117872
118401
|
{
|
|
117873
118402
|
"kind": "property",
|
|
117874
118403
|
"name": "size",
|
|
@@ -117929,29 +118458,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117929
118458
|
],
|
|
117930
118459
|
"tags": {}
|
|
117931
118460
|
},
|
|
117932
|
-
{
|
|
117933
|
-
"kind": "property",
|
|
117934
|
-
"name": "shouldMirrorIcon",
|
|
117935
|
-
"required": false,
|
|
117936
|
-
"type": {
|
|
117937
|
-
"kind": "primitive",
|
|
117938
|
-
"value": "boolean"
|
|
117939
|
-
},
|
|
117940
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
117941
|
-
"declarations": [
|
|
117942
|
-
{
|
|
117943
|
-
"name": "shouldMirrorIcon",
|
|
117944
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
117945
|
-
}
|
|
117946
|
-
],
|
|
117947
|
-
"tags": {
|
|
117948
|
-
"default": "false"
|
|
117949
|
-
},
|
|
117950
|
-
"defaultValue": {
|
|
117951
|
-
"kind": "boolean",
|
|
117952
|
-
"value": false
|
|
117953
|
-
}
|
|
117954
|
-
},
|
|
117955
118461
|
{
|
|
117956
118462
|
"kind": "property",
|
|
117957
118463
|
"name": "fill",
|
|
@@ -118027,7 +118533,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
118027
118533
|
"kind": "primitive",
|
|
118028
118534
|
"value": "boolean"
|
|
118029
118535
|
},
|
|
118030
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
118536
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
118031
118537
|
"declarations": [
|
|
118032
118538
|
{
|
|
118033
118539
|
"name": "shouldMirror",
|
|
@@ -118042,6 +118548,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
118042
118548
|
"value": false
|
|
118043
118549
|
}
|
|
118044
118550
|
},
|
|
118551
|
+
{
|
|
118552
|
+
"kind": "property",
|
|
118553
|
+
"name": "shouldMirrorInRTL",
|
|
118554
|
+
"required": false,
|
|
118555
|
+
"type": {
|
|
118556
|
+
"kind": "primitive",
|
|
118557
|
+
"value": "boolean"
|
|
118558
|
+
},
|
|
118559
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
118560
|
+
"declarations": [
|
|
118561
|
+
{
|
|
118562
|
+
"name": "shouldMirrorInRTL",
|
|
118563
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
118564
|
+
}
|
|
118565
|
+
],
|
|
118566
|
+
"tags": {
|
|
118567
|
+
"default": "false"
|
|
118568
|
+
},
|
|
118569
|
+
"defaultValue": {
|
|
118570
|
+
"kind": "boolean",
|
|
118571
|
+
"value": false
|
|
118572
|
+
}
|
|
118573
|
+
},
|
|
118045
118574
|
{
|
|
118046
118575
|
"kind": "property",
|
|
118047
118576
|
"name": "cs",
|
|
@@ -119082,7 +119611,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
119082
119611
|
"kind": "primitive",
|
|
119083
119612
|
"value": "boolean"
|
|
119084
119613
|
},
|
|
119085
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
119614
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
119086
119615
|
"declarations": [
|
|
119087
119616
|
{
|
|
119088
119617
|
"name": "shouldMirrorIcon",
|
|
@@ -119095,6 +119624,27 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
119095
119624
|
"value": false
|
|
119096
119625
|
}
|
|
119097
119626
|
},
|
|
119627
|
+
{
|
|
119628
|
+
"kind": "property",
|
|
119629
|
+
"name": "shouldMirrorIconInRTL",
|
|
119630
|
+
"required": false,
|
|
119631
|
+
"type": {
|
|
119632
|
+
"kind": "primitive",
|
|
119633
|
+
"value": "boolean"
|
|
119634
|
+
},
|
|
119635
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
119636
|
+
"declarations": [
|
|
119637
|
+
{
|
|
119638
|
+
"name": "shouldMirrorIconInRTL",
|
|
119639
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarIconButton.tsx"
|
|
119640
|
+
}
|
|
119641
|
+
],
|
|
119642
|
+
"tags": {},
|
|
119643
|
+
"defaultValue": {
|
|
119644
|
+
"kind": "boolean",
|
|
119645
|
+
"value": false
|
|
119646
|
+
}
|
|
119647
|
+
},
|
|
119098
119648
|
{
|
|
119099
119649
|
"kind": "property",
|
|
119100
119650
|
"name": "fill",
|
|
@@ -119170,7 +119720,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
119170
119720
|
"kind": "primitive",
|
|
119171
119721
|
"value": "boolean"
|
|
119172
119722
|
},
|
|
119173
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
119723
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
119174
119724
|
"declarations": [
|
|
119175
119725
|
{
|
|
119176
119726
|
"name": "shouldMirror",
|
|
@@ -119185,6 +119735,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
119185
119735
|
"value": false
|
|
119186
119736
|
}
|
|
119187
119737
|
},
|
|
119738
|
+
{
|
|
119739
|
+
"kind": "property",
|
|
119740
|
+
"name": "shouldMirrorInRTL",
|
|
119741
|
+
"required": false,
|
|
119742
|
+
"type": {
|
|
119743
|
+
"kind": "primitive",
|
|
119744
|
+
"value": "boolean"
|
|
119745
|
+
},
|
|
119746
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
119747
|
+
"declarations": [
|
|
119748
|
+
{
|
|
119749
|
+
"name": "shouldMirrorInRTL",
|
|
119750
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
119751
|
+
}
|
|
119752
|
+
],
|
|
119753
|
+
"tags": {
|
|
119754
|
+
"default": "false"
|
|
119755
|
+
},
|
|
119756
|
+
"defaultValue": {
|
|
119757
|
+
"kind": "boolean",
|
|
119758
|
+
"value": false
|
|
119759
|
+
}
|
|
119760
|
+
},
|
|
119188
119761
|
{
|
|
119189
119762
|
"kind": "property",
|
|
119190
119763
|
"name": "cs",
|
|
@@ -120224,7 +120797,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
120224
120797
|
"kind": "primitive",
|
|
120225
120798
|
"value": "boolean"
|
|
120226
120799
|
},
|
|
120227
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
120800
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
120228
120801
|
"declarations": [
|
|
120229
120802
|
{
|
|
120230
120803
|
"name": "shouldMirrorIcon",
|
|
@@ -120237,6 +120810,27 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
120237
120810
|
"value": false
|
|
120238
120811
|
}
|
|
120239
120812
|
},
|
|
120813
|
+
{
|
|
120814
|
+
"kind": "property",
|
|
120815
|
+
"name": "shouldMirrorIconInRTL",
|
|
120816
|
+
"required": false,
|
|
120817
|
+
"type": {
|
|
120818
|
+
"kind": "primitive",
|
|
120819
|
+
"value": "boolean"
|
|
120820
|
+
},
|
|
120821
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
120822
|
+
"declarations": [
|
|
120823
|
+
{
|
|
120824
|
+
"name": "shouldMirrorIconInRTL",
|
|
120825
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/ToolbarIconButton.tsx"
|
|
120826
|
+
}
|
|
120827
|
+
],
|
|
120828
|
+
"tags": {},
|
|
120829
|
+
"defaultValue": {
|
|
120830
|
+
"kind": "boolean",
|
|
120831
|
+
"value": false
|
|
120832
|
+
}
|
|
120833
|
+
},
|
|
120240
120834
|
{
|
|
120241
120835
|
"kind": "property",
|
|
120242
120836
|
"name": "colors",
|
|
@@ -120380,7 +120974,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
120380
120974
|
"kind": "primitive",
|
|
120381
120975
|
"value": "boolean"
|
|
120382
120976
|
},
|
|
120383
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
120977
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
120384
120978
|
"declarations": [
|
|
120385
120979
|
{
|
|
120386
120980
|
"name": "shouldMirror",
|
|
@@ -120395,6 +120989,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
120395
120989
|
"value": false
|
|
120396
120990
|
}
|
|
120397
120991
|
},
|
|
120992
|
+
{
|
|
120993
|
+
"kind": "property",
|
|
120994
|
+
"name": "shouldMirrorInRTL",
|
|
120995
|
+
"required": false,
|
|
120996
|
+
"type": {
|
|
120997
|
+
"kind": "primitive",
|
|
120998
|
+
"value": "boolean"
|
|
120999
|
+
},
|
|
121000
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
121001
|
+
"declarations": [
|
|
121002
|
+
{
|
|
121003
|
+
"name": "shouldMirrorInRTL",
|
|
121004
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
121005
|
+
}
|
|
121006
|
+
],
|
|
121007
|
+
"tags": {
|
|
121008
|
+
"default": "false"
|
|
121009
|
+
},
|
|
121010
|
+
"defaultValue": {
|
|
121011
|
+
"kind": "boolean",
|
|
121012
|
+
"value": false
|
|
121013
|
+
}
|
|
121014
|
+
},
|
|
120398
121015
|
{
|
|
120399
121016
|
"kind": "property",
|
|
120400
121017
|
"name": "cs",
|
|
@@ -126500,24 +127117,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
126500
127117
|
}
|
|
126501
127118
|
],
|
|
126502
127119
|
"tags": {}
|
|
126503
|
-
},
|
|
126504
|
-
{
|
|
126505
|
-
"kind": "parameter",
|
|
126506
|
-
"name": "isRTL",
|
|
126507
|
-
"type": {
|
|
126508
|
-
"kind": "primitive",
|
|
126509
|
-
"value": "boolean"
|
|
126510
|
-
},
|
|
126511
|
-
"required": true,
|
|
126512
|
-
"rest": false,
|
|
126513
|
-
"description": "",
|
|
126514
|
-
"declarations": [
|
|
126515
|
-
{
|
|
126516
|
-
"name": "isRTL",
|
|
126517
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/collection/lib/keyUtils.ts"
|
|
126518
|
-
}
|
|
126519
|
-
],
|
|
126520
|
-
"tags": {}
|
|
126521
127120
|
}
|
|
126522
127121
|
],
|
|
126523
127122
|
"members": [],
|
|
@@ -195670,7 +196269,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
195670
196269
|
{
|
|
195671
196270
|
"name": "useIsRTL",
|
|
195672
196271
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/theming/useIsRTL.ts",
|
|
195673
|
-
"description": "This is a small hook to support right-to-left logic.\nIt returns a boolean",
|
|
196272
|
+
"description": "This is a small hook to support right-to-left logic.\nIt returns a boolean\n\n```ts\nconst isRTL = useIsRTL();\n```",
|
|
195674
196273
|
"declarations": [
|
|
195675
196274
|
{
|
|
195676
196275
|
"name": "useIsRTL",
|
|
@@ -195678,7 +196277,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
195678
196277
|
}
|
|
195679
196278
|
],
|
|
195680
196279
|
"tags": {
|
|
195681
|
-
"
|
|
196280
|
+
"deprecated": "Use isElementRTL instead."
|
|
195682
196281
|
},
|
|
195683
196282
|
"type": {
|
|
195684
196283
|
"kind": "function",
|
|
@@ -201703,6 +202302,47 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
201703
202302
|
}
|
|
201704
202303
|
}
|
|
201705
202304
|
},
|
|
202305
|
+
{
|
|
202306
|
+
"name": "isElementRTL",
|
|
202307
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/isElementRTL.ts",
|
|
202308
|
+
"description": "Returns true if element has a right-to-left content direction. This is most useful to get\ndirection from a JavaScript event. If you desire to get a direction for styling, use [CSS Logical\nProperties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties)\n\nThe performance cost of getting the direction from an element is negligible, but it is intended\nto be used in event handlers and not a part of render functions.\n\n```ts\nonKeyDown(e) {\n const isRTL = isElementRTL(e.currentTarget);\n\n if (e.key === 'ArrowRight') {\n if (isRTL) {\n // Right arrow moves to the right even on RTL languages, but \"right\" doesn't mean\n //\"advance\" in RTL. Previous is to the right of the current in RTL.\n model.events.goToPreviousRow();\n } else {\n model.events.goToNextRow();\n }\n }\n```",
|
|
202309
|
+
"declarations": [
|
|
202310
|
+
{
|
|
202311
|
+
"name": "isElementRTL",
|
|
202312
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/isElementRTL.ts"
|
|
202313
|
+
}
|
|
202314
|
+
],
|
|
202315
|
+
"tags": {},
|
|
202316
|
+
"type": {
|
|
202317
|
+
"kind": "function",
|
|
202318
|
+
"parameters": [
|
|
202319
|
+
{
|
|
202320
|
+
"kind": "parameter",
|
|
202321
|
+
"name": "element",
|
|
202322
|
+
"type": {
|
|
202323
|
+
"kind": "external",
|
|
202324
|
+
"name": "Element",
|
|
202325
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
|
|
202326
|
+
},
|
|
202327
|
+
"required": true,
|
|
202328
|
+
"rest": false,
|
|
202329
|
+
"description": "",
|
|
202330
|
+
"declarations": [
|
|
202331
|
+
{
|
|
202332
|
+
"name": "element",
|
|
202333
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/isElementRTL.ts"
|
|
202334
|
+
}
|
|
202335
|
+
],
|
|
202336
|
+
"tags": {}
|
|
202337
|
+
}
|
|
202338
|
+
],
|
|
202339
|
+
"members": [],
|
|
202340
|
+
"returnType": {
|
|
202341
|
+
"kind": "primitive",
|
|
202342
|
+
"value": "boolean"
|
|
202343
|
+
}
|
|
202344
|
+
}
|
|
202345
|
+
},
|
|
201706
202346
|
{
|
|
201707
202347
|
"name": "isWithinBreakpoint",
|
|
201708
202348
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/isWithinBreakpoint.ts",
|
|
@@ -211913,7 +212553,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
211913
212553
|
"kind": "primitive",
|
|
211914
212554
|
"value": "boolean"
|
|
211915
212555
|
},
|
|
211916
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
212556
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
211917
212557
|
"declarations": [
|
|
211918
212558
|
{
|
|
211919
212559
|
"name": "shouldMirror",
|
|
@@ -211928,6 +212568,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
211928
212568
|
"value": false
|
|
211929
212569
|
}
|
|
211930
212570
|
},
|
|
212571
|
+
{
|
|
212572
|
+
"kind": "property",
|
|
212573
|
+
"name": "shouldMirrorInRTL",
|
|
212574
|
+
"required": false,
|
|
212575
|
+
"type": {
|
|
212576
|
+
"kind": "primitive",
|
|
212577
|
+
"value": "boolean"
|
|
212578
|
+
},
|
|
212579
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
212580
|
+
"declarations": [
|
|
212581
|
+
{
|
|
212582
|
+
"name": "shouldMirrorInRTL",
|
|
212583
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
212584
|
+
}
|
|
212585
|
+
],
|
|
212586
|
+
"tags": {
|
|
212587
|
+
"default": "false"
|
|
212588
|
+
},
|
|
212589
|
+
"defaultValue": {
|
|
212590
|
+
"kind": "boolean",
|
|
212591
|
+
"value": false
|
|
212592
|
+
}
|
|
212593
|
+
},
|
|
211931
212594
|
{
|
|
211932
212595
|
"kind": "property",
|
|
211933
212596
|
"name": "cs",
|
|
@@ -223495,7 +224158,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
223495
224158
|
"kind": "primitive",
|
|
223496
224159
|
"value": "boolean"
|
|
223497
224160
|
},
|
|
223498
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
224161
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
223499
224162
|
"declarations": [
|
|
223500
224163
|
{
|
|
223501
224164
|
"name": "shouldMirror",
|
|
@@ -223510,6 +224173,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
223510
224173
|
"value": false
|
|
223511
224174
|
}
|
|
223512
224175
|
},
|
|
224176
|
+
{
|
|
224177
|
+
"kind": "property",
|
|
224178
|
+
"name": "shouldMirrorInRTL",
|
|
224179
|
+
"required": false,
|
|
224180
|
+
"type": {
|
|
224181
|
+
"kind": "primitive",
|
|
224182
|
+
"value": "boolean"
|
|
224183
|
+
},
|
|
224184
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
224185
|
+
"declarations": [
|
|
224186
|
+
{
|
|
224187
|
+
"name": "shouldMirrorInRTL",
|
|
224188
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
224189
|
+
}
|
|
224190
|
+
],
|
|
224191
|
+
"tags": {
|
|
224192
|
+
"default": "false"
|
|
224193
|
+
},
|
|
224194
|
+
"defaultValue": {
|
|
224195
|
+
"kind": "boolean",
|
|
224196
|
+
"value": false
|
|
224197
|
+
}
|
|
224198
|
+
},
|
|
223513
224199
|
{
|
|
223514
224200
|
"kind": "property",
|
|
223515
224201
|
"name": "cs",
|
|
@@ -224492,7 +225178,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
224492
225178
|
"kind": "primitive",
|
|
224493
225179
|
"value": "boolean"
|
|
224494
225180
|
},
|
|
224495
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
225181
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
224496
225182
|
"declarations": [
|
|
224497
225183
|
{
|
|
224498
225184
|
"name": "shouldMirror",
|
|
@@ -224507,6 +225193,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
224507
225193
|
"value": false
|
|
224508
225194
|
}
|
|
224509
225195
|
},
|
|
225196
|
+
{
|
|
225197
|
+
"kind": "property",
|
|
225198
|
+
"name": "shouldMirrorInRTL",
|
|
225199
|
+
"required": false,
|
|
225200
|
+
"type": {
|
|
225201
|
+
"kind": "primitive",
|
|
225202
|
+
"value": "boolean"
|
|
225203
|
+
},
|
|
225204
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
225205
|
+
"declarations": [
|
|
225206
|
+
{
|
|
225207
|
+
"name": "shouldMirrorInRTL",
|
|
225208
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
225209
|
+
}
|
|
225210
|
+
],
|
|
225211
|
+
"tags": {
|
|
225212
|
+
"default": "false"
|
|
225213
|
+
},
|
|
225214
|
+
"defaultValue": {
|
|
225215
|
+
"kind": "boolean",
|
|
225216
|
+
"value": false
|
|
225217
|
+
}
|
|
225218
|
+
},
|
|
224510
225219
|
{
|
|
224511
225220
|
"kind": "property",
|
|
224512
225221
|
"name": "cs",
|
|
@@ -227337,7 +228046,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
227337
228046
|
"kind": "primitive",
|
|
227338
228047
|
"value": "boolean"
|
|
227339
228048
|
},
|
|
227340
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
228049
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
227341
228050
|
"declarations": [
|
|
227342
228051
|
{
|
|
227343
228052
|
"name": "shouldMirror",
|
|
@@ -227352,6 +228061,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
227352
228061
|
"value": false
|
|
227353
228062
|
}
|
|
227354
228063
|
},
|
|
228064
|
+
{
|
|
228065
|
+
"kind": "property",
|
|
228066
|
+
"name": "shouldMirrorInRTL",
|
|
228067
|
+
"required": false,
|
|
228068
|
+
"type": {
|
|
228069
|
+
"kind": "primitive",
|
|
228070
|
+
"value": "boolean"
|
|
228071
|
+
},
|
|
228072
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
228073
|
+
"declarations": [
|
|
228074
|
+
{
|
|
228075
|
+
"name": "shouldMirrorInRTL",
|
|
228076
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
228077
|
+
}
|
|
228078
|
+
],
|
|
228079
|
+
"tags": {
|
|
228080
|
+
"default": "false"
|
|
228081
|
+
},
|
|
228082
|
+
"defaultValue": {
|
|
228083
|
+
"kind": "boolean",
|
|
228084
|
+
"value": false
|
|
228085
|
+
}
|
|
228086
|
+
},
|
|
227355
228087
|
{
|
|
227356
228088
|
"kind": "property",
|
|
227357
228089
|
"name": "cs",
|
|
@@ -228616,7 +229348,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
228616
229348
|
"kind": "primitive",
|
|
228617
229349
|
"value": "boolean"
|
|
228618
229350
|
},
|
|
228619
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
229351
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
228620
229352
|
"declarations": [
|
|
228621
229353
|
{
|
|
228622
229354
|
"name": "shouldMirror",
|
|
@@ -228631,6 +229363,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
228631
229363
|
"value": false
|
|
228632
229364
|
}
|
|
228633
229365
|
},
|
|
229366
|
+
{
|
|
229367
|
+
"kind": "property",
|
|
229368
|
+
"name": "shouldMirrorInRTL",
|
|
229369
|
+
"required": false,
|
|
229370
|
+
"type": {
|
|
229371
|
+
"kind": "primitive",
|
|
229372
|
+
"value": "boolean"
|
|
229373
|
+
},
|
|
229374
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
229375
|
+
"declarations": [
|
|
229376
|
+
{
|
|
229377
|
+
"name": "shouldMirrorInRTL",
|
|
229378
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
229379
|
+
}
|
|
229380
|
+
],
|
|
229381
|
+
"tags": {
|
|
229382
|
+
"default": "false"
|
|
229383
|
+
},
|
|
229384
|
+
"defaultValue": {
|
|
229385
|
+
"kind": "boolean",
|
|
229386
|
+
"value": false
|
|
229387
|
+
}
|
|
229388
|
+
},
|
|
228634
229389
|
{
|
|
228635
229390
|
"kind": "property",
|
|
228636
229391
|
"name": "cs",
|
|
@@ -229631,7 +230386,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
229631
230386
|
"kind": "primitive",
|
|
229632
230387
|
"value": "boolean"
|
|
229633
230388
|
},
|
|
229634
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
230389
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
229635
230390
|
"declarations": [
|
|
229636
230391
|
{
|
|
229637
230392
|
"name": "shouldMirror",
|
|
@@ -229646,6 +230401,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
229646
230401
|
"value": false
|
|
229647
230402
|
}
|
|
229648
230403
|
},
|
|
230404
|
+
{
|
|
230405
|
+
"kind": "property",
|
|
230406
|
+
"name": "shouldMirrorInRTL",
|
|
230407
|
+
"required": false,
|
|
230408
|
+
"type": {
|
|
230409
|
+
"kind": "primitive",
|
|
230410
|
+
"value": "boolean"
|
|
230411
|
+
},
|
|
230412
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
230413
|
+
"declarations": [
|
|
230414
|
+
{
|
|
230415
|
+
"name": "shouldMirrorInRTL",
|
|
230416
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIconCircle.tsx"
|
|
230417
|
+
}
|
|
230418
|
+
],
|
|
230419
|
+
"tags": {
|
|
230420
|
+
"default": "false"
|
|
230421
|
+
},
|
|
230422
|
+
"defaultValue": {
|
|
230423
|
+
"kind": "boolean",
|
|
230424
|
+
"value": false
|
|
230425
|
+
}
|
|
230426
|
+
},
|
|
229649
230427
|
{
|
|
229650
230428
|
"kind": "property",
|
|
229651
230429
|
"name": "cs",
|
|
@@ -293847,6 +294625,44 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
293847
294625
|
"default": "'start'"
|
|
293848
294626
|
}
|
|
293849
294627
|
},
|
|
294628
|
+
{
|
|
294629
|
+
"kind": "property",
|
|
294630
|
+
"name": "shouldMirrorIcon",
|
|
294631
|
+
"required": false,
|
|
294632
|
+
"type": {
|
|
294633
|
+
"kind": "primitive",
|
|
294634
|
+
"value": "boolean"
|
|
294635
|
+
},
|
|
294636
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
294637
|
+
"declarations": [
|
|
294638
|
+
{
|
|
294639
|
+
"name": "shouldMirrorIcon",
|
|
294640
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
294641
|
+
}
|
|
294642
|
+
],
|
|
294643
|
+
"tags": {
|
|
294644
|
+
"default": "false"
|
|
294645
|
+
}
|
|
294646
|
+
},
|
|
294647
|
+
{
|
|
294648
|
+
"kind": "property",
|
|
294649
|
+
"name": "shouldMirrorIconInRTL",
|
|
294650
|
+
"required": false,
|
|
294651
|
+
"type": {
|
|
294652
|
+
"kind": "primitive",
|
|
294653
|
+
"value": "boolean"
|
|
294654
|
+
},
|
|
294655
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
294656
|
+
"declarations": [
|
|
294657
|
+
{
|
|
294658
|
+
"name": "shouldMirrorIconInRTL",
|
|
294659
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
294660
|
+
}
|
|
294661
|
+
],
|
|
294662
|
+
"tags": {
|
|
294663
|
+
"default": "false"
|
|
294664
|
+
}
|
|
294665
|
+
},
|
|
293850
294666
|
{
|
|
293851
294667
|
"kind": "property",
|
|
293852
294668
|
"name": "size",
|
|
@@ -293903,25 +294719,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
293903
294719
|
],
|
|
293904
294720
|
"tags": {}
|
|
293905
294721
|
},
|
|
293906
|
-
{
|
|
293907
|
-
"kind": "property",
|
|
293908
|
-
"name": "shouldMirrorIcon",
|
|
293909
|
-
"required": false,
|
|
293910
|
-
"type": {
|
|
293911
|
-
"kind": "primitive",
|
|
293912
|
-
"value": "boolean"
|
|
293913
|
-
},
|
|
293914
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
293915
|
-
"declarations": [
|
|
293916
|
-
{
|
|
293917
|
-
"name": "shouldMirrorIcon",
|
|
293918
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
293919
|
-
}
|
|
293920
|
-
],
|
|
293921
|
-
"tags": {
|
|
293922
|
-
"default": "false"
|
|
293923
|
-
}
|
|
293924
|
-
},
|
|
293925
294722
|
{
|
|
293926
294723
|
"kind": "property",
|
|
293927
294724
|
"name": "fill",
|
|
@@ -294039,7 +294836,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
294039
294836
|
"kind": "primitive",
|
|
294040
294837
|
"value": "boolean"
|
|
294041
294838
|
},
|
|
294042
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
294839
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
294043
294840
|
"declarations": [
|
|
294044
294841
|
{
|
|
294045
294842
|
"name": "shouldMirror",
|
|
@@ -294050,6 +294847,25 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
294050
294847
|
"default": "false"
|
|
294051
294848
|
}
|
|
294052
294849
|
},
|
|
294850
|
+
{
|
|
294851
|
+
"kind": "property",
|
|
294852
|
+
"name": "shouldMirrorInRTL",
|
|
294853
|
+
"required": false,
|
|
294854
|
+
"type": {
|
|
294855
|
+
"kind": "primitive",
|
|
294856
|
+
"value": "boolean"
|
|
294857
|
+
},
|
|
294858
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
294859
|
+
"declarations": [
|
|
294860
|
+
{
|
|
294861
|
+
"name": "shouldMirrorInRTL",
|
|
294862
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
294863
|
+
}
|
|
294864
|
+
],
|
|
294865
|
+
"tags": {
|
|
294866
|
+
"default": "false"
|
|
294867
|
+
}
|
|
294868
|
+
},
|
|
294053
294869
|
{
|
|
294054
294870
|
"kind": "property",
|
|
294055
294871
|
"name": "backgroundAttachment",
|
|
@@ -299439,6 +300255,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
299439
300255
|
"value": "start"
|
|
299440
300256
|
}
|
|
299441
300257
|
},
|
|
300258
|
+
{
|
|
300259
|
+
"kind": "property",
|
|
300260
|
+
"name": "shouldMirrorIcon",
|
|
300261
|
+
"required": false,
|
|
300262
|
+
"type": {
|
|
300263
|
+
"kind": "primitive",
|
|
300264
|
+
"value": "boolean"
|
|
300265
|
+
},
|
|
300266
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
300267
|
+
"declarations": [
|
|
300268
|
+
{
|
|
300269
|
+
"name": "shouldMirrorIcon",
|
|
300270
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
300271
|
+
}
|
|
300272
|
+
],
|
|
300273
|
+
"tags": {
|
|
300274
|
+
"default": "false"
|
|
300275
|
+
},
|
|
300276
|
+
"defaultValue": {
|
|
300277
|
+
"kind": "boolean",
|
|
300278
|
+
"value": false
|
|
300279
|
+
}
|
|
300280
|
+
},
|
|
300281
|
+
{
|
|
300282
|
+
"kind": "property",
|
|
300283
|
+
"name": "shouldMirrorIconInRTL",
|
|
300284
|
+
"required": false,
|
|
300285
|
+
"type": {
|
|
300286
|
+
"kind": "primitive",
|
|
300287
|
+
"value": "boolean"
|
|
300288
|
+
},
|
|
300289
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
300290
|
+
"declarations": [
|
|
300291
|
+
{
|
|
300292
|
+
"name": "shouldMirrorIconInRTL",
|
|
300293
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
300294
|
+
}
|
|
300295
|
+
],
|
|
300296
|
+
"tags": {
|
|
300297
|
+
"default": "false"
|
|
300298
|
+
},
|
|
300299
|
+
"defaultValue": {
|
|
300300
|
+
"kind": "boolean",
|
|
300301
|
+
"value": false
|
|
300302
|
+
}
|
|
300303
|
+
},
|
|
299442
300304
|
{
|
|
299443
300305
|
"kind": "property",
|
|
299444
300306
|
"name": "size",
|
|
@@ -299500,29 +300362,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
299500
300362
|
],
|
|
299501
300363
|
"tags": {}
|
|
299502
300364
|
},
|
|
299503
|
-
{
|
|
299504
|
-
"kind": "property",
|
|
299505
|
-
"name": "shouldMirrorIcon",
|
|
299506
|
-
"required": false,
|
|
299507
|
-
"type": {
|
|
299508
|
-
"kind": "primitive",
|
|
299509
|
-
"value": "boolean"
|
|
299510
|
-
},
|
|
299511
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
299512
|
-
"declarations": [
|
|
299513
|
-
{
|
|
299514
|
-
"name": "shouldMirrorIcon",
|
|
299515
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
299516
|
-
}
|
|
299517
|
-
],
|
|
299518
|
-
"tags": {
|
|
299519
|
-
"default": "false"
|
|
299520
|
-
},
|
|
299521
|
-
"defaultValue": {
|
|
299522
|
-
"kind": "boolean",
|
|
299523
|
-
"value": false
|
|
299524
|
-
}
|
|
299525
|
-
},
|
|
299526
300365
|
{
|
|
299527
300366
|
"kind": "property",
|
|
299528
300367
|
"name": "fill",
|
|
@@ -299598,7 +300437,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
299598
300437
|
"kind": "primitive",
|
|
299599
300438
|
"value": "boolean"
|
|
299600
300439
|
},
|
|
299601
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
300440
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
299602
300441
|
"declarations": [
|
|
299603
300442
|
{
|
|
299604
300443
|
"name": "shouldMirror",
|
|
@@ -299613,6 +300452,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
299613
300452
|
"value": false
|
|
299614
300453
|
}
|
|
299615
300454
|
},
|
|
300455
|
+
{
|
|
300456
|
+
"kind": "property",
|
|
300457
|
+
"name": "shouldMirrorInRTL",
|
|
300458
|
+
"required": false,
|
|
300459
|
+
"type": {
|
|
300460
|
+
"kind": "primitive",
|
|
300461
|
+
"value": "boolean"
|
|
300462
|
+
},
|
|
300463
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
300464
|
+
"declarations": [
|
|
300465
|
+
{
|
|
300466
|
+
"name": "shouldMirrorInRTL",
|
|
300467
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
300468
|
+
}
|
|
300469
|
+
],
|
|
300470
|
+
"tags": {
|
|
300471
|
+
"default": "false"
|
|
300472
|
+
},
|
|
300473
|
+
"defaultValue": {
|
|
300474
|
+
"kind": "boolean",
|
|
300475
|
+
"value": false
|
|
300476
|
+
}
|
|
300477
|
+
},
|
|
299616
300478
|
{
|
|
299617
300479
|
"kind": "property",
|
|
299618
300480
|
"name": "cs",
|
|
@@ -299931,6 +300793,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
299931
300793
|
"value": "start"
|
|
299932
300794
|
}
|
|
299933
300795
|
},
|
|
300796
|
+
{
|
|
300797
|
+
"kind": "property",
|
|
300798
|
+
"name": "shouldMirrorIcon",
|
|
300799
|
+
"required": false,
|
|
300800
|
+
"type": {
|
|
300801
|
+
"kind": "primitive",
|
|
300802
|
+
"value": "boolean"
|
|
300803
|
+
},
|
|
300804
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
300805
|
+
"declarations": [
|
|
300806
|
+
{
|
|
300807
|
+
"name": "shouldMirrorIcon",
|
|
300808
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
300809
|
+
}
|
|
300810
|
+
],
|
|
300811
|
+
"tags": {
|
|
300812
|
+
"default": "false"
|
|
300813
|
+
},
|
|
300814
|
+
"defaultValue": {
|
|
300815
|
+
"kind": "boolean",
|
|
300816
|
+
"value": false
|
|
300817
|
+
}
|
|
300818
|
+
},
|
|
300819
|
+
{
|
|
300820
|
+
"kind": "property",
|
|
300821
|
+
"name": "shouldMirrorIconInRTL",
|
|
300822
|
+
"required": false,
|
|
300823
|
+
"type": {
|
|
300824
|
+
"kind": "primitive",
|
|
300825
|
+
"value": "boolean"
|
|
300826
|
+
},
|
|
300827
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
300828
|
+
"declarations": [
|
|
300829
|
+
{
|
|
300830
|
+
"name": "shouldMirrorIconInRTL",
|
|
300831
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
300832
|
+
}
|
|
300833
|
+
],
|
|
300834
|
+
"tags": {
|
|
300835
|
+
"default": "false"
|
|
300836
|
+
},
|
|
300837
|
+
"defaultValue": {
|
|
300838
|
+
"kind": "boolean",
|
|
300839
|
+
"value": false
|
|
300840
|
+
}
|
|
300841
|
+
},
|
|
299934
300842
|
{
|
|
299935
300843
|
"kind": "property",
|
|
299936
300844
|
"name": "size",
|
|
@@ -299992,29 +300900,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
299992
300900
|
],
|
|
299993
300901
|
"tags": {}
|
|
299994
300902
|
},
|
|
299995
|
-
{
|
|
299996
|
-
"kind": "property",
|
|
299997
|
-
"name": "shouldMirrorIcon",
|
|
299998
|
-
"required": false,
|
|
299999
|
-
"type": {
|
|
300000
|
-
"kind": "primitive",
|
|
300001
|
-
"value": "boolean"
|
|
300002
|
-
},
|
|
300003
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
300004
|
-
"declarations": [
|
|
300005
|
-
{
|
|
300006
|
-
"name": "shouldMirrorIcon",
|
|
300007
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
300008
|
-
}
|
|
300009
|
-
],
|
|
300010
|
-
"tags": {
|
|
300011
|
-
"default": "false"
|
|
300012
|
-
},
|
|
300013
|
-
"defaultValue": {
|
|
300014
|
-
"kind": "boolean",
|
|
300015
|
-
"value": false
|
|
300016
|
-
}
|
|
300017
|
-
},
|
|
300018
300903
|
{
|
|
300019
300904
|
"kind": "property",
|
|
300020
300905
|
"name": "fill",
|
|
@@ -300090,7 +300975,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
300090
300975
|
"kind": "primitive",
|
|
300091
300976
|
"value": "boolean"
|
|
300092
300977
|
},
|
|
300093
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
300978
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
300094
300979
|
"declarations": [
|
|
300095
300980
|
{
|
|
300096
300981
|
"name": "shouldMirror",
|
|
@@ -300105,6 +300990,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
300105
300990
|
"value": false
|
|
300106
300991
|
}
|
|
300107
300992
|
},
|
|
300993
|
+
{
|
|
300994
|
+
"kind": "property",
|
|
300995
|
+
"name": "shouldMirrorInRTL",
|
|
300996
|
+
"required": false,
|
|
300997
|
+
"type": {
|
|
300998
|
+
"kind": "primitive",
|
|
300999
|
+
"value": "boolean"
|
|
301000
|
+
},
|
|
301001
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
301002
|
+
"declarations": [
|
|
301003
|
+
{
|
|
301004
|
+
"name": "shouldMirrorInRTL",
|
|
301005
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
301006
|
+
}
|
|
301007
|
+
],
|
|
301008
|
+
"tags": {
|
|
301009
|
+
"default": "false"
|
|
301010
|
+
},
|
|
301011
|
+
"defaultValue": {
|
|
301012
|
+
"kind": "boolean",
|
|
301013
|
+
"value": false
|
|
301014
|
+
}
|
|
301015
|
+
},
|
|
300108
301016
|
{
|
|
300109
301017
|
"kind": "property",
|
|
300110
301018
|
"name": "cs",
|
|
@@ -300423,6 +301331,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
300423
301331
|
"value": "start"
|
|
300424
301332
|
}
|
|
300425
301333
|
},
|
|
301334
|
+
{
|
|
301335
|
+
"kind": "property",
|
|
301336
|
+
"name": "shouldMirrorIcon",
|
|
301337
|
+
"required": false,
|
|
301338
|
+
"type": {
|
|
301339
|
+
"kind": "primitive",
|
|
301340
|
+
"value": "boolean"
|
|
301341
|
+
},
|
|
301342
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
301343
|
+
"declarations": [
|
|
301344
|
+
{
|
|
301345
|
+
"name": "shouldMirrorIcon",
|
|
301346
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
301347
|
+
}
|
|
301348
|
+
],
|
|
301349
|
+
"tags": {
|
|
301350
|
+
"default": "false"
|
|
301351
|
+
},
|
|
301352
|
+
"defaultValue": {
|
|
301353
|
+
"kind": "boolean",
|
|
301354
|
+
"value": false
|
|
301355
|
+
}
|
|
301356
|
+
},
|
|
301357
|
+
{
|
|
301358
|
+
"kind": "property",
|
|
301359
|
+
"name": "shouldMirrorIconInRTL",
|
|
301360
|
+
"required": false,
|
|
301361
|
+
"type": {
|
|
301362
|
+
"kind": "primitive",
|
|
301363
|
+
"value": "boolean"
|
|
301364
|
+
},
|
|
301365
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
301366
|
+
"declarations": [
|
|
301367
|
+
{
|
|
301368
|
+
"name": "shouldMirrorIconInRTL",
|
|
301369
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
301370
|
+
}
|
|
301371
|
+
],
|
|
301372
|
+
"tags": {
|
|
301373
|
+
"default": "false"
|
|
301374
|
+
},
|
|
301375
|
+
"defaultValue": {
|
|
301376
|
+
"kind": "boolean",
|
|
301377
|
+
"value": false
|
|
301378
|
+
}
|
|
301379
|
+
},
|
|
300426
301380
|
{
|
|
300427
301381
|
"kind": "property",
|
|
300428
301382
|
"name": "size",
|
|
@@ -300484,29 +301438,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
300484
301438
|
],
|
|
300485
301439
|
"tags": {}
|
|
300486
301440
|
},
|
|
300487
|
-
{
|
|
300488
|
-
"kind": "property",
|
|
300489
|
-
"name": "shouldMirrorIcon",
|
|
300490
|
-
"required": false,
|
|
300491
|
-
"type": {
|
|
300492
|
-
"kind": "primitive",
|
|
300493
|
-
"value": "boolean"
|
|
300494
|
-
},
|
|
300495
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
300496
|
-
"declarations": [
|
|
300497
|
-
{
|
|
300498
|
-
"name": "shouldMirrorIcon",
|
|
300499
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
300500
|
-
}
|
|
300501
|
-
],
|
|
300502
|
-
"tags": {
|
|
300503
|
-
"default": "false"
|
|
300504
|
-
},
|
|
300505
|
-
"defaultValue": {
|
|
300506
|
-
"kind": "boolean",
|
|
300507
|
-
"value": false
|
|
300508
|
-
}
|
|
300509
|
-
},
|
|
300510
301441
|
{
|
|
300511
301442
|
"kind": "property",
|
|
300512
301443
|
"name": "fill",
|
|
@@ -300582,7 +301513,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
300582
301513
|
"kind": "primitive",
|
|
300583
301514
|
"value": "boolean"
|
|
300584
301515
|
},
|
|
300585
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
301516
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
300586
301517
|
"declarations": [
|
|
300587
301518
|
{
|
|
300588
301519
|
"name": "shouldMirror",
|
|
@@ -300597,6 +301528,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
300597
301528
|
"value": false
|
|
300598
301529
|
}
|
|
300599
301530
|
},
|
|
301531
|
+
{
|
|
301532
|
+
"kind": "property",
|
|
301533
|
+
"name": "shouldMirrorInRTL",
|
|
301534
|
+
"required": false,
|
|
301535
|
+
"type": {
|
|
301536
|
+
"kind": "primitive",
|
|
301537
|
+
"value": "boolean"
|
|
301538
|
+
},
|
|
301539
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
301540
|
+
"declarations": [
|
|
301541
|
+
{
|
|
301542
|
+
"name": "shouldMirrorInRTL",
|
|
301543
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
301544
|
+
}
|
|
301545
|
+
],
|
|
301546
|
+
"tags": {
|
|
301547
|
+
"default": "false"
|
|
301548
|
+
},
|
|
301549
|
+
"defaultValue": {
|
|
301550
|
+
"kind": "boolean",
|
|
301551
|
+
"value": false
|
|
301552
|
+
}
|
|
301553
|
+
},
|
|
300600
301554
|
{
|
|
300601
301555
|
"kind": "property",
|
|
300602
301556
|
"name": "cs",
|
|
@@ -300915,6 +301869,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
300915
301869
|
"value": "start"
|
|
300916
301870
|
}
|
|
300917
301871
|
},
|
|
301872
|
+
{
|
|
301873
|
+
"kind": "property",
|
|
301874
|
+
"name": "shouldMirrorIcon",
|
|
301875
|
+
"required": false,
|
|
301876
|
+
"type": {
|
|
301877
|
+
"kind": "primitive",
|
|
301878
|
+
"value": "boolean"
|
|
301879
|
+
},
|
|
301880
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
301881
|
+
"declarations": [
|
|
301882
|
+
{
|
|
301883
|
+
"name": "shouldMirrorIcon",
|
|
301884
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
301885
|
+
}
|
|
301886
|
+
],
|
|
301887
|
+
"tags": {
|
|
301888
|
+
"default": "false"
|
|
301889
|
+
},
|
|
301890
|
+
"defaultValue": {
|
|
301891
|
+
"kind": "boolean",
|
|
301892
|
+
"value": false
|
|
301893
|
+
}
|
|
301894
|
+
},
|
|
301895
|
+
{
|
|
301896
|
+
"kind": "property",
|
|
301897
|
+
"name": "shouldMirrorIconInRTL",
|
|
301898
|
+
"required": false,
|
|
301899
|
+
"type": {
|
|
301900
|
+
"kind": "primitive",
|
|
301901
|
+
"value": "boolean"
|
|
301902
|
+
},
|
|
301903
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
301904
|
+
"declarations": [
|
|
301905
|
+
{
|
|
301906
|
+
"name": "shouldMirrorIconInRTL",
|
|
301907
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
301908
|
+
}
|
|
301909
|
+
],
|
|
301910
|
+
"tags": {
|
|
301911
|
+
"default": "false"
|
|
301912
|
+
},
|
|
301913
|
+
"defaultValue": {
|
|
301914
|
+
"kind": "boolean",
|
|
301915
|
+
"value": false
|
|
301916
|
+
}
|
|
301917
|
+
},
|
|
300918
301918
|
{
|
|
300919
301919
|
"kind": "property",
|
|
300920
301920
|
"name": "size",
|
|
@@ -300976,29 +301976,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
300976
301976
|
],
|
|
300977
301977
|
"tags": {}
|
|
300978
301978
|
},
|
|
300979
|
-
{
|
|
300980
|
-
"kind": "property",
|
|
300981
|
-
"name": "shouldMirrorIcon",
|
|
300982
|
-
"required": false,
|
|
300983
|
-
"type": {
|
|
300984
|
-
"kind": "primitive",
|
|
300985
|
-
"value": "boolean"
|
|
300986
|
-
},
|
|
300987
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
300988
|
-
"declarations": [
|
|
300989
|
-
{
|
|
300990
|
-
"name": "shouldMirrorIcon",
|
|
300991
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
300992
|
-
}
|
|
300993
|
-
],
|
|
300994
|
-
"tags": {
|
|
300995
|
-
"default": "false"
|
|
300996
|
-
},
|
|
300997
|
-
"defaultValue": {
|
|
300998
|
-
"kind": "boolean",
|
|
300999
|
-
"value": false
|
|
301000
|
-
}
|
|
301001
|
-
},
|
|
301002
301979
|
{
|
|
301003
301980
|
"kind": "property",
|
|
301004
301981
|
"name": "fill",
|
|
@@ -301074,7 +302051,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
301074
302051
|
"kind": "primitive",
|
|
301075
302052
|
"value": "boolean"
|
|
301076
302053
|
},
|
|
301077
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
302054
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
301078
302055
|
"declarations": [
|
|
301079
302056
|
{
|
|
301080
302057
|
"name": "shouldMirror",
|
|
@@ -301089,6 +302066,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
301089
302066
|
"value": false
|
|
301090
302067
|
}
|
|
301091
302068
|
},
|
|
302069
|
+
{
|
|
302070
|
+
"kind": "property",
|
|
302071
|
+
"name": "shouldMirrorInRTL",
|
|
302072
|
+
"required": false,
|
|
302073
|
+
"type": {
|
|
302074
|
+
"kind": "primitive",
|
|
302075
|
+
"value": "boolean"
|
|
302076
|
+
},
|
|
302077
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
302078
|
+
"declarations": [
|
|
302079
|
+
{
|
|
302080
|
+
"name": "shouldMirrorInRTL",
|
|
302081
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
302082
|
+
}
|
|
302083
|
+
],
|
|
302084
|
+
"tags": {
|
|
302085
|
+
"default": "false"
|
|
302086
|
+
},
|
|
302087
|
+
"defaultValue": {
|
|
302088
|
+
"kind": "boolean",
|
|
302089
|
+
"value": false
|
|
302090
|
+
}
|
|
302091
|
+
},
|
|
301092
302092
|
{
|
|
301093
302093
|
"kind": "property",
|
|
301094
302094
|
"name": "cs",
|
|
@@ -320213,6 +321213,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
320213
321213
|
"value": "start"
|
|
320214
321214
|
}
|
|
320215
321215
|
},
|
|
321216
|
+
{
|
|
321217
|
+
"kind": "property",
|
|
321218
|
+
"name": "shouldMirrorIcon",
|
|
321219
|
+
"required": false,
|
|
321220
|
+
"type": {
|
|
321221
|
+
"kind": "primitive",
|
|
321222
|
+
"value": "boolean"
|
|
321223
|
+
},
|
|
321224
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
321225
|
+
"declarations": [
|
|
321226
|
+
{
|
|
321227
|
+
"name": "shouldMirrorIcon",
|
|
321228
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
321229
|
+
}
|
|
321230
|
+
],
|
|
321231
|
+
"tags": {
|
|
321232
|
+
"default": "false"
|
|
321233
|
+
},
|
|
321234
|
+
"defaultValue": {
|
|
321235
|
+
"kind": "boolean",
|
|
321236
|
+
"value": false
|
|
321237
|
+
}
|
|
321238
|
+
},
|
|
321239
|
+
{
|
|
321240
|
+
"kind": "property",
|
|
321241
|
+
"name": "shouldMirrorIconInRTL",
|
|
321242
|
+
"required": false,
|
|
321243
|
+
"type": {
|
|
321244
|
+
"kind": "primitive",
|
|
321245
|
+
"value": "boolean"
|
|
321246
|
+
},
|
|
321247
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
321248
|
+
"declarations": [
|
|
321249
|
+
{
|
|
321250
|
+
"name": "shouldMirrorIconInRTL",
|
|
321251
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
321252
|
+
}
|
|
321253
|
+
],
|
|
321254
|
+
"tags": {
|
|
321255
|
+
"default": "false"
|
|
321256
|
+
},
|
|
321257
|
+
"defaultValue": {
|
|
321258
|
+
"kind": "boolean",
|
|
321259
|
+
"value": false
|
|
321260
|
+
}
|
|
321261
|
+
},
|
|
320216
321262
|
{
|
|
320217
321263
|
"kind": "property",
|
|
320218
321264
|
"name": "size",
|
|
@@ -320274,29 +321320,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
320274
321320
|
],
|
|
320275
321321
|
"tags": {}
|
|
320276
321322
|
},
|
|
320277
|
-
{
|
|
320278
|
-
"kind": "property",
|
|
320279
|
-
"name": "shouldMirrorIcon",
|
|
320280
|
-
"required": false,
|
|
320281
|
-
"type": {
|
|
320282
|
-
"kind": "primitive",
|
|
320283
|
-
"value": "boolean"
|
|
320284
|
-
},
|
|
320285
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
320286
|
-
"declarations": [
|
|
320287
|
-
{
|
|
320288
|
-
"name": "shouldMirrorIcon",
|
|
320289
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
320290
|
-
}
|
|
320291
|
-
],
|
|
320292
|
-
"tags": {
|
|
320293
|
-
"default": "false"
|
|
320294
|
-
},
|
|
320295
|
-
"defaultValue": {
|
|
320296
|
-
"kind": "boolean",
|
|
320297
|
-
"value": false
|
|
320298
|
-
}
|
|
320299
|
-
},
|
|
320300
321323
|
{
|
|
320301
321324
|
"kind": "property",
|
|
320302
321325
|
"name": "fill",
|
|
@@ -320372,7 +321395,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
320372
321395
|
"kind": "primitive",
|
|
320373
321396
|
"value": "boolean"
|
|
320374
321397
|
},
|
|
320375
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
321398
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
320376
321399
|
"declarations": [
|
|
320377
321400
|
{
|
|
320378
321401
|
"name": "shouldMirror",
|
|
@@ -320387,6 +321410,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
320387
321410
|
"value": false
|
|
320388
321411
|
}
|
|
320389
321412
|
},
|
|
321413
|
+
{
|
|
321414
|
+
"kind": "property",
|
|
321415
|
+
"name": "shouldMirrorInRTL",
|
|
321416
|
+
"required": false,
|
|
321417
|
+
"type": {
|
|
321418
|
+
"kind": "primitive",
|
|
321419
|
+
"value": "boolean"
|
|
321420
|
+
},
|
|
321421
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
321422
|
+
"declarations": [
|
|
321423
|
+
{
|
|
321424
|
+
"name": "shouldMirrorInRTL",
|
|
321425
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
321426
|
+
}
|
|
321427
|
+
],
|
|
321428
|
+
"tags": {
|
|
321429
|
+
"default": "false"
|
|
321430
|
+
},
|
|
321431
|
+
"defaultValue": {
|
|
321432
|
+
"kind": "boolean",
|
|
321433
|
+
"value": false
|
|
321434
|
+
}
|
|
321435
|
+
},
|
|
320390
321436
|
{
|
|
320391
321437
|
"kind": "property",
|
|
320392
321438
|
"name": "cs",
|
|
@@ -323042,29 +324088,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
323042
324088
|
"value": "start"
|
|
323043
324089
|
}
|
|
323044
324090
|
},
|
|
323045
|
-
{
|
|
323046
|
-
"kind": "property",
|
|
323047
|
-
"name": "shouldMirrorIcon",
|
|
323048
|
-
"required": false,
|
|
323049
|
-
"type": {
|
|
323050
|
-
"kind": "primitive",
|
|
323051
|
-
"value": "boolean"
|
|
323052
|
-
},
|
|
323053
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
323054
|
-
"declarations": [
|
|
323055
|
-
{
|
|
323056
|
-
"name": "shouldMirrorIcon",
|
|
323057
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
323058
|
-
}
|
|
323059
|
-
],
|
|
323060
|
-
"tags": {
|
|
323061
|
-
"default": "false"
|
|
323062
|
-
},
|
|
323063
|
-
"defaultValue": {
|
|
323064
|
-
"kind": "boolean",
|
|
323065
|
-
"value": false
|
|
323066
|
-
}
|
|
323067
|
-
},
|
|
323068
324091
|
{
|
|
323069
324092
|
"kind": "property",
|
|
323070
324093
|
"name": "children",
|
|
@@ -323263,7 +324286,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
323263
324286
|
"kind": "primitive",
|
|
323264
324287
|
"value": "boolean"
|
|
323265
324288
|
},
|
|
323266
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
324289
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
323267
324290
|
"declarations": [
|
|
323268
324291
|
{
|
|
323269
324292
|
"name": "shouldMirror",
|
|
@@ -323278,6 +324301,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
323278
324301
|
"value": false
|
|
323279
324302
|
}
|
|
323280
324303
|
},
|
|
324304
|
+
{
|
|
324305
|
+
"kind": "property",
|
|
324306
|
+
"name": "shouldMirrorInRTL",
|
|
324307
|
+
"required": false,
|
|
324308
|
+
"type": {
|
|
324309
|
+
"kind": "primitive",
|
|
324310
|
+
"value": "boolean"
|
|
324311
|
+
},
|
|
324312
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
324313
|
+
"declarations": [
|
|
324314
|
+
{
|
|
324315
|
+
"name": "shouldMirrorInRTL",
|
|
324316
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
324317
|
+
}
|
|
324318
|
+
],
|
|
324319
|
+
"tags": {
|
|
324320
|
+
"default": "false"
|
|
324321
|
+
},
|
|
324322
|
+
"defaultValue": {
|
|
324323
|
+
"kind": "boolean",
|
|
324324
|
+
"value": false
|
|
324325
|
+
}
|
|
324326
|
+
},
|
|
323281
324327
|
{
|
|
323282
324328
|
"kind": "property",
|
|
323283
324329
|
"name": "cs",
|
|
@@ -396094,6 +397140,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
396094
397140
|
"value": "start"
|
|
396095
397141
|
}
|
|
396096
397142
|
},
|
|
397143
|
+
{
|
|
397144
|
+
"kind": "property",
|
|
397145
|
+
"name": "shouldMirrorIcon",
|
|
397146
|
+
"required": false,
|
|
397147
|
+
"type": {
|
|
397148
|
+
"kind": "primitive",
|
|
397149
|
+
"value": "boolean"
|
|
397150
|
+
},
|
|
397151
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the icon should mirror only when\nin an right-to-left language, use `shouldMirrorIconInRTL` instead.",
|
|
397152
|
+
"declarations": [
|
|
397153
|
+
{
|
|
397154
|
+
"name": "shouldMirrorIcon",
|
|
397155
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
397156
|
+
}
|
|
397157
|
+
],
|
|
397158
|
+
"tags": {
|
|
397159
|
+
"default": "false"
|
|
397160
|
+
},
|
|
397161
|
+
"defaultValue": {
|
|
397162
|
+
"kind": "boolean",
|
|
397163
|
+
"value": false
|
|
397164
|
+
}
|
|
397165
|
+
},
|
|
397166
|
+
{
|
|
397167
|
+
"kind": "property",
|
|
397168
|
+
"name": "shouldMirrorIconInRTL",
|
|
397169
|
+
"required": false,
|
|
397170
|
+
"type": {
|
|
397171
|
+
"kind": "primitive",
|
|
397172
|
+
"value": "boolean"
|
|
397173
|
+
},
|
|
397174
|
+
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
397175
|
+
"declarations": [
|
|
397176
|
+
{
|
|
397177
|
+
"name": "shouldMirrorIconInRTL",
|
|
397178
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/Button.tsx"
|
|
397179
|
+
}
|
|
397180
|
+
],
|
|
397181
|
+
"tags": {
|
|
397182
|
+
"default": "false"
|
|
397183
|
+
},
|
|
397184
|
+
"defaultValue": {
|
|
397185
|
+
"kind": "boolean",
|
|
397186
|
+
"value": false
|
|
397187
|
+
}
|
|
397188
|
+
},
|
|
396097
397189
|
{
|
|
396098
397190
|
"kind": "property",
|
|
396099
397191
|
"name": "size",
|
|
@@ -396155,29 +397247,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
396155
397247
|
],
|
|
396156
397248
|
"tags": {}
|
|
396157
397249
|
},
|
|
396158
|
-
{
|
|
396159
|
-
"kind": "property",
|
|
396160
|
-
"name": "shouldMirrorIcon",
|
|
396161
|
-
"required": false,
|
|
396162
|
-
"type": {
|
|
396163
|
-
"kind": "primitive",
|
|
396164
|
-
"value": "boolean"
|
|
396165
|
-
},
|
|
396166
|
-
"description": "If set to `true`, transform the icon's x-axis to mirror the graphic",
|
|
396167
|
-
"declarations": [
|
|
396168
|
-
{
|
|
396169
|
-
"name": "shouldMirrorIcon",
|
|
396170
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
396171
|
-
}
|
|
396172
|
-
],
|
|
396173
|
-
"tags": {
|
|
396174
|
-
"default": "false"
|
|
396175
|
-
},
|
|
396176
|
-
"defaultValue": {
|
|
396177
|
-
"kind": "boolean",
|
|
396178
|
-
"value": false
|
|
396179
|
-
}
|
|
396180
|
-
},
|
|
396181
397250
|
{
|
|
396182
397251
|
"kind": "property",
|
|
396183
397252
|
"name": "fill",
|
|
@@ -396253,7 +397322,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
396253
397322
|
"kind": "primitive",
|
|
396254
397323
|
"value": "boolean"
|
|
396255
397324
|
},
|
|
396256
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
397325
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
396257
397326
|
"declarations": [
|
|
396258
397327
|
{
|
|
396259
397328
|
"name": "shouldMirror",
|
|
@@ -396268,6 +397337,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
396268
397337
|
"value": false
|
|
396269
397338
|
}
|
|
396270
397339
|
},
|
|
397340
|
+
{
|
|
397341
|
+
"kind": "property",
|
|
397342
|
+
"name": "shouldMirrorInRTL",
|
|
397343
|
+
"required": false,
|
|
397344
|
+
"type": {
|
|
397345
|
+
"kind": "primitive",
|
|
397346
|
+
"value": "boolean"
|
|
397347
|
+
},
|
|
397348
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
397349
|
+
"declarations": [
|
|
397350
|
+
{
|
|
397351
|
+
"name": "shouldMirrorInRTL",
|
|
397352
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
397353
|
+
}
|
|
397354
|
+
],
|
|
397355
|
+
"tags": {
|
|
397356
|
+
"default": "false"
|
|
397357
|
+
},
|
|
397358
|
+
"defaultValue": {
|
|
397359
|
+
"kind": "boolean",
|
|
397360
|
+
"value": false
|
|
397361
|
+
}
|
|
397362
|
+
},
|
|
396271
397363
|
{
|
|
396272
397364
|
"kind": "property",
|
|
396273
397365
|
"name": "cs",
|
|
@@ -397471,7 +398563,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
397471
398563
|
"kind": "primitive",
|
|
397472
398564
|
"value": "boolean"
|
|
397473
398565
|
},
|
|
397474
|
-
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic",
|
|
398566
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic. Use this if you want to\nalways mirror the icon regardless of the content direction. If the SVG should mirror only when\nin an right-to-left language, use `shouldMirrorInRTL` instead.",
|
|
397475
398567
|
"declarations": [
|
|
397476
398568
|
{
|
|
397477
398569
|
"name": "shouldMirror",
|
|
@@ -397486,6 +398578,29 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
397486
398578
|
"value": false
|
|
397487
398579
|
}
|
|
397488
398580
|
},
|
|
398581
|
+
{
|
|
398582
|
+
"kind": "property",
|
|
398583
|
+
"name": "shouldMirrorInRTL",
|
|
398584
|
+
"required": false,
|
|
398585
|
+
"type": {
|
|
398586
|
+
"kind": "primitive",
|
|
398587
|
+
"value": "boolean"
|
|
398588
|
+
},
|
|
398589
|
+
"description": "If set to `true`, transform the SVG's x-axis to mirror the graphic when the content direction\nis `rtl`. Icons don't have enough context to know if they should be mirrored in all cases.\nSetting this to `true` indicates the icon should be mirrored in right-to-left languages.",
|
|
398590
|
+
"declarations": [
|
|
398591
|
+
{
|
|
398592
|
+
"name": "shouldMirrorInRTL",
|
|
398593
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/Svg.tsx"
|
|
398594
|
+
}
|
|
398595
|
+
],
|
|
398596
|
+
"tags": {
|
|
398597
|
+
"default": "false"
|
|
398598
|
+
},
|
|
398599
|
+
"defaultValue": {
|
|
398600
|
+
"kind": "boolean",
|
|
398601
|
+
"value": false
|
|
398602
|
+
}
|
|
398603
|
+
},
|
|
397489
398604
|
{
|
|
397490
398605
|
"kind": "property",
|
|
397491
398606
|
"name": "cs",
|