playbook_ui_docs 14.17.0.pre.alpha.play1499backgroundkitoverlay7110 → 14.17.0.pre.alpha.play1964tablekitheadertextstylefix7164

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: 911205d9b00a066464ef7bba22c817ad5b94018d9864d56260f720494750cc8f
4
- data.tar.gz: 4c9f22830d18595fa187c7f4cb6fba3935f961375726c09c5797c80ab09614e8
3
+ metadata.gz: 7e86a2d822b7e9a64495e14d2652eb671425e992304b4f26057d8b818135a9e4
4
+ data.tar.gz: f1c8e110e79c1f0fd1d21349933444ae64917a8154fe972723b8278308448a32
5
5
  SHA512:
6
- metadata.gz: 9cdc13f03c66290649424837d7c32526e1e3d2b5f5e78014ca5cb1155d638b3a5f3e68b01b6495c5898aa15e96af982c390ec18015f835cf0594313fb7feaa27
7
- data.tar.gz: 435dc5edd81aef9e2e8b73706f26e81772a49f93d24982f0d6ca7eda43178cbfa4a0f434ea2ff398b789d5d0897571b33551bf9800f96d7d1747432f1435928a
6
+ metadata.gz: bdb3a8c39480f7e2a5a10b32503f71ac19cd921180adc91fe17cb3fc4d8f8df1674ed1621673464f8b4ddeb121a462e89d3419bb090de62fdc4be4133a406bb4
7
+ data.tar.gz: 91ed292808bffae07cc6e801936de8f8e2074e641fc44db878ce91efc10c062cd9d896d530dc7917a3d1edb4a6bf7202a7424cee7fba29819a9e9daa5d7ff299
@@ -11,7 +11,6 @@ examples:
11
11
  - background_size: Size
12
12
 
13
13
  react:
14
- - background_overlay: Overlay
15
14
  - background_light: Light
16
15
  - background_white: White
17
16
  - background_gradient: Gradient
@@ -6,4 +6,3 @@ export { default as BackgroundStatus } from './_background_status.jsx'
6
6
  export { default as BackgroundStatusSubtle } from './_background_status_subtle.jsx'
7
7
  export { default as BackgroundCategory } from './_background_category.jsx'
8
8
  export { default as BackgroundSize } from './_background_size.jsx'
9
- export { default as BackgroundOverlay } from './_background_overlay.jsx'