playbook_ui 10.16.0 → 10.18.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +3 -0
  3. data/app/pb_kits/playbook/pb_background/background.test.js +22 -0
  4. data/app/pb_kits/playbook/pb_bar_graph/_bar_graph.jsx +3 -0
  5. data/app/pb_kits/playbook/pb_bar_graph/bar_graph.rb +3 -0
  6. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_colors.html.erb +26 -0
  7. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_colors.jsx +37 -0
  8. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_colors.md +2 -0
  9. data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +2 -0
  10. data/app/pb_kits/playbook/pb_bar_graph/docs/index.js +1 -0
  11. data/app/pb_kits/playbook/pb_caption/_caption.jsx +17 -4
  12. data/app/pb_kits/playbook/pb_caption/_caption.scss +25 -8
  13. data/app/pb_kits/playbook/pb_caption/_caption_mixin.scss +17 -0
  14. data/app/pb_kits/playbook/pb_caption/caption.rb +5 -1
  15. data/app/pb_kits/playbook/pb_caption/docs/_caption_example.html.erb +3 -0
  16. data/app/pb_kits/playbook/pb_caption/docs/_caption_example.jsx +27 -0
  17. data/app/pb_kits/playbook/pb_caption/docs/_caption_example.md +1 -0
  18. data/app/pb_kits/playbook/pb_caption/docs/example.yml +7 -4
  19. data/app/pb_kits/playbook/pb_caption/docs/index.js +1 -0
  20. data/app/pb_kits/playbook/pb_card/_card.jsx +1 -3
  21. data/app/pb_kits/playbook/pb_card/_card.scss +0 -6
  22. data/app/pb_kits/playbook/pb_card/_card_mixin.scss +1 -8
  23. data/app/pb_kits/playbook/pb_card/card.html.erb +2 -0
  24. data/app/pb_kits/playbook/pb_card/card.rb +0 -8
  25. data/app/pb_kits/playbook/pb_card/docs/_card_background.html.erb +1 -1
  26. data/app/pb_kits/playbook/pb_card/docs/_card_content.html.erb +3 -1
  27. data/app/pb_kits/playbook/pb_card/docs/_card_content.jsx +9 -2
  28. data/app/pb_kits/playbook/pb_circle_chart/circle_chart.rb +4 -0
  29. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors.md +2 -0
  30. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_default_date.md +3 -1
  31. data/app/pb_kits/playbook/pb_date_time_stacked/date_time_stacked.test.js +13 -4
  32. data/app/pb_kits/playbook/pb_docs/kit_example.rb +4 -0
  33. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.rb +4 -0
  34. data/app/pb_kits/playbook/pb_flex/_flex.jsx +4 -0
  35. data/app/pb_kits/playbook/pb_flex/_flex.scss +17 -1
  36. data/app/pb_kits/playbook/pb_flex/_flex_item.jsx +6 -2
  37. data/app/pb_kits/playbook/pb_flex/_flex_item.scss +22 -0
  38. data/app/pb_kits/playbook/pb_flex/docs/_flex_item.html.erb +12 -1
  39. data/app/pb_kits/playbook/pb_flex/docs/_flex_item.md +2 -0
  40. data/app/pb_kits/playbook/pb_flex/docs/_flex_item_align_self.html.erb +89 -0
  41. data/app/pb_kits/playbook/pb_flex/docs/_flex_item_align_self.jsx +210 -0
  42. data/app/pb_kits/playbook/pb_flex/docs/_flex_item_align_self.md +5 -0
  43. data/app/pb_kits/playbook/pb_flex/docs/_flex_item_example.jsx +27 -0
  44. data/app/pb_kits/playbook/pb_flex/docs/_flex_item_example.md +2 -0
  45. data/app/pb_kits/playbook/pb_flex/docs/example.yml +2 -0
  46. data/app/pb_kits/playbook/pb_flex/docs/index.js +1 -0
  47. data/app/pb_kits/playbook/pb_flex/flex.rb +14 -1
  48. data/app/pb_kits/playbook/pb_flex/flex_item.rb +16 -1
  49. data/app/pb_kits/playbook/pb_gauge/_gauge.jsx +3 -0
  50. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.html.erb +12 -0
  51. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx +19 -0
  52. data/app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.md +2 -0
  53. data/app/pb_kits/playbook/pb_gauge/docs/example.yml +2 -0
  54. data/app/pb_kits/playbook/pb_gauge/docs/index.js +1 -0
  55. data/app/pb_kits/playbook/pb_gauge/gauge.rb +2 -0
  56. data/app/pb_kits/playbook/pb_icon/icon.rb +4 -0
  57. data/app/pb_kits/playbook/pb_icon_circle/_icon_circle.scss +2 -2
  58. data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_color.html.erb +1 -1
  59. data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_color.jsx +1 -1
  60. data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_color.md +1 -0
  61. data/app/pb_kits/playbook/pb_icon_circle/icon_circle.rb +1 -1
  62. data/app/pb_kits/playbook/pb_icon_stat_value/icon_stat_value.rb +2 -0
  63. data/app/pb_kits/playbook/pb_image/_image.jsx +4 -1
  64. data/app/pb_kits/playbook/pb_image/_image.scss +24 -8
  65. data/app/pb_kits/playbook/pb_image/docs/_transition_image.html.erb +54 -0
  66. data/app/pb_kits/playbook/pb_image/docs/_transition_image.jsx +77 -0
  67. data/app/pb_kits/playbook/pb_image/docs/_transition_image.md +1 -0
  68. data/app/pb_kits/playbook/pb_image/docs/example.yml +2 -0
  69. data/app/pb_kits/playbook/pb_image/docs/index.js +1 -0
  70. data/app/pb_kits/playbook/pb_image/image.html.erb +1 -1
  71. data/app/pb_kits/playbook/pb_image/image.rb +8 -1
  72. data/app/pb_kits/playbook/pb_image/image.test.js +9 -4
  73. data/app/pb_kits/playbook/pb_line_graph/_line_graph.jsx +4 -1
  74. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_colors.html.erb +26 -0
  75. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_colors.jsx +37 -0
  76. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_colors.md +2 -0
  77. data/app/pb_kits/playbook/pb_line_graph/docs/example.yml +2 -0
  78. data/app/pb_kits/playbook/pb_line_graph/docs/index.js +1 -0
  79. data/app/pb_kits/playbook/pb_line_graph/line_graph.rb +3 -0
  80. data/app/pb_kits/playbook/pb_list/list.rb +2 -0
  81. data/app/pb_kits/playbook/pb_select/select.rb +3 -0
  82. data/app/pb_kits/playbook/pb_source/source.rb +3 -0
  83. data/app/pb_kits/playbook/pb_text_input/text_input.rb +2 -0
  84. data/app/pb_kits/playbook/pb_title/docs/_title_light.html.erb +4 -1
  85. data/app/pb_kits/playbook/pb_title/title.html.erb +4 -2
  86. data/app/pb_kits/playbook/plugins/pb_chart.js +16 -24
  87. data/app/pb_kits/playbook/tokens/_colors.scss +3 -1
  88. data/app/pb_kits/playbook/utilities/_cursor.scss +3 -0
  89. data/app/pb_kits/playbook/utilities/_display.scss +23 -0
  90. data/app/pb_kits/playbook/utilities/_shadow.scss +11 -0
  91. data/app/pb_kits/playbook/utilities/globalProps.js +19 -1
  92. data/lib/playbook/classnames.rb +3 -0
  93. data/lib/playbook/cursor.rb +29 -0
  94. data/lib/playbook/display.rb +29 -0
  95. data/lib/playbook/engine.rb +0 -1
  96. data/lib/playbook/kit_base.rb +6 -0
  97. data/lib/playbook/markdown/helper.rb +2 -2
  98. data/lib/playbook/pb_doc_helper.rb +4 -0
  99. data/lib/playbook/props/base.rb +2 -2
  100. data/lib/playbook/shadow.rb +29 -0
  101. data/lib/playbook/version.rb +2 -2
  102. data/lib/playbook.rb +3 -0
  103. metadata +42 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cb62e7e4c4ce0582f7c7af3baec2eb4b35cb022ca13dc4b373e768f69bbbd32
4
- data.tar.gz: 94a24d2c6cc426fcde35a23e33dafe44aec865a0913acba42fa716590eaaedb2
3
+ metadata.gz: 2e3cbc0cd92e9520cc384a83a63b0c7929db90e80ee3c14545f4cb59cea7e908
4
+ data.tar.gz: 3dbd612141159027a9da789d6a371cc8e8f2dccb9eaabff33f4c4ddea0c1e473
5
5
  SHA512:
6
- metadata.gz: 9629982686a67ac50d4a4687ab2cb8194e5796982ba91459842efb615b2167fd92342cb3e60e645da24dc6291e944059248d38a50f85a8b746bd820b6f8d53ea
7
- data.tar.gz: 05e31457c3ace5f05fa663d5031cc5d3367e0eb3b58f61c00df6b9d5df495ed91254335f74e10eaee5f807f611e70c3c408fb14248d60e2777dc93975ce3eb68
6
+ metadata.gz: e5a15bb11978d3ac1e8bc98c067cfc39ca9012e8e995e758d5debe9073db0dad4b63b2222c6bf687bc739c5dfaca5e249e12b2b89345c711284000d177f00ea7
7
+ data.tar.gz: f5f8ad98e52dde53cd3c634757aa6ffeb9c9e6d53a4081c3861e839d1ab6b210d26dd63691be86d9c946cc7c6b4760f006b772e5bb3924be97de70d19f320ac1
@@ -93,6 +93,9 @@
93
93
  @import 'pb_walkthrough/walkthrough';
94
94
  @import 'pb_weekday_stacked/weekday_stacked';
95
95
  @import './utilities/spacing';
96
+ @import './utilities/cursor';
96
97
  @import './utilities/max_width';
97
98
  @import './utilities/positioning';
98
99
  @import './utilities/number_spacing';
100
+ @import './utilities/shadow';
101
+ @import './utilities/display';
@@ -0,0 +1,22 @@
1
+ import { ensureAccessible, renderKit } from '../utilities/test-utils'
2
+
3
+ import Background from './_background'
4
+
5
+ const props = {
6
+ data: { testid: 'background' },
7
+ backgroundColor: null,
8
+ }
9
+
10
+ it('Should be accessible', async () => {
11
+ ensureAccessible(Background, props)
12
+ })
13
+
14
+ test('backgroundColor = success', () => {
15
+ const kit = renderKit(Background, props, { backgroundColor: 'success' })
16
+ expect(kit).toHaveClass('pb_background_kit pb_background_color_success')
17
+ })
18
+
19
+ test('backgroundColor = category_1', () => {
20
+ const kit = renderKit(Background, props, { backgroundColor: 'category_1' })
21
+ expect(kit).toHaveClass('pb_background_kit pb_background_color_category_1')
22
+ })
@@ -24,6 +24,7 @@ type BarGraphProps = {
24
24
  legend?: boolean,
25
25
  toggleLegendClick?: boolean,
26
26
  height?: string,
27
+ colors: array,
27
28
  }
28
29
 
29
30
  export default class BarGraph extends React.Component<BarGraphProps> {
@@ -50,11 +51,13 @@ export default class BarGraph extends React.Component<BarGraphProps> {
50
51
  legend,
51
52
  height,
52
53
  toggleLegendClick,
54
+ colors = [],
53
55
  } = this.props
54
56
 
55
57
  new pbChart(`.${className}`, {
56
58
  axisTitle: axisTitle,
57
59
  chartData: chartData,
60
+ colors: colors,
58
61
  id: id,
59
62
  pointStart: pointStart,
60
63
  subtitle: subTitle,
@@ -21,6 +21,8 @@ module Playbook
21
21
  prop :toggle_legend_click, type: Playbook::Props::Boolean,
22
22
  default: true
23
23
  prop :height
24
+ prop :colors, type: Playbook::Props::Array,
25
+ default: []
24
26
 
25
27
  def chart_type
26
28
  orientation == "horizontal" ? "bar" : "column"
@@ -42,6 +44,7 @@ module Playbook
42
44
  legend: legend,
43
45
  toggleLegendClick: toggle_legend_click,
44
46
  height: height,
47
+ colors: colors,
45
48
  }
46
49
  end
47
50
 
@@ -0,0 +1,26 @@
1
+ <% data = [{
2
+ name: 'Installation',
3
+ data: [1475,200,3000,654,656]
4
+ }, {
5
+ name: 'Manufacturing',
6
+ data: [4434,524,2320,440,500]
7
+ }, {
8
+ name: 'Sales & Distribution',
9
+ data: [3387,743,1344,434,440,]
10
+ }, {
11
+ name: 'Project Development',
12
+ data: [3227,878,999,780,1000]
13
+ }, {
14
+ name: 'Other',
15
+ data: [1111,677,3245,500,200]
16
+ }] %>
17
+
18
+ <%= pb_rails("bar_graph", props: {
19
+ axis_title: 'Number of Employees',
20
+ chart_data: data,
21
+ id: "bar-colors",
22
+ y_axis_min: 0,
23
+ x_axis_categories:['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],
24
+ title: 'Bar Graph with Custom Data Colors',
25
+ colors: ['data-4', 'data-5', 'data-6', 'data-7', 'data-8']
26
+ }) %>
@@ -0,0 +1,37 @@
1
+ import React from 'react'
2
+
3
+ import BarGraph from '../_bar_graph'
4
+
5
+ const chartData = [{
6
+ name: 'Installation',
7
+ data: [1475, 200, 3000, 654, 656],
8
+ }, {
9
+ name: 'Manufacturing',
10
+ data: [4434, 524, 2320, 440, 500],
11
+ }, {
12
+ name: 'Sales & Distribution',
13
+ data: [3387, 743, 1344, 434, 440],
14
+ }, {
15
+ name: 'Project Development',
16
+ data: [3227, 878, 999, 780, 1000],
17
+ }, {
18
+ name: 'Other',
19
+ data: [1111, 677, 3245, 500, 200],
20
+ }]
21
+
22
+ const BarGraphColors = (props) => (
23
+ <div>
24
+ <BarGraph
25
+ axisTitle="Number of Employees"
26
+ chartData={chartData}
27
+ colors={['data-4', 'data-5', 'data-6', 'data-7', 'data-8']}
28
+ id="bar-colors"
29
+ title="Bar Graph with Custom Data Colors"
30
+ xAxisCategories={['Jan', 'Feb', 'Mar', 'Apr', 'May']}
31
+ yAxisMin={0}
32
+ {...props}
33
+ />
34
+ </div>
35
+ )
36
+
37
+ export default BarGraphColors
@@ -0,0 +1,2 @@
1
+ Custom data `colors` allow for color customization to match the needs of business requirements.
2
+ Pass the prop colors and use desired values `data-1 | data-2 | data-3 | data-4 | data-5 | data-6 | data-7 | data-8` in an array. Hex colors are also available `eg: #CA0095`
@@ -6,6 +6,7 @@ examples:
6
6
  - bar_graph_legend_non_clickable: Legend Non Clickable
7
7
  - bar_graph_height: Height
8
8
  - bar_graph_spline: Spline
9
+ - bar_graph_colors: Color Overrides
9
10
 
10
11
 
11
12
  react:
@@ -14,3 +15,4 @@ examples:
14
15
  - bar_graph_legend_non_clickable: Legend Non Clickable
15
16
  - bar_graph_height: Height
16
17
  - bar_graph_spline: Spline
18
+ - bar_graph_colors: Color Overrides
@@ -3,3 +3,4 @@ export { default as BarGraphLegend } from './_bar_graph_legend.jsx'
3
3
  export { default as BarGraphLegendNonClickable } from './_bar_graph_legend_non_clickable.jsx'
4
4
  export { default as BarGraphHeight } from './_bar_graph_height.jsx'
5
5
  export { default as BarGraphSpline } from './_bar_graph_spline.jsx'
6
+ export { default as BarGraphColors } from './_bar_graph_colors.jsx'
@@ -15,13 +15,15 @@ type CaptionProps = {
15
15
  tag?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | "div" | "caption",
16
16
  text?: string,
17
17
  variant?: null | "link",
18
- }
18
+ color?: "default" | "link" | "light",
19
+ };
19
20
 
20
21
  const Caption = (props: CaptionProps) => {
21
22
  const {
22
23
  aria = {},
23
24
  className,
24
25
  children,
26
+ color,
25
27
  data = {},
26
28
  id,
27
29
  size = 'md',
@@ -29,15 +31,26 @@ const Caption = (props: CaptionProps) => {
29
31
  text,
30
32
  variant = null,
31
33
  } = props
32
- const tagOptions = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p', 'span', 'div', 'caption']
34
+ const tagOptions = [
35
+ 'h1',
36
+ 'h2',
37
+ 'h3',
38
+ 'h4',
39
+ 'h5',
40
+ 'h6',
41
+ 'p',
42
+ 'span',
43
+ 'div',
44
+ 'caption',
45
+ ]
33
46
  const Tag = tagOptions.includes(tag) ? tag : 'div'
34
47
 
35
48
  const ariaProps = buildAriaProps(aria)
36
49
  const dataProps = buildDataProps(data)
37
50
  const css = classnames(
38
- buildCss('pb_caption_kit', size, variant),
51
+ buildCss('pb_caption_kit', size, variant, color),
39
52
  globalProps(props),
40
- className
53
+ className,
41
54
  )
42
55
 
43
56
  return (
@@ -1,19 +1,36 @@
1
+ @import "../tokens/colors";
1
2
  @import "caption_mixin";
2
3
 
3
- [class^=pb_caption_kit] {
4
+ [class^="pb_caption_kit"] {
4
5
  @include caption;
5
6
 
6
- &[class^=pb_caption_kit_lg] {
7
+ &[class^="pb_caption_kit_lg"] {
7
8
  @include caption_lg;
8
9
  }
9
10
 
10
- &[class^=pb_caption_kit_xs] {
11
+ &[class^="pb_caption_kit_xs"] {
11
12
  @include caption_xs;
12
- &[class*=_link] {
13
- color: $primary;
14
- }
13
+ &[class*="_link"] {
14
+ color: $primary;}
15
+ }
16
+
17
+ &[class*="light"] {
18
+ color: $text_lt_light;
19
+ }
20
+
21
+ &[class*="default"] {
22
+ color: $text_lt_default;
15
23
  }
16
- &[class*=dark]{
17
- @include caption_dark
24
+
25
+ &[class*="link"] {
26
+ color: $primary;
27
+ }
28
+
29
+ &[class*="dark"] {
30
+ @each $dark_color_name, $dark_color_value in $pb_dark_caption_colors {
31
+ &[class*="_#{$dark_color_name}"][class*="dark"] {
32
+ @include caption_color($dark_color_value);
33
+ }
34
+ }
18
35
  }
19
36
  }
@@ -1,6 +1,19 @@
1
1
  @import "../tokens/colors";
2
2
  @import "../tokens/typography";
3
3
 
4
+ $pb_caption_colors: (
5
+ default: $text_lt_default,
6
+ light: $text_lt_light,
7
+ link: $primary-action,
8
+ );
9
+
10
+ $pb_dark_caption_colors: (
11
+ default: #fff,
12
+ light: $text_dk_light,
13
+ link: $primary-action,
14
+ );
15
+
16
+
4
17
  @mixin caption($font_size: $font_smaller, $font_weight: $bold) {
5
18
  font-weight: $font_weight;
6
19
  color: $text_lt_light;
@@ -9,6 +22,10 @@
9
22
  letter-spacing: $lspace_looser;
10
23
  }
11
24
 
25
+ @mixin caption_color($color: $text_lt_light) {
26
+ color: $color;
27
+ }
28
+
12
29
  @mixin caption_lg {
13
30
  @include caption($font_large, $regular);
14
31
  }
@@ -14,8 +14,12 @@ module Playbook
14
14
  values: [nil, "link"],
15
15
  default: nil
16
16
 
17
+ prop :color, type: Playbook::Props::Enum,
18
+ values: [nil, "light", "default", "link"],
19
+ default: nil
20
+
17
21
  def classname
18
- generate_classname("pb_caption_kit", size, variant)
22
+ generate_classname("pb_caption_kit", size, variant, color)
19
23
  end
20
24
  end
21
25
  end
@@ -0,0 +1,3 @@
1
+ <%= pb_rails("caption", props: { color: "default", text: "text default" }) %>
2
+ <%= pb_rails("caption", props: { color: "light", text: "text light" }) %>
3
+ <%= pb_rails("caption", props: { color: "link", text: "text link" }) %>
@@ -0,0 +1,27 @@
1
+
2
+ import React from 'react'
3
+ import Caption from '../_caption'
4
+
5
+ const CaptionExample = (props) => {
6
+ return (
7
+ <div>
8
+ <Caption
9
+ color="default"
10
+ text="text default"
11
+ {...props}
12
+ />
13
+ <Caption
14
+ color="light"
15
+ text="text light"
16
+ {...props}
17
+ />
18
+ <Caption
19
+ color="link"
20
+ text="text link"
21
+ {...props}
22
+ />
23
+ </div>
24
+ )
25
+ }
26
+
27
+ export default CaptionExample
@@ -0,0 +1 @@
1
+ The above examples accept different prop values for color. Those can be `default`,`link` and `light`. Passing the `light` color prop is optional as it will apply this color when no prop is being passed. The same applies to any of the variations on the Caption kit.
@@ -1,7 +1,10 @@
1
1
  examples:
2
2
  rails:
3
- - caption_light: Default
4
- - caption_block: Block
3
+ - caption_light: Default
4
+ - caption_block: Block
5
+ - caption_example: Color Variations
6
+
5
7
  react:
6
- - caption_light: Default
7
- - caption_block: Block
8
+ - caption_light: Default
9
+ - caption_block: Block
10
+ - caption_example: Color Variations
@@ -1,3 +1,4 @@
1
1
  export { default as CaptionLight } from './_caption_light.jsx'
2
2
  export { default as CaptionVariants } from './_caption_variants.jsx'
3
3
  export { default as CaptionBlock } from './_caption_block.jsx'
4
+ export { default as CaptionExample } from './_caption_example.jsx'
@@ -20,7 +20,6 @@ type CardPropTypes = {
20
20
  },
21
21
  padding?: string,
22
22
  selected?: boolean,
23
- shadow?: "none" | "deep" | "deeper" | "deepest",
24
23
  tag?: "div" | "section" | "footer" | "header" | "article" | "aside" | "main" | "nav",
25
24
  }
26
25
 
@@ -75,14 +74,13 @@ const Card = (props: CardPropTypes) => {
75
74
  data = {},
76
75
  highlight = {},
77
76
  selected = false,
78
- shadow = 'none',
79
77
  tag = 'div',
80
78
  padding = 'md',
81
79
  } = props
82
80
  const borderCSS = borderNone == true ? 'border_none' : ''
83
81
  const selectedCSS = selected == true ? 'selected' : 'deselected'
84
82
  const backgroundCSS = background == 'none' ? '' : `background_${background}`
85
- const cardCss = buildCss('pb_card_kit', selectedCSS, `shadow_${shadow}`, borderCSS, `border_radius_${borderRadius}`, backgroundCSS, {
83
+ const cardCss = buildCss('pb_card_kit', selectedCSS, borderCSS, `border_radius_${borderRadius}`, backgroundCSS, {
86
84
  [`highlight_${highlight.position}`]: highlight.position,
87
85
  [`highlight_${highlight.color}`]: highlight.color,
88
86
  })
@@ -45,12 +45,6 @@
45
45
  border: 0;
46
46
  }
47
47
 
48
- @each $name, $shadow in $box_shadows {
49
- &[class*=_#{$name}] {
50
- box-shadow: $shadow;
51
- }
52
- }
53
-
54
48
  &[class*=_highlight] {
55
49
  overflow: hidden;
56
50
  }
@@ -11,14 +11,7 @@ $pb_card_highlight_colors: map-merge(map-merge($status_colors, $product_colors),
11
11
  $pb_card_highlight_size: 4px;
12
12
  $pb_card_header_colors: map-merge($category_colors, $product_colors);
13
13
  $pb_card_header_border_radius: $border_rad_heavy;
14
- $pb_card_padding:(
15
- none: 0,
16
- xs: $space_xs,
17
- sm: $space_sm,
18
- md: $space_md,
19
- lg: $space_lg,
20
- xl: $space_xl,
21
- );
14
+
22
15
  $additional_colors: (
23
16
  "dark": $bg_dark,
24
17
  "light": $bg_light,
@@ -8,3 +8,5 @@
8
8
  <%= content %>
9
9
  <% end if content.present? %>
10
10
  <% end %>
11
+
12
+
@@ -4,9 +4,6 @@ module Playbook
4
4
  module PbCard
5
5
  class Card < Playbook::KitBase
6
6
  prop :selected, type: Playbook::Props::Boolean, default: false
7
- prop :shadow, type: Playbook::Props::Enum,
8
- values: %w[none deep deeper deepest],
9
- default: "none"
10
7
  prop :highlight, type: Playbook::Props::Hash,
11
8
  default: {}
12
9
  prop :tag, type: Playbook::Props::Enum,
@@ -24,7 +21,6 @@ module Playbook
24
21
  def classname
25
22
  generate_classname("pb_card_kit",
26
23
  selected_class,
27
- shadow_class,
28
24
  border_class,
29
25
  border_radius_class,
30
26
  background_class,
@@ -46,10 +42,6 @@ module Playbook
46
42
  selected ? "selected" : "deselected"
47
43
  end
48
44
 
49
- def shadow_class
50
- shadow != "none" ? "shadow_#{shadow}" : nil
51
- end
52
-
53
45
  def highlight_position_class
54
46
  highlight[:position].present? ? "highlight_#{highlight[:position]}" : nil
55
47
  end
@@ -19,7 +19,7 @@
19
19
 
20
20
  <br>
21
21
 
22
- <%= pb_rails("card", props: { background: "light"}) do %>
22
+ <%= pb_rails("card", props: { background: "light" }) do %>
23
23
  <%= pb_rails("body", props: {
24
24
  text: "Light"
25
25
  }) %>
@@ -1,4 +1,6 @@
1
- <%= pb_rails("card") do %>
1
+ <%= pb_rails("card", props: {
2
+ cursor: "pointer"
3
+ }) do %>
2
4
  Card Content
3
5
  <% end %>
4
6
 
@@ -5,9 +5,16 @@ import Card from '../_card'
5
5
  const CardContent = (props) => {
6
6
  return (
7
7
  <div>
8
- <Card {...props}>{'Card content'}</Card>
8
+ <Card
9
+ cursor="pointer"
10
+ {...props}
11
+ >
12
+ {'Card content'}
13
+ </Card>
9
14
  <br />
10
- <Card {...props}>
15
+ <Card
16
+ {...props}
17
+ >
11
18
  {`Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec iaculis, risus a fringilla luctus, sapien eros sodales ex, quis molestie est nulla non turpis. Vestibulum aliquet at ipsum eget posuere. Morbi sed laoreet erat. Sed commodo posuere lectus, at porta nulla ornare a. Suspendisse quam est, sollicitudin ut enim sit amet, commodo placerat enim. Donec laoreet metus ac mauris pellentesque mattis. Pellentesque luctus vel mauris non aliquam. Mauris hendrerit mattis porttitor. Curabitur vehicula justo non ex consectetur commodo. Quisque posuere aliquet quam. Maecenas malesuada magna mauris, ac tempor metus euismod at.
12
19
 
13
20
  Cras ornare fermentum magna mollis efficitur. Sed vitae nulla vel purus ultrices mollis. Maecenas id nulla id libero faucibus feugiat quis sit amet turpis. In commodo pellentesque risus at fringilla. Integer non interdum leo, non commodo ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut mi augue, dignissim at orci vel, egestas aliquam mi. Proin finibus aliquet tempor. Integer cursus, ex quis gravida rhoncus, nisi elit viverra ipsum, non efficitur est ex ac tortor. Praesent vitae odio massa.`}
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # rubocop:disable Style/HashLikeCase
4
+
3
5
  module Playbook
4
6
  module PbCircleChart
5
7
  class CircleChart < Playbook::KitBase
@@ -90,3 +92,5 @@ module Playbook
90
92
  end
91
93
  end
92
94
  end
95
+
96
+ # rubocop:enable Style/HashLikeCase
@@ -0,0 +1,2 @@
1
+ Custom data colors allow for color customization to match the needs of business requirements.
2
+ Pass the prop `colors` and use desired values `data-1 | data-2 | data-3 | data-4 | data-5 | data-6 | data-7 | data-8` in an array. Hex colors are also available `eg: #CA0095`
@@ -1,3 +1,5 @@
1
1
  The `defaultDate`/`default_date` prop has a null or empty string value by default. You can pass an ISO date string (preferred rails method) or date object (preferred JS method) if you want a default value on page load. Use Ruby UTC DateTime objects and convert them to ISO date strings with `DateTime.now.utc.iso8601`.
2
2
 
3
- If you use a Date object without UTC time standardization the Date Picker kit may misinterpret that date as yesterdays date (consequence of timezone differentials and the Javascript Date Object constructor). See [this GitHub issue for more information](https://github.com/powerhome/playbook/issues/1167) and the anti-pattern examples below.
3
+ If you use a Date object without UTC time standardization the Date Picker kit may misinterpret that date as yesterdays date (consequence of timezone differentials and the Javascript Date Object constructor). See [this GitHub issue for more information](https://github.com/powerhome/playbook/issues/1167) and the anti-pattern examples below.
4
+
5
+
@@ -2,10 +2,19 @@ import { ensureAccessible, renderKit } from '../utilities/test-utils'
2
2
  import { DateTimeStacked } from '../'
3
3
 
4
4
  /* eslint-disable jsx-control-statements/jsx-jcs-no-undef */
5
+ const currentDate = new Date()
6
+
7
+ const datetime = new Date('Wed Mar 31 2021 12:00:00 GMT-0500'),
8
+ monthName = datetime.toLocaleString('en-US', { month: 'short' }),
9
+ day = datetime.getDate(),
10
+ fullYear = datetime.getFullYear(),
11
+ optionalYear = currentDate.getFullYear() !== fullYear ? fullYear : ''
12
+
13
+ const monthDayYear = `${monthName}${day}${optionalYear}`
5
14
 
6
15
  const props = {
7
16
  data: { testid: 'datetimestacked' },
8
- datetime: new Date('Wed Mar 31 2021 12:00:00 GMT-0500'),
17
+ datetime,
9
18
  }
10
19
 
11
20
  test('Kit renders date time', () => {
@@ -19,17 +28,17 @@ it('Should be accessible', async () => {
19
28
 
20
29
  test('renders time in default timezone', () => {
21
30
  const kit = renderKit(DateTimeStacked, props)
22
- expect(kit).toHaveTextContent(/Mar311:00pEDT/i)
31
+ expect(kit).toHaveTextContent(`${monthDayYear}1:00pEDT`)
23
32
  })
24
33
 
25
34
  test('renders time in timezone', () => {
26
35
  props.timeZone = 'Asia/Tokyo'
27
36
  const kit = renderKit(DateTimeStacked, props)
28
- expect(kit).toHaveTextContent(/Mar312:00aJST/i)
37
+ expect(kit).toHaveTextContent(`${monthDayYear}2:00aJST`)
29
38
  })
30
39
 
31
40
  test('renders time in timezone', () => {
32
41
  props.timeZone = 'America/Denver'
33
42
  const kit = renderKit(DateTimeStacked, props)
34
- expect(kit).toHaveTextContent(/Mar3111:00aMDT/i)
43
+ expect(kit).toHaveTextContent(`${monthDayYear}11:00aMDT`)
35
44
  })
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # rubocop:disable Style/CaseLikeIf
4
+
3
5
  module Playbook
4
6
  module PbDocs
5
7
  class KitExample < Playbook::KitBase
@@ -44,3 +46,5 @@ module Playbook
44
46
  end
45
47
  end
46
48
  end
49
+
50
+ # rubocop:enable Style/CaseLikeIf
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # rubocop:disable Style/HashLikeCase
4
+
3
5
  module Playbook
4
6
  module PbFixedConfirmationToast
5
7
  class FixedConfirmationToast < Playbook::KitBase
@@ -53,3 +55,5 @@ module Playbook
53
55
  end
54
56
  end
55
57
  end
58
+
59
+ # rubocop:enable Style/HashLikeCase
@@ -21,6 +21,7 @@ type FlexProps = {
21
21
  rowGap?: "xs" | "sm" | "md" | "lg" | "xl" | "none",
22
22
  columnGap?: "xs" | "sm" | "md" | "lg" | "xl" | "none",
23
23
  wrap?: boolean,
24
+ alignSelf?: "start" | "end" | "center" | "stretch" | "none"
24
25
  }
25
26
 
26
27
  const Flex = (props: FlexProps) => {
@@ -40,6 +41,7 @@ const Flex = (props: FlexProps) => {
40
41
  reverse = false,
41
42
  vertical = 'top',
42
43
  wrap = false,
44
+ alignSelf = 'none',
43
45
  } = props
44
46
  const orientationClass =
45
47
  orientation !== undefined ? `orientation_${orientation}` : ''
@@ -53,6 +55,7 @@ const Flex = (props: FlexProps) => {
53
55
  const columnGapClass = columnGap !== 'none' ? `columnGap_${columnGap}` : ''
54
56
  const wrapClass = wrap === true ? 'wrap' : ''
55
57
  const reverseClass = reverse === true ? 'reverse' : ''
58
+ const alignSelfClass = alignSelf !== 'none' ? `align_self_${alignSelf}` : ''
56
59
  const dataProps = buildDataProps(data)
57
60
 
58
61
  return (
@@ -70,6 +73,7 @@ const Flex = (props: FlexProps) => {
70
73
  gapClass,
71
74
  rowGapClass,
72
75
  columnGapClass,
76
+ alignSelfClass
73
77
  ),
74
78
  globalProps(props),
75
79
  className