playbook_ui_docs 13.10.0.pre.alpha.PLAY978alphatesthighcharts41330 → 13.10.0.pre.alpha.PLAY1046multilevelsingleselectphase21323
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_avatar/docs/_footer.md +1 -1
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_single.html.erb +3 -0
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_single.jsx +3 -0
- data/dist/playbook-doc.js +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e758c777dd4c4f2d9849aba2328627eb3a4e2275d9463e1c17cddb75739fa148
|
4
|
+
data.tar.gz: c3d02aa7190335ffcc96de55139efcd1b7c219c3aeae12a0586d8121fecb5858
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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",
|