playbook_ui 14.14.0.pre.alpha.PBNTR890typeahead6390 → 14.14.0.pre.alpha.PBNTR890typeahead6394
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 +4 -4
- data/app/pb_kits/playbook/pb_title/_title.scss +0 -35
- data/app/pb_kits/playbook/pb_title/_title.tsx +1 -10
- data/app/pb_kits/playbook/pb_title/docs/_title_default.html.erb +2 -1
- data/app/pb_kits/playbook/pb_title/docs/_title_default.jsx +1 -1
- data/app/pb_kits/playbook/pb_title/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_title/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_title/title.rb +1 -10
- data/dist/chunks/{_typeahead-DkFE6eZr.js → _typeahead-NXKDTf__.js} +1 -1
- data/dist/chunks/{_weekday_stacked-BXq4AGmy.js → _weekday_stacked-BDhz2F43.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +4 -7
- data/app/pb_kits/playbook/pb_title/docs/_title_display_size.html.erb +0 -7
- data/app/pb_kits/playbook/pb_title/docs/_title_display_size.jsx +0 -54
- data/app/pb_kits/playbook/pb_title/docs/_title_display_size.md +0 -1
data/lib/playbook/version.rb
CHANGED
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.14.0.pre.alpha.
|
4
|
+
version: 14.14.0.pre.alpha.PBNTR890typeahead6394
|
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: 2025-
|
12
|
+
date: 2025-03-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -3025,9 +3025,6 @@ files:
|
|
3025
3025
|
- app/pb_kits/playbook/pb_title/docs/_title_default.html.erb
|
3026
3026
|
- app/pb_kits/playbook/pb_title/docs/_title_default.jsx
|
3027
3027
|
- app/pb_kits/playbook/pb_title/docs/_title_default.md
|
3028
|
-
- app/pb_kits/playbook/pb_title/docs/_title_display_size.html.erb
|
3029
|
-
- app/pb_kits/playbook/pb_title/docs/_title_display_size.jsx
|
3030
|
-
- app/pb_kits/playbook/pb_title/docs/_title_display_size.md
|
3031
3028
|
- app/pb_kits/playbook/pb_title/docs/_title_light_weight.html.erb
|
3032
3029
|
- app/pb_kits/playbook/pb_title/docs/_title_light_weight.jsx
|
3033
3030
|
- app/pb_kits/playbook/pb_title/docs/_title_light_weight.md
|
@@ -3374,8 +3371,8 @@ files:
|
|
3374
3371
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3375
3372
|
- app/pb_kits/playbook/utilities/text.ts
|
3376
3373
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3377
|
-
- dist/chunks/_typeahead-
|
3378
|
-
- dist/chunks/_weekday_stacked-
|
3374
|
+
- dist/chunks/_typeahead-NXKDTf__.js
|
3375
|
+
- dist/chunks/_weekday_stacked-BDhz2F43.js
|
3379
3376
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3380
3377
|
- dist/chunks/lib-Dmay5Z6U.js
|
3381
3378
|
- dist/chunks/pb_form_validation-DdP7BnVX.js
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<%= pb_rails("title", props: { text: "Display Size xs", tag: "h1", display_size: "xs" }) %>
|
2
|
-
<%= pb_rails("title", props: { text: "Display Size sm", tag: "h1", display_size: "sm" }) %>
|
3
|
-
<%= pb_rails("title", props: { text: "Display Size md", tag: "h1", display_size: "md" }) %>
|
4
|
-
<%= pb_rails("title", props: { text: "Display Size lg", tag: "h1", display_size: "lg" }) %>
|
5
|
-
<%= pb_rails("title", props: { text: "Display Size xl", tag: "h1", display_size: "xl" }) %>
|
6
|
-
<%= pb_rails("title", props: { text: "Display Size xxl", tag: "h1", display_size: "xxl" }) %>
|
7
|
-
<%= pb_rails("title", props: { text: "This is a size of display", tag: "h1", size: "display"}) %>
|
@@ -1,54 +0,0 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
|
3
|
-
import Title from '../_title'
|
4
|
-
|
5
|
-
const TitleDisplaySize = (props) => {
|
6
|
-
return (
|
7
|
-
<div>
|
8
|
-
<Title
|
9
|
-
displaySize="xs"
|
10
|
-
tag="h1"
|
11
|
-
text="Display Size xs"
|
12
|
-
{...props}
|
13
|
-
/>
|
14
|
-
<Title
|
15
|
-
displaySize="sm"
|
16
|
-
tag="h1"
|
17
|
-
text="Display Size sm"
|
18
|
-
{...props}
|
19
|
-
/>
|
20
|
-
<Title
|
21
|
-
displaySize="md"
|
22
|
-
tag="h1"
|
23
|
-
text="Display Size md"
|
24
|
-
{...props}
|
25
|
-
/>
|
26
|
-
<Title
|
27
|
-
displaySize="lg"
|
28
|
-
tag="h1"
|
29
|
-
text="Display Size lg"
|
30
|
-
{...props}
|
31
|
-
/>
|
32
|
-
<Title
|
33
|
-
displaySize="xl"
|
34
|
-
tag="h1"
|
35
|
-
text="Display Size xl"
|
36
|
-
{...props}
|
37
|
-
/>
|
38
|
-
<Title
|
39
|
-
displaySize="xxl"
|
40
|
-
tag="h1"
|
41
|
-
text="Display Size xxl"
|
42
|
-
{...props}
|
43
|
-
/>
|
44
|
-
<Title
|
45
|
-
size="display"
|
46
|
-
tag="h1"
|
47
|
-
text="This is a size of display"
|
48
|
-
{...props}
|
49
|
-
/>
|
50
|
-
</div>
|
51
|
-
)
|
52
|
-
}
|
53
|
-
|
54
|
-
export default TitleDisplaySize
|
@@ -1 +0,0 @@
|
|
1
|
-
Responsive sizes for large screens and tablets, perfect for digital signage.
|