playbook_ui 13.30.0.pre.alpha.20240515remotebuildkitconversion3150 → 13.31.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c02852f26be30f0f9abff5ba3089c03c4d9f6878880b2e3f59827e7b556f8c3d
|
4
|
+
data.tar.gz: a5c30e259ea3d6a77135c2f6172d607ddb105732e20caf60f68d1d1f014bf468
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d14c183e1ef95272881479defd28dec0aa49a6ee8539af55aa630cdd493aa48918830906465d6a46c0caf405a1c2a8b2b7dd5fc894f0031feb62bbd21341ae22
|
7
|
+
data.tar.gz: 26cd7b2d68304e1c80c4bf3e1bc9ce5cc07cf5c378c82e52bac4541abd61ca0a5a817ded5c6abde4282cb7c785b484778902afa96c3e83e0e7f3fcd84e68872b
|
@@ -1,6 +1 @@
|
|
1
|
-
<%= pb_rails("icon", props: { icon: "
|
2
|
-
<%= pb_rails("icon", props: { icon: "circle-arrow-right", fixed_width: true }) %>
|
3
|
-
<%= pb_rails("icon", props: { icon: "arrow-circle-right", fixed_width: true }) %>
|
4
|
-
|
5
|
-
<%= pb_rails("caption", props: { text: "Font Awesome (no alias & not in our Playbook-icons lib)", margin_y: "md" }) %>
|
6
|
-
<%= pb_rails("icon", props: { icon: "elephant", fixed_width: true }) %>
|
1
|
+
<%= pb_rails("icon", props: { icon: "user", fixed_width: true }) %>
|
@@ -1,29 +1,12 @@
|
|
1
1
|
import React from "react"
|
2
|
-
|
3
2
|
import Icon from "../_icon"
|
4
|
-
import {Caption} from "../.."
|
5
3
|
|
6
4
|
const IconDefault = (props) => {
|
7
5
|
return (
|
8
6
|
<div>
|
9
|
-
<Icon
|
10
|
-
|
11
|
-
|
12
|
-
/>
|
13
|
-
<Icon fixedWidth
|
14
|
-
icon='circle-arrow-right'
|
15
|
-
{...props}
|
16
|
-
/>
|
17
|
-
<Icon fixedWidth
|
18
|
-
icon='arrow-circle-right'
|
19
|
-
{...props}
|
20
|
-
/>
|
21
|
-
<Caption
|
22
|
-
marginY='md'
|
23
|
-
text='Font Awesome (no alias & not in our Playbook-icons lib)'
|
24
|
-
/>
|
25
|
-
<Icon fixedWidth
|
26
|
-
icon='elephant'
|
7
|
+
<Icon
|
8
|
+
fixedWidth
|
9
|
+
icon="user"
|
27
10
|
{...props}
|
28
11
|
/>
|
29
12
|
</div>
|
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 13.
|
4
|
+
version: 13.31.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
8
8
|
- Power Devs
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-06-
|
12
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -1460,7 +1460,6 @@ files:
|
|
1460
1460
|
- app/pb_kits/playbook/pb_icon/icon.rb
|
1461
1461
|
- app/pb_kits/playbook/pb_icon/icon.test.js
|
1462
1462
|
- app/pb_kits/playbook/pb_icon/icon_aliases.json
|
1463
|
-
- app/pb_kits/playbook/pb_icon/types.d.ts
|
1464
1463
|
- app/pb_kits/playbook/pb_icon_circle/_icon_circle.scss
|
1465
1464
|
- app/pb_kits/playbook/pb_icon_circle/_icon_circle.tsx
|
1466
1465
|
- app/pb_kits/playbook/pb_icon_circle/docs/_description.md
|
@@ -3051,7 +3050,7 @@ homepage: https://playbook.powerapp.cloud/
|
|
3051
3050
|
licenses:
|
3052
3051
|
- ISC
|
3053
3052
|
metadata: {}
|
3054
|
-
post_install_message:
|
3053
|
+
post_install_message:
|
3055
3054
|
rdoc_options: []
|
3056
3055
|
require_paths:
|
3057
3056
|
- lib
|
@@ -3067,7 +3066,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
3067
3066
|
version: '0'
|
3068
3067
|
requirements: []
|
3069
3068
|
rubygems_version: 3.5.3
|
3070
|
-
signing_key:
|
3069
|
+
signing_key:
|
3071
3070
|
specification_version: 4
|
3072
3071
|
summary: Playbook Design System
|
3073
3072
|
test_files: []
|
@@ -1 +0,0 @@
|
|
1
|
-
declare module 'js-yaml'
|