playbook_ui 8.1.0 → 8.2.0.pre.alpha1

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: bde6450a7a9b834c1c16de60363a43d58a9f28da53ca2aa0089d8d96ec9ea89d
4
- data.tar.gz: 4a067f64e965d58c3d12d23a8303d3e51482063d001c89693206bbea86ae952f
3
+ metadata.gz: a9372b2a0d2e36aab28186cfe5988ec72e62cce82525ebf3bfb5886c7eff1ae6
4
+ data.tar.gz: 758cacaf5bd93949d6673680da6ffe90d37079508d0580dda1a956c8d15f965f
5
5
  SHA512:
6
- metadata.gz: 42b92e641da9e7e5b1611bed31240d3a08934d7c6b612195407d92ab3c0b3bcbe3a13c1ebbd9e21f3d00c65f7e13f0198e5a2180edbc2dfa4e2048ad6e6f10a0
7
- data.tar.gz: 8e9d47f263458035522e390cd25b90183c556cdbca33a7a910a76ffadf711760cafe970382759191909ff6ef44427649aa52d32100c6d452dc69ed850d7eedb2
6
+ metadata.gz: 6a9e10a2e3a90ce39438f1d47c600463ddb7ee2a168a411edd783b53dfccdcfa2b4b8c864c714bd13fd3bcfbb54b1e56da87529dabf6ea812d802164f0a860bd
7
+ data.tar.gz: 8a984eb608eb57dde4d1e5e1c71984bcdce86b349c405f7bc9b11d94f72e229ead4de53e7263fbea38a748d6064e901627612d65338e60dc7b4a4447662d95ef
@@ -1,5 +1,5 @@
1
- import colors from '../tokens/_colors.scss'
2
- import typography from '../tokens/_typography.scss'
1
+ import colors from '../tokens/exports/_colors.scss'
2
+ import typography from '../tokens/exports/_typography.scss'
3
3
 
4
4
  const dataColors = [
5
5
  colors.data_1,
@@ -1,5 +1,5 @@
1
- import colors from '../tokens/_colors.scss'
2
- import typography from '../tokens/_typography.scss'
1
+ import colors from '../tokens/exports/_colors.scss'
2
+ import typography from '../tokens/exports/_typography.scss'
3
3
 
4
4
  import Highcharts from 'highcharts'
5
5
 
@@ -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
- }
@@ -19,12 +19,3 @@ $opacity: (
19
19
  opacity_8: $opacity_8,
20
20
  opacity_9: $opacity_9,
21
21
  );
22
-
23
- :export {
24
- @mixin export_opacity($opacity_list) {
25
- @each $name, $settings in $opacity_list {
26
- #{$name}: $settings;
27
- }
28
- }
29
- @include export_opacity($opacity);
30
- }
@@ -34,12 +34,3 @@ $offscreen: -9999px;
34
34
  }
35
35
  @return map-get($z_layers, $layer);
36
36
  }
37
-
38
- :export {
39
- @mixin export_z_index($z_index_list) {
40
- @each $name, $settings in $z_index_list {
41
- #{$name}: $settings;
42
- }
43
- }
44
- @include export_z_index($z_index);
45
- }
@@ -28,12 +28,3 @@ $breakpoints: (
28
28
  @content;
29
29
  }
30
30
  }
31
-
32
- :export {
33
- @mixin export_breakpoints($breakpoints_list) {
34
- @each $name, $settings in $breakpoints_list {
35
- #{$name}: $settings;
36
- }
37
- }
38
- @include export_breakpoints($breakpoints);
39
- }
@@ -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
- }
@@ -11,13 +11,3 @@ $spaces:(
11
11
  space_xl: $space_xl,
12
12
  none: 0
13
13
  );
14
-
15
-
16
- :export {
17
- @mixin export_spacing($spacing_list) {
18
- @each $name, $size in $spacing_list {
19
- #{$name}: $size;
20
- }
21
- }
22
- @include export_spacing($spaces);
23
- }
@@ -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,10 @@
1
+ @import "../border_radius";
2
+
3
+ :export {
4
+ @mixin export_border_radius($border_radius_list) {
5
+ @each $name, $size in $border_radius_list {
6
+ #{$name}: $size;
7
+ }
8
+ }
9
+ @include export_border_radius($border_radius);
10
+ }
@@ -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,10 @@
1
+ @import "../line_height";
2
+
3
+ :export {
4
+ @mixin export_line_height($line_height_list) {
5
+ @each $name, $settings in $line_height_list {
6
+ #{$name}: $settings;
7
+ }
8
+ }
9
+ @include export_line_height($line_height);
10
+ }
@@ -0,0 +1,10 @@
1
+ @import "../opacity";
2
+
3
+ :export {
4
+ @mixin export_opacity($opacity_list) {
5
+ @each $name, $settings in $opacity_list {
6
+ #{$name}: $settings;
7
+ }
8
+ }
9
+ @include export_opacity($opacity);
10
+ }
@@ -0,0 +1,10 @@
1
+ @import "../positioning";
2
+
3
+ :export {
4
+ @mixin export_z_index($z_index_list) {
5
+ @each $name, $settings in $z_index_list {
6
+ #{$name}: $settings;
7
+ }
8
+ }
9
+ @include export_z_index($z_index);
10
+ }
@@ -0,0 +1,10 @@
1
+ @import "../screen_sizes";
2
+
3
+ :export {
4
+ @mixin export_breakpoints($breakpoints_list) {
5
+ @each $name, $settings in $breakpoints_list {
6
+ #{$name}: $settings;
7
+ }
8
+ }
9
+ @include export_breakpoints($breakpoints);
10
+ }
@@ -0,0 +1,10 @@
1
+ @import "../shadows";
2
+
3
+ :export {
4
+ @mixin export_shadows($shadows_list) {
5
+ @each $name, $settings in $shadows_list {
6
+ #{$name}: $settings;
7
+ }
8
+ }
9
+ @include export_shadows($box_shadows);
10
+ }
@@ -0,0 +1,10 @@
1
+ @import "../spacing";
2
+
3
+ :export {
4
+ @mixin export_spacing($spacing_list) {
5
+ @each $name, $size in $spacing_list {
6
+ #{$name}: $size;
7
+ }
8
+ }
9
+ @include export_spacing($spaces);
10
+ }
@@ -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}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- VERSION = "8.1.0"
4
+ VERSION = "8.2.0.pre.alpha1"
5
5
  end
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.1.0
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-01 00:00:00.000000000 Z
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
@@ -2015,6 +2015,15 @@ files:
2015
2015
  - app/pb_kits/playbook/tokens/_spacing.scss
2016
2016
  - app/pb_kits/playbook/tokens/_transition.scss
2017
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
2018
2027
  - app/pb_kits/playbook/tokens/index.scss
2019
2028
  - app/pb_kits/playbook/types.js
2020
2029
  - app/pb_kits/playbook/utilities/_background_colors.scss
@@ -2028,6 +2037,7 @@ files:
2028
2037
  - app/pb_kits/playbook/utilities/test-utils.js
2029
2038
  - app/pb_kits/playbook/utilities/text.js
2030
2039
  - app/pb_kits/playbook/vendor.js
2040
+ - dist/reset.css
2031
2041
  - fonts/fontawesome-min.js
2032
2042
  - fonts/regular-min.js
2033
2043
  - lib/playbook.rb
@@ -2062,7 +2072,7 @@ homepage: http://playbook.powerapp.cloud
2062
2072
  licenses:
2063
2073
  - MIT
2064
2074
  metadata: {}
2065
- post_install_message:
2075
+ post_install_message:
2066
2076
  rdoc_options: []
2067
2077
  require_paths:
2068
2078
  - lib
@@ -2073,13 +2083,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
2073
2083
  version: '0'
2074
2084
  required_rubygems_version: !ruby/object:Gem::Requirement
2075
2085
  requirements:
2076
- - - ">="
2086
+ - - ">"
2077
2087
  - !ruby/object:Gem::Version
2078
- version: '0'
2088
+ version: 1.3.1
2079
2089
  requirements: []
2080
- rubyforge_project:
2081
- rubygems_version: 2.7.3
2082
- signing_key:
2090
+ rubygems_version: 3.0.3
2091
+ signing_key:
2083
2092
  specification_version: 4
2084
2093
  summary: Playbook Design System
2085
2094
  test_files: []