playbook_ui_docs 15.6.0.pre.alpha.play2552collapsibleiconrefactor12903 → 15.6.0.pre.alpha.play265012910

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: 37474ee7a4107e4e8262c9f05240e27b6537fecae3dc1474de65e6e217e8fd84
4
- data.tar.gz: 7de0d29698d0d51bc23ee0598c687b7ffd68cdb08443f63723da3bfda9c113e4
3
+ metadata.gz: f39ac1e6c22fafced9e2a738884e8f15c45acb118c07366bf4463e6c6e50906a
4
+ data.tar.gz: 34bbea2f15b477327fd4e5948515a02bcffa49c1c7168c18f3c527e7a717f13c
5
5
  SHA512:
6
- metadata.gz: fd527adb14b7e3cd03a041987a193695a91b9ab6d911f08ae952d826a17e104e084d281932c79d1c0e2885f402e2b29fc10872d8ef13ff346ac6a768743621e8
7
- data.tar.gz: 8dd11f47f46413102e8da5460510dd1a6b02e9d6d340e0060f56e5679883ad0b673ee4698e46ee0f898285bf3e1a0fbda215b52c25bf7f92c280809bf3eded8f
6
+ metadata.gz: a8ec0caba3b2c59a8515ddbbea5927c745b2ed440a287d8b689eb4687bc7a651e4cdba3a291aac072c053540bf0050b16149280a0656f3240c2ff2a0a433a2b1
7
+ data.tar.gz: 64e7926441e6a84c4328fe921324e8c17005f87fa6c73b515ff91e5426daa78f09d8b53c6a23d7c6c7521e3c2207bed9cba9a4e4daf8aa5618bc2b390b8e03f2
@@ -7,6 +7,7 @@ const CollapsibleIcons = (props) => {
7
7
  <>
8
8
  <Collapsible
9
9
  icon={['plus','minus']}
10
+ iconColor='white'
10
11
  >
11
12
  <Collapsible.Main {...props}>
12
13
  <div>{'Main Section'}</div>
@@ -22,6 +22,7 @@ const CollapsibleState = (props) => {
22
22
  <Collapsible
23
23
  collapsed={isCollapsed}
24
24
  icon={["plus", "minus"]}
25
+ iconColor='white'
25
26
  padding="none"
26
27
  >
27
28
  <Collapsible.Main padding="sm"
@@ -40,6 +41,7 @@ const CollapsibleState = (props) => {
40
41
  <Collapsible
41
42
  collapsed={isCollapsed}
42
43
  icon={["plus", "minus"]}
44
+ iconColor='white'
43
45
  padding="none"
44
46
  >
45
47
  <Collapsible.Main padding="sm"
@@ -58,6 +60,7 @@ const CollapsibleState = (props) => {
58
60
  <Collapsible
59
61
  collapsed={isCollapsed}
60
62
  icon={["plus", "minus"]}
63
+ iconColor='white'
61
64
  padding="none"
62
65
  >
63
66
  <Collapsible.Main padding="sm"
@@ -1 +1 @@
1
- Error shows that the radio option must be selected or is invalid (ie when used in a form it signals a user to fix an error).
1
+ Error shows that the radio option must be selected or is invalid (i.e. when used in a form it signals a user to fix an error).
@@ -1 +1 @@
1
- Select w/ Error shows that the radio option must be selected or is invalid (ie when used in a form it signals a user to fix an error).
1
+ Select w/ Error shows that an option must be selected or is invalid (i.e. when used in a form it signals a user to fix an error).
@@ -1 +1 @@
1
- Text Input w/ Error shows that the radio option must be selected or is invalid (ie when used in a form it signals a user to fix an error).
1
+ Text Input w/ Error shows that the input must be filled out (i.e. when used in a form it signals a user to fix an error).
@@ -1 +1 @@
1
- Textarea w/ Error shows that the radio option must be selected or is invalid (ie when used in a form it signals a user to fix an error).
1
+ Textarea w/ Error shows that the input must be filled out (i.e. when used in a form it signals a user to fix an error).
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.6.0.pre.alpha.play2552collapsibleiconrefactor12903
4
+ version: 15.6.0.pre.alpha.play265012910
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX