playbook_ui_docs 14.17.0.pre.alpha.play1966highchartsgaugedefaultpoc7331 → 14.17.0.pre.alpha.play2065passphrasewithselect7273

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: 502ef62fb4fce42e9eab2d01d49a53ac89021c72fbca632a3a1092f4ab2bc81f
4
- data.tar.gz: e53b2c38635e292289fbfbabb17734bbc0b1e589ad0410197caf2a76aa66a525
3
+ metadata.gz: b8530513aa746090107a2187ee40cb98bd0782ce48810e4ca6dcd7af786ad778
4
+ data.tar.gz: 454e294a1b24802bcabecbb29d2adb0c5e4be1a94450f241c09b7fda3d395453
5
5
  SHA512:
6
- metadata.gz: 18237b69b9571ef8c0679e1fd7a0fff016836c7d7aa26c0a01f2e62c0b83a0a64369372e422677800524645fae3eb548a7d94f4353b0b0d94231daef17d165fb
7
- data.tar.gz: 1647142c0db2b77d683ae0939d8db4cc2d554fe7677f367490a77c8ab54123c00b36bb98d9d9aa6354611172d0fe2e5a9574dd332a4a71d672b29676affb78e2
6
+ metadata.gz: a4a328355b46a405fe5328e6204457ff51707cd1a91f2f9f264a7f562a79063eba666d1c1bf14f2f784e6b130e216d6a90e9a4ba6ce7e9f9ec4157b4456c2fda
7
+ data.tar.gz: 2cd3943908636eed42d4221aaf2140284b42b9d0569593599149b0ab87e8a94872e19f1d9ded2e84f4884878331dd24d9588d7554ff954241ae16ef544d776ef
@@ -6,4 +6,3 @@ examples:
6
6
  react:
7
7
  - copy_button_default: Default
8
8
  - copy_button_from: Copy From
9
- - copy_button_hook: Copy Hook
@@ -1,3 +1,2 @@
1
1
  export { default as CopyButtonDefault } from './_copy_button_default.jsx'
2
- export { default as CopyButtonFrom } from './_copy_button_from.jsx'
3
- export { default as CopyButtonHook } from './_copy_button_hook.jsx'
2
+ export { default as CopyButtonFrom } from './_copy_button_from.jsx'
@@ -15,7 +15,6 @@ examples:
15
15
 
16
16
  react:
17
17
  - gauge_default: Default
18
- - gauge_pb_styles: Playbook Styles
19
18
  - gauge_disable_animation: Disable Animation
20
19
  - gauge_title: Title
21
20
  - gauge_units: Units
@@ -1,5 +1,4 @@
1
1
  export { default as GaugeDefault } from './_gauge_default.jsx'
2
- export { default as GaugePbStyles } from './_gauge_pb_styles.jsx'
3
2
  export { default as GaugeDisableAnimation } from './_gauge_disable_animation.jsx'
4
3
  export { default as GaugeFullCircle } from './_gauge_full_circle.jsx'
5
4
  export { default as GaugeHeight } from './_gauge_height.jsx'
@@ -1,5 +1,3 @@
1
1
  The `collapsibleContent` can display any content, including nested Table Rows.
2
2
 
3
- Additionally, the `collapsibleSideHighlight` can also be removed by setting it to false if needed. This prop is set to true by default.
4
-
5
- **NOTE**: We advise against using the `disableHover` Table prop when nesting Table Rows within a Table.
3
+ Additionally, the `collapsibleSideHighlight` can also be removed by setting it to false if needed. This prop is set to true by default.
@@ -1,5 +1,3 @@
1
1
  The `collapsible_content` can display any content, including nested Table Rows.
2
2
 
3
- Additionally, the `collapsible_side_highlight` can also be removed by setting it to false if needed. This prop is set to true by default.
4
-
5
- **NOTE**: We advise against using the `disable_hover` Table prop when nesting Table Rows within a Table.
3
+ Additionally, the `collapsible_side_highlight` can also be removed by setting it to false if needed. This prop is set to true by default.
@@ -1,3 +1 @@
1
- The `collapsibleContent` can also be used to display nested Tables within each Row.
2
-
3
- **NOTE**: We advise against using the `disableHover` Table prop when nesting Tables within a Table.
1
+ The `collapsibleContent` can also be used to display nested Tables within each Row.
@@ -1,3 +1 @@
1
- The `collapsible_content` can also be used to display nested Tables within each Row.
2
-
3
- **NOTE**: We advise against using the `disable_hover` Table prop when nesting Tables within a Table.
1
+ The `collapsible_content` can also be used to display nested Tables within each Row.
@@ -18,8 +18,6 @@ examples:
18
18
  - text_input_inline: Inline
19
19
  - text_input_no_label: No Label
20
20
  - text_input_mask: Mask
21
- - text_input_sanitize: Sanitized Masked Input
22
-
23
21
 
24
22
  swift:
25
23
  - text_input_default_swift: Default
@@ -6,4 +6,3 @@ export { default as TextInputAddOn } from './_text_input_add_on.jsx'
6
6
  export { default as TextInputInline } from './_text_input_inline.jsx'
7
7
  export { default as TextInputNoLabel } from './_text_input_no_label.jsx'
8
8
  export { default as TextInputMask } from './_text_input_mask.jsx'
9
- export { default as TextInputSanitize } from './_text_input_sanitize.jsx'