playbook_ui_docs 15.5.0.pre.alpha.PLAY2554homeaddressstreetaccessibility12695 → 15.5.0.pre.alpha.PLAY2581aggressivevalidation12650

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: 2acf31fe2e729157f0eec6992f236189c8b0100c3360834207d0d9dfa0839fd1
4
- data.tar.gz: 0b86b0feaf79677ca88a94141f6e749fc1aa49a3d1fa7e6b31fbe4be36f5234a
3
+ metadata.gz: 0f93bfcbfcaaedf9cd1437e8e8484b09d98dadd0c5edc23566aa8b923662c556
4
+ data.tar.gz: 5bd961354c264261a80fb014320536c4b2942485c98d6060a0c6e2d2075bcfbf
5
5
  SHA512:
6
- metadata.gz: 890ec601979f2702d7b2653ad199a4b56446ce06b79a2263a068ab595eb77302b43a26dd86ab895a202faef5d031ed99020726d6c1bfde178f768ce51ee3e8b9
7
- data.tar.gz: 6d4166fa041999839fa84faeaaa9755a2841e9dfac0eceba5ab4407751b43d3db7f32f334e271dd236004215f57e9fbef5e5cc803e28519173f86f5695870c5a
6
+ metadata.gz: 312529c9fcc3bfdf5f65eb3432b79667bc5df53475440847ff1b4161b3b7d4a29b79b6c8943bac3315135626c0d082829a67da1e09bcab952ebdd7916d98d0a9
7
+ data.tar.gz: 2d170608cead5fd9d05c654e50c424d42007ee86bc6560575347e2911ccafccf8bb4dfda1aa14007fa0e3ab1e0ae3ad74508551e75efc2ee3daca932a4f2ddb9
@@ -1,24 +1,3 @@
1
- <%
2
- options = [
3
- {
4
- label: "United States",
5
- value: "unitedStates",
6
- id: "us"
7
- },
8
- {
9
- label: "United Kingdom",
10
- value: "unitedKingdom",
11
- id: "gb"
12
- },
13
- {
14
- label: "Pakistan",
15
- value: "pakistan",
16
- id: "pk"
17
- }
18
- ]
19
- %>
20
-
21
-
22
1
  <%= pb_rails("button", props: { text: "Open Complex Dialog", data:{"open-dialog": "dialog-complex"} }) %>
23
2
 
24
3
  <%= pb_rails("dialog", props: { id:"dialog-complex", size: "lg", full_height: true }) do %>
@@ -31,16 +10,6 @@
31
10
  <%= pb_rails("rich_text_editor", props: {id: "default", value: "Add your text here"}) %>
32
11
  <%= pb_rails("caption", props: { text: "Type in a word or term too help find tickets later. ex. training, phone setup, hr", margin_bottom: "xs", margin_top: "sm" }) %>
33
12
  <%= pb_rails("typeahead", props: { placeholder: "Tags.."}) %>
34
- <%= pb_rails("dropdown", props: {options: options, autocomplete: true}) %>
35
- <%= pb_rails("typeahead", props: {
36
- id: "typeahead-default",
37
- placeholder: "Select one...",
38
- options: options,
39
- name: :foo,
40
- margin_top: "sm",
41
- is_multi: false
42
- })
43
- %>
44
13
 
45
14
  <% end %>
46
15
  <%= pb_rails("dialog/dialog_footer", props: {cancel_button: "Back", confirm_button: "Send my Issue", confirm_button_id:"confirm-complex", id: "dialog-complex"}) %>
@@ -1,4 +1,3 @@
1
- <%= pb_rails("caption", props: { text: "with all" }) %>
2
1
  <%= pb_rails("home_address_street", props: {
3
2
  address: "70 Prospect Ave",
4
3
  address_cont: "Apt M18",
@@ -10,126 +9,3 @@
10
9
  zipcode: "19382",
11
10
  territory: "PHL",
12
11
  }) %>
13
-
14
- <%= pb_rails("caption", props: { margin_top: "sm", text: "First two lines blank: without address and address cont and housestyle" }) %>
15
- <%= pb_rails("home_address_street", props: {
16
- city: "West Chester",
17
- home_id: 8250263,
18
- home_url: "https://powerhrg.com/",
19
- state: "PA",
20
- zipcode: "19382",
21
- territory: "PHL",
22
- }) %>
23
-
24
- <%= pb_rails("caption", props: { margin_top: "sm", text: "First line half blank Second line full: with housestyle and without address and address cont" }) %>
25
- <%= pb_rails("home_address_street", props: {
26
- city: "West Chester",
27
- home_id: 8250263,
28
- home_url: "https://powerhrg.com/",
29
- house_style: "Colonial",
30
- state: "PA",
31
- zipcode: "19382",
32
- territory: "PHL",
33
- }) %>
34
-
35
- <%= pb_rails("caption", props: { margin_top: "sm", text: "First line full Second line blank: with address and housestyle and without address cont" }) %>
36
- <%= pb_rails("home_address_street", props: {
37
- address: "70 Prospect Ave",
38
- city: "West Chester",
39
- home_id: 8250263,
40
- home_url: "https://powerhrg.com/",
41
- house_style: "Colonial",
42
- state: "PA",
43
- zipcode: "19382",
44
- territory: "PHL",
45
- }) %>
46
-
47
- <%= pb_rails("caption", props: { margin_top: "sm", text: "First line half blank Second line full: without address and with housestyle and address cont" }) %>
48
- <%= pb_rails("home_address_street", props: {
49
- address_cont: "Apt M18",
50
- city: "West Chester",
51
- home_id: 8250263,
52
- home_url: "https://powerhrg.com/",
53
- house_style: "Colonial",
54
- state: "PA",
55
- zipcode: "19382",
56
- territory: "PHL",
57
- }) %>
58
-
59
- <%= pb_rails("caption", props: { margin_top: "sm", text: "First line blank Second line full: with address cont and without address and housestyle" }) %>
60
- <%= pb_rails("home_address_street", props: {
61
- address_cont: "Apt M18",
62
- city: "West Chester",
63
- home_id: 8250263,
64
- home_url: "https://powerhrg.com/",
65
- state: "PA",
66
- zipcode: "19382",
67
- territory: "PHL",
68
- }) %>
69
-
70
- <%= pb_rails("caption", props: { margin_top: "sm", text: "Emphasis, Modified, Target and Formatted doc examples below" }) %>
71
- <%= pb_rails("home_address_street", props: {
72
- address: "70 Prospect Ave",
73
- city: "West Chester",
74
- emphasis: "none",
75
- home_id: 8250263,
76
- home_url: "https://powerhrg.com/",
77
- house_style: "Colonial",
78
- margin_bottom: "sm",
79
- state: "PA",
80
- zipcode: "19382",
81
- territory: "PHL",
82
- }) %>
83
-
84
- <%= pb_rails("home_address_street", props: {
85
- city: "West Chester",
86
- emphasis: "city",
87
- home_id: 8250263,
88
- home_url: "https://powerhrg.com/",
89
- margin_bottom: "sm",
90
- state: "PA",
91
- zipcode: "19382",
92
- territory: "PHL",
93
- }) %>
94
-
95
- <%= pb_rails("home_address_street", props: {
96
- city: "West Chester",
97
- emphasis: "none",
98
- home_id: 8250263,
99
- home_url: "https://powerhrg.com/",
100
- margin_bottom: "sm",
101
- state: "PA",
102
- zipcode: "19382",
103
- territory: "PHL",
104
- }) %>
105
-
106
- <%= pb_rails("home_address_street", props: {
107
- address: "70 Prospect Ave",
108
- city: "West Chester",
109
- margin_bottom: "sm",
110
- state: "PA",
111
- zipcode: "19382",
112
- territory: "PHL",
113
- }) %>
114
-
115
- <%= pb_rails("home_address_street", props: {
116
- city: "West Chester",
117
- home_id: 8250263,
118
- home_url: "https://powerhrg.com/",
119
- margin_bottom: "sm",
120
- state: "PA",
121
- target: "_blank",
122
- zipcode: "19382",
123
- territory: "PHL",
124
- }) %>
125
-
126
- <%= pb_rails("home_address_street", props: {
127
- address: "70 pRoSpEcT ave",
128
- city: "West Chester",
129
- home_id: 8250263,
130
- home_url: "https://powerhrg.com/",
131
- preserve_case: true,
132
- state: "pa",
133
- zipcode: "19382",
134
- territory: "PHL",
135
- }) %>
@@ -1,156 +1,21 @@
1
1
  import React from 'react'
2
2
 
3
3
  import HomeAddressStreet from '../_home_address_street'
4
- import Caption from '../../pb_caption/_caption'
5
4
 
6
5
  const HomeAddressStreetDefault = (props) => {
7
6
  return (
8
- <>
9
- <Caption text="with all" />
10
- <HomeAddressStreet
11
- address="70 Prospect Ave"
12
- addressCont="Apt M18"
13
- city="West Chester"
14
- homeId="8250263"
15
- homeUrl="https://powerhrg.com/"
16
- houseStyle="Colonial"
17
- state="PA"
18
- territory="PHL"
19
- zipcode="19382"
20
- {...props}
21
- />
22
- <Caption marginTop="sm"
23
- text="First two lines blank: without address and address cont and housestyle"
24
- />
25
- <HomeAddressStreet
26
- city="West Chester"
27
- homeId="8250263"
28
- homeUrl="https://powerhrg.com/"
29
- state="PA"
30
- territory="PHL"
31
- zipcode="19382"
32
- {...props}
33
- />
34
- <Caption marginTop="sm"
35
- text="First line half blank Second line full: with housestyle and without address and address cont"
36
- />
37
- <HomeAddressStreet
38
- city="West Chester"
39
- homeId="8250263"
40
- homeUrl="https://powerhrg.com/"
41
- houseStyle="Colonial"
42
- state="PA"
43
- territory="PHL"
44
- zipcode="19382"
45
- {...props}
46
- />
47
- <Caption marginTop="sm"
48
- text="First line full Second line blank: with address and housestyle and without address cont and address cont"
49
- />
50
- <HomeAddressStreet
51
- address="70 Prospect Ave"
52
- city="West Chester"
53
- homeId="8250263"
54
- homeUrl="https://powerhrg.com/"
55
- houseStyle="Colonial"
56
- state="PA"
57
- territory="PHL"
58
- zipcode="19382"
59
- {...props}
60
- />
61
- <Caption marginTop="sm"
62
- text="First line half blank Second line full: without address and with housestyle and address cont and address cont"
63
- />
64
- <HomeAddressStreet
65
- city="West Chester"
66
- homeId="8250263"
67
- homeUrl="https://powerhrg.com/"
68
- houseStyle="Colonial"
69
- state="PA"
70
- territory="PHL"
71
- zipcode="19382"
72
- {...props}
73
- />
74
- <Caption marginTop="sm"
75
- text="First line blank Second line full: with address cont and without address and housestyle and address cont"
76
- />
77
- <HomeAddressStreet
78
- addressCont="Apt M18"
79
- city="West Chester"
80
- homeId="8250263"
81
- homeUrl="https://powerhrg.com/"
82
- state="PA"
83
- territory="PHL"
84
- zipcode="19382"
85
- {...props}
86
- />
87
- <Caption marginTop="sm"
88
- text="Emphasis, Modified, Target and Formatted doc examples below and address cont"
89
- />
90
- <HomeAddressStreet
91
- address="70 Prospect Ave"
92
- city="West Chester"
93
- emphasis="none"
94
- homeId="8250263"
95
- homeUrl="https://powerhrg.com/"
96
- houseStyle="Colonial"
97
- marginBottom="sm"
98
- state="PA"
99
- territory="PHL"
100
- zipcode="19382"
101
- {...props}
102
- />
103
- <HomeAddressStreet
104
- city="West Chester"
105
- emphasis="city"
106
- homeId="8250263"
107
- homeUrl="https://powerhrg.com/"
108
- marginBottom="sm"
109
- state="PA"
110
- territory="PHL"
111
- zipcode="19382"
112
- {...props}
113
- />
114
- <HomeAddressStreet
115
- city="West Chester"
116
- emphasis="none"
117
- homeId="8250263"
118
- homeUrl="https://powerhrg.com/"
119
- marginBottom="sm"
120
- state="PA"
121
- territory="PHL"
122
- zipcode="19382"
123
- {...props}
124
- />
125
- <HomeAddressStreet
126
- address="70 Prospect Ave"
127
- city="West Chester"
128
- marginBottom="sm"
129
- state="PA"
130
- territory="PHL"
131
- zipcode="19382"
132
- />
133
- <HomeAddressStreet
134
- city="West Chester"
135
- homeId={8250263}
136
- homeUrl="https://powerhrg.com/"
137
- marginBottom="sm"
138
- state="PA"
139
- target="_blank"
140
- territory="PHL"
141
- zipcode="19382"
142
- />
143
- <HomeAddressStreet
144
- address="70 pRoSpEcT ave"
145
- city="West Chester"
146
- homeId="8250263"
147
- homeUrl="https://powerhrg.com/"
148
- preserveCase
149
- state="pa"
150
- territory="PHL"
151
- zipcode="19382"
152
- />
153
- </>
7
+ <HomeAddressStreet
8
+ address="70 Prospect Ave"
9
+ addressCont="Apt M18"
10
+ city="West Chester"
11
+ homeId="8250263"
12
+ homeUrl="https://powerhrg.com/"
13
+ houseStyle="Colonial"
14
+ state="PA"
15
+ territory="PHL"
16
+ zipcode="19382"
17
+ {...props}
18
+ />
154
19
  )
155
20
  }
156
21
 
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.5.0.pre.alpha.PLAY2554homeaddressstreetaccessibility12695
4
+ version: 15.5.0.pre.alpha.PLAY2581aggressivevalidation12650
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-12-01 00:00:00.000000000 Z
12
+ date: 2025-11-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui