shift-ui-kit 0.0.40

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.
Files changed (102) hide show
  1. checksums.yaml +7 -0
  2. data/assets/fonts/din_next_light.woff +0 -0
  3. data/assets/fonts/din_next_light.woff2 +0 -0
  4. data/assets/fonts/din_next_light_italic.woff +0 -0
  5. data/assets/fonts/din_next_light_italic.woff2 +0 -0
  6. data/assets/fonts/din_next_medium.woff +0 -0
  7. data/assets/fonts/din_next_medium.woff2 +0 -0
  8. data/assets/fonts/din_next_regular.woff +0 -0
  9. data/assets/fonts/din_next_regular.woff2 +0 -0
  10. data/assets/images/accept-icon.svg +8 -0
  11. data/assets/images/app-loading.svg +25 -0
  12. data/assets/images/checkbox--determinate-checked.svg +4 -0
  13. data/assets/images/checkbox--indeterminate-checked.svg +4 -0
  14. data/assets/images/dropdown-arrow.svg +12 -0
  15. data/assets/images/forgotten-password-icon.svg +12 -0
  16. data/assets/images/global-search-form-icon.svg +11 -0
  17. data/assets/images/icons/close.svg +10 -0
  18. data/assets/images/icons/plus.svg +10 -0
  19. data/assets/images/logo.svg +9 -0
  20. data/assets/images/section-heading-icons/access-keys.svg +6 -0
  21. data/assets/images/section-heading-icons/account-settings.svg +7 -0
  22. data/assets/images/section-heading-icons/action-accept.svg +6 -0
  23. data/assets/images/section-heading-icons/action-archive.svg +10 -0
  24. data/assets/images/section-heading-icons/action-cancel.svg +6 -0
  25. data/assets/images/section-heading-icons/action-create.svg +6 -0
  26. data/assets/images/section-heading-icons/action-delete.svg +6 -0
  27. data/assets/images/section-heading-icons/action-edit.svg +7 -0
  28. data/assets/images/section-heading-icons/action-merchandise.svg +3 -0
  29. data/assets/images/section-heading-icons/assets.svg +8 -0
  30. data/assets/images/section-heading-icons/attributes.svg +12 -0
  31. data/assets/images/section-heading-icons/carts.svg +9 -0
  32. data/assets/images/section-heading-icons/category-trees.svg +7 -0
  33. data/assets/images/section-heading-icons/customer-segments.svg +8 -0
  34. data/assets/images/section-heading-icons/customers.svg +9 -0
  35. data/assets/images/section-heading-icons/environment-configurations.svg +7 -0
  36. data/assets/images/section-heading-icons/environments.svg +8 -0
  37. data/assets/images/section-heading-icons/menus.svg +8 -0
  38. data/assets/images/section-heading-icons/payment-gateways.svg +7 -0
  39. data/assets/images/section-heading-icons/products.svg +7 -0
  40. data/assets/images/section-heading-icons/promotions.svg +10 -0
  41. data/assets/images/section-heading-icons/retail-stores.svg +12 -0
  42. data/assets/images/section-heading-icons/roles.svg +9 -0
  43. data/assets/images/section-heading-icons/search.svg +7 -0
  44. data/assets/images/section-heading-icons/shipping-methods.svg +10 -0
  45. data/assets/images/section-heading-icons/static-pages.svg +7 -0
  46. data/assets/images/section-heading-icons/tax-codes.svg +11 -0
  47. data/assets/images/section-heading-icons/taxonomies.svg +7 -0
  48. data/assets/images/section-heading-icons/template-definitions.svg +6 -0
  49. data/assets/images/section-heading-icons/user-profile.svg +8 -0
  50. data/assets/images/section-heading-icons/users.svg +7 -0
  51. data/assets/images/section-heading-icons/variants.svg +7 -0
  52. data/assets/itcss/1-settings/_breakpoints.scss +1 -0
  53. data/assets/itcss/1-settings/_colors.scss +16 -0
  54. data/assets/itcss/1-settings/_index.scss +9 -0
  55. data/assets/itcss/1-settings/_spacing.scss +2 -0
  56. data/assets/itcss/2-tools/_color.scss +17 -0
  57. data/assets/itcss/2-tools/_index.scss +1 -0
  58. data/assets/itcss/3-generic/_animations.scss +4 -0
  59. data/assets/itcss/3-generic/_clearfix.scss +26 -0
  60. data/assets/itcss/3-generic/_fonts.scss +31 -0
  61. data/assets/itcss/3-generic/_index.scss +4 -0
  62. data/assets/itcss/3-generic/_reset.scss +40 -0
  63. data/assets/itcss/4-elements/_index.scss +45 -0
  64. data/assets/itcss/5-objects/_index.scss +5 -0
  65. data/assets/itcss/5-objects/_o-breadcrumb.scss +11 -0
  66. data/assets/itcss/5-objects/_o-btn.scss +3 -0
  67. data/assets/itcss/5-objects/_o-flash-message.scss +17 -0
  68. data/assets/itcss/5-objects/_o-grid.scss +33 -0
  69. data/assets/itcss/5-objects/_o-password-strength-meter.scss +43 -0
  70. data/assets/itcss/6-components/_c-action-bar.scss +22 -0
  71. data/assets/itcss/6-components/_c-app-loading.scss +30 -0
  72. data/assets/itcss/6-components/_c-app.scss +3 -0
  73. data/assets/itcss/6-components/_c-btn-default.scss +62 -0
  74. data/assets/itcss/6-components/_c-checkbox.scss +38 -0
  75. data/assets/itcss/6-components/_c-data-table.scss +535 -0
  76. data/assets/itcss/6-components/_c-default-breadcrumb.scss +16 -0
  77. data/assets/itcss/6-components/_c-display-layers.scss +3 -0
  78. data/assets/itcss/6-components/_c-dropdown-group.scss +3 -0
  79. data/assets/itcss/6-components/_c-dropdown.scss +183 -0
  80. data/assets/itcss/6-components/_c-examples-nav.scss +21 -0
  81. data/assets/itcss/6-components/_c-flash-message.scss +40 -0
  82. data/assets/itcss/6-components/_c-form-field.scss +40 -0
  83. data/assets/itcss/6-components/_c-form-message.scss +15 -0
  84. data/assets/itcss/6-components/_c-loader.scss +43 -0
  85. data/assets/itcss/6-components/_c-main-view-wrapper.scss +9 -0
  86. data/assets/itcss/6-components/_c-main-view.scss +6 -0
  87. data/assets/itcss/6-components/_c-nav-bar.scss +38 -0
  88. data/assets/itcss/6-components/_c-pagination.scss +60 -0
  89. data/assets/itcss/6-components/_c-panel.scss +17 -0
  90. data/assets/itcss/6-components/_c-popup-inject-point.scss +16 -0
  91. data/assets/itcss/6-components/_c-popup.scss +3 -0
  92. data/assets/itcss/6-components/_c-section-heading.scss +58 -0
  93. data/assets/itcss/6-components/_c-select-all-cell.scss +4 -0
  94. data/assets/itcss/6-components/_c-select-row-cell.scss +4 -0
  95. data/assets/itcss/6-components/_c-tab-set.scss +50 -0
  96. data/assets/itcss/6-components/_c-title-bar.scss +29 -0
  97. data/assets/itcss/6-components/_index.scss +28 -0
  98. data/assets/itcss/7-themes/_index.scss +0 -0
  99. data/assets/itcss/8-trumps/_index.scss +15 -0
  100. data/assets/itcss/app.scss +59 -0
  101. data/lib/shift_ui_kit.rb +9 -0
  102. metadata +173 -0
@@ -0,0 +1,17 @@
1
+ .c-panel {
2
+ box-shadow: rgba(#000, 0.5) 0 1px 2px;
3
+
4
+ &__content {
5
+ background: #FFF;
6
+ padding: 20px;
7
+ }
8
+
9
+ .c-action-bar {
10
+ margin: 20px -20px -20px;
11
+ background: #F5F5F5;
12
+
13
+ .c-btn {
14
+ border-radius: 0;
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,16 @@
1
+ .c-popup-inject-point {
2
+ position: absolute;
3
+ top: 0;
4
+ left: 0;
5
+ right: 0;
6
+ z-index: 1000;
7
+
8
+ .c-popup-inject-point__backdrop {
9
+ position: fixed;
10
+ top: 0;
11
+ bottom: 0;
12
+ left: 0;
13
+ right: 0;
14
+ background: rgba(0, 0, 0, 0.3);
15
+ }
16
+ }
@@ -0,0 +1,3 @@
1
+ .c-popup {
2
+ box-shadow: rgba(#000, 0.5) 0 1px 2px;
3
+ }
@@ -0,0 +1,58 @@
1
+ .c-section-heading {
2
+ display: flex;
3
+ flex-wrap: wrap;
4
+ margin-top: $default-spacing;
5
+ margin-bottom: $default-spacing;
6
+
7
+
8
+ &__return {
9
+ width: 100%;
10
+ flex-shrink: 0;
11
+ flex-grow: 0;
12
+
13
+ margin-bottom: $tight-spacing;
14
+ font-size: 16px;
15
+ text-transform: lowercase;
16
+ color: #999;
17
+ }
18
+
19
+ &__title {
20
+ flex-grow: 1;
21
+ flex-shrink: 1;
22
+ align-self: center;
23
+
24
+ margin-top: 0;
25
+ margin-bottom: 0;
26
+ color: #222;
27
+ line-height: 1;
28
+ }
29
+
30
+ &__icon {
31
+ width: 24px;
32
+ height: 24px;
33
+ flex-shrink: 0;
34
+ flex-grow: 0;
35
+ align-self: center;
36
+
37
+ margin-top: -4px;
38
+ margin-right: $tight-spacing / 2;
39
+ background-size: contain;
40
+
41
+ $icons: (
42
+ "access-keys", "account-settings", "action-accept", "action-archive",
43
+ "action-cancel", "action-create", "action-delete", "action-edit",
44
+ "action-merchandise", "assets", "attributes", "carts", "category-trees",
45
+ "customer-segments", "customers", "environment-configurations",
46
+ "environments", "menus", "payment-gateways", "products", "promotions",
47
+ "retail-stores", "roles", "search", "shipping-methods", "static-pages",
48
+ "tax-codes", "taxonomies", "template-definitions", "user-profile",
49
+ "users", "variants"
50
+ );
51
+
52
+ @each $icon in $icons {
53
+ &--#{$icon} {
54
+ background-image: url("/assets/images/section-heading-icons/#{$icon}.svg");
55
+ }
56
+ }
57
+ }
58
+ }
@@ -0,0 +1,4 @@
1
+ .c-select-all-cell {
2
+ text-align: center;
3
+ cursor: pointer;
4
+ }
@@ -0,0 +1,4 @@
1
+ .c-select-row-cell {
2
+ text-align: center;
3
+ cursor: pointer;
4
+ }
@@ -0,0 +1,50 @@
1
+ .c-tab-set {
2
+ $bg-color: #FFF;
3
+ $border-color: #BBB;
4
+ width: 100%;
5
+
6
+ &--absolute {
7
+ position: relative;
8
+ }
9
+
10
+ &__tabs-bar {
11
+ margin-bottom: -1px;
12
+ position: relative;
13
+ z-index: 1;
14
+
15
+ &__tab {
16
+ display: inline-block;
17
+
18
+ &__link {
19
+ display: inline-block;
20
+ color: inherit;
21
+
22
+ padding: 10px 20px;
23
+ border: 1px solid $border-color;
24
+
25
+ &--active {
26
+ background: $bg-color;
27
+ border-bottom: 1px solid $bg-color;
28
+ }
29
+ }
30
+ }
31
+ }
32
+
33
+ &__content {
34
+ overflow: auto;
35
+ background: $bg-color;
36
+ border: 1px solid $border-color;
37
+ padding: 20px;
38
+
39
+ &--absolute {
40
+ position: absolute;
41
+ bottom: 0;
42
+ left: 0;
43
+ right: 0;
44
+ }
45
+
46
+ &__item--absolute {
47
+ min-height: 100%;
48
+ }
49
+ }
50
+ }
@@ -0,0 +1,29 @@
1
+ .c-title-bar {
2
+ @extend .clearfix;
3
+
4
+ background: $color-brand;
5
+ color: #fff;
6
+ padding: 0 20px;
7
+ line-height: 50px;
8
+
9
+ &__logo {
10
+ display: block;
11
+ float: left;
12
+ width: 50px;
13
+ height: 50px;
14
+ background: url("/assets/images/logo.svg") center center no-repeat;
15
+ background-size: 60% auto;
16
+ opacity: 0.6;
17
+ margin-left: -20px;
18
+ }
19
+
20
+ &__close {
21
+ display: block;
22
+ float: right;
23
+ width: 50px;
24
+ height: 50px;
25
+ background: url("/assets/images/icons/close.svg") center center no-repeat;
26
+ background-size: 30% auto;
27
+ margin-right: -20px;
28
+ }
29
+ }
@@ -0,0 +1,28 @@
1
+ @import 'c-app';
2
+ @import 'c-app-loading';
3
+ @import 'c-display-layers';
4
+ @import 'c-main-view-wrapper';
5
+ @import 'c-main-view';
6
+ @import 'c-btn-default';
7
+ @import 'c-data-table';
8
+ @import 'c-nav-bar';
9
+ @import 'c-dropdown';
10
+ @import 'c-dropdown-group';
11
+ @import 'c-form-field';
12
+ @import 'c-form-message';
13
+ @import 'c-data-table';
14
+ @import 'c-pagination';
15
+ @import 'c-panel';
16
+ @import 'c-popup-inject-point';
17
+ @import 'c-examples-nav';
18
+ @import 'c-tab-set';
19
+ @import 'c-popup';
20
+ @import 'c-title-bar';
21
+ @import 'c-action-bar';
22
+ @import 'c-loader';
23
+ @import 'c-checkbox';
24
+ @import 'c-flash-message';
25
+ @import 'c-section-heading';
26
+ @import 'c-default-breadcrumb';
27
+ @import 'c-select-all-cell';
28
+ @import 'c-select-row-cell';
File without changes
@@ -0,0 +1,15 @@
1
+ .u-text-left { text-align: left }
2
+ .u-text-center { text-align: center }
3
+ .u-text-right { text-align: right }
4
+
5
+ @for $number from 1 through 10 {
6
+ .u-order-#{$number} {
7
+ order: $number;
8
+
9
+ @each $key, $size in $breakpoints {
10
+ @media (min-width: $size) {
11
+ &\@#{$key} { order: $number }
12
+ }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,59 @@
1
+ /*
2
+ This project uses the ITCSS (https://www.youtube.com/watch?v=1OKZOV-iLj4) based architecture to better structure CSS
3
+ and BEMIT as a better CSS class naming convention, which is exactly the same as BEM
4
+ (http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/) but prefixed with the first character
5
+ of the ITCSS layer it lives in. So the component .panel, panel__title would be .c-panel, c-panel__title
6
+ */
7
+
8
+ /*
9
+ Contains:
10
+ * Global variables such as brand colours, spacing units etc
11
+ * Config switches
12
+ * Are only relevant to preprocessors
13
+ */
14
+ @import 'assets/itcss/1-settings/index';
15
+
16
+ /*
17
+ Contains:
18
+ * Globally available mixins
19
+ * Globally available functions
20
+ * Are only relevant to preprocessors
21
+ */
22
+ @import 'assets/itcss/2-tools/index';
23
+
24
+ /*
25
+ Contains far reaching, low specificity styles styles such as:
26
+ * Reset styles (Normalize.css)
27
+ * Global box sizing rules
28
+ */
29
+ @import 'assets/itcss/3-generic/index';
30
+
31
+ /*
32
+ Contains styles for HTML elements: p, h1, table etc
33
+ */
34
+ @import 'assets/itcss/4-elements/index';
35
+
36
+ /*
37
+ Contains reusable structural design patterns such as:
38
+ * grid layouts
39
+ * media object
40
+ * usually nothing cosmetic
41
+ */
42
+ @import 'assets/itcss/5-objects/index';
43
+
44
+ /*
45
+ Contains structural and cometic styles for:
46
+ * self-contained, reusable UI components
47
+ * Button, DataGrid, Panel, Gallery etc
48
+ */
49
+ @import 'assets/itcss/6-components/index';
50
+
51
+ /*
52
+ Space for creating themes for your components
53
+ */
54
+ @import 'assets/itcss/7-themes/index';
55
+
56
+ /*
57
+ Temporary (hopefully) hacks
58
+ */
59
+ @import 'assets/itcss/8-trumps/index';
@@ -0,0 +1,9 @@
1
+ module Shift
2
+ module UI
3
+ module Kit
4
+ class Engine < ::Rails::Engine
5
+ config.assets.paths << File.expand_path("../../assets/itcss", __FILE__)
6
+ end
7
+ end
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,173 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: shift-ui-kit
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.40
5
+ platform: ruby
6
+ authors:
7
+ - Ryan Townsend
8
+ - Damon Kreft
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2016-01-30 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: bundler
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - "~>"
19
+ - !ruby/object:Gem::Version
20
+ version: '1.11'
21
+ type: :development
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - "~>"
26
+ - !ruby/object:Gem::Version
27
+ version: '1.11'
28
+ - !ruby/object:Gem::Dependency
29
+ name: rake
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - "~>"
33
+ - !ruby/object:Gem::Version
34
+ version: '10.0'
35
+ type: :development
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - "~>"
40
+ - !ruby/object:Gem::Version
41
+ version: '10.0'
42
+ description:
43
+ email:
44
+ - ryan@ryantownsend.co.uk
45
+ executables: []
46
+ extensions: []
47
+ extra_rdoc_files: []
48
+ files:
49
+ - assets/fonts/din_next_light.woff
50
+ - assets/fonts/din_next_light.woff2
51
+ - assets/fonts/din_next_light_italic.woff
52
+ - assets/fonts/din_next_light_italic.woff2
53
+ - assets/fonts/din_next_medium.woff
54
+ - assets/fonts/din_next_medium.woff2
55
+ - assets/fonts/din_next_regular.woff
56
+ - assets/fonts/din_next_regular.woff2
57
+ - assets/images/accept-icon.svg
58
+ - assets/images/app-loading.svg
59
+ - assets/images/checkbox--determinate-checked.svg
60
+ - assets/images/checkbox--indeterminate-checked.svg
61
+ - assets/images/dropdown-arrow.svg
62
+ - assets/images/forgotten-password-icon.svg
63
+ - assets/images/global-search-form-icon.svg
64
+ - assets/images/icons/close.svg
65
+ - assets/images/icons/plus.svg
66
+ - assets/images/logo.svg
67
+ - assets/images/section-heading-icons/access-keys.svg
68
+ - assets/images/section-heading-icons/account-settings.svg
69
+ - assets/images/section-heading-icons/action-accept.svg
70
+ - assets/images/section-heading-icons/action-archive.svg
71
+ - assets/images/section-heading-icons/action-cancel.svg
72
+ - assets/images/section-heading-icons/action-create.svg
73
+ - assets/images/section-heading-icons/action-delete.svg
74
+ - assets/images/section-heading-icons/action-edit.svg
75
+ - assets/images/section-heading-icons/action-merchandise.svg
76
+ - assets/images/section-heading-icons/assets.svg
77
+ - assets/images/section-heading-icons/attributes.svg
78
+ - assets/images/section-heading-icons/carts.svg
79
+ - assets/images/section-heading-icons/category-trees.svg
80
+ - assets/images/section-heading-icons/customer-segments.svg
81
+ - assets/images/section-heading-icons/customers.svg
82
+ - assets/images/section-heading-icons/environment-configurations.svg
83
+ - assets/images/section-heading-icons/environments.svg
84
+ - assets/images/section-heading-icons/menus.svg
85
+ - assets/images/section-heading-icons/payment-gateways.svg
86
+ - assets/images/section-heading-icons/products.svg
87
+ - assets/images/section-heading-icons/promotions.svg
88
+ - assets/images/section-heading-icons/retail-stores.svg
89
+ - assets/images/section-heading-icons/roles.svg
90
+ - assets/images/section-heading-icons/search.svg
91
+ - assets/images/section-heading-icons/shipping-methods.svg
92
+ - assets/images/section-heading-icons/static-pages.svg
93
+ - assets/images/section-heading-icons/tax-codes.svg
94
+ - assets/images/section-heading-icons/taxonomies.svg
95
+ - assets/images/section-heading-icons/template-definitions.svg
96
+ - assets/images/section-heading-icons/user-profile.svg
97
+ - assets/images/section-heading-icons/users.svg
98
+ - assets/images/section-heading-icons/variants.svg
99
+ - assets/itcss/1-settings/_breakpoints.scss
100
+ - assets/itcss/1-settings/_colors.scss
101
+ - assets/itcss/1-settings/_index.scss
102
+ - assets/itcss/1-settings/_spacing.scss
103
+ - assets/itcss/2-tools/_color.scss
104
+ - assets/itcss/2-tools/_index.scss
105
+ - assets/itcss/3-generic/_animations.scss
106
+ - assets/itcss/3-generic/_clearfix.scss
107
+ - assets/itcss/3-generic/_fonts.scss
108
+ - assets/itcss/3-generic/_index.scss
109
+ - assets/itcss/3-generic/_reset.scss
110
+ - assets/itcss/4-elements/_index.scss
111
+ - assets/itcss/5-objects/_index.scss
112
+ - assets/itcss/5-objects/_o-breadcrumb.scss
113
+ - assets/itcss/5-objects/_o-btn.scss
114
+ - assets/itcss/5-objects/_o-flash-message.scss
115
+ - assets/itcss/5-objects/_o-grid.scss
116
+ - assets/itcss/5-objects/_o-password-strength-meter.scss
117
+ - assets/itcss/6-components/_c-action-bar.scss
118
+ - assets/itcss/6-components/_c-app-loading.scss
119
+ - assets/itcss/6-components/_c-app.scss
120
+ - assets/itcss/6-components/_c-btn-default.scss
121
+ - assets/itcss/6-components/_c-checkbox.scss
122
+ - assets/itcss/6-components/_c-data-table.scss
123
+ - assets/itcss/6-components/_c-default-breadcrumb.scss
124
+ - assets/itcss/6-components/_c-display-layers.scss
125
+ - assets/itcss/6-components/_c-dropdown-group.scss
126
+ - assets/itcss/6-components/_c-dropdown.scss
127
+ - assets/itcss/6-components/_c-examples-nav.scss
128
+ - assets/itcss/6-components/_c-flash-message.scss
129
+ - assets/itcss/6-components/_c-form-field.scss
130
+ - assets/itcss/6-components/_c-form-message.scss
131
+ - assets/itcss/6-components/_c-loader.scss
132
+ - assets/itcss/6-components/_c-main-view-wrapper.scss
133
+ - assets/itcss/6-components/_c-main-view.scss
134
+ - assets/itcss/6-components/_c-nav-bar.scss
135
+ - assets/itcss/6-components/_c-pagination.scss
136
+ - assets/itcss/6-components/_c-panel.scss
137
+ - assets/itcss/6-components/_c-popup-inject-point.scss
138
+ - assets/itcss/6-components/_c-popup.scss
139
+ - assets/itcss/6-components/_c-section-heading.scss
140
+ - assets/itcss/6-components/_c-select-all-cell.scss
141
+ - assets/itcss/6-components/_c-select-row-cell.scss
142
+ - assets/itcss/6-components/_c-tab-set.scss
143
+ - assets/itcss/6-components/_c-title-bar.scss
144
+ - assets/itcss/6-components/_index.scss
145
+ - assets/itcss/7-themes/_index.scss
146
+ - assets/itcss/8-trumps/_index.scss
147
+ - assets/itcss/app.scss
148
+ - lib/shift_ui_kit.rb
149
+ homepage: https://github.com/flex-commerce/shift-ui-kit
150
+ licenses: []
151
+ metadata: {}
152
+ post_install_message:
153
+ rdoc_options: []
154
+ require_paths:
155
+ - lib
156
+ required_ruby_version: !ruby/object:Gem::Requirement
157
+ requirements:
158
+ - - ">="
159
+ - !ruby/object:Gem::Version
160
+ version: '0'
161
+ required_rubygems_version: !ruby/object:Gem::Requirement
162
+ requirements:
163
+ - - ">="
164
+ - !ruby/object:Gem::Version
165
+ version: '0'
166
+ requirements: []
167
+ rubyforge_project:
168
+ rubygems_version: 2.2.2
169
+ signing_key:
170
+ specification_version: 4
171
+ summary: The SCSS UI kit for Shift Commerce
172
+ test_files: []
173
+ has_rdoc: