playbook_ui_docs 14.16.0.pre.alpha.play1881removelodash6986 → 14.16.0.pre.alpha.play1957inlinedatepickericonbugfix6872

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: f5e816e90de722c4ea05c3d607eb3de3ef9417b4ca847f47a482b83a2bbbbeb7
4
- data.tar.gz: cdfcecf296b47884a89b0806878baf7893d340a6d3436f24d4a23c0bd845adad
3
+ metadata.gz: 95f061cc4f605d8778c3d2e175801f3b33d6e5d2cfd31c2fbec0abb1c4071b5b
4
+ data.tar.gz: ec582417447a457dcfd26f7fe058e48464f7b71eeabb0dc5ffeb97a678850c25
5
5
  SHA512:
6
- metadata.gz: 897d85e2a21c219041d2c083db0a6786df14a002ac29a459dba037d31805708cb38978d950cb6c199e830df9f19c1a067c626a9cd5babb0c27914ff11f2a3a15
7
- data.tar.gz: ab0ea4ae03c0f83fa7e914beda148d6650588262e484f1981d3811920518e159ac10afec82dcc7fc5f61cce071c9d5f6f3cb7a44cf6f55936d2bf5d156971bfa
6
+ metadata.gz: 6c5b1216e6045b241f7ebb824bf96c15bd129f5841c2c448b0f07a3ab590c8f999632ac6baa9ffed6161959d9d38e247c979a7048a2c58b11ac739a9a46389c9
7
+ data.tar.gz: c0985b3565ff50f9a4ea8ce582f3575d95c0ca1e5af30aa5f9db269577e5cf84d9ebcf4c2b6af56cac6c03b8bb757b8b432b8737c16f01e2693566e39aca1df6
@@ -40,6 +40,7 @@ const AdvancedTablePagination = (props) => {
40
40
  <AdvancedTable
41
41
  columnDefinitions={columnDefinitions}
42
42
  pagination
43
+ responsive="none"
43
44
  tableData={PAGINATION_MOCK_DATA}
44
45
  {...props}
45
46
  />
@@ -12,7 +12,7 @@ const DropdownWithAutocomplete = (props) => {
12
12
  label: "Jasper Furniss",
13
13
  value: "Jasper Furniss",
14
14
  territory: "PHL",
15
- title: "Lead UX Engineer",
15
+ title: "Senior UX Engineer",
16
16
  id: "jasper-furniss",
17
17
  status: "Offline"
18
18
  },
@@ -25,18 +25,18 @@ const DropdownWithAutocomplete = (props) => {
25
25
  status: "Away"
26
26
  },
27
27
  {
28
- label: "Carlos Lima",
29
- value: "Carlos Lima",
28
+ label: "Jason Cypret",
29
+ value: "Jason Cypret",
30
30
  territory: "PHL",
31
- title: "Nitro Developer",
32
- id: "carlos-lima",
31
+ title: "VP of User Experience",
32
+ id: "jason-cypret",
33
33
  status: "Online"
34
34
  },
35
35
  {
36
36
  label: "Courtney Long",
37
37
  value: "Courtney Long",
38
38
  territory: "PHL",
39
- title: "Lead UX Designer",
39
+ title: "UX Design Mentor",
40
40
  id: "courtney-long",
41
41
  status: "Online"
42
42
  }
@@ -15,7 +15,7 @@ const DropdownWithAutocompleteAndCustomDisplay = (props) => {
15
15
  label: "Jasper Furniss",
16
16
  value: "Jasper Furniss",
17
17
  territory: "PHL",
18
- title: "Lead UX Engineer",
18
+ title: "Senior UX Engineer",
19
19
  id: "jasper-furniss",
20
20
  status: "Offline"
21
21
  },
@@ -28,18 +28,18 @@ const DropdownWithAutocompleteAndCustomDisplay = (props) => {
28
28
  status: "Away"
29
29
  },
30
30
  {
31
- label: "Carlos Lima",
32
- value: "Carlos Lima",
31
+ label: "Jason Cypret",
32
+ value: "Jason Cypret",
33
33
  territory: "PHL",
34
- title: "Nitro Developer",
35
- id: "carlos-lima",
34
+ title: "VP of User Experience",
35
+ id: "jason-cypret",
36
36
  status: "Online"
37
37
  },
38
38
  {
39
39
  label: "Courtney Long",
40
40
  value: "Courtney Long",
41
41
  territory: "PHL",
42
- title: "Lead UX Designer",
42
+ title: "UX Design Mentor",
43
43
  id: "courtney-long",
44
44
  status: "Online"
45
45
  }
@@ -15,7 +15,7 @@ const DropdownWithCustomDisplay = (props) => {
15
15
  label: "Jasper Furniss",
16
16
  value: "Jasper Furniss",
17
17
  territory: "PHL",
18
- title: "Lead UX Engineer",
18
+ title: "Senior UX Engineer",
19
19
  id: "jasper-furniss",
20
20
  status: "Offline"
21
21
  },
@@ -28,18 +28,18 @@ const DropdownWithCustomDisplay = (props) => {
28
28
  status: "Away"
29
29
  },
30
30
  {
31
- label: "Carlos Lima",
32
- value: "Carlos Lima",
31
+ label: "Jason Cypret",
32
+ value: "Jason Cypret",
33
33
  territory: "PHL",
34
- title: "Nitro Developer",
35
- id: "carlos-lima",
34
+ title: "VP of User Experience",
35
+ id: "jason-cypret",
36
36
  status: "Online"
37
37
  },
38
38
  {
39
39
  label: "Courtney Long",
40
40
  value: "Courtney Long",
41
41
  territory: "PHL",
42
- title: "Lead UX Designer",
42
+ title: "UX Design Mentor",
43
43
  id: "courtney-long",
44
44
  status: "Online"
45
45
  }
@@ -1,10 +1,10 @@
1
1
  <%
2
- options = [
2
+ options = [
3
3
  {
4
4
  label: "Jasper Furniss",
5
5
  value: "Jasper Furniss",
6
6
  territory: "PHL",
7
- title: "Lead UX Engineer",
7
+ title: "Senior UX Engineer",
8
8
  id: "jasper-furniss",
9
9
  status: "Offline"
10
10
  },
@@ -17,22 +17,22 @@
17
17
  status: "Away"
18
18
  },
19
19
  {
20
- label: "Carlos Lima",
21
- value: "Carlos Lima",
20
+ label: "Jason Cypret",
21
+ value: "Jason Cypret",
22
22
  territory: "PHL",
23
- title: "Nitro Developer",
24
- id: "carlos-lima",
23
+ title: "VP of User Experience",
24
+ id: "jason-cypret",
25
25
  status: "Online"
26
26
  },
27
27
  {
28
28
  label: "Courtney Long",
29
29
  value: "Courtney Long",
30
30
  territory: "PHL",
31
- title: "Lead UX Designer",
31
+ title: "UX Design Mentor",
32
32
  id: "courtney-long",
33
33
  status: "Online"
34
34
  }
35
- ];
35
+ ]
36
36
 
37
37
  %>
38
38
 
@@ -1 +1 @@
1
- <%= pb_rails("rich_text_editor", props: {input_options: { id: 'hidden_input_id', name: "hidden_input_name" }, value: "Add your text here. You can format your text, add links, quotes, and bullets."}) %>
1
+ <%= pb_rails("rich_text_editor", props: {id: "default", value: "Add your text here. You can format your text, add links, quotes, and bullets."}) %>
@@ -75,5 +75,3 @@ examples:
75
75
  - table_with_collapsible_with_nested_table: Table with Collapsible with Nested Table
76
76
  - table_with_clickable_rows: Table with Clickable Rows
77
77
  - table_with_selectable_rows: Table with Selectable Rows
78
- - table_with_header_style_borderless: Header Style Borderless
79
- - table_with_header_style_floating: Header Style Floating
@@ -35,5 +35,3 @@ export { default as TableWithCollapsibleWithNestedRows } from './_table_with_col
35
35
  export { default as TableWithCollapsibleWithCustomClick } from './_table_with_collapsible_with_custom_click.jsx'
36
36
  export { default as TableWithSelectableRows } from './_table_with_selectable_rows.jsx'
37
37
  export { default as TableWithClickableRows } from './_table_with_clickable_rows.jsx'
38
- export { default as TableWithHeaderStyleBorderless } from './_table_with_header_style_borderless.jsx'
39
- export { default as TableWithHeaderStyleFloating } from './_table_with_header_style_floating.jsx'
@@ -18,18 +18,18 @@ const USERS = [
18
18
  territory: "PHL",
19
19
  },
20
20
  {
21
- name: "Carlos Lima",
22
- title: "Nitro Developer",
21
+ name: "Jason Cypret",
22
+ title: "Vice President of User Experience",
23
23
  territory: "PHL",
24
24
  },
25
25
  {
26
26
  name: "Stephen Marshall",
27
- title: "Senior Nitro Developer",
27
+ title: "Senior User Experience Engineer",
28
28
  territory: "PHL",
29
29
  },
30
30
  {
31
31
  name: "Jasper Furniss",
32
- title: "Lead User Experience Engineer",
32
+ title: "Senior User Experience Engineer",
33
33
  territory: "PHL",
34
34
  },
35
35
  ];