@workday/canvas-kit-docs 14.0.0-alpha.1147-next.0 → 14.0.0-alpha.1149-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.
Files changed (29) hide show
  1. package/dist/es6/lib/docs.js +320 -550
  2. package/dist/mdx/14.0-UPGRADE-GUIDE.mdx +112 -3
  3. package/dist/mdx/react/card/card.mdx +19 -1
  4. package/dist/mdx/react/card/examples/Borderless.tsx +23 -0
  5. package/dist/mdx/react/card/examples/Filled.tsx +14 -0
  6. package/dist/mdx/react/card/examples/Stencils.tsx +2 -1
  7. package/dist/mdx/react/modal/examples/Basic.tsx +1 -1
  8. package/dist/mdx/react/modal/examples/BodyOverflow.tsx +1 -1
  9. package/dist/mdx/react/modal/examples/CustomFocus.tsx +1 -1
  10. package/dist/mdx/react/modal/examples/FormModal.tsx +1 -1
  11. package/dist/mdx/react/modal/examples/FullOverflow.tsx +1 -1
  12. package/dist/mdx/react/modal/examples/ReturnFocus.tsx +1 -1
  13. package/dist/mdx/react/modal/examples/WithoutCloseIcon.tsx +1 -1
  14. package/dist/mdx/react/popup/examples/Basic.tsx +1 -1
  15. package/dist/mdx/react/popup/examples/FocusRedirect.tsx +1 -1
  16. package/dist/mdx/react/popup/examples/FocusTrap.tsx +1 -1
  17. package/dist/mdx/react/popup/examples/InitialFocus.tsx +1 -1
  18. package/dist/mdx/react/popup/examples/NestedPopups.tsx +2 -2
  19. package/dist/mdx/react/popup/examples/PopupWithFallbackPlacements.tsx +4 -4
  20. package/dist/mdx/react/popup/examples/RTL.tsx +1 -1
  21. package/dist/mdx/react/tooltip/examples/Placements.tsx +1 -0
  22. package/package.json +6 -6
  23. package/dist/mdx/preview-react/menu/Menu.mdx +0 -105
  24. package/dist/mdx/preview-react/menu/examples/Basic.tsx +0 -74
  25. package/dist/mdx/preview-react/menu/examples/ContextMenu.tsx +0 -67
  26. package/dist/mdx/preview-react/menu/examples/CustomMenuItem.tsx +0 -15
  27. package/dist/mdx/preview-react/menu/examples/Headers.tsx +0 -32
  28. package/dist/mdx/preview-react/menu/examples/Icons.tsx +0 -26
  29. package/dist/mdx/preview-react/menu/examples/ManyItems.tsx +0 -15
@@ -8708,556 +8708,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
8708
8708
  "value": "CanvasSystemIcon"
8709
8709
  }
8710
8710
  },
8711
- {
8712
- "name": "DeprecatedMenuProps",
8713
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx",
8714
- "description": "",
8715
- "declarations": [
8716
- {
8717
- "name": "DeprecatedMenuProps",
8718
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx"
8719
- }
8720
- ],
8721
- "tags": {
8722
- "deprecated": "⚠️ `DeprecatedMenuProps` has been deprecated and will be removed in a future major version. Please use [Menu in Main](https://workday.github.io/canvas-kit/?path=/docs/components-popups-menu--basic) instead."
8723
- },
8724
- "type": {
8725
- "kind": "alias",
8726
- "name": "DeprecatedMenu"
8727
- }
8728
- },
8729
- {
8730
- "name": "DeprecatedMenuState",
8731
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx",
8732
- "description": "",
8733
- "declarations": [
8734
- {
8735
- "name": "DeprecatedMenuState",
8736
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx"
8737
- }
8738
- ],
8739
- "tags": {
8740
- "deprecated": "⚠️ `DeprecatedMenuState` has been deprecated and will be removed in a future major version. Please use [Menu in Main](https://workday.github.io/canvas-kit/?path=/docs/components-popups-menu--basic) instead."
8741
- },
8742
- "type": {
8743
- "kind": "object",
8744
- "properties": [
8745
- {
8746
- "kind": "property",
8747
- "name": "selectedItemIndex",
8748
- "required": true,
8749
- "type": {
8750
- "kind": "primitive",
8751
- "value": "number"
8752
- },
8753
- "description": "",
8754
- "declarations": [
8755
- {
8756
- "name": "selectedItemIndex",
8757
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx"
8758
- }
8759
- ],
8760
- "tags": {}
8761
- }
8762
- ]
8763
- }
8764
- },
8765
- {
8766
- "name": "DeprecatedMenu",
8767
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx",
8768
- "description": "`DeprecatedMenu` renders a styled `<ul role=\"menu\">` element within a {@link Card} and follows\nthe [Active Menu\npattern](https://www.w3.org/TR/wai-aria-practices/examples/menu-button/menu-button-actions-active-descendant.html)\nusing `aria-activedescendant`.\n\nUndocumented props are spread to the underlying `<ul>` element.",
8769
- "declarations": [
8770
- {
8771
- "name": "DeprecatedMenu",
8772
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx"
8773
- }
8774
- ],
8775
- "tags": {
8776
- "deprecated": "⚠️ Deprecated Menu has been deprecated and will be removed in a future major version. Please use [Menu in Main](https://workday.github.io/canvas-kit/?path=/docs/components-popups-menu--basic) instead."
8777
- },
8778
- "type": {
8779
- "kind": "component",
8780
- "props": [
8781
- {
8782
- "kind": "property",
8783
- "name": "children",
8784
- "required": false,
8785
- "type": {
8786
- "kind": "union",
8787
- "value": [
8788
- {
8789
- "kind": "external",
8790
- "name": "ReactElement",
8791
- "url": "https://reactjs.org/docs/rendering-elements.html",
8792
- "typeParameters": [
8793
- {
8794
- "kind": "symbol",
8795
- "name": "DeprecatedMenuItemProps",
8796
- "value": "DeprecatedMenuItemProps"
8797
- }
8798
- ]
8799
- },
8800
- {
8801
- "kind": "array",
8802
- "value": {
8803
- "kind": "external",
8804
- "name": "ReactElement",
8805
- "url": "https://reactjs.org/docs/rendering-elements.html",
8806
- "typeParameters": [
8807
- {
8808
- "kind": "symbol",
8809
- "name": "DeprecatedMenuItemProps",
8810
- "value": "DeprecatedMenuItemProps"
8811
- }
8812
- ]
8813
- }
8814
- }
8815
- ]
8816
- },
8817
- "description": "The DeprecatedMenuItem children of the DeprecatedMenu (must be at least one). Also accepts other components which share the same interface as `DeprecatedMenuItem`.",
8818
- "declarations": [
8819
- {
8820
- "name": "children",
8821
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx"
8822
- }
8823
- ],
8824
- "tags": {}
8825
- },
8826
- {
8827
- "kind": "property",
8828
- "name": "isOpen",
8829
- "required": false,
8830
- "type": {
8831
- "kind": "primitive",
8832
- "value": "boolean"
8833
- },
8834
- "description": "If true, set the DeprecatedMenu to the open state. Useful for showing and hiding the DeprecatedMenu from a parent component such as a menu button.",
8835
- "declarations": [
8836
- {
8837
- "name": "isOpen",
8838
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx"
8839
- }
8840
- ],
8841
- "tags": {
8842
- "default": "true"
8843
- },
8844
- "defaultValue": {
8845
- "kind": "boolean",
8846
- "value": true
8847
- }
8848
- },
8849
- {
8850
- "kind": "property",
8851
- "name": "width",
8852
- "required": false,
8853
- "type": {
8854
- "kind": "union",
8855
- "value": [
8856
- {
8857
- "kind": "primitive",
8858
- "value": "number"
8859
- },
8860
- {
8861
- "kind": "primitive",
8862
- "value": "string"
8863
- }
8864
- ]
8865
- },
8866
- "description": "The width of the DeprecatedMenu. If no value is provided, the DeprecatedMenu will collapse around its content.",
8867
- "declarations": [
8868
- {
8869
- "name": "width",
8870
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx"
8871
- }
8872
- ],
8873
- "tags": {}
8874
- },
8875
- {
8876
- "kind": "property",
8877
- "name": "onSelect",
8878
- "required": false,
8879
- "type": {
8880
- "kind": "function",
8881
- "parameters": [],
8882
- "members": [],
8883
- "returnType": {
8884
- "kind": "primitive",
8885
- "value": "void"
8886
- }
8887
- },
8888
- "description": "The function called when a menu item is selected.",
8889
- "declarations": [
8890
- {
8891
- "name": "onSelect",
8892
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx"
8893
- }
8894
- ],
8895
- "tags": {}
8896
- },
8897
- {
8898
- "kind": "property",
8899
- "name": "onClose",
8900
- "required": false,
8901
- "type": {
8902
- "kind": "function",
8903
- "parameters": [],
8904
- "members": [],
8905
- "returnType": {
8906
- "kind": "primitive",
8907
- "value": "void"
8908
- }
8909
- },
8910
- "description": "The function called when the DeprecatedMenu should close. This is called after a menu item is selected or if the escape shortcut key is used. This will not fire if the menu item sets `shouldClose` to false.",
8911
- "declarations": [
8912
- {
8913
- "name": "onClose",
8914
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx"
8915
- }
8916
- ],
8917
- "tags": {}
8918
- },
8919
- {
8920
- "kind": "property",
8921
- "name": "initialSelectedItem",
8922
- "required": false,
8923
- "type": {
8924
- "kind": "primitive",
8925
- "value": "number"
8926
- },
8927
- "description": "The zero-based index of the menu item which should initially receive focus.",
8928
- "declarations": [
8929
- {
8930
- "name": "initialSelectedItem",
8931
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx"
8932
- }
8933
- ],
8934
- "tags": {}
8935
- },
8936
- {
8937
- "kind": "property",
8938
- "name": "id",
8939
- "required": false,
8940
- "type": {
8941
- "kind": "primitive",
8942
- "value": "string"
8943
- },
8944
- "description": "The unique id of the DeprecatedMenu used for ARIA and HTML `id` attributes.",
8945
- "declarations": [
8946
- {
8947
- "name": "id",
8948
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx"
8949
- }
8950
- ],
8951
- "tags": {}
8952
- },
8953
- {
8954
- "kind": "property",
8955
- "name": "aria-labelledby",
8956
- "required": false,
8957
- "type": {
8958
- "kind": "primitive",
8959
- "value": "string"
8960
- },
8961
- "description": "The HTML `id` of the element that labels the DeprecatedMenu. Often used with menu buttons.",
8962
- "declarations": [
8963
- {
8964
- "name": "aria-labelledby",
8965
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/Menu.tsx"
8966
- }
8967
- ],
8968
- "tags": {}
8969
- },
8970
- {
8971
- "kind": "property",
8972
- "name": "grow",
8973
- "required": false,
8974
- "type": {
8975
- "kind": "primitive",
8976
- "value": "boolean"
8977
- },
8978
- "description": "True if the component should grow to its container's width. False otherwise.",
8979
- "declarations": [
8980
- {
8981
- "name": "grow",
8982
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/types.ts"
8983
- }
8984
- ],
8985
- "tags": {}
8986
- }
8987
- ]
8988
- }
8989
- },
8990
- {
8991
- "name": "DeprecatedMenuItemProps",
8992
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx",
8993
- "description": "",
8994
- "declarations": [
8995
- {
8996
- "name": "DeprecatedMenuItemProps",
8997
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
8998
- }
8999
- ],
9000
- "tags": {
9001
- "deprecated": "⚠️ `DeprecatedMenuItemProps` has been deprecated and will be removed in a future major version. Please use [Menu in Main](https://workday.github.io/canvas-kit/?path=/docs/components-popups-menu--basic) instead."
9002
- },
9003
- "type": {
9004
- "kind": "alias",
9005
- "name": "DeprecatedMenuItem"
9006
- }
9007
- },
9008
- {
9009
- "name": "DeprecatedMenuItem",
9010
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx",
9011
- "description": "`DeprecatedMenuItem` renders an `<li>` element with the correct attributes to ensure it is\naccessible. If you choose to implement your own custom menu items, be sure to use semantic `<li>`\nelements with the following attributes:\n\n- `role=\"menuitem\"`\n- `tabindex={-1}`\n- `id`s following this pattern: `${MenuId}-${index}`\n\nUndocumented props are spread to the underlying `<li>` element.",
9012
- "declarations": [
9013
- {
9014
- "name": "DeprecatedMenuItem",
9015
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
9016
- }
9017
- ],
9018
- "tags": {
9019
- "deprecated": "⚠️ `DeprecatedMenuItem` has been deprecated and will be removed in a future major version. Please use [Menu in Main](https://workday.github.io/canvas-kit/?path=/docs/components-popups-menu--basic) instead."
9020
- },
9021
- "type": {
9022
- "kind": "component",
9023
- "props": [
9024
- {
9025
- "kind": "property",
9026
- "name": "onClick",
9027
- "required": false,
9028
- "type": {
9029
- "kind": "function",
9030
- "parameters": [
9031
- {
9032
- "kind": "parameter",
9033
- "name": "event",
9034
- "type": {
9035
- "kind": "symbol",
9036
- "name": "React.MouseEvent",
9037
- "value": "MouseEvent<T, E>"
9038
- },
9039
- "required": true,
9040
- "rest": false,
9041
- "description": "",
9042
- "declarations": [
9043
- {
9044
- "name": "event",
9045
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
9046
- }
9047
- ],
9048
- "tags": {}
9049
- }
9050
- ],
9051
- "members": [],
9052
- "returnType": {
9053
- "kind": "primitive",
9054
- "value": "void"
9055
- }
9056
- },
9057
- "description": "The function called when the DeprecatedMenuItem is clicked. If the item is a child of the DeprecatedMenu component, this callback will be decorated with the onSelect and onClose DeprecatedMenu callbacks. This callback will not fire if the item is disabled (see below).",
9058
- "declarations": [
9059
- {
9060
- "name": "onClick",
9061
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
9062
- }
9063
- ],
9064
- "tags": {}
9065
- },
9066
- {
9067
- "kind": "property",
9068
- "name": "id",
9069
- "required": false,
9070
- "type": {
9071
- "kind": "primitive",
9072
- "value": "string"
9073
- },
9074
- "description": "The unique id for the DeprecatedMenuItem used for ARIA attributes. If the item is a child of the `DeprecatedMenu` component, this property will be generated and overridden.",
9075
- "declarations": [
9076
- {
9077
- "name": "id",
9078
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
9079
- }
9080
- ],
9081
- "tags": {}
9082
- },
9083
- {
9084
- "kind": "property",
9085
- "name": "icon",
9086
- "required": false,
9087
- "type": {
9088
- "kind": "symbol",
9089
- "name": "CanvasSystemIcon",
9090
- "value": "CanvasSystemIcon"
9091
- },
9092
- "description": "The icon of the DeprecatedMenuItem. This icon is displayed before what you supplied for the children.",
9093
- "declarations": [
9094
- {
9095
- "name": "icon",
9096
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
9097
- }
9098
- ],
9099
- "tags": {}
9100
- },
9101
- {
9102
- "kind": "property",
9103
- "name": "secondaryIcon",
9104
- "required": false,
9105
- "type": {
9106
- "kind": "symbol",
9107
- "name": "CanvasSystemIcon",
9108
- "value": "CanvasSystemIcon"
9109
- },
9110
- "description": "The secondary icon of the DeprecatedMenuItem. This icon is displayed after what you supplied for the children.",
9111
- "declarations": [
9112
- {
9113
- "name": "secondaryIcon",
9114
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
9115
- }
9116
- ],
9117
- "tags": {}
9118
- },
9119
- {
9120
- "kind": "property",
9121
- "name": "hasDivider",
9122
- "required": false,
9123
- "type": {
9124
- "kind": "primitive",
9125
- "value": "boolean"
9126
- },
9127
- "description": "If true, render a top border on the DeprecatedMenuItem.",
9128
- "declarations": [
9129
- {
9130
- "name": "hasDivider",
9131
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
9132
- }
9133
- ],
9134
- "tags": {
9135
- "default": "false"
9136
- },
9137
- "defaultValue": {
9138
- "kind": "boolean",
9139
- "value": false
9140
- }
9141
- },
9142
- {
9143
- "kind": "property",
9144
- "name": "isHeader",
9145
- "required": false,
9146
- "type": {
9147
- "kind": "primitive",
9148
- "value": "boolean"
9149
- },
9150
- "description": "If true, render a header to group data, this menu item will not be intractable.",
9151
- "declarations": [
9152
- {
9153
- "name": "isHeader",
9154
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
9155
- }
9156
- ],
9157
- "tags": {
9158
- "default": "false"
9159
- },
9160
- "defaultValue": {
9161
- "kind": "boolean",
9162
- "value": false
9163
- }
9164
- },
9165
- {
9166
- "kind": "property",
9167
- "name": "isDisabled",
9168
- "required": false,
9169
- "type": {
9170
- "kind": "primitive",
9171
- "value": "boolean"
9172
- },
9173
- "description": "If true, set the DeprecatedMenuItem to the disabled state so it is not clickable.",
9174
- "declarations": [
9175
- {
9176
- "name": "isDisabled",
9177
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
9178
- }
9179
- ],
9180
- "tags": {
9181
- "default": "false"
9182
- },
9183
- "defaultValue": {
9184
- "kind": "boolean",
9185
- "value": false
9186
- }
9187
- },
9188
- {
9189
- "kind": "property",
9190
- "name": "isFocused",
9191
- "required": false,
9192
- "type": {
9193
- "kind": "primitive",
9194
- "value": "boolean"
9195
- },
9196
- "description": "If true, set the DeprecatedMenuItem to be the currently selected item. If the item is a child of the DeprecatedMenu component, this property will be generated and overridden.",
9197
- "declarations": [
9198
- {
9199
- "name": "isFocused",
9200
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
9201
- }
9202
- ],
9203
- "tags": {
9204
- "default": "false"
9205
- },
9206
- "defaultValue": {
9207
- "kind": "boolean",
9208
- "value": false
9209
- }
9210
- },
9211
- {
9212
- "kind": "property",
9213
- "name": "role",
9214
- "required": false,
9215
- "type": {
9216
- "kind": "primitive",
9217
- "value": "string"
9218
- },
9219
- "description": "The role of the DeprecatedMenuItem. Use this to override the role of the item (e.g. you can use this element as an option in a Combobox).",
9220
- "declarations": [
9221
- {
9222
- "name": "role",
9223
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
9224
- }
9225
- ],
9226
- "tags": {
9227
- "default": "menuItem"
9228
- },
9229
- "defaultValue": {
9230
- "kind": "symbol",
9231
- "name": "menuItem",
9232
- "value": "menuItem"
9233
- }
9234
- },
9235
- {
9236
- "kind": "property",
9237
- "name": "shouldClose",
9238
- "required": false,
9239
- "type": {
9240
- "kind": "primitive",
9241
- "value": "boolean"
9242
- },
9243
- "description": "If true, allow the onClose DeprecatedMenu callback to be fired after the DeprecatedMenuItem has been clicked.",
9244
- "declarations": [
9245
- {
9246
- "name": "shouldClose",
9247
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/menu/lib/MenuItem.tsx"
9248
- }
9249
- ],
9250
- "tags": {
9251
- "default": "true"
9252
- },
9253
- "defaultValue": {
9254
- "kind": "boolean",
9255
- "value": true
9256
- }
9257
- }
9258
- ]
9259
- }
9260
- },
9261
8711
  {
9262
8712
  "name": "MultiSelectProps",
9263
8713
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/multi-select/lib/MultiSelect.tsx",
@@ -9532,6 +8982,38 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
9532
8982
  ],
9533
8983
  "tags": {}
9534
8984
  },
8985
+ {
8986
+ "kind": "property",
8987
+ "name": "variant",
8988
+ "required": false,
8989
+ "type": {
8990
+ "kind": "union",
8991
+ "value": [
8992
+ {
8993
+ "kind": "string",
8994
+ "value": "borderless"
8995
+ },
8996
+ {
8997
+ "kind": "string",
8998
+ "value": "filled"
8999
+ }
9000
+ ]
9001
+ },
9002
+ "description": "The variant of the Card. Can be `default`, `borderless` or `filled`.",
9003
+ "declarations": [
9004
+ {
9005
+ "name": "variant",
9006
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
9007
+ }
9008
+ ],
9009
+ "tags": {
9010
+ "default": "'default'"
9011
+ },
9012
+ "defaultValue": {
9013
+ "kind": "string",
9014
+ "value": "default"
9015
+ }
9016
+ },
9535
9017
  {
9536
9018
  "kind": "property",
9537
9019
  "name": "cs",
@@ -89803,6 +89285,38 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
89803
89285
  ],
89804
89286
  "tags": {}
89805
89287
  },
89288
+ {
89289
+ "kind": "property",
89290
+ "name": "variant",
89291
+ "required": false,
89292
+ "type": {
89293
+ "kind": "union",
89294
+ "value": [
89295
+ {
89296
+ "kind": "string",
89297
+ "value": "borderless"
89298
+ },
89299
+ {
89300
+ "kind": "string",
89301
+ "value": "filled"
89302
+ }
89303
+ ]
89304
+ },
89305
+ "description": "The variant of the Card. Can be `default`, `borderless` or `filled`.",
89306
+ "declarations": [
89307
+ {
89308
+ "name": "variant",
89309
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
89310
+ }
89311
+ ],
89312
+ "tags": {
89313
+ "default": "'default'"
89314
+ },
89315
+ "defaultValue": {
89316
+ "kind": "string",
89317
+ "value": "default"
89318
+ }
89319
+ },
89806
89320
  {
89807
89321
  "kind": "property",
89808
89322
  "name": "background",
@@ -119157,6 +118671,38 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
119157
118671
  ],
119158
118672
  "tags": {}
119159
118673
  },
118674
+ {
118675
+ "kind": "property",
118676
+ "name": "variant",
118677
+ "required": false,
118678
+ "type": {
118679
+ "kind": "union",
118680
+ "value": [
118681
+ {
118682
+ "kind": "string",
118683
+ "value": "borderless"
118684
+ },
118685
+ {
118686
+ "kind": "string",
118687
+ "value": "filled"
118688
+ }
118689
+ ]
118690
+ },
118691
+ "description": "The variant of the Card. Can be `default`, `borderless` or `filled`.",
118692
+ "declarations": [
118693
+ {
118694
+ "name": "variant",
118695
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
118696
+ }
118697
+ ],
118698
+ "tags": {
118699
+ "default": "'default'"
118700
+ },
118701
+ "defaultValue": {
118702
+ "kind": "string",
118703
+ "value": "default"
118704
+ }
118705
+ },
119160
118706
  {
119161
118707
  "kind": "property",
119162
118708
  "name": "cs",
@@ -172032,6 +171578,38 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
172032
171578
  ],
172033
171579
  "tags": {}
172034
171580
  },
171581
+ {
171582
+ "kind": "property",
171583
+ "name": "variant",
171584
+ "required": false,
171585
+ "type": {
171586
+ "kind": "union",
171587
+ "value": [
171588
+ {
171589
+ "kind": "string",
171590
+ "value": "borderless"
171591
+ },
171592
+ {
171593
+ "kind": "string",
171594
+ "value": "filled"
171595
+ }
171596
+ ]
171597
+ },
171598
+ "description": "The variant of the Card. Can be `default`, `borderless` or `filled`.",
171599
+ "declarations": [
171600
+ {
171601
+ "name": "variant",
171602
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
171603
+ }
171604
+ ],
171605
+ "tags": {
171606
+ "default": "'default'"
171607
+ },
171608
+ "defaultValue": {
171609
+ "kind": "string",
171610
+ "value": "default"
171611
+ }
171612
+ },
172035
171613
  {
172036
171614
  "kind": "property",
172037
171615
  "name": "cs",
@@ -202715,6 +202293,38 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
202715
202293
  ],
202716
202294
  "tags": {}
202717
202295
  },
202296
+ {
202297
+ "kind": "property",
202298
+ "name": "variant",
202299
+ "required": false,
202300
+ "type": {
202301
+ "kind": "union",
202302
+ "value": [
202303
+ {
202304
+ "kind": "string",
202305
+ "value": "borderless"
202306
+ },
202307
+ {
202308
+ "kind": "string",
202309
+ "value": "filled"
202310
+ }
202311
+ ]
202312
+ },
202313
+ "description": "The variant of the Card. Can be `default`, `borderless` or `filled`.",
202314
+ "declarations": [
202315
+ {
202316
+ "name": "variant",
202317
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
202318
+ }
202319
+ ],
202320
+ "tags": {
202321
+ "default": "'default'"
202322
+ },
202323
+ "defaultValue": {
202324
+ "kind": "string",
202325
+ "value": "default"
202326
+ }
202327
+ },
202718
202328
  {
202719
202329
  "kind": "property",
202720
202330
  "name": "cs",
@@ -252467,6 +252077,38 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
252467
252077
  ],
252468
252078
  "tags": {}
252469
252079
  },
252080
+ {
252081
+ "kind": "property",
252082
+ "name": "variant",
252083
+ "required": false,
252084
+ "type": {
252085
+ "kind": "union",
252086
+ "value": [
252087
+ {
252088
+ "kind": "string",
252089
+ "value": "borderless"
252090
+ },
252091
+ {
252092
+ "kind": "string",
252093
+ "value": "filled"
252094
+ }
252095
+ ]
252096
+ },
252097
+ "description": "The variant of the Card. Can be `default`, `borderless` or `filled`.",
252098
+ "declarations": [
252099
+ {
252100
+ "name": "variant",
252101
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
252102
+ }
252103
+ ],
252104
+ "tags": {
252105
+ "default": "'default'"
252106
+ },
252107
+ "defaultValue": {
252108
+ "kind": "string",
252109
+ "value": "default"
252110
+ }
252111
+ },
252470
252112
  {
252471
252113
  "kind": "property",
252472
252114
  "name": "cs",
@@ -284648,6 +284290,38 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
284648
284290
  ],
284649
284291
  "tags": {}
284650
284292
  },
284293
+ {
284294
+ "kind": "property",
284295
+ "name": "variant",
284296
+ "required": false,
284297
+ "type": {
284298
+ "kind": "union",
284299
+ "value": [
284300
+ {
284301
+ "kind": "string",
284302
+ "value": "borderless"
284303
+ },
284304
+ {
284305
+ "kind": "string",
284306
+ "value": "filled"
284307
+ }
284308
+ ]
284309
+ },
284310
+ "description": "The variant of the Card. Can be `default`, `borderless` or `filled`.",
284311
+ "declarations": [
284312
+ {
284313
+ "name": "variant",
284314
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
284315
+ }
284316
+ ],
284317
+ "tags": {
284318
+ "default": "'default'"
284319
+ },
284320
+ "defaultValue": {
284321
+ "kind": "string",
284322
+ "value": "default"
284323
+ }
284324
+ },
284651
284325
  {
284652
284326
  "kind": "property",
284653
284327
  "name": "cs",
@@ -315869,6 +315543,38 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
315869
315543
  ],
315870
315544
  "tags": {}
315871
315545
  },
315546
+ {
315547
+ "kind": "property",
315548
+ "name": "variant",
315549
+ "required": false,
315550
+ "type": {
315551
+ "kind": "union",
315552
+ "value": [
315553
+ {
315554
+ "kind": "string",
315555
+ "value": "borderless"
315556
+ },
315557
+ {
315558
+ "kind": "string",
315559
+ "value": "filled"
315560
+ }
315561
+ ]
315562
+ },
315563
+ "description": "The variant of the Card. Can be `default`, `borderless` or `filled`.",
315564
+ "declarations": [
315565
+ {
315566
+ "name": "variant",
315567
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
315568
+ }
315569
+ ],
315570
+ "tags": {
315571
+ "default": "'default'"
315572
+ },
315573
+ "defaultValue": {
315574
+ "kind": "string",
315575
+ "value": "default"
315576
+ }
315577
+ },
315872
315578
  {
315873
315579
  "kind": "property",
315874
315580
  "name": "cs",
@@ -335002,6 +334708,38 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
335002
334708
  "componentType": "subcomponent",
335003
334709
  "elemPropsHook": "useSelectCard",
335004
334710
  "props": [
334711
+ {
334712
+ "kind": "property",
334713
+ "name": "variant",
334714
+ "required": false,
334715
+ "type": {
334716
+ "kind": "union",
334717
+ "value": [
334718
+ {
334719
+ "kind": "string",
334720
+ "value": "borderless"
334721
+ },
334722
+ {
334723
+ "kind": "string",
334724
+ "value": "filled"
334725
+ }
334726
+ ]
334727
+ },
334728
+ "description": "The variant of the Card. Can be `default`, `borderless` or `filled`.",
334729
+ "declarations": [
334730
+ {
334731
+ "name": "variant",
334732
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
334733
+ }
334734
+ ],
334735
+ "tags": {
334736
+ "default": "'default'"
334737
+ },
334738
+ "defaultValue": {
334739
+ "kind": "string",
334740
+ "value": "default"
334741
+ }
334742
+ },
335005
334743
  {
335006
334744
  "kind": "property",
335007
334745
  "name": "cs",
@@ -390571,6 +390309,38 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
390571
390309
  "componentType": "container",
390572
390310
  "displayName": "Toast",
390573
390311
  "props": [
390312
+ {
390313
+ "kind": "property",
390314
+ "name": "variant",
390315
+ "required": false,
390316
+ "type": {
390317
+ "kind": "union",
390318
+ "value": [
390319
+ {
390320
+ "kind": "string",
390321
+ "value": "borderless"
390322
+ },
390323
+ {
390324
+ "kind": "string",
390325
+ "value": "filled"
390326
+ }
390327
+ ]
390328
+ },
390329
+ "description": "The variant of the Card. Can be `default`, `borderless` or `filled`.",
390330
+ "declarations": [
390331
+ {
390332
+ "name": "variant",
390333
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
390334
+ }
390335
+ ],
390336
+ "tags": {
390337
+ "default": "'default'"
390338
+ },
390339
+ "defaultValue": {
390340
+ "kind": "string",
390341
+ "value": "default"
390342
+ }
390343
+ },
390574
390344
  {
390575
390345
  "kind": "property",
390576
390346
  "name": "cs",