playbook_ui 6.1.0 → 6.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_avatar/_avatar.jsx +4 -4
  3. data/app/pb_kits/playbook/pb_avatar_action_button/_avatar_action_button.jsx +9 -9
  4. data/app/pb_kits/playbook/pb_badge/_badge.jsx +4 -4
  5. data/app/pb_kits/playbook/pb_bar_graph/_bar_graph.jsx +16 -16
  6. data/app/pb_kits/playbook/pb_body/_body.jsx +7 -7
  7. data/app/pb_kits/playbook/pb_button/_button.jsx +15 -15
  8. data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar.jsx +6 -6
  9. data/app/pb_kits/playbook/pb_caption/_caption.jsx +4 -4
  10. data/app/pb_kits/playbook/pb_card/_card.jsx +15 -16
  11. data/app/pb_kits/playbook/pb_card/_card.scss +1 -1
  12. data/app/pb_kits/playbook/pb_card/_card_mixin.scss +4 -4
  13. data/app/pb_kits/playbook/pb_card/card_header.rb +3 -3
  14. data/app/pb_kits/playbook/pb_card/docs/_card_header.html.erb +38 -7
  15. data/app/pb_kits/playbook/pb_card/docs/_card_header.jsx +54 -6
  16. data/app/pb_kits/playbook/pb_card/docs/_card_header.md +1 -1
  17. data/app/pb_kits/playbook/pb_checkbox/_checkbox.jsx +9 -9
  18. data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.jsx +7 -7
  19. data/app/pb_kits/playbook/pb_contact/_contact.jsx +5 -5
  20. data/app/pb_kits/playbook/pb_currency/_currency.jsx +7 -7
  21. data/app/pb_kits/playbook/pb_dashboard_value/_dashboard_value.jsx +7 -7
  22. data/app/pb_kits/playbook/pb_date/_date.jsx +2 -2
  23. data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.jsx +5 -5
  24. data/app/pb_kits/playbook/pb_date_range_stacked/_date_range_stacked.jsx +6 -6
  25. data/app/pb_kits/playbook/pb_date_stacked/_date_stacked.jsx +6 -6
  26. data/app/pb_kits/playbook/pb_date_time_stacked/_date_time_stacked.jsx +4 -4
  27. data/app/pb_kits/playbook/pb_date_year_stacked/_date_year_stacked.jsx +5 -5
  28. data/app/pb_kits/playbook/pb_distribution_bar/_distribution_bar.jsx +4 -4
  29. data/app/pb_kits/playbook/pb_file_upload/_file_upload.jsx +2 -2
  30. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.jsx +4 -4
  31. data/app/pb_kits/playbook/pb_flex/_flex.jsx +6 -6
  32. data/app/pb_kits/playbook/pb_flex/_flex_item.jsx +4 -4
  33. data/app/pb_kits/playbook/pb_form_pill/_form_pill.jsx +6 -6
  34. data/app/pb_kits/playbook/pb_gauge/_gauge.jsx +14 -14
  35. data/app/pb_kits/playbook/pb_hashtag/_hashtag.jsx +6 -6
  36. data/app/pb_kits/playbook/pb_highlight/_highlight.jsx +5 -5
  37. data/app/pb_kits/playbook/pb_home_address_street/_home_address_street.jsx +11 -11
  38. data/app/pb_kits/playbook/pb_icon/_icon.jsx +9 -9
  39. data/app/pb_kits/playbook/pb_image/_image.jsx +4 -4
  40. data/app/pb_kits/playbook/pb_label_pill/_label_pill.jsx +4 -4
  41. data/app/pb_kits/playbook/pb_label_value/_label_value.jsx +10 -10
  42. data/app/pb_kits/playbook/pb_layout/_layout.jsx +14 -14
  43. data/app/pb_kits/playbook/pb_legend/_legend.jsx +5 -5
  44. data/app/pb_kits/playbook/pb_line_graph/_line_graph.jsx +17 -17
  45. data/app/pb_kits/playbook/pb_list/_list.jsx +10 -10
  46. data/app/pb_kits/playbook/pb_list/_list_item.jsx +4 -4
  47. data/app/pb_kits/playbook/pb_loading_inline/_loading_inline.jsx +4 -4
  48. data/app/pb_kits/playbook/pb_logistic/_logistic.jsx +7 -7
  49. data/app/pb_kits/playbook/pb_message/_message.jsx +8 -8
  50. data/app/pb_kits/playbook/pb_multiple_users/_multiple_users.jsx +5 -5
  51. data/app/pb_kits/playbook/pb_multiple_users_stacked/_multiple_users_stacked.jsx +3 -3
  52. data/app/pb_kits/playbook/pb_nav/_item.jsx +5 -5
  53. data/app/pb_kits/playbook/pb_nav/_nav.jsx +4 -4
  54. data/app/pb_kits/playbook/pb_online_status/_online_status.jsx +2 -2
  55. data/app/pb_kits/playbook/pb_person/_person.jsx +4 -4
  56. data/app/pb_kits/playbook/pb_person_contact/_person_contact.jsx +9 -9
  57. data/app/pb_kits/playbook/pb_pill/_pill.jsx +3 -3
  58. data/app/pb_kits/playbook/pb_popover/_popover.jsx +4 -4
  59. data/app/pb_kits/playbook/pb_progress_pills/_progress_pills.jsx +7 -7
  60. data/app/pb_kits/playbook/pb_progress_simple/_progress_simple.jsx +9 -9
  61. data/app/pb_kits/playbook/pb_progress_step/_progress_step.jsx +6 -6
  62. data/app/pb_kits/playbook/pb_progress_step/_progress_step.scss +178 -1
  63. data/app/pb_kits/playbook/pb_progress_step/_progress_step_item.jsx +1 -1
  64. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_child.html.erb +11 -0
  65. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_child.jsx +23 -0
  66. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.html.erb +0 -12
  67. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.jsx +0 -12
  68. data/app/pb_kits/playbook/pb_progress_step/docs/example.yml +2 -0
  69. data/app/pb_kits/playbook/pb_progress_step/docs/index.js +1 -0
  70. data/app/pb_kits/playbook/pb_progress_step/progress_step.rb +1 -1
  71. data/app/pb_kits/playbook/pb_radio/_radio.jsx +11 -11
  72. data/app/pb_kits/playbook/pb_section_separator/_section_separator.jsx +4 -4
  73. data/app/pb_kits/playbook/pb_selectable_card/_selectable_card.jsx +11 -11
  74. data/app/pb_kits/playbook/pb_selectable_card_icon/_selectable_card_icon.jsx +12 -12
  75. data/app/pb_kits/playbook/pb_selectable_icon/_selectable_icon.jsx +10 -10
  76. data/app/pb_kits/playbook/pb_source/_source.jsx +4 -4
  77. data/app/pb_kits/playbook/pb_star_rating/_star_rating.jsx +6 -6
  78. data/app/pb_kits/playbook/pb_stat_change/_stat_change.jsx +3 -3
  79. data/app/pb_kits/playbook/pb_stat_value/_stat_value.jsx +4 -4
  80. data/app/pb_kits/playbook/pb_table/_table.jsx +1 -1
  81. data/app/pb_kits/playbook/pb_table/_table_row.jsx +3 -3
  82. data/app/pb_kits/playbook/pb_text_input/_text_input.html.erb +1 -0
  83. data/app/pb_kits/playbook/pb_text_input/_text_input.jsx +17 -14
  84. data/app/pb_kits/playbook/pb_text_input/_text_input.scss +1 -1
  85. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_disabled.html.erb +1 -0
  86. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_disabled.jsx +18 -0
  87. data/app/pb_kits/playbook/pb_text_input/docs/example.yml +2 -0
  88. data/app/pb_kits/playbook/pb_text_input/docs/index.js +1 -0
  89. data/app/pb_kits/playbook/pb_text_input/text_input.rb +1 -7
  90. data/app/pb_kits/playbook/pb_textarea/_textarea.jsx +22 -20
  91. data/app/pb_kits/playbook/pb_textarea/_textarea.scss +1 -3
  92. data/app/pb_kits/playbook/pb_textarea/docs/_textarea_dark.jsx +0 -1
  93. data/app/pb_kits/playbook/pb_textarea/docs/_textarea_dark_error.jsx +0 -1
  94. data/app/pb_kits/playbook/pb_textarea/textarea.rb +1 -7
  95. data/app/pb_kits/playbook/pb_time/_time.jsx +5 -5
  96. data/app/pb_kits/playbook/pb_time_range_inline/_time_range_inline.jsx +8 -8
  97. data/app/pb_kits/playbook/pb_time_stacked/_time_stacked.jsx +5 -5
  98. data/app/pb_kits/playbook/pb_timeline/_item.jsx +2 -2
  99. data/app/pb_kits/playbook/pb_timeline/_timeline.jsx +6 -6
  100. data/app/pb_kits/playbook/pb_timestamp/_timestamp.jsx +3 -3
  101. data/app/pb_kits/playbook/pb_title/_title.jsx +4 -4
  102. data/app/pb_kits/playbook/pb_title_count/_title_count.jsx +3 -3
  103. data/app/pb_kits/playbook/pb_title_detail/docs/_title_detail_dark.html.erb +19 -0
  104. data/app/pb_kits/playbook/pb_title_detail/docs/_title_detail_dark.jsx +29 -0
  105. data/app/pb_kits/playbook/pb_toggle/_toggle.jsx +5 -5
  106. data/app/pb_kits/playbook/pb_typeahead/_typeahead.html.erb +2 -3
  107. data/app/pb_kits/playbook/pb_typeahead/_typeahead.scss +1 -1
  108. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_context_dark.html.erb +0 -1
  109. data/app/pb_kits/playbook/pb_typeahead/typeahead.rb +1 -9
  110. data/app/pb_kits/playbook/pb_user/_user.jsx +7 -7
  111. data/app/pb_kits/playbook/pb_user_badge/_user_badge.jsx +2 -2
  112. data/app/pb_kits/playbook/pb_weekday_stacked/_weekday_stacked.jsx +5 -5
  113. data/lib/generators/kit/templates/kit_jsx.erb.tt +2 -2
  114. data/lib/playbook/version.rb +1 -1
  115. metadata +24 -3
@@ -11,11 +11,11 @@ import { Body, Icon, Title } from '../'
11
11
 
12
12
  type TimeProps = {
13
13
  align?: 'left" | "center' | 'right',
14
- className?: String | Array<String>,
15
- data?: String,
16
- date: String,
17
- id?: String,
18
- showTimezone?: Boolean,
14
+ className?: string | array<string>,
15
+ data?: string,
16
+ date: string,
17
+ id?: string,
18
+ showTimezone?: boolean,
19
19
  size?: 'lg' | 'sm' | 'xs',
20
20
  }
21
21
 
@@ -7,16 +7,16 @@ import DateTime from '../pb_kit/dateTime.js'
7
7
  import { globalProps } from '../utilities/globalProps.js'
8
8
 
9
9
  type TimeRangeInlineProps = {
10
- className?: String,
11
- id?: String,
12
- data?: String,
10
+ className?: string,
11
+ id?: string,
12
+ data?: string,
13
13
  alignment?: "left" | "center" | "vertical",
14
14
  size?: "sm" | "xs",
15
- dark?: Boolean,
16
- icon?: Boolean,
17
- timezone?: Boolean,
18
- startTime: String,
19
- endTime: String,
15
+ dark?: boolean,
16
+ icon?: boolean,
17
+ timezone?: boolean,
18
+ startTime: string,
19
+ endTime: string,
20
20
  }
21
21
 
22
22
  const timezoneString = (dateValue) => {
@@ -14,11 +14,11 @@ const Components = {
14
14
  }
15
15
 
16
16
  type TimeStackedProps = {
17
- className?: String | Array<String>,
18
- dark?: Boolean,
19
- data?: String,
20
- date: String,
21
- id?: String,
17
+ className?: string | array<string>,
18
+ dark?: boolean,
19
+ data?: string,
20
+ date: string,
21
+ id?: string,
22
22
  align?: "left" | "center" | "right",
23
23
  tag?: "body" | "caption",
24
24
  }
@@ -7,8 +7,8 @@ import { DateStacked, IconCircle } from '..'
7
7
 
8
8
  type ItemProps = {
9
9
  className?: string,
10
- children?: Array<React.Node>,
11
- date?: Date,
10
+ children?: array<React.Node>,
11
+ date?: date,
12
12
  icon?: string,
13
13
  iconColor?: 'default' | 'royal' | 'blue' | 'purple' | 'teal' | 'red' | 'yellow' | 'green',
14
14
  lineStyle?: 'solid' | 'dotted',
@@ -7,12 +7,12 @@ import { buildAriaProps, buildCss, buildDataProps } from '../utilities/props'
7
7
 
8
8
  type TimelineProps = {
9
9
  aria?: object,
10
- children?: Array<React.ReactChild>,
11
- className?: String,
12
- data?: String,
13
- id?: String,
14
- orientation?: String,
15
- showDate?: Boolean,
10
+ children?: array<React.ReactChild>,
11
+ className?: string,
12
+ data?: string,
13
+ id?: string,
14
+ orientation?: string,
15
+ showDate?: boolean,
16
16
  }
17
17
 
18
18
  const Timeline = ({
@@ -10,10 +10,10 @@ import { buildCss, buildDataProps } from '../utilities/props'
10
10
  import { globalProps } from '../utilities/globalProps.js'
11
11
 
12
12
  type TimestampProps = {
13
- id?: String,
13
+ id?: string,
14
14
  data?: object,
15
- className?: String,
16
- text?: String,
15
+ className?: string,
16
+ text?: string,
17
17
  }
18
18
 
19
19
  const Timestamp = (props: TimestampProps) => {
@@ -7,13 +7,13 @@ import { globalProps } from '../utilities/globalProps.js'
7
7
 
8
8
  type TitleProps = {
9
9
  aria?: object,
10
- children?: Array<React.ReactNode> | React.ReactNode,
11
- className?: String,
10
+ children?: array<React.ReactNode> | React.ReactNode,
11
+ className?: string,
12
12
  data?: object,
13
- id?: String,
13
+ id?: string,
14
14
  size?: 1 | 2 | 3 | 4,
15
15
  tag?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "div" | "span",
16
- text?: String,
16
+ text?: string,
17
17
  variant?: null | "primary",
18
18
  }
19
19
 
@@ -11,11 +11,11 @@ import { globalProps } from '../utilities/globalProps.js'
11
11
  type TitleCountProps = {
12
12
  align: "center" | "left" | "right",
13
13
  aria?: object,
14
- className?: String,
14
+ className?: string,
15
15
  count?: Numeric,
16
16
  data?: object,
17
- id?: String,
18
- title?: String,
17
+ id?: string,
18
+ title?: string,
19
19
  size?: "lg" | "sm",
20
20
  };
21
21
 
@@ -0,0 +1,19 @@
1
+ <%= pb_rails("title_detail", props: {
2
+ dark: true,
3
+ title: "Email Notifications",
4
+ detail: "Commits data and history"
5
+ }) %>
6
+
7
+ <%= pb_rails("title_detail", props: {
8
+ dark: true,
9
+ title: "Email Notifications",
10
+ detail: "Commits data and history",
11
+ align: "center"
12
+ }) %>
13
+
14
+ <%= pb_rails("title_detail", props: {
15
+ dark: true,
16
+ title: "Email Notifications",
17
+ detail: "Commits data and history",
18
+ align: "right"
19
+ }) %>
@@ -0,0 +1,29 @@
1
+ import React from 'react'
2
+ import { TitleDetail } from '../../'
3
+
4
+ const TitleDetailDark = () => (
5
+ <div>
6
+ <TitleDetail
7
+ dark
8
+ detail="Commits data and history"
9
+ title="Email Notifications"
10
+ />
11
+
12
+ <TitleDetail
13
+ align="center"
14
+ dark
15
+ detail="Commits data and history"
16
+ title="Email Notifications"
17
+ />
18
+
19
+ <TitleDetail
20
+ align="right"
21
+ dark
22
+ detail="Commits data and history"
23
+ title="Email Notifications"
24
+ />
25
+
26
+ </div>
27
+ )
28
+
29
+ export default TitleDetailDark
@@ -14,15 +14,15 @@ import { globalProps } from '../utilities/globalProps.js'
14
14
 
15
15
  type Props = {
16
16
  aria?: object,
17
- checked?: Boolean,
17
+ checked?: boolean,
18
18
  children?: React.Node,
19
- className?: String,
19
+ className?: string,
20
20
  data?: object,
21
- id?: String,
22
- name?: String,
21
+ id?: string,
22
+ name?: string,
23
23
  onChange?: InputCallback<HTMLInputElement>,
24
24
  size?: "sm" | "md",
25
- value?: String,
25
+ value?: string,
26
26
  }
27
27
 
28
28
  const Toggle = ({
@@ -11,10 +11,9 @@
11
11
  label: object.label,
12
12
  name: object.name,
13
13
  value: object.value,
14
- placeholder: object.placeholder,
15
- dark: object.dark
14
+ placeholder: object.placeholder
16
15
  }) %>
17
- <%= pb_rails("list", props: { ordered: false, dark: false, borderless: false, xpadding: true, role: "status", aria: { live: "polite" }, data: { pb_typeahead_kit_results: true } }) do %>
16
+ <%= pb_rails("list", props: { ordered: false, borderless: false, xpadding: true, role: "status", aria: { live: "polite" }, data: { pb_typeahead_kit_results: true } }) do %>
18
17
  <% end %>
19
18
  </div>
20
19
 
@@ -79,7 +79,7 @@
79
79
  }
80
80
  }
81
81
 
82
- &[class*=_dark] {
82
+ .dark {
83
83
  .pb_typeahead_wrapper .pb_typeahead_loading_indicator {
84
84
  color: $text_dk_light;
85
85
  }
@@ -16,7 +16,6 @@
16
16
 
17
17
  <br><br><br>
18
18
 
19
-
20
19
  <%= javascript_tag defer: "defer" do %>
21
20
  document.addEventListener("pb-typeahead-kit-search", function(event) {
22
21
  if (!event.target.dataset.typeaheadExample2) return;
@@ -11,13 +11,11 @@ module Playbook
11
11
  prop :placeholder
12
12
  prop :search_term_minimum_length, default: 3
13
13
  prop :search_debounce_timeout, default: 250
14
- prop :dark, type: Playbook::Props::Boolean,
15
- default: false
16
14
 
17
15
  partial "pb_typeahead/typeahead"
18
16
 
19
17
  def classname
20
- generate_classname("pb_typeahead_kit", dark_class)
18
+ generate_classname("pb_typeahead_kit")
21
19
  end
22
20
 
23
21
  def data
@@ -27,12 +25,6 @@ module Playbook
27
25
  pb_typeahead_kit_search_debounce_timeout: search_debounce_timeout
28
26
  )
29
27
  end
30
-
31
- private
32
-
33
- def dark_class
34
- dark ? "dark" : nil
35
- end
36
28
  end
37
29
  end
38
30
  end
@@ -6,16 +6,16 @@ import { Avatar, Body, Title } from '../'
6
6
  import { globalProps } from '../utilities/globalProps.js'
7
7
 
8
8
  type UserProps = {
9
- className?: String,
10
- id?: String,
11
- name: String,
12
- territory?: String,
13
- title?: String,
9
+ className?: string,
10
+ id?: string,
11
+ name: string,
12
+ territory?: string,
13
+ title?: string,
14
14
  size?: "sm" | "md" | "lg",
15
15
  align?: "left" | "center" | "right",
16
16
  orientation?: "horiztonal" | "vertical",
17
- avatar?: Boolean,
18
- avatarUrl?: String,
17
+ avatar?: boolean,
18
+ avatarUrl?: string,
19
19
  }
20
20
 
21
21
  const User = (props: UserProps) => {
@@ -4,8 +4,8 @@ import classnames from 'classnames'
4
4
  import { globalProps } from '../utilities/globalProps.js'
5
5
 
6
6
  type UserBadgeProps = {
7
- className?: String,
8
- id?: String,
7
+ className?: string,
8
+ id?: string,
9
9
  badge?: "million-dollar" | "veteran",
10
10
  size?: "sm" | "md" | "lg",
11
11
  }
@@ -11,12 +11,12 @@ import DateTime from '../pb_kit/dateTime.js'
11
11
 
12
12
  type WeekdayStackedProps = {
13
13
  align?: "left" | "center" | "right",
14
- className?: String,
15
- dark?: Boolean,
16
- date: Date,
14
+ className?: string,
15
+ dark?: boolean,
16
+ date: date,
17
17
  variant?: "day_only" | "month_day" | "expanded",
18
- compact?: Boolean,
19
- id?: String,
18
+ compact?: boolean,
19
+ id?: string,
20
20
  }
21
21
 
22
22
  const getDayOfWeek = (date, compact) => {
@@ -9,9 +9,9 @@ props_types = @kit_props.map do |key, val|
9
9
  prop_name = key == "classname" ? "className" : key.camelize(:lower)
10
10
  prop_type = case val
11
11
  when "enum", "one_of" then "'option_1' | 'option_2'"
12
- when "boolean", "bool" then "Boolean"
12
+ when "boolean", "bool" then "boolean"
13
13
  when "object", "obj" then "object"
14
- else "String"
14
+ else "string"
15
15
  end
16
16
 
17
17
  "#{prop_name}?: #{prop_type}"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- VERSION = "6.1.0"
4
+ VERSION = "6.2.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.0
4
+ version: 6.2.0
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: 2020-08-07 00:00:00.000000000 Z
12
+ date: 2020-08-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -71,6 +71,20 @@ dependencies:
71
71
  - - "<"
72
72
  - !ruby/object:Gem::Version
73
73
  version: '7.0'
74
+ - !ruby/object:Gem::Dependency
75
+ name: github_changelog_generator
76
+ requirement: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - '='
79
+ - !ruby/object:Gem::Version
80
+ version: 1.15.2
81
+ type: :runtime
82
+ prerelease: false
83
+ version_requirements: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - '='
86
+ - !ruby/object:Gem::Version
87
+ version: 1.15.2
74
88
  - !ruby/object:Gem::Dependency
75
89
  name: react-rails
76
90
  requirement: !ruby/object:Gem::Requirement
@@ -1305,6 +1319,8 @@ files:
1305
1319
  - app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb
1306
1320
  - app/pb_kits/playbook/pb_progress_step/_progress_step_item.jsx
1307
1321
  - app/pb_kits/playbook/pb_progress_step/docs/_description.md
1322
+ - app/pb_kits/playbook/pb_progress_step/docs/_progress_step_child.html.erb
1323
+ - app/pb_kits/playbook/pb_progress_step/docs/_progress_step_child.jsx
1308
1324
  - app/pb_kits/playbook/pb_progress_step/docs/_progress_step_dark.html.erb
1309
1325
  - app/pb_kits/playbook/pb_progress_step/docs/_progress_step_dark.jsx
1310
1326
  - app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.html.erb
@@ -1537,6 +1553,8 @@ files:
1537
1553
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_dark_error.jsx
1538
1554
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_default.html.erb
1539
1555
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_default.jsx
1556
+ - app/pb_kits/playbook/pb_text_input/docs/_text_input_disabled.html.erb
1557
+ - app/pb_kits/playbook/pb_text_input/docs/_text_input_disabled.jsx
1540
1558
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_error.html.erb
1541
1559
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_error.jsx
1542
1560
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_error.md
@@ -1660,6 +1678,8 @@ files:
1660
1678
  - app/pb_kits/playbook/pb_title_detail/_title_detail.scss
1661
1679
  - app/pb_kits/playbook/pb_title_detail/docs/_description.md
1662
1680
  - app/pb_kits/playbook/pb_title_detail/docs/_footer.md
1681
+ - app/pb_kits/playbook/pb_title_detail/docs/_title_detail_dark.html.erb
1682
+ - app/pb_kits/playbook/pb_title_detail/docs/_title_detail_dark.jsx
1663
1683
  - app/pb_kits/playbook/pb_title_detail/docs/_title_detail_default.html.erb
1664
1684
  - app/pb_kits/playbook/pb_title_detail/docs/_title_detail_default.jsx
1665
1685
  - app/pb_kits/playbook/pb_title_detail/docs/_title_detail_default.md
@@ -1863,7 +1883,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1863
1883
  - !ruby/object:Gem::Version
1864
1884
  version: '0'
1865
1885
  requirements: []
1866
- rubygems_version: 3.1.2
1886
+ rubyforge_project:
1887
+ rubygems_version: 2.7.3
1867
1888
  signing_key:
1868
1889
  specification_version: 4
1869
1890
  summary: Playbook Design System