playbook_ui 8.1.3 → 8.2.0.pre.alpha1
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_dashboard/commonSettings.js +2 -2
- data/app/pb_kits/playbook/pb_dashboard/pbChartsLightTheme.js +2 -2
- data/app/pb_kits/playbook/pb_filter/docs/_filter_default.html.erb +2 -2
- data/app/pb_kits/playbook/pb_filter/docs/_filter_min_width.html.erb +1 -1
- data/app/pb_kits/playbook/pb_filter/docs/_filter_no_background.html.erb +2 -2
- data/app/pb_kits/playbook/pb_filter/docs/_filter_no_sort.html.erb +1 -1
- data/app/pb_kits/playbook/pb_filter/docs/_filter_only.html.erb +1 -1
- data/app/pb_kits/playbook/pb_filter/docs/_filter_single.html.erb +1 -1
- data/app/pb_kits/playbook/pb_form/_form.scss +1 -5
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
- data/app/pb_kits/playbook/pb_form/form_builder.rb +2 -4
- data/app/pb_kits/playbook/pb_form/form_builder/action_area.html.erb +3 -0
- data/app/pb_kits/playbook/pb_form/form_builder/action_area.rb +7 -14
- data/app/pb_kits/playbook/pb_form/form_with.rb +1 -0
- data/app/pb_kits/playbook/pb_form/simple_form.html.erb +4 -2
- data/app/pb_kits/playbook/pb_form/simple_form.rb +0 -4
- data/app/pb_kits/playbook/pb_user_badge/_user_badge.jsx +1 -1
- data/app/pb_kits/playbook/plugins/pb_chart.js +1 -1
- data/app/pb_kits/playbook/tokens/_border_radius.scss +0 -10
- data/app/pb_kits/playbook/tokens/_colors.scss +0 -25
- data/app/pb_kits/playbook/tokens/_line_height.scss +0 -9
- data/app/pb_kits/playbook/tokens/_opacity.scss +0 -9
- data/app/pb_kits/playbook/tokens/_positioning.scss +0 -9
- data/app/pb_kits/playbook/tokens/_screen_sizes.scss +0 -9
- data/app/pb_kits/playbook/tokens/_shadows.scss +0 -9
- data/app/pb_kits/playbook/tokens/_spacing.scss +0 -10
- data/app/pb_kits/playbook/tokens/_typography.scss +0 -25
- data/app/pb_kits/playbook/tokens/exports/_border_radius.scss +10 -0
- data/app/pb_kits/playbook/tokens/exports/_colors.scss +26 -0
- data/app/pb_kits/playbook/tokens/exports/_line_height.scss +10 -0
- data/app/pb_kits/playbook/tokens/exports/_opacity.scss +10 -0
- data/app/pb_kits/playbook/tokens/exports/_positioning.scss +10 -0
- data/app/pb_kits/playbook/tokens/exports/_screen_sizes.scss +10 -0
- data/app/pb_kits/playbook/tokens/exports/_shadows.scss +10 -0
- data/app/pb_kits/playbook/tokens/exports/_spacing.scss +10 -0
- data/app/pb_kits/playbook/tokens/exports/_typography.scss +24 -0
- data/dist/reset.css +1 -0
- data/lib/playbook/version.rb +1 -1
- metadata +25 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9372b2a0d2e36aab28186cfe5988ec72e62cce82525ebf3bfb5886c7eff1ae6
|
4
|
+
data.tar.gz: 758cacaf5bd93949d6673680da6ffe90d37079508d0580dda1a956c8d15f965f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a9e10a2e3a90ce39438f1d47c600463ddb7ee2a168a411edd783b53dfccdcfa2b4b8c864c714bd13fd3bcfbb54b1e56da87529dabf6ea812d802164f0a860bd
|
7
|
+
data.tar.gz: 8a984eb608eb57dde4d1e5e1c71984bcdce86b349c405f7bc9b11d94f72e229ead4de53e7263fbea38a748d6064e901627612d65338e60dc7b4a4447662d95ef
|
@@ -28,7 +28,7 @@
|
|
28
28
|
OpenStruct.new(name: "Georgia", value: 10),
|
29
29
|
]
|
30
30
|
%>
|
31
|
-
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get
|
31
|
+
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get } }) do |form| %>
|
32
32
|
<%= form.text_field :example_text_field, props: { label: true } %>
|
33
33
|
<%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
|
34
34
|
|
@@ -69,7 +69,7 @@
|
|
69
69
|
OpenStruct.new(name: "Georgia", value: 10),
|
70
70
|
]
|
71
71
|
%>
|
72
|
-
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get
|
72
|
+
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get } }) do |form| %>
|
73
73
|
<%= form.text_field :example_text_field, props: { label: true } %>
|
74
74
|
<%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
|
75
75
|
|
@@ -29,7 +29,7 @@
|
|
29
29
|
OpenStruct.new(name: "Georgia", value: 10),
|
30
30
|
]
|
31
31
|
%>
|
32
|
-
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get
|
32
|
+
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get } }) do |form| %>
|
33
33
|
<%= form.text_field :example_text_field, props: { label: true } %>
|
34
34
|
<%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
|
35
35
|
|
@@ -30,7 +30,7 @@
|
|
30
30
|
]
|
31
31
|
%>
|
32
32
|
|
33
|
-
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get
|
33
|
+
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get } }) do |form| %>
|
34
34
|
<%= form.text_field :example_text_field, props: { label: true } %>
|
35
35
|
<%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
|
36
36
|
|
@@ -73,7 +73,7 @@
|
|
73
73
|
OpenStruct.new(name: "Georgia", value: 10),
|
74
74
|
]
|
75
75
|
%>
|
76
|
-
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get
|
76
|
+
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get } }) do |form| %>
|
77
77
|
<%= form.text_field :example_text_field, props: { label: true } %>
|
78
78
|
<%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
|
79
79
|
|
@@ -23,7 +23,7 @@
|
|
23
23
|
]
|
24
24
|
%>
|
25
25
|
|
26
|
-
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get
|
26
|
+
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get } }) do |form| %>
|
27
27
|
<%= form.text_field :example_text_field, props: { label: true } %>
|
28
28
|
<%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
|
29
29
|
|
@@ -21,7 +21,7 @@
|
|
21
21
|
OpenStruct.new(name: "Georgia", value: 10),
|
22
22
|
]
|
23
23
|
%>
|
24
|
-
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get
|
24
|
+
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get } }) do |form| %>
|
25
25
|
<%= form.text_field :example_text_field, props: { label: true } %>
|
26
26
|
<%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
|
27
27
|
|
@@ -28,7 +28,7 @@
|
|
28
28
|
]
|
29
29
|
%>
|
30
30
|
|
31
|
-
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get
|
31
|
+
<%= pb_rails("form", props: { form_system_options: { scope: :example, method: :get } }) do |form| %>
|
32
32
|
<%= form.text_field :example_text_field, props: { label: true } %>
|
33
33
|
<%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
|
34
34
|
|
@@ -14,7 +14,7 @@
|
|
14
14
|
%>
|
15
15
|
|
16
16
|
<%= pb_rails("form/form_with", props: {
|
17
|
-
|
17
|
+
scope: :example, method: :get, url: "",
|
18
18
|
validate: true
|
19
19
|
}) do |form| %>
|
20
20
|
<%= form.text_field :example_text_field, props: { label: true, required: true } %>
|
@@ -19,11 +19,9 @@ module Playbook
|
|
19
19
|
prepend(CollectionSelectField)
|
20
20
|
prepend(CheckboxField)
|
21
21
|
prepend(DatePickerField)
|
22
|
-
end
|
23
22
|
|
24
|
-
|
25
|
-
|
26
|
-
yield ActionArea.new(@template, submit_default_value)
|
23
|
+
def actions(&block)
|
24
|
+
@template.render_component ActionArea.new(submit_default_value: submit_default_value, children: block)
|
27
25
|
end
|
28
26
|
end
|
29
27
|
end
|
@@ -3,29 +3,22 @@
|
|
3
3
|
module Playbook
|
4
4
|
module PbForm
|
5
5
|
module FormBuilder
|
6
|
-
class ActionArea
|
7
|
-
|
8
|
-
self.view_context = view_context
|
9
|
-
self.submit_default_value = submit_default_value
|
10
|
-
end
|
6
|
+
class ActionArea < Playbook::KitBase
|
7
|
+
prop :submit_default_value, type: Playbook::Props::String
|
11
8
|
|
12
9
|
def submit(value = nil, props: {})
|
13
10
|
props[:type] ||= "submit"
|
14
|
-
props[:text] ||= value || submit_default_value
|
15
|
-
|
16
11
|
button(value, props: props)
|
17
12
|
end
|
18
13
|
|
19
14
|
def button(value = nil, props:)
|
20
|
-
|
21
|
-
|
15
|
+
props[:text] ||= value || submit_default_value
|
16
|
+
|
17
|
+
content_tag(:li) do
|
18
|
+
pb_rails("button", props: props)
|
22
19
|
end
|
23
20
|
end
|
24
|
-
|
25
|
-
private
|
26
|
-
|
27
|
-
attr_accessor :view_context, :submit_default_value
|
28
21
|
end
|
29
22
|
end
|
30
23
|
end
|
31
|
-
end
|
24
|
+
end
|
@@ -1,4 +1,6 @@
|
|
1
|
-
<%= simple_form_for model, options
|
1
|
+
<%= simple_form_for model, options do |form| %>
|
2
|
+
<% instance_exec form, &children %>
|
3
|
+
<% end %>
|
2
4
|
|
3
5
|
<% if validate %>
|
4
6
|
<% content_for :pb_js do %>
|
@@ -8,4 +10,4 @@
|
|
8
10
|
})
|
9
11
|
<% end %>
|
10
12
|
<% end %>
|
11
|
-
<% end %>
|
13
|
+
<% end %>
|
@@ -23,7 +23,7 @@ const UserBadge = (props: UserBadgeProps) => {
|
|
23
23
|
size = 'md',
|
24
24
|
} = props
|
25
25
|
|
26
|
-
const image = require(`./badges
|
26
|
+
const image = require(`./badges/_${badge}.svg`)
|
27
27
|
const ariaProps = buildAriaProps(aria)
|
28
28
|
const dataProps = buildDataProps(data)
|
29
29
|
const classes = classnames(
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import Highcharts from 'highcharts'
|
2
2
|
|
3
3
|
import { highchartsTheme } from '../pb_dashboard/pbChartsLightTheme.js'
|
4
|
-
import colors from '../tokens/_colors.scss'
|
4
|
+
import colors from '../tokens/exports/_colors.scss'
|
5
5
|
|
6
6
|
require('highcharts/modules/variable-pie')(Highcharts)
|
7
7
|
import highchartsMore from 'highcharts/highcharts-more.js'
|
@@ -32,13 +32,3 @@ $border_radius: (
|
|
32
32
|
border_radius_none: $border_radius_none,
|
33
33
|
border_radius_rounded: $border_radius_rounded
|
34
34
|
);
|
35
|
-
|
36
|
-
|
37
|
-
:export {
|
38
|
-
@mixin export_border_radius($border_radius_list) {
|
39
|
-
@each $name, $size in $border_radius_list {
|
40
|
-
#{$name}: $size;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
@include export_border_radius($border_radius);
|
44
|
-
}
|
@@ -250,28 +250,3 @@ $transparent: transparent;
|
|
250
250
|
background: linear-gradient(135deg, $start 0%, $end 100%);
|
251
251
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$start}', endColorstr='#{$end}', GradientType=1);
|
252
252
|
}
|
253
|
-
|
254
|
-
:export {
|
255
|
-
@mixin export-colors($colors-list) {
|
256
|
-
@each $name, $color in $colors-list {
|
257
|
-
#{$name}: $color;
|
258
|
-
}
|
259
|
-
}
|
260
|
-
@include export-colors($product_colors);
|
261
|
-
@include export-colors($status_colors);
|
262
|
-
@include export-colors($data_colors);
|
263
|
-
@include export-colors($shadow_colors);
|
264
|
-
@include export-colors($colors);
|
265
|
-
@include export-colors($interface_colors);
|
266
|
-
@include export-colors($main_colors);
|
267
|
-
@include export-colors($background_colors);
|
268
|
-
@include export-colors($card_colors);
|
269
|
-
@include export-colors($active_colors);
|
270
|
-
@include export-colors($action_colors);
|
271
|
-
@include export-colors($hover_colors);
|
272
|
-
@include export-colors($border_colors);
|
273
|
-
@include export-colors($text_colors);
|
274
|
-
@include export-colors($category_colors);
|
275
|
-
gradient_start: $gradient_start;
|
276
|
-
gradient_end: $gradient_end;
|
277
|
-
}
|
@@ -14,12 +14,3 @@ $line_height: (
|
|
14
14
|
looser: $lh_looser,
|
15
15
|
loosest: $lh_loosest
|
16
16
|
);
|
17
|
-
|
18
|
-
:export {
|
19
|
-
@mixin export_line_height($line_height_list) {
|
20
|
-
@each $name, $settings in $line_height_list {
|
21
|
-
#{$name}: $settings;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
@include export_line_height($line_height);
|
25
|
-
}
|
@@ -11,12 +11,3 @@ $box_shadows: (
|
|
11
11
|
shadow_deeper: $shadow_deeper,
|
12
12
|
shadow_deepest: $shadow_deepest
|
13
13
|
);
|
14
|
-
|
15
|
-
:export {
|
16
|
-
@mixin export_shadows($shadows_list) {
|
17
|
-
@each $name, $settings in $shadows_list {
|
18
|
-
#{$name}: $settings;
|
19
|
-
}
|
20
|
-
}
|
21
|
-
@include export_shadows($box_shadows);
|
22
|
-
}
|
@@ -62,28 +62,3 @@ $boldest: 800;
|
|
62
62
|
$bolder: 700;
|
63
63
|
$light: 300;
|
64
64
|
$lighter: 100;
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
:export {
|
69
|
-
font_family_base: $font_family_base;
|
70
|
-
text_jumbo: $text_jumbo;
|
71
|
-
text_largest: $text_largest;
|
72
|
-
text_larger: $text_larger;
|
73
|
-
text_large: $text_large;
|
74
|
-
text_base: $text_base;
|
75
|
-
text_default: $text_default;
|
76
|
-
text_normal: $text_normal;
|
77
|
-
text_medium: $text_medium;
|
78
|
-
text_small: $text_small;
|
79
|
-
text_smaller: $text_smaller;
|
80
|
-
text_smallest: $text_smallest;
|
81
|
-
heading_1: $heading_1;
|
82
|
-
heading_2: $heading_2;
|
83
|
-
heading_3: $heading_3;
|
84
|
-
heading_4: $heading_4;
|
85
|
-
lighter: $lighter;
|
86
|
-
light: $light;
|
87
|
-
bold: $bold;
|
88
|
-
regular: $regular;
|
89
|
-
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
@import "../colors";
|
2
|
+
|
3
|
+
:export {
|
4
|
+
@mixin export-colors($colors-list) {
|
5
|
+
@each $name, $color in $colors-list {
|
6
|
+
#{$name}: $color;
|
7
|
+
}
|
8
|
+
}
|
9
|
+
@include export-colors($product_colors);
|
10
|
+
@include export-colors($status_colors);
|
11
|
+
@include export-colors($data_colors);
|
12
|
+
@include export-colors($shadow_colors);
|
13
|
+
@include export-colors($colors);
|
14
|
+
@include export-colors($interface_colors);
|
15
|
+
@include export-colors($main_colors);
|
16
|
+
@include export-colors($background_colors);
|
17
|
+
@include export-colors($card_colors);
|
18
|
+
@include export-colors($active_colors);
|
19
|
+
@include export-colors($action_colors);
|
20
|
+
@include export-colors($hover_colors);
|
21
|
+
@include export-colors($border_colors);
|
22
|
+
@include export-colors($text_colors);
|
23
|
+
@include export-colors($category_colors);
|
24
|
+
gradient_start: $gradient_start;
|
25
|
+
gradient_end: $gradient_end;
|
26
|
+
}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
@import "../typography";
|
2
|
+
|
3
|
+
:export {
|
4
|
+
font_family_base: $font_family_base;
|
5
|
+
text_jumbo: $text_jumbo;
|
6
|
+
text_largest: $text_largest;
|
7
|
+
text_larger: $text_larger;
|
8
|
+
text_large: $text_large;
|
9
|
+
text_base: $text_base;
|
10
|
+
text_default: $text_default;
|
11
|
+
text_normal: $text_normal;
|
12
|
+
text_medium: $text_medium;
|
13
|
+
text_small: $text_small;
|
14
|
+
text_smaller: $text_smaller;
|
15
|
+
text_smallest: $text_smallest;
|
16
|
+
heading_1: $heading_1;
|
17
|
+
heading_2: $heading_2;
|
18
|
+
heading_3: $heading_3;
|
19
|
+
heading_4: $heading_4;
|
20
|
+
lighter: $lighter;
|
21
|
+
light: $light;
|
22
|
+
bold: $bold;
|
23
|
+
regular: $regular;
|
24
|
+
}
|
data/dist/reset.css
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
*{box-sizing:border-box;margin:0;padding:0}*:before,*:after{box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0);height:100vh;overflow-x:hidden}body{font-family:"Proxima Nova","Helvetica Neue",Helvetica,Arial,sans_serif;font-size:16px;line-height:1.5;background-color:#F3F7FB;height:100%;letter-spacing:0;font-weight:400;font-style:normal;text-rendering:optimizeLegibility;-moz-font-feature-settings:"liga" on;color:#242B42;margin:0 !important;padding:0 !important;box-sizing:border-box;min-height:100vh;padding:50px}a{text-decoration:none;color:#0056CF}
|
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: 8.
|
4
|
+
version: 8.2.0.pre.alpha1
|
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: 2021-03-
|
12
|
+
date: 2021-03-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -285,22 +285,22 @@ dependencies:
|
|
285
285
|
name: rspec-rails
|
286
286
|
requirement: !ruby/object:Gem::Requirement
|
287
287
|
requirements:
|
288
|
-
- - "~>"
|
289
|
-
- !ruby/object:Gem::Version
|
290
|
-
version: '3.8'
|
291
288
|
- - ">="
|
292
289
|
- !ruby/object:Gem::Version
|
293
290
|
version: 3.8.0
|
291
|
+
- - "~>"
|
292
|
+
- !ruby/object:Gem::Version
|
293
|
+
version: '3.8'
|
294
294
|
type: :development
|
295
295
|
prerelease: false
|
296
296
|
version_requirements: !ruby/object:Gem::Requirement
|
297
297
|
requirements:
|
298
|
-
- - "~>"
|
299
|
-
- !ruby/object:Gem::Version
|
300
|
-
version: '3.8'
|
301
298
|
- - ">="
|
302
299
|
- !ruby/object:Gem::Version
|
303
300
|
version: 3.8.0
|
301
|
+
- - "~>"
|
302
|
+
- !ruby/object:Gem::Version
|
303
|
+
version: '3.8'
|
304
304
|
- !ruby/object:Gem::Dependency
|
305
305
|
name: rubocop
|
306
306
|
requirement: !ruby/object:Gem::Requirement
|
@@ -973,6 +973,7 @@ files:
|
|
973
973
|
- app/pb_kits/playbook/pb_form/docs/example.yml
|
974
974
|
- app/pb_kits/playbook/pb_form/form.rb
|
975
975
|
- app/pb_kits/playbook/pb_form/form_builder.rb
|
976
|
+
- app/pb_kits/playbook/pb_form/form_builder/action_area.html.erb
|
976
977
|
- app/pb_kits/playbook/pb_form/form_builder/action_area.rb
|
977
978
|
- app/pb_kits/playbook/pb_form/form_builder/checkbox_field.rb
|
978
979
|
- app/pb_kits/playbook/pb_form/form_builder/collection_select_field.rb
|
@@ -2014,6 +2015,15 @@ files:
|
|
2014
2015
|
- app/pb_kits/playbook/tokens/_spacing.scss
|
2015
2016
|
- app/pb_kits/playbook/tokens/_transition.scss
|
2016
2017
|
- app/pb_kits/playbook/tokens/_typography.scss
|
2018
|
+
- app/pb_kits/playbook/tokens/exports/_border_radius.scss
|
2019
|
+
- app/pb_kits/playbook/tokens/exports/_colors.scss
|
2020
|
+
- app/pb_kits/playbook/tokens/exports/_line_height.scss
|
2021
|
+
- app/pb_kits/playbook/tokens/exports/_opacity.scss
|
2022
|
+
- app/pb_kits/playbook/tokens/exports/_positioning.scss
|
2023
|
+
- app/pb_kits/playbook/tokens/exports/_screen_sizes.scss
|
2024
|
+
- app/pb_kits/playbook/tokens/exports/_shadows.scss
|
2025
|
+
- app/pb_kits/playbook/tokens/exports/_spacing.scss
|
2026
|
+
- app/pb_kits/playbook/tokens/exports/_typography.scss
|
2017
2027
|
- app/pb_kits/playbook/tokens/index.scss
|
2018
2028
|
- app/pb_kits/playbook/types.js
|
2019
2029
|
- app/pb_kits/playbook/utilities/_background_colors.scss
|
@@ -2027,6 +2037,7 @@ files:
|
|
2027
2037
|
- app/pb_kits/playbook/utilities/test-utils.js
|
2028
2038
|
- app/pb_kits/playbook/utilities/text.js
|
2029
2039
|
- app/pb_kits/playbook/vendor.js
|
2040
|
+
- dist/reset.css
|
2030
2041
|
- fonts/fontawesome-min.js
|
2031
2042
|
- fonts/regular-min.js
|
2032
2043
|
- lib/playbook.rb
|
@@ -2061,7 +2072,7 @@ homepage: http://playbook.powerapp.cloud
|
|
2061
2072
|
licenses:
|
2062
2073
|
- MIT
|
2063
2074
|
metadata: {}
|
2064
|
-
post_install_message:
|
2075
|
+
post_install_message:
|
2065
2076
|
rdoc_options: []
|
2066
2077
|
require_paths:
|
2067
2078
|
- lib
|
@@ -2072,13 +2083,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2072
2083
|
version: '0'
|
2073
2084
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2074
2085
|
requirements:
|
2075
|
-
- - "
|
2086
|
+
- - ">"
|
2076
2087
|
- !ruby/object:Gem::Version
|
2077
|
-
version:
|
2088
|
+
version: 1.3.1
|
2078
2089
|
requirements: []
|
2079
|
-
|
2080
|
-
|
2081
|
-
signing_key:
|
2090
|
+
rubygems_version: 3.0.3
|
2091
|
+
signing_key:
|
2082
2092
|
specification_version: 4
|
2083
2093
|
summary: Playbook Design System
|
2084
2094
|
test_files: []
|