playbook_ui_docs 13.10.0.pre.alpha.PLAY978alphatesthighcharts41330 → 13.10.0.pre.alpha.PLAY1046multilevelsingleselectphase21323

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: ad39f8c1260dc6beecd0b6d87aaa2589a812607c53b70e5d140b80601037f823
4
- data.tar.gz: b16114af5a36f8a443ffbf85723ea6cea357bcf0abc16cf68d9ced9459940245
3
+ metadata.gz: e758c777dd4c4f2d9849aba2328627eb3a4e2275d9463e1c17cddb75739fa148
4
+ data.tar.gz: c3d02aa7190335ffcc96de55139efcd1b7c219c3aeae12a0586d8121fecb5858
5
5
  SHA512:
6
- metadata.gz: 4ce1f97881a9b2df12dc39f9e6a0777b6a481f7150526b2c5918b9108072d5dc4eb6da9f96e49758d93cccd3bc35d970d43c992bae0aca4e28a54b32d06b7461
7
- data.tar.gz: 1c23c0afdcb56e7ad2e95f61a2bf0586ca556b0bf984ea3ca2e6638b8e30294510996884b5f96ef0372a89c7d1ee8cd9b3d259969a447c3323bafd8a857abd65
6
+ metadata.gz: 05ea15ed63255839d64fc5d35bb3243d580ee501fbdeafbd23dbf0ff7b5173f97ed9a61653eff38c952db3b867adf7a158584e2feabc97f2968e1fad4424b633
7
+ data.tar.gz: e5624b57a34f39a4ec883f46c7a679d5897b86638170eb88caac83af30d540a97c6b8479613aef3b6dce849d15287b798a7917553ee610bacbe0e0f29384fb08
@@ -1,3 +1,3 @@
1
1
  ### Things to Avoid
2
2
 
3
- Avoid using Avatar with the user's name right next to it or under it. Use User kit instead. Do not use this kit for images that are not profile pictures .
3
+ Avoid using Avatar with the user's name right next to it or under it. Use User kit instead. Do not use this kit for images that are not profile pictures.
@@ -9,6 +9,7 @@
9
9
  value: "People",
10
10
  id: "201",
11
11
  expanded: true,
12
+ hidden: true,
12
13
  children: [
13
14
  {
14
15
  label: "Talent Acquisition",
@@ -19,6 +20,7 @@
19
20
  label: "Business Affairs",
20
21
  value: "Business Affairs",
21
22
  id: "203",
23
+ hidden: true,
22
24
  children: [
23
25
  {
24
26
  label: "Initiatives",
@@ -43,6 +45,7 @@
43
45
  label: "Contact Center",
44
46
  value: "Contact Center",
45
47
  id: "207",
48
+ hidden: true,
46
49
  children: [
47
50
  {
48
51
  label: "Appointment Management",
@@ -13,6 +13,7 @@ const treeData = [
13
13
  value: "People",
14
14
  id: "people2",
15
15
  expanded: true,
16
+ hidden: true,
16
17
  children: [
17
18
  {
18
19
  label: "Talent Acquisition",
@@ -23,6 +24,7 @@ const treeData = [
23
24
  label: "Business Affairs",
24
25
  value: "Business Affairs",
25
26
  id: "business2",
27
+ hidden: true,
26
28
  children: [
27
29
  {
28
30
  label: "Initiatives",
@@ -47,6 +49,7 @@ const treeData = [
47
49
  label: "Contact Center",
48
50
  value: "Contact Center",
49
51
  id: "contact2",
52
+ hidden: true,
50
53
  children: [
51
54
  {
52
55
  label: "Appointment Management",