playbook_ui 14.7.0.pre.rc.0 → 14.7.0.pre.rc.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -73,10 +73,6 @@ module Playbook
73
73
  prop :aria, type: Playbook::Props::HashProp, default: {}
74
74
  prop :html_options, type: Playbook::Props::HashProp, default: {}
75
75
  prop :children, type: Playbook::Props::Proc
76
- prop :style, type: Playbook::Props::HashProp, default: {}
77
- prop :height
78
- prop :min_height
79
- prop :max_height
80
76
 
81
77
  def object
82
78
  self
@@ -86,14 +82,6 @@ module Playbook
86
82
  default_html_options.merge(html_options.deep_merge(data_attributes))
87
83
  end
88
84
 
89
- def global_inline_props
90
- {
91
- height: height,
92
- min_height: min_height,
93
- max_height: max_height,
94
- }.compact
95
- end
96
-
97
85
  # rubocop:disable Layout/CommentIndentation
98
86
  # pb_content_tag information (potentially to be abstracted into its own dev doc in the future)
99
87
  # The pb_content_tag generates HTML content tags for rails kits with flexible options.
@@ -125,15 +113,12 @@ module Playbook
125
113
  private
126
114
 
127
115
  def default_options
128
- options = {
116
+ {
129
117
  id: id,
130
118
  data: data,
131
119
  class: classname,
132
120
  aria: aria,
133
121
  }
134
- inline_styles = dynamic_inline_props
135
- options[:style] = inline_styles if inline_styles.present?
136
- options
137
122
  end
138
123
 
139
124
  def default_html_options
@@ -146,10 +131,5 @@ module Playbook
146
131
  aria: aria,
147
132
  }.transform_keys { |key| key.to_s.tr("_", "-").to_sym }
148
133
  end
149
-
150
- def dynamic_inline_props
151
- styles = global_inline_props.map { |key, value| "#{key.to_s.gsub('_', '-')}: #{value};" if value.present? }.compact
152
- styles.join(" ").presence
153
- end
154
134
  end
155
135
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.6.0"
5
- VERSION = "14.7.0.pre.rc.0"
5
+ VERSION = "14.7.0.pre.rc.2"
6
6
  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: 14.7.0.pre.rc.0
4
+ version: 14.7.0.pre.rc.2
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: 2024-10-23 00:00:00.000000000 Z
12
+ date: 2024-10-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -3099,8 +3099,8 @@ files:
3099
3099
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3100
3100
  - app/pb_kits/playbook/utilities/text.ts
3101
3101
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3102
- - dist/chunks/_typeahead-BhHnXJjy.js
3103
- - dist/chunks/_weekday_stacked-C_QAqbqJ.js
3102
+ - dist/chunks/_typeahead-BV_n6U5W.js
3103
+ - dist/chunks/_weekday_stacked-Dh3OU4s8.js
3104
3104
  - dist/chunks/lazysizes-B7xYodB-.js
3105
3105
  - dist/chunks/lib-D-mTv-kp.js
3106
3106
  - dist/chunks/pb_form_validation-BkWGwJsl.js