playbook_ui_docs 13.26.0.pre.alpha.PBNTR291Dropdownrailsv22840 → 13.26.0.pre.alpha.jasoncypretpatch12816

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0cb71cca55bf453357940372ecf8022e14b30d672dd0a31f48b24f5d874197ba
4
- data.tar.gz: 3904d1ad854690073f24110601f612a36e062b2f46fd49b2342c7abd3614da22
3
+ metadata.gz: 2be0251532d71fb0402b107252d3818b122247738d4bfbcbb68558d4320ad013
4
+ data.tar.gz: d3e19bed048013811a120206d33d6943f619f249c166b254b933c89485d1a2a0
5
5
  SHA512:
6
- metadata.gz: '0078b67cbae19eb2b150c155a920f2c5e9baca1ed42242a434d8a5540292fe0c664b89bf9192a2b2baa26d464d43332434cb923a9c5929176b3ea0e5ee520ed6'
7
- data.tar.gz: 8ca90b2397158ab7eaa472d540e0df7c21085107a257369ad7e4db256b33397c0c980d744fdee1ceeed22f107bd0445a0f7fd2361a010ac8a098360459be2b5f
6
+ metadata.gz: 85f07927b4c3ca3c986607d611d2b42792a8bf8957e07a97dd81f6874a1d73e5c57abab872cea0e5d56e1640c2be1c8fecca6ae2e23f8539def1e6013a41f879
7
+ data.tar.gz: 06ae83f2925fae90507f807f3f35896df67fe3322c4ecf2ecda070ac450cc233df41930908bb5886a433dad02159f0e9d76386af6828441b51169c4aa88e089b
@@ -1,7 +1,7 @@
1
1
  The dropdown comes with the following subcomponents that can be used to achieve various levels of customization:
2
2
 
3
- `Dropdown. Trigger` / `dropdown/dropdown_trigger`
4
- `Dropdown.Container`/ `dropdown/dropdown_container`
5
- `Dropdown.Option` / `dropdown/dropdown_option`
3
+ `Dropdown. Trigger`
4
+ `Dropdown.Container`
5
+ `Dropdown.Option`
6
6
 
7
7
  See the code snippet below for a visual on how to use the kit with subcomponents. Each subcomponent allows for GlobalProps in addition to any subcomponent specfic props.
@@ -16,7 +16,7 @@ const DropdownWithAutocomplete = (props) => {
16
16
  label: "Ramon Ruiz",
17
17
  value: "Ramon Ruiz",
18
18
  territory: "PHL",
19
- title: "Senior UX Designer",
19
+ title: "Senior UX Desinger",
20
20
  id: "ramon-ruiz",
21
21
  status: "Away"
22
22
  },
@@ -17,7 +17,7 @@ const DropdownWithAutocompleteAndCustomDisplay = (props) => {
17
17
  label: "Ramon Ruiz",
18
18
  value: "Ramon Ruiz",
19
19
  territory: "PHL",
20
- title: "Senior UX Designer",
20
+ title: "Senior UX Desinger",
21
21
  id: "ramon-ruiz",
22
22
  status: "Away"
23
23
  },
@@ -17,7 +17,7 @@ const DropdownWithCustomDisplay = (props) => {
17
17
  label: "Ramon Ruiz",
18
18
  value: "Ramon Ruiz",
19
19
  territory: "PHL",
20
- title: "Senior UX Designer",
20
+ title: "Senior UX Desinger",
21
21
  id: "ramon-ruiz",
22
22
  status: "Away"
23
23
  },
@@ -1,13 +1,6 @@
1
1
  examples:
2
- rails:
3
- - dropdown_default: Default
4
- - dropdown_subcomponent_structure: Subcomponent Structure
5
- - dropdown_with_label: With Label
6
- - dropdown_with_custom_options: Custom Options
7
- - dropdown_with_custom_display: Custom Display
8
- - dropdown_with_custom_trigger: Custom Trigger
9
- - dropdown_with_custom_padding: Custom Padding for Dropdown Options
10
-
2
+
3
+
11
4
  react:
12
5
  - dropdown_default: Default
13
6
  - dropdown_subcomponent_structure: Subcomponent Structure