playbook_ui 14.7.0.pre.rc.9 → 14.7.0.pre.rc.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.6.2"
5
- VERSION = "14.7.0.pre.rc.9"
5
+ VERSION = "14.7.0.pre.rc.10"
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.9
4
+ version: 14.7.0.pre.rc.10
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-11-01 00:00:00.000000000 Z
12
+ date: 2024-11-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -1385,7 +1385,8 @@ files:
1385
1385
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_tag.jsx
1386
1386
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.html.erb
1387
1387
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.jsx
1388
- - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.md
1388
+ - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md
1389
+ - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md
1389
1390
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.html.erb
1390
1391
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
1391
1392
  - app/pb_kits/playbook/pb_form_pill/docs/example.yml
@@ -3119,8 +3120,8 @@ files:
3119
3120
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3120
3121
  - app/pb_kits/playbook/utilities/text.ts
3121
3122
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3122
- - dist/chunks/_typeahead-BV_n6U5W.js
3123
- - dist/chunks/_weekday_stacked-BLVPFG6h.js
3123
+ - dist/chunks/_typeahead-BJrdFWHc.js
3124
+ - dist/chunks/_weekday_stacked-Bh_d6CAO.js
3124
3125
  - dist/chunks/lazysizes-B7xYodB-.js
3125
3126
  - dist/chunks/lib-D-mTv-kp.js
3126
3127
  - dist/chunks/pb_form_validation-BkWGwJsl.js
@@ -1 +0,0 @@
1
- For pills with longer text, the `truncate` global prop can be used to truncate the label within each Form Pill. See [here](https://playbook.powerapp.cloud/visual_guidelines/truncate) for more information on the truncate global prop.