@workday/canvas-kit-docs 12.0.0-alpha.852-next.0 → 12.0.0-alpha.855-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.
@@ -98521,24 +98521,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
98521
98521
  ],
98522
98522
  "tags": {}
98523
98523
  },
98524
- {
98525
- "kind": "property",
98526
- "name": "theme",
98527
- "required": false,
98528
- "type": {
98529
- "kind": "symbol",
98530
- "name": "EmotionCanvasTheme",
98531
- "value": "EmotionCanvasTheme"
98532
- },
98533
- "description": "",
98534
- "declarations": [
98535
- {
98536
- "name": "theme",
98537
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/theming/types.ts"
98538
- }
98539
- ],
98540
- "tags": {}
98541
- },
98542
98524
  {
98543
98525
  "kind": "property",
98544
98526
  "name": "grow",
@@ -99135,24 +99117,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
99135
99117
  ],
99136
99118
  "tags": {}
99137
99119
  },
99138
- {
99139
- "kind": "property",
99140
- "name": "theme",
99141
- "required": false,
99142
- "type": {
99143
- "kind": "symbol",
99144
- "name": "EmotionCanvasTheme",
99145
- "value": "EmotionCanvasTheme"
99146
- },
99147
- "description": "",
99148
- "declarations": [
99149
- {
99150
- "name": "theme",
99151
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/theming/types.ts"
99152
- }
99153
- ],
99154
- "tags": {}
99155
- },
99156
99120
  {
99157
99121
  "kind": "property",
99158
99122
  "name": "grow",
@@ -179692,24 +179656,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
179692
179656
  "value": 55
179693
179657
  }
179694
179658
  },
179695
- {
179696
- "kind": "property",
179697
- "name": "theme",
179698
- "required": false,
179699
- "type": {
179700
- "kind": "symbol",
179701
- "name": "EmotionCanvasTheme",
179702
- "value": "EmotionCanvasTheme"
179703
- },
179704
- "description": "",
179705
- "declarations": [
179706
- {
179707
- "name": "theme",
179708
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/theming/types.ts"
179709
- }
179710
- ],
179711
- "tags": {}
179712
- },
179713
179659
  {
179714
179660
  "kind": "property",
179715
179661
  "name": "grow",
@@ -207764,39 +207710,164 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
207764
207710
  },
207765
207711
  {
207766
207712
  "kind": "property",
207767
- "name": "theme",
207713
+ "name": "grow",
207768
207714
  "required": false,
207769
207715
  "type": {
207770
- "kind": "symbol",
207771
- "name": "EmotionCanvasTheme",
207772
- "value": "EmotionCanvasTheme"
207716
+ "kind": "primitive",
207717
+ "value": "boolean"
207773
207718
  },
207774
- "description": "",
207719
+ "description": "True if the component should grow to its container's width. False otherwise.",
207775
207720
  "declarations": [
207776
207721
  {
207777
- "name": "theme",
207778
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/theming/types.ts"
207722
+ "name": "grow",
207723
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/types.ts"
207779
207724
  }
207780
207725
  ],
207781
207726
  "tags": {}
207782
207727
  },
207783
207728
  {
207784
207729
  "kind": "property",
207785
- "name": "grow",
207730
+ "name": "cs",
207786
207731
  "required": false,
207787
207732
  "type": {
207788
- "kind": "primitive",
207789
- "value": "boolean"
207733
+ "kind": "symbol",
207734
+ "name": "CSToPropsInput",
207735
+ "value": "CSToPropsInput"
207790
207736
  },
207791
- "description": "True if the component should grow to its container's width. False otherwise.",
207737
+ "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles} instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
207792
207738
  "declarations": [
207793
207739
  {
207794
- "name": "grow",
207795
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/types.ts"
207740
+ "name": "cs",
207741
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
207796
207742
  }
207797
207743
  ],
207798
207744
  "tags": {}
207799
207745
  },
207746
+ {
207747
+ "kind": "property",
207748
+ "name": "children",
207749
+ "description": "",
207750
+ "tags": {},
207751
+ "declarations": [],
207752
+ "type": {
207753
+ "kind": "external",
207754
+ "name": "React.ReactNode",
207755
+ "url": "https://reactjs.org/docs/rendering-elements.html"
207756
+ }
207757
+ },
207758
+ {
207759
+ "kind": "property",
207760
+ "name": "as",
207761
+ "description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
207762
+ "tags": {},
207763
+ "declarations": [],
207764
+ "type": {
207765
+ "kind": "external",
207766
+ "name": "React.ElementType",
207767
+ "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
207768
+ },
207769
+ "defaultValue": {
207770
+ "kind": "symbol",
207771
+ "name": "TextInput"
207772
+ }
207773
+ },
207774
+ {
207775
+ "kind": "property",
207776
+ "name": "ref",
207777
+ "description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
207778
+ "tags": {},
207779
+ "declarations": [],
207780
+ "type": {
207781
+ "kind": "external",
207782
+ "name": "React.Ref",
207783
+ "url": "https://reactjs.org/docs/refs-and-the-dom.html",
207784
+ "typeParameters": [
207785
+ {
207786
+ "kind": "typeParameter",
207787
+ "name": "R",
207788
+ "required": true,
207789
+ "defaultValue": {
207790
+ "kind": "symbol",
207791
+ "name": "TextInput"
207792
+ }
207793
+ }
207794
+ ]
207795
+ }
207796
+ },
207797
+ {
207798
+ "kind": "property",
207799
+ "name": "model",
207800
+ "description": "Optional model to pass to the component. This will override the default model created for the component. This can be useful if you want to access to the state and events of the model, or if you have nested components of the same type and you need to override the model provided by React Context.",
207801
+ "tags": {},
207802
+ "declarations": [],
207803
+ "type": {
207804
+ "kind": "symbol",
207805
+ "name": "SelectModel"
207806
+ }
207807
+ },
207808
+ {
207809
+ "kind": "property",
207810
+ "name": "elemPropsHook",
207811
+ "description": "Optional hook that receives the model and all props to be applied to the element. If you use this, it is your responsibility to return props, merging as appropriate. For example, returning an empty object will disable all elemProps hooks associated with this component. This allows finer control over a component without creating a new one.",
207812
+ "tags": {},
207813
+ "declarations": [],
207814
+ "type": {
207815
+ "kind": "function",
207816
+ "parameters": [
207817
+ {
207818
+ "kind": "parameter",
207819
+ "description": "",
207820
+ "tags": {},
207821
+ "declarations": [],
207822
+ "name": "model",
207823
+ "type": {
207824
+ "kind": "symbol",
207825
+ "name": "SelectModel"
207826
+ },
207827
+ "required": true
207828
+ },
207829
+ {
207830
+ "kind": "parameter",
207831
+ "description": "",
207832
+ "tags": {},
207833
+ "declarations": [],
207834
+ "name": "elemProps",
207835
+ "type": {
207836
+ "kind": "generic",
207837
+ "name": "TProps"
207838
+ }
207839
+ }
207840
+ ],
207841
+ "returnType": {
207842
+ "kind": "external",
207843
+ "name": "HTML Attributes",
207844
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes"
207845
+ }
207846
+ }
207847
+ }
207848
+ ],
207849
+ "baseElement": {
207850
+ "kind": "symbol",
207851
+ "name": "TextInput"
207852
+ },
207853
+ "model": "SelectModel"
207854
+ }
207855
+ },
207856
+ {
207857
+ "name": "SelectItem",
207858
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/select/lib/Select.tsx",
207859
+ "description": "",
207860
+ "declarations": [
207861
+ {
207862
+ "name": "SelectItem",
207863
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/select/lib/Select.tsx"
207864
+ }
207865
+ ],
207866
+ "tags": {},
207867
+ "type": {
207868
+ "kind": "enhancedComponent",
207869
+ "componentType": "subcomponent",
207870
+ "props": [
207800
207871
  {
207801
207872
  "kind": "property",
207802
207873
  "name": "cs",
@@ -207814,225 +207885,82 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
207814
207885
  }
207815
207886
  ],
207816
207887
  "tags": {}
207817
- },
207818
- {
207819
- "kind": "property",
207820
- "name": "children",
207821
- "description": "",
207822
- "tags": {},
207823
- "declarations": [],
207824
- "type": {
207825
- "kind": "external",
207826
- "name": "React.ReactNode",
207827
- "url": "https://reactjs.org/docs/rendering-elements.html"
207828
- }
207829
- },
207830
- {
207831
- "kind": "property",
207832
- "name": "as",
207833
- "description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
207834
- "tags": {},
207835
- "declarations": [],
207836
- "type": {
207837
- "kind": "external",
207838
- "name": "React.ElementType",
207839
- "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
207840
- },
207841
- "defaultValue": {
207842
- "kind": "symbol",
207843
- "name": "TextInput"
207844
- }
207845
- },
207846
- {
207847
- "kind": "property",
207848
- "name": "ref",
207849
- "description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
207850
- "tags": {},
207851
- "declarations": [],
207852
- "type": {
207853
- "kind": "external",
207854
- "name": "React.Ref",
207855
- "url": "https://reactjs.org/docs/refs-and-the-dom.html",
207856
- "typeParameters": [
207857
- {
207858
- "kind": "typeParameter",
207859
- "name": "R",
207860
- "required": true,
207861
- "defaultValue": {
207862
- "kind": "symbol",
207863
- "name": "TextInput"
207864
- }
207865
- }
207866
- ]
207867
- }
207868
- },
207869
- {
207870
- "kind": "property",
207871
- "name": "model",
207872
- "description": "Optional model to pass to the component. This will override the default model created for the component. This can be useful if you want to access to the state and events of the model, or if you have nested components of the same type and you need to override the model provided by React Context.",
207873
- "tags": {},
207874
- "declarations": [],
207875
- "type": {
207876
- "kind": "symbol",
207877
- "name": "SelectModel"
207878
- }
207879
- },
207880
- {
207881
- "kind": "property",
207882
- "name": "elemPropsHook",
207883
- "description": "Optional hook that receives the model and all props to be applied to the element. If you use this, it is your responsibility to return props, merging as appropriate. For example, returning an empty object will disable all elemProps hooks associated with this component. This allows finer control over a component without creating a new one.",
207884
- "tags": {},
207885
- "declarations": [],
207886
- "type": {
207887
- "kind": "function",
207888
- "parameters": [
207889
- {
207890
- "kind": "parameter",
207891
- "description": "",
207892
- "tags": {},
207893
- "declarations": [],
207894
- "name": "model",
207895
- "type": {
207896
- "kind": "symbol",
207897
- "name": "SelectModel"
207898
- },
207899
- "required": true
207900
- },
207901
- {
207902
- "kind": "parameter",
207903
- "description": "",
207904
- "tags": {},
207905
- "declarations": [],
207906
- "name": "elemProps",
207907
- "type": {
207908
- "kind": "generic",
207909
- "name": "TProps"
207910
- }
207911
- }
207912
- ],
207913
- "returnType": {
207914
- "kind": "external",
207915
- "name": "HTML Attributes",
207916
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes"
207917
- }
207918
- }
207919
- }
207920
- ],
207921
- "baseElement": {
207922
- "kind": "symbol",
207923
- "name": "TextInput"
207924
- },
207925
- "model": "SelectModel"
207926
- }
207927
- },
207928
- {
207929
- "name": "SelectItem",
207930
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/select/lib/Select.tsx",
207931
- "description": "",
207932
- "declarations": [
207933
- {
207934
- "name": "SelectItem",
207935
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/select/lib/Select.tsx"
207936
- }
207937
- ],
207938
- "tags": {},
207939
- "type": {
207940
- "kind": "enhancedComponent",
207941
- "componentType": "subcomponent",
207942
- "props": [
207943
- {
207944
- "kind": "property",
207945
- "name": "cs",
207946
- "required": false,
207947
- "type": {
207948
- "kind": "symbol",
207949
- "name": "CSToPropsInput",
207950
- "value": "CSToPropsInput"
207951
- },
207952
- "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles} instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
207953
- "declarations": [
207954
- {
207955
- "name": "cs",
207956
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
207957
- }
207958
- ],
207959
- "tags": {}
207960
- },
207961
- {
207962
- "kind": "property",
207963
- "name": "ref",
207964
- "required": false,
207965
- "type": {
207966
- "kind": "generic",
207967
- "name": "ExtractRef"
207968
- },
207969
- "description": "Optional ref. If the component represents an element, this ref will be a reference to the\nreal DOM element of the component. If `as` is set to an element, it will be that element.\nIf `as` is a component, the reference will be to that component (or element if the component\nuses `React.forwardRef`).",
207970
- "declarations": [
207971
- {
207972
- "name": "ref",
207973
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/components.ts"
207974
- }
207975
- ],
207976
- "tags": {}
207977
- },
207978
- {
207979
- "kind": "property",
207980
- "name": "theme",
207981
- "required": false,
207982
- "type": {
207983
- "kind": "symbol",
207984
- "name": "Theme",
207985
- "value": "Theme"
207986
- },
207987
- "description": "",
207988
- "declarations": [
207989
- {
207990
- "name": "theme",
207991
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@emotion/styled/types/base.d.ts"
207992
- }
207993
- ],
207994
- "tags": {}
207995
- },
207996
- {
207997
- "kind": "property",
207998
- "name": "as",
207999
- "required": false,
208000
- "type": {
208001
- "kind": "symbol",
208002
- "name": "React.ElementType",
208003
- "value": "ElementType<P>"
208004
- },
208005
- "description": "",
208006
- "declarations": [
208007
- {
208008
- "name": "as",
208009
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/components.ts"
208010
- }
208011
- ],
208012
- "tags": {}
208013
- },
208014
- {
208015
- "kind": "property",
208016
- "name": "isDisabled",
208017
- "required": false,
208018
- "type": {
208019
- "kind": "primitive",
208020
- "value": "boolean"
208021
- },
208022
- "description": "If true, set the StyledMenuItem to the disabled state so it is not clickable.",
208023
- "declarations": [
208024
- {
208025
- "name": "isDisabled",
208026
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuItem.tsx"
208027
- }
208028
- ],
208029
- "tags": {
208030
- "default": "false"
208031
- },
208032
- "defaultValue": {
208033
- "kind": "boolean",
208034
- "value": false
208035
- }
207888
+ },
207889
+ {
207890
+ "kind": "property",
207891
+ "name": "ref",
207892
+ "required": false,
207893
+ "type": {
207894
+ "kind": "generic",
207895
+ "name": "ExtractRef"
207896
+ },
207897
+ "description": "Optional ref. If the component represents an element, this ref will be a reference to the\nreal DOM element of the component. If `as` is set to an element, it will be that element.\nIf `as` is a component, the reference will be to that component (or element if the component\nuses `React.forwardRef`).",
207898
+ "declarations": [
207899
+ {
207900
+ "name": "ref",
207901
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/components.ts"
207902
+ }
207903
+ ],
207904
+ "tags": {}
207905
+ },
207906
+ {
207907
+ "kind": "property",
207908
+ "name": "theme",
207909
+ "required": false,
207910
+ "type": {
207911
+ "kind": "symbol",
207912
+ "name": "Theme",
207913
+ "value": "Theme"
207914
+ },
207915
+ "description": "",
207916
+ "declarations": [
207917
+ {
207918
+ "name": "theme",
207919
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@emotion/styled/types/base.d.ts"
207920
+ }
207921
+ ],
207922
+ "tags": {}
207923
+ },
207924
+ {
207925
+ "kind": "property",
207926
+ "name": "as",
207927
+ "required": false,
207928
+ "type": {
207929
+ "kind": "symbol",
207930
+ "name": "React.ElementType",
207931
+ "value": "ElementType<P>"
207932
+ },
207933
+ "description": "",
207934
+ "declarations": [
207935
+ {
207936
+ "name": "as",
207937
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/components.ts"
207938
+ }
207939
+ ],
207940
+ "tags": {}
207941
+ },
207942
+ {
207943
+ "kind": "property",
207944
+ "name": "isDisabled",
207945
+ "required": false,
207946
+ "type": {
207947
+ "kind": "primitive",
207948
+ "value": "boolean"
207949
+ },
207950
+ "description": "If true, set the StyledMenuItem to the disabled state so it is not clickable.",
207951
+ "declarations": [
207952
+ {
207953
+ "name": "isDisabled",
207954
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuItem.tsx"
207955
+ }
207956
+ ],
207957
+ "tags": {
207958
+ "default": "false"
207959
+ },
207960
+ "defaultValue": {
207961
+ "kind": "boolean",
207962
+ "value": false
207963
+ }
208036
207964
  },
208037
207965
  {
208038
207966
  "kind": "property",
@@ -231508,6 +231436,33 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
231508
231436
  ]
231509
231437
  }
231510
231438
  },
231439
+ {
231440
+ "name": "ValueOf",
231441
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx",
231442
+ "description": "",
231443
+ "declarations": [
231444
+ {
231445
+ "name": "ValueOf",
231446
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
231447
+ }
231448
+ ],
231449
+ "tags": {},
231450
+ "type": {
231451
+ "kind": "type",
231452
+ "typeParameters": [
231453
+ {
231454
+ "kind": "typeParameter",
231455
+ "name": "T",
231456
+ "required": true
231457
+ }
231458
+ ],
231459
+ "value": {
231460
+ "kind": "symbol",
231461
+ "name": "ValueOf",
231462
+ "value": "ValueOf<T>"
231463
+ }
231464
+ }
231465
+ },
231511
231466
  {
231512
231467
  "name": "TextAreaProps",
231513
231468
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx",
@@ -231537,227 +231492,686 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
231537
231492
  "tags": {},
231538
231493
  "type": {
231539
231494
  "kind": "object",
231540
- "typeParameters": [],
231541
231495
  "properties": [
231542
231496
  {
231543
231497
  "kind": "property",
231544
231498
  "name": "None",
231499
+ "defaultValue": {
231500
+ "kind": "string",
231501
+ "value": "none"
231502
+ },
231545
231503
  "type": {
231546
231504
  "kind": "string",
231547
231505
  "value": "none"
231548
- }
231506
+ },
231507
+ "required": true,
231508
+ "description": "",
231509
+ "declarations": [
231510
+ {
231511
+ "name": "None",
231512
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
231513
+ }
231514
+ ],
231515
+ "tags": {}
231549
231516
  },
231550
231517
  {
231551
231518
  "kind": "property",
231552
231519
  "name": "Both",
231520
+ "defaultValue": {
231521
+ "kind": "string",
231522
+ "value": "both"
231523
+ },
231553
231524
  "type": {
231554
231525
  "kind": "string",
231555
231526
  "value": "both"
231556
- }
231527
+ },
231528
+ "required": true,
231529
+ "description": "",
231530
+ "declarations": [
231531
+ {
231532
+ "name": "Both",
231533
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
231534
+ }
231535
+ ],
231536
+ "tags": {}
231557
231537
  },
231558
231538
  {
231559
231539
  "kind": "property",
231560
231540
  "name": "Horizontal",
231541
+ "defaultValue": {
231542
+ "kind": "string",
231543
+ "value": "horizontal"
231544
+ },
231561
231545
  "type": {
231562
231546
  "kind": "string",
231563
231547
  "value": "horizontal"
231564
- }
231548
+ },
231549
+ "required": true,
231550
+ "description": "",
231551
+ "declarations": [
231552
+ {
231553
+ "name": "Horizontal",
231554
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
231555
+ }
231556
+ ],
231557
+ "tags": {}
231565
231558
  },
231566
231559
  {
231567
231560
  "kind": "property",
231568
231561
  "name": "Vertical",
231562
+ "defaultValue": {
231563
+ "kind": "string",
231564
+ "value": "vertical"
231565
+ },
231569
231566
  "type": {
231570
231567
  "kind": "string",
231571
231568
  "value": "vertical"
231572
- }
231569
+ },
231570
+ "required": true,
231571
+ "description": "",
231572
+ "declarations": [
231573
+ {
231574
+ "name": "Vertical",
231575
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
231576
+ }
231577
+ ],
231578
+ "tags": {}
231573
231579
  }
231574
- ],
231575
- "callSignatures": []
231580
+ ]
231576
231581
  }
231577
231582
  },
231578
231583
  {
231579
- "name": "TextArea",
231584
+ "name": "textAreaStencil",
231580
231585
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx",
231581
231586
  "description": "",
231582
231587
  "declarations": [
231583
231588
  {
231584
- "name": "TextArea",
231589
+ "name": "textAreaStencil",
231585
231590
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
231586
231591
  }
231587
231592
  ],
231588
231593
  "tags": {},
231589
231594
  "type": {
231590
- "kind": "enhancedComponent",
231591
- "componentType": "regular",
231592
- "displayName": "TextArea",
231593
- "props": [
231595
+ "kind": "function",
231596
+ "parameters": [
231594
231597
  {
231595
- "kind": "property",
231596
- "name": "disabled",
231597
- "required": false,
231598
+ "kind": "parameter",
231599
+ "name": "options",
231598
231600
  "type": {
231599
- "kind": "primitive",
231600
- "value": "boolean"
231601
+ "kind": "conditional",
231602
+ "check": {
231603
+ "kind": "tuple",
231604
+ "value": [
231605
+ {
231606
+ "kind": "symbol",
231607
+ "name": "E",
231608
+ "value": "E"
231609
+ }
231610
+ ]
231611
+ },
231612
+ "extends": {
231613
+ "kind": "tuple",
231614
+ "value": [
231615
+ {
231616
+ "kind": "primitive",
231617
+ "value": "never"
231618
+ }
231619
+ ]
231620
+ },
231621
+ "trueType": {
231622
+ "kind": "intersection",
231623
+ "value": [
231624
+ {
231625
+ "kind": "symbol",
231626
+ "name": "ModifierValuesStencil",
231627
+ "typeParameters": [
231628
+ {
231629
+ "kind": "symbol",
231630
+ "name": "M",
231631
+ "value": "M"
231632
+ },
231633
+ {
231634
+ "kind": "symbol",
231635
+ "name": "V",
231636
+ "value": "V"
231637
+ }
231638
+ ],
231639
+ "value": "ModifierValuesStencil<M, V>"
231640
+ },
231641
+ {
231642
+ "kind": "symbol",
231643
+ "name": "VariableValuesStencil",
231644
+ "typeParameters": [
231645
+ {
231646
+ "kind": "symbol",
231647
+ "name": "V",
231648
+ "value": "V"
231649
+ }
231650
+ ],
231651
+ "value": "VariableValuesStencil<V>"
231652
+ }
231653
+ ]
231654
+ },
231655
+ "falseType": {
231656
+ "kind": "conditional",
231657
+ "check": {
231658
+ "kind": "symbol",
231659
+ "name": "E",
231660
+ "value": "E"
231661
+ },
231662
+ "extends": {
231663
+ "kind": "symbol",
231664
+ "name": "BaseStencil",
231665
+ "typeParameters": [
231666
+ {
231667
+ "kind": "infer",
231668
+ "value": {
231669
+ "kind": "typeParameter",
231670
+ "name": "ME",
231671
+ "required": true
231672
+ }
231673
+ },
231674
+ {
231675
+ "kind": "infer",
231676
+ "value": {
231677
+ "kind": "typeParameter",
231678
+ "name": "VE",
231679
+ "required": true
231680
+ }
231681
+ },
231682
+ {
231683
+ "kind": "primitive",
231684
+ "value": "any"
231685
+ },
231686
+ {
231687
+ "kind": "primitive",
231688
+ "value": "any"
231689
+ }
231690
+ ],
231691
+ "value": "BaseStencil<M, V, E, ID>"
231692
+ },
231693
+ "trueType": {
231694
+ "kind": "intersection",
231695
+ "value": [
231696
+ {
231697
+ "kind": "symbol",
231698
+ "name": "ModifierValuesStencil",
231699
+ "typeParameters": [
231700
+ {
231701
+ "kind": "intersection",
231702
+ "value": [
231703
+ {
231704
+ "kind": "symbol",
231705
+ "name": "ME",
231706
+ "value": "ME"
231707
+ },
231708
+ {
231709
+ "kind": "symbol",
231710
+ "name": "M",
231711
+ "value": "M"
231712
+ }
231713
+ ]
231714
+ }
231715
+ ],
231716
+ "value": "ModifierValuesStencil<M, V>"
231717
+ },
231718
+ {
231719
+ "kind": "symbol",
231720
+ "name": "VariableValuesStencil",
231721
+ "typeParameters": [
231722
+ {
231723
+ "kind": "intersection",
231724
+ "value": [
231725
+ {
231726
+ "kind": "symbol",
231727
+ "name": "VE",
231728
+ "value": "VE"
231729
+ },
231730
+ {
231731
+ "kind": "symbol",
231732
+ "name": "V",
231733
+ "value": "V"
231734
+ }
231735
+ ]
231736
+ }
231737
+ ],
231738
+ "value": "VariableValuesStencil<V>"
231739
+ }
231740
+ ]
231741
+ },
231742
+ "falseType": {
231743
+ "kind": "primitive",
231744
+ "value": "never"
231745
+ }
231746
+ }
231601
231747
  },
231602
- "description": "If true, set the TextArea to the disabled state.",
231748
+ "required": false,
231749
+ "rest": false,
231750
+ "description": "",
231603
231751
  "declarations": [
231604
231752
  {
231605
- "name": "disabled",
231606
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
231753
+ "name": "options",
231754
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
231607
231755
  }
231608
231756
  ],
231609
- "tags": {
231610
- "default": "false"
231757
+ "tags": {}
231758
+ }
231759
+ ],
231760
+ "members": [
231761
+ {
231762
+ "kind": "property",
231763
+ "name": "vars",
231764
+ "required": true,
231765
+ "type": {
231766
+ "kind": "symbol",
231767
+ "name": "StencilDefaultVars",
231768
+ "typeParameters": [
231769
+ {
231770
+ "kind": "symbol",
231771
+ "name": "V",
231772
+ "value": "V"
231773
+ },
231774
+ {
231775
+ "kind": "symbol",
231776
+ "name": "E",
231777
+ "value": "E"
231778
+ },
231779
+ {
231780
+ "kind": "symbol",
231781
+ "name": "ID",
231782
+ "value": "ID"
231783
+ }
231784
+ ],
231785
+ "value": "StencilDefaultVars<V, E, ID>"
231611
231786
  },
231612
- "defaultValue": {
231613
- "kind": "boolean",
231614
- "value": false
231615
- }
231787
+ "description": "",
231788
+ "declarations": [
231789
+ {
231790
+ "name": "vars",
231791
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
231792
+ }
231793
+ ],
231794
+ "tags": {}
231616
231795
  },
231617
231796
  {
231618
231797
  "kind": "property",
231619
- "name": "error",
231620
- "required": false,
231798
+ "name": "base",
231799
+ "required": true,
231621
231800
  "type": {
231622
- "kind": "symbol",
231623
- "name": "ErrorType",
231624
- "value": "ErrorType"
231801
+ "kind": "primitive",
231802
+ "value": "string"
231625
231803
  },
231626
- "description": "The type of error associated with the TextArea (if applicable).",
231804
+ "description": "",
231627
231805
  "declarations": [
231628
231806
  {
231629
- "name": "error",
231630
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
231807
+ "name": "base",
231808
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
231631
231809
  }
231632
231810
  ],
231633
231811
  "tags": {}
231634
231812
  },
231635
231813
  {
231636
231814
  "kind": "property",
231637
- "name": "onChange",
231638
- "required": false,
231815
+ "name": "modifiers",
231816
+ "required": true,
231639
231817
  "type": {
231640
- "kind": "function",
231641
- "parameters": [
231642
- {
231643
- "kind": "parameter",
231644
- "name": "e",
231645
- "type": {
231818
+ "kind": "conditional",
231819
+ "check": {
231820
+ "kind": "tuple",
231821
+ "value": [
231822
+ {
231646
231823
  "kind": "symbol",
231647
- "name": "React.ChangeEvent",
231824
+ "name": "E",
231825
+ "value": "E"
231826
+ }
231827
+ ]
231828
+ },
231829
+ "extends": {
231830
+ "kind": "tuple",
231831
+ "value": [
231832
+ {
231833
+ "kind": "symbol",
231834
+ "name": "BaseStencil",
231648
231835
  "typeParameters": [
231649
231836
  {
231650
- "kind": "symbol",
231651
- "name": "HTMLTextAreaElement",
231652
- "value": "HTMLTextAreaElement"
231837
+ "kind": "infer",
231838
+ "value": {
231839
+ "kind": "typeParameter",
231840
+ "name": "ME",
231841
+ "required": true
231842
+ }
231843
+ },
231844
+ {
231845
+ "kind": "infer",
231846
+ "value": {
231847
+ "kind": "typeParameter",
231848
+ "name": "VE",
231849
+ "required": true
231850
+ }
231851
+ },
231852
+ {
231853
+ "kind": "primitive",
231854
+ "value": "any"
231855
+ },
231856
+ {
231857
+ "kind": "primitive",
231858
+ "value": "any"
231653
231859
  }
231654
231860
  ],
231655
- "value": "ChangeEvent<T>"
231861
+ "value": "BaseStencil<M, V, E, ID>"
231862
+ }
231863
+ ]
231864
+ },
231865
+ "trueType": {
231866
+ "kind": "symbol",
231867
+ "name": "StencilModifierReturn",
231868
+ "typeParameters": [
231869
+ {
231870
+ "kind": "intersection",
231871
+ "value": [
231872
+ {
231873
+ "kind": "symbol",
231874
+ "name": "ME",
231875
+ "value": "ME"
231876
+ },
231877
+ {
231878
+ "kind": "symbol",
231879
+ "name": "M",
231880
+ "value": "M"
231881
+ }
231882
+ ]
231656
231883
  },
231657
- "required": true,
231658
- "rest": false,
231659
- "description": "",
231660
- "declarations": [
231661
- {
231662
- "name": "e",
231663
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
231664
- }
231665
- ],
231666
- "tags": {}
231667
- }
231668
- ],
231669
- "members": [],
231670
- "returnType": {
231671
- "kind": "primitive",
231672
- "value": "void"
231884
+ {
231885
+ "kind": "intersection",
231886
+ "value": [
231887
+ {
231888
+ "kind": "symbol",
231889
+ "name": "VE",
231890
+ "value": "VE"
231891
+ },
231892
+ {
231893
+ "kind": "symbol",
231894
+ "name": "V",
231895
+ "value": "V"
231896
+ }
231897
+ ]
231898
+ }
231899
+ ],
231900
+ "value": "StencilModifierReturn<M, V>"
231901
+ },
231902
+ "falseType": {
231903
+ "kind": "symbol",
231904
+ "name": "StencilModifierReturn",
231905
+ "typeParameters": [
231906
+ {
231907
+ "kind": "symbol",
231908
+ "name": "M",
231909
+ "value": "M"
231910
+ },
231911
+ {
231912
+ "kind": "symbol",
231913
+ "name": "V",
231914
+ "value": "V"
231915
+ }
231916
+ ],
231917
+ "value": "StencilModifierReturn<M, V>"
231673
231918
  }
231674
231919
  },
231675
- "description": "The function called when the TextArea state changes.",
231920
+ "description": "",
231676
231921
  "declarations": [
231677
231922
  {
231678
- "name": "onChange",
231679
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
231923
+ "name": "modifiers",
231924
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
231680
231925
  }
231681
231926
  ],
231682
231927
  "tags": {}
231683
231928
  },
231684
231929
  {
231685
231930
  "kind": "property",
231686
- "name": "placeholder",
231687
- "required": false,
231931
+ "name": "defaultModifiers",
231932
+ "required": true,
231688
231933
  "type": {
231689
- "kind": "primitive",
231690
- "value": "string"
231934
+ "kind": "conditional",
231935
+ "check": {
231936
+ "kind": "tuple",
231937
+ "value": [
231938
+ {
231939
+ "kind": "symbol",
231940
+ "name": "E",
231941
+ "value": "E"
231942
+ }
231943
+ ]
231944
+ },
231945
+ "extends": {
231946
+ "kind": "tuple",
231947
+ "value": [
231948
+ {
231949
+ "kind": "symbol",
231950
+ "name": "BaseStencil",
231951
+ "typeParameters": [
231952
+ {
231953
+ "kind": "infer",
231954
+ "value": {
231955
+ "kind": "typeParameter",
231956
+ "name": "ME",
231957
+ "required": true
231958
+ }
231959
+ },
231960
+ {
231961
+ "kind": "primitive",
231962
+ "value": "any"
231963
+ },
231964
+ {
231965
+ "kind": "primitive",
231966
+ "value": "any"
231967
+ },
231968
+ {
231969
+ "kind": "primitive",
231970
+ "value": "any"
231971
+ }
231972
+ ],
231973
+ "value": "BaseStencil<M, V, E, ID>"
231974
+ }
231975
+ ]
231976
+ },
231977
+ "trueType": {
231978
+ "kind": "symbol",
231979
+ "name": "StencilDefaultModifierReturn",
231980
+ "typeParameters": [
231981
+ {
231982
+ "kind": "intersection",
231983
+ "value": [
231984
+ {
231985
+ "kind": "symbol",
231986
+ "name": "ME",
231987
+ "value": "ME"
231988
+ },
231989
+ {
231990
+ "kind": "symbol",
231991
+ "name": "M",
231992
+ "value": "M"
231993
+ }
231994
+ ]
231995
+ }
231996
+ ],
231997
+ "value": "StencilDefaultModifierReturn<M>"
231998
+ },
231999
+ "falseType": {
232000
+ "kind": "symbol",
232001
+ "name": "StencilDefaultModifierReturn",
232002
+ "typeParameters": [
232003
+ {
232004
+ "kind": "symbol",
232005
+ "name": "M",
232006
+ "value": "M"
232007
+ }
232008
+ ],
232009
+ "value": "StencilDefaultModifierReturn<M>"
232010
+ }
231691
232011
  },
231692
- "description": "The placeholder text of the TextArea.",
232012
+ "description": "",
231693
232013
  "declarations": [
231694
232014
  {
231695
- "name": "placeholder",
231696
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
232015
+ "name": "defaultModifiers",
232016
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
231697
232017
  }
231698
232018
  ],
231699
232019
  "tags": {}
231700
232020
  },
231701
232021
  {
231702
232022
  "kind": "property",
231703
- "name": "readOnly",
232023
+ "name": "__extends",
231704
232024
  "required": false,
231705
232025
  "type": {
231706
- "kind": "primitive",
231707
- "value": "boolean"
232026
+ "kind": "symbol",
232027
+ "name": "E",
232028
+ "value": "E"
231708
232029
  },
231709
- "description": "If true, set the TextArea to read-only. The user will be unable to interact with the TextArea.",
232030
+ "description": "",
231710
232031
  "declarations": [
231711
232032
  {
231712
- "name": "readOnly",
231713
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
232033
+ "name": "__extends",
232034
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
231714
232035
  }
231715
232036
  ],
231716
- "tags": {
231717
- "default": "false"
231718
- },
231719
- "defaultValue": {
231720
- "kind": "boolean",
231721
- "value": false
231722
- }
232037
+ "tags": {}
231723
232038
  },
231724
232039
  {
231725
232040
  "kind": "property",
231726
- "name": "resize",
231727
- "required": false,
232041
+ "name": "__vars",
232042
+ "required": true,
231728
232043
  "type": {
231729
232044
  "kind": "symbol",
231730
- "name": "TextAreaResizeDirection",
231731
- "value": "TextAreaResizeDirection"
232045
+ "name": "V",
232046
+ "value": "V"
231732
232047
  },
231733
- "description": "The resize constraints of the TextArea.",
232048
+ "description": "",
231734
232049
  "declarations": [
231735
232050
  {
231736
- "name": "resize",
231737
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
232051
+ "name": "__vars",
232052
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
231738
232053
  }
231739
232054
  ],
231740
- "tags": {
231741
- "default": "TextArea.ResizeDirection.Both"
232055
+ "tags": {}
232056
+ },
232057
+ {
232058
+ "kind": "property",
232059
+ "name": "__modifiers",
232060
+ "required": true,
232061
+ "type": {
232062
+ "kind": "symbol",
232063
+ "name": "M",
232064
+ "value": "M"
231742
232065
  },
231743
- "defaultValue": {
232066
+ "description": "",
232067
+ "declarations": [
232068
+ {
232069
+ "name": "__modifiers",
232070
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
232071
+ }
232072
+ ],
232073
+ "tags": {}
232074
+ },
232075
+ {
232076
+ "kind": "property",
232077
+ "name": "__id",
232078
+ "required": true,
232079
+ "type": {
231744
232080
  "kind": "symbol",
231745
- "name": "TextArea.ResizeDirection.Both",
231746
- "value": "TextArea.ResizeDirection.Both"
232081
+ "name": "ID",
232082
+ "value": "ID"
232083
+ },
232084
+ "description": "",
232085
+ "declarations": [
232086
+ {
232087
+ "name": "__id",
232088
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
232089
+ }
232090
+ ],
232091
+ "tags": {}
232092
+ }
232093
+ ],
232094
+ "returnType": {
232095
+ "kind": "object",
232096
+ "properties": [
232097
+ {
232098
+ "kind": "property",
232099
+ "name": "className",
232100
+ "required": true,
232101
+ "type": {
232102
+ "kind": "primitive",
232103
+ "value": "string"
232104
+ },
232105
+ "description": "",
232106
+ "declarations": [
232107
+ {
232108
+ "name": "className",
232109
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
232110
+ }
232111
+ ],
232112
+ "tags": {}
232113
+ },
232114
+ {
232115
+ "kind": "property",
232116
+ "name": "style",
232117
+ "required": false,
232118
+ "type": {
232119
+ "kind": "external",
232120
+ "name": "Record",
232121
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
232122
+ "typeParameters": [
232123
+ {
232124
+ "kind": "primitive",
232125
+ "value": "string"
232126
+ },
232127
+ {
232128
+ "kind": "primitive",
232129
+ "value": "string"
232130
+ }
232131
+ ]
232132
+ },
232133
+ "description": "",
232134
+ "declarations": [
232135
+ {
232136
+ "name": "style",
232137
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
232138
+ }
232139
+ ],
232140
+ "tags": {}
231747
232141
  }
231748
- },
232142
+ ]
232143
+ }
232144
+ }
232145
+ },
232146
+ {
232147
+ "name": "TextArea",
232148
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx",
232149
+ "description": "",
232150
+ "declarations": [
232151
+ {
232152
+ "name": "TextArea",
232153
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
232154
+ }
232155
+ ],
232156
+ "tags": {},
232157
+ "type": {
232158
+ "kind": "enhancedComponent",
232159
+ "componentType": "regular",
232160
+ "displayName": "TextArea",
232161
+ "props": [
231749
232162
  {
231750
232163
  "kind": "property",
231751
- "name": "value",
232164
+ "name": "error",
231752
232165
  "required": false,
231753
232166
  "type": {
231754
- "kind": "primitive",
231755
- "value": "any"
232167
+ "kind": "symbol",
232168
+ "name": "ErrorType",
232169
+ "value": "ErrorType"
231756
232170
  },
231757
- "description": "The value of the TextArea.",
232171
+ "description": "The type of error associated with the TextArea (if applicable).",
231758
232172
  "declarations": [
231759
232173
  {
231760
- "name": "value",
232174
+ "name": "error",
231761
232175
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
231762
232176
  }
231763
232177
  ],
@@ -231765,21 +232179,27 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
231765
232179
  },
231766
232180
  {
231767
232181
  "kind": "property",
231768
- "name": "theme",
232182
+ "name": "resize",
231769
232183
  "required": false,
231770
232184
  "type": {
231771
232185
  "kind": "symbol",
231772
- "name": "EmotionCanvasTheme",
231773
- "value": "EmotionCanvasTheme"
232186
+ "name": "TextAreaResizeDirection"
231774
232187
  },
231775
- "description": "",
232188
+ "description": "The resize constraints of the TextArea.",
231776
232189
  "declarations": [
231777
232190
  {
231778
- "name": "theme",
231779
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/theming/types.ts"
232191
+ "name": "resize",
232192
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-area/lib/TextArea.tsx"
231780
232193
  }
231781
232194
  ],
231782
- "tags": {}
232195
+ "tags": {
232196
+ "default": "TextArea.ResizeDirection.Both"
232197
+ },
232198
+ "defaultValue": {
232199
+ "kind": "symbol",
232200
+ "name": "TextArea.ResizeDirection.Both",
232201
+ "value": "TextArea.ResizeDirection.Both"
232202
+ }
231783
232203
  },
231784
232204
  {
231785
232205
  "kind": "property",
@@ -233453,6 +233873,569 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
233453
233873
  "name": "TextInput"
233454
233874
  }
233455
233875
  },
233876
+ {
233877
+ "name": "textInputStencil",
233878
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-input/lib/TextInput.tsx",
233879
+ "description": "",
233880
+ "declarations": [
233881
+ {
233882
+ "name": "textInputStencil",
233883
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-input/lib/TextInput.tsx"
233884
+ }
233885
+ ],
233886
+ "tags": {},
233887
+ "type": {
233888
+ "kind": "function",
233889
+ "parameters": [
233890
+ {
233891
+ "kind": "parameter",
233892
+ "name": "options",
233893
+ "type": {
233894
+ "kind": "conditional",
233895
+ "check": {
233896
+ "kind": "tuple",
233897
+ "value": [
233898
+ {
233899
+ "kind": "symbol",
233900
+ "name": "E",
233901
+ "value": "E"
233902
+ }
233903
+ ]
233904
+ },
233905
+ "extends": {
233906
+ "kind": "tuple",
233907
+ "value": [
233908
+ {
233909
+ "kind": "primitive",
233910
+ "value": "never"
233911
+ }
233912
+ ]
233913
+ },
233914
+ "trueType": {
233915
+ "kind": "intersection",
233916
+ "value": [
233917
+ {
233918
+ "kind": "symbol",
233919
+ "name": "ModifierValuesStencil",
233920
+ "typeParameters": [
233921
+ {
233922
+ "kind": "symbol",
233923
+ "name": "M",
233924
+ "value": "M"
233925
+ },
233926
+ {
233927
+ "kind": "symbol",
233928
+ "name": "V",
233929
+ "value": "V"
233930
+ }
233931
+ ],
233932
+ "value": "ModifierValuesStencil<M, V>"
233933
+ },
233934
+ {
233935
+ "kind": "symbol",
233936
+ "name": "VariableValuesStencil",
233937
+ "typeParameters": [
233938
+ {
233939
+ "kind": "symbol",
233940
+ "name": "V",
233941
+ "value": "V"
233942
+ }
233943
+ ],
233944
+ "value": "VariableValuesStencil<V>"
233945
+ }
233946
+ ]
233947
+ },
233948
+ "falseType": {
233949
+ "kind": "conditional",
233950
+ "check": {
233951
+ "kind": "symbol",
233952
+ "name": "E",
233953
+ "value": "E"
233954
+ },
233955
+ "extends": {
233956
+ "kind": "symbol",
233957
+ "name": "BaseStencil",
233958
+ "typeParameters": [
233959
+ {
233960
+ "kind": "infer",
233961
+ "value": {
233962
+ "kind": "typeParameter",
233963
+ "name": "ME",
233964
+ "required": true
233965
+ }
233966
+ },
233967
+ {
233968
+ "kind": "infer",
233969
+ "value": {
233970
+ "kind": "typeParameter",
233971
+ "name": "VE",
233972
+ "required": true
233973
+ }
233974
+ },
233975
+ {
233976
+ "kind": "primitive",
233977
+ "value": "any"
233978
+ },
233979
+ {
233980
+ "kind": "primitive",
233981
+ "value": "any"
233982
+ }
233983
+ ],
233984
+ "value": "BaseStencil<M, V, E, ID>"
233985
+ },
233986
+ "trueType": {
233987
+ "kind": "intersection",
233988
+ "value": [
233989
+ {
233990
+ "kind": "symbol",
233991
+ "name": "ModifierValuesStencil",
233992
+ "typeParameters": [
233993
+ {
233994
+ "kind": "intersection",
233995
+ "value": [
233996
+ {
233997
+ "kind": "symbol",
233998
+ "name": "ME",
233999
+ "value": "ME"
234000
+ },
234001
+ {
234002
+ "kind": "symbol",
234003
+ "name": "M",
234004
+ "value": "M"
234005
+ }
234006
+ ]
234007
+ }
234008
+ ],
234009
+ "value": "ModifierValuesStencil<M, V>"
234010
+ },
234011
+ {
234012
+ "kind": "symbol",
234013
+ "name": "VariableValuesStencil",
234014
+ "typeParameters": [
234015
+ {
234016
+ "kind": "intersection",
234017
+ "value": [
234018
+ {
234019
+ "kind": "symbol",
234020
+ "name": "VE",
234021
+ "value": "VE"
234022
+ },
234023
+ {
234024
+ "kind": "symbol",
234025
+ "name": "V",
234026
+ "value": "V"
234027
+ }
234028
+ ]
234029
+ }
234030
+ ],
234031
+ "value": "VariableValuesStencil<V>"
234032
+ }
234033
+ ]
234034
+ },
234035
+ "falseType": {
234036
+ "kind": "primitive",
234037
+ "value": "never"
234038
+ }
234039
+ }
234040
+ },
234041
+ "required": false,
234042
+ "rest": false,
234043
+ "description": "",
234044
+ "declarations": [
234045
+ {
234046
+ "name": "options",
234047
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
234048
+ }
234049
+ ],
234050
+ "tags": {}
234051
+ }
234052
+ ],
234053
+ "members": [
234054
+ {
234055
+ "kind": "property",
234056
+ "name": "vars",
234057
+ "required": true,
234058
+ "type": {
234059
+ "kind": "symbol",
234060
+ "name": "StencilDefaultVars",
234061
+ "typeParameters": [
234062
+ {
234063
+ "kind": "symbol",
234064
+ "name": "V",
234065
+ "value": "V"
234066
+ },
234067
+ {
234068
+ "kind": "symbol",
234069
+ "name": "E",
234070
+ "value": "E"
234071
+ },
234072
+ {
234073
+ "kind": "symbol",
234074
+ "name": "ID",
234075
+ "value": "ID"
234076
+ }
234077
+ ],
234078
+ "value": "StencilDefaultVars<V, E, ID>"
234079
+ },
234080
+ "description": "",
234081
+ "declarations": [
234082
+ {
234083
+ "name": "vars",
234084
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
234085
+ }
234086
+ ],
234087
+ "tags": {}
234088
+ },
234089
+ {
234090
+ "kind": "property",
234091
+ "name": "base",
234092
+ "required": true,
234093
+ "type": {
234094
+ "kind": "primitive",
234095
+ "value": "string"
234096
+ },
234097
+ "description": "",
234098
+ "declarations": [
234099
+ {
234100
+ "name": "base",
234101
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
234102
+ }
234103
+ ],
234104
+ "tags": {}
234105
+ },
234106
+ {
234107
+ "kind": "property",
234108
+ "name": "modifiers",
234109
+ "required": true,
234110
+ "type": {
234111
+ "kind": "conditional",
234112
+ "check": {
234113
+ "kind": "tuple",
234114
+ "value": [
234115
+ {
234116
+ "kind": "symbol",
234117
+ "name": "E",
234118
+ "value": "E"
234119
+ }
234120
+ ]
234121
+ },
234122
+ "extends": {
234123
+ "kind": "tuple",
234124
+ "value": [
234125
+ {
234126
+ "kind": "symbol",
234127
+ "name": "BaseStencil",
234128
+ "typeParameters": [
234129
+ {
234130
+ "kind": "infer",
234131
+ "value": {
234132
+ "kind": "typeParameter",
234133
+ "name": "ME",
234134
+ "required": true
234135
+ }
234136
+ },
234137
+ {
234138
+ "kind": "infer",
234139
+ "value": {
234140
+ "kind": "typeParameter",
234141
+ "name": "VE",
234142
+ "required": true
234143
+ }
234144
+ },
234145
+ {
234146
+ "kind": "primitive",
234147
+ "value": "any"
234148
+ },
234149
+ {
234150
+ "kind": "primitive",
234151
+ "value": "any"
234152
+ }
234153
+ ],
234154
+ "value": "BaseStencil<M, V, E, ID>"
234155
+ }
234156
+ ]
234157
+ },
234158
+ "trueType": {
234159
+ "kind": "symbol",
234160
+ "name": "StencilModifierReturn",
234161
+ "typeParameters": [
234162
+ {
234163
+ "kind": "intersection",
234164
+ "value": [
234165
+ {
234166
+ "kind": "symbol",
234167
+ "name": "ME",
234168
+ "value": "ME"
234169
+ },
234170
+ {
234171
+ "kind": "symbol",
234172
+ "name": "M",
234173
+ "value": "M"
234174
+ }
234175
+ ]
234176
+ },
234177
+ {
234178
+ "kind": "intersection",
234179
+ "value": [
234180
+ {
234181
+ "kind": "symbol",
234182
+ "name": "VE",
234183
+ "value": "VE"
234184
+ },
234185
+ {
234186
+ "kind": "symbol",
234187
+ "name": "V",
234188
+ "value": "V"
234189
+ }
234190
+ ]
234191
+ }
234192
+ ],
234193
+ "value": "StencilModifierReturn<M, V>"
234194
+ },
234195
+ "falseType": {
234196
+ "kind": "symbol",
234197
+ "name": "StencilModifierReturn",
234198
+ "typeParameters": [
234199
+ {
234200
+ "kind": "symbol",
234201
+ "name": "M",
234202
+ "value": "M"
234203
+ },
234204
+ {
234205
+ "kind": "symbol",
234206
+ "name": "V",
234207
+ "value": "V"
234208
+ }
234209
+ ],
234210
+ "value": "StencilModifierReturn<M, V>"
234211
+ }
234212
+ },
234213
+ "description": "",
234214
+ "declarations": [
234215
+ {
234216
+ "name": "modifiers",
234217
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
234218
+ }
234219
+ ],
234220
+ "tags": {}
234221
+ },
234222
+ {
234223
+ "kind": "property",
234224
+ "name": "defaultModifiers",
234225
+ "required": true,
234226
+ "type": {
234227
+ "kind": "conditional",
234228
+ "check": {
234229
+ "kind": "tuple",
234230
+ "value": [
234231
+ {
234232
+ "kind": "symbol",
234233
+ "name": "E",
234234
+ "value": "E"
234235
+ }
234236
+ ]
234237
+ },
234238
+ "extends": {
234239
+ "kind": "tuple",
234240
+ "value": [
234241
+ {
234242
+ "kind": "symbol",
234243
+ "name": "BaseStencil",
234244
+ "typeParameters": [
234245
+ {
234246
+ "kind": "infer",
234247
+ "value": {
234248
+ "kind": "typeParameter",
234249
+ "name": "ME",
234250
+ "required": true
234251
+ }
234252
+ },
234253
+ {
234254
+ "kind": "primitive",
234255
+ "value": "any"
234256
+ },
234257
+ {
234258
+ "kind": "primitive",
234259
+ "value": "any"
234260
+ },
234261
+ {
234262
+ "kind": "primitive",
234263
+ "value": "any"
234264
+ }
234265
+ ],
234266
+ "value": "BaseStencil<M, V, E, ID>"
234267
+ }
234268
+ ]
234269
+ },
234270
+ "trueType": {
234271
+ "kind": "symbol",
234272
+ "name": "StencilDefaultModifierReturn",
234273
+ "typeParameters": [
234274
+ {
234275
+ "kind": "intersection",
234276
+ "value": [
234277
+ {
234278
+ "kind": "symbol",
234279
+ "name": "ME",
234280
+ "value": "ME"
234281
+ },
234282
+ {
234283
+ "kind": "symbol",
234284
+ "name": "M",
234285
+ "value": "M"
234286
+ }
234287
+ ]
234288
+ }
234289
+ ],
234290
+ "value": "StencilDefaultModifierReturn<M>"
234291
+ },
234292
+ "falseType": {
234293
+ "kind": "symbol",
234294
+ "name": "StencilDefaultModifierReturn",
234295
+ "typeParameters": [
234296
+ {
234297
+ "kind": "symbol",
234298
+ "name": "M",
234299
+ "value": "M"
234300
+ }
234301
+ ],
234302
+ "value": "StencilDefaultModifierReturn<M>"
234303
+ }
234304
+ },
234305
+ "description": "",
234306
+ "declarations": [
234307
+ {
234308
+ "name": "defaultModifiers",
234309
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
234310
+ }
234311
+ ],
234312
+ "tags": {}
234313
+ },
234314
+ {
234315
+ "kind": "property",
234316
+ "name": "__extends",
234317
+ "required": false,
234318
+ "type": {
234319
+ "kind": "symbol",
234320
+ "name": "E",
234321
+ "value": "E"
234322
+ },
234323
+ "description": "",
234324
+ "declarations": [
234325
+ {
234326
+ "name": "__extends",
234327
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
234328
+ }
234329
+ ],
234330
+ "tags": {}
234331
+ },
234332
+ {
234333
+ "kind": "property",
234334
+ "name": "__vars",
234335
+ "required": true,
234336
+ "type": {
234337
+ "kind": "symbol",
234338
+ "name": "V",
234339
+ "value": "V"
234340
+ },
234341
+ "description": "",
234342
+ "declarations": [
234343
+ {
234344
+ "name": "__vars",
234345
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
234346
+ }
234347
+ ],
234348
+ "tags": {}
234349
+ },
234350
+ {
234351
+ "kind": "property",
234352
+ "name": "__modifiers",
234353
+ "required": true,
234354
+ "type": {
234355
+ "kind": "symbol",
234356
+ "name": "M",
234357
+ "value": "M"
234358
+ },
234359
+ "description": "",
234360
+ "declarations": [
234361
+ {
234362
+ "name": "__modifiers",
234363
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
234364
+ }
234365
+ ],
234366
+ "tags": {}
234367
+ },
234368
+ {
234369
+ "kind": "property",
234370
+ "name": "__id",
234371
+ "required": true,
234372
+ "type": {
234373
+ "kind": "symbol",
234374
+ "name": "ID",
234375
+ "value": "ID"
234376
+ },
234377
+ "description": "",
234378
+ "declarations": [
234379
+ {
234380
+ "name": "__id",
234381
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
234382
+ }
234383
+ ],
234384
+ "tags": {}
234385
+ }
234386
+ ],
234387
+ "returnType": {
234388
+ "kind": "object",
234389
+ "properties": [
234390
+ {
234391
+ "kind": "property",
234392
+ "name": "className",
234393
+ "required": true,
234394
+ "type": {
234395
+ "kind": "primitive",
234396
+ "value": "string"
234397
+ },
234398
+ "description": "",
234399
+ "declarations": [
234400
+ {
234401
+ "name": "className",
234402
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
234403
+ }
234404
+ ],
234405
+ "tags": {}
234406
+ },
234407
+ {
234408
+ "kind": "property",
234409
+ "name": "style",
234410
+ "required": false,
234411
+ "type": {
234412
+ "kind": "external",
234413
+ "name": "Record",
234414
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
234415
+ "typeParameters": [
234416
+ {
234417
+ "kind": "primitive",
234418
+ "value": "string"
234419
+ },
234420
+ {
234421
+ "kind": "primitive",
234422
+ "value": "string"
234423
+ }
234424
+ ]
234425
+ },
234426
+ "description": "",
234427
+ "declarations": [
234428
+ {
234429
+ "name": "style",
234430
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
234431
+ }
234432
+ ],
234433
+ "tags": {}
234434
+ }
234435
+ ]
234436
+ }
234437
+ }
234438
+ },
233456
234439
  {
233457
234440
  "name": "TextInput",
233458
234441
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/text-input/lib/TextInput.tsx",
@@ -233513,24 +234496,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
233513
234496
  ],
233514
234497
  "tags": {}
233515
234498
  },
233516
- {
233517
- "kind": "property",
233518
- "name": "theme",
233519
- "required": false,
233520
- "type": {
233521
- "kind": "symbol",
233522
- "name": "EmotionCanvasTheme",
233523
- "value": "EmotionCanvasTheme"
233524
- },
233525
- "description": "",
233526
- "declarations": [
233527
- {
233528
- "name": "theme",
233529
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/theming/types.ts"
233530
- }
233531
- ],
233532
- "tags": {}
233533
- },
233534
234499
  {
233535
234500
  "kind": "property",
233536
234501
  "name": "grow",