office-ui-fabric-js-rails 1.0.0.0 → 1.1.0.0

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.
@@ -133,7 +133,7 @@
133
133
  }
134
134
 
135
135
 
136
- @media screen and (max-width: $ms-screen-md-max) {å
136
+ @media screen and (max-width: $ms-screen-md-max) {
137
137
  .ms-Breadcrumb {
138
138
  margin: 10px 0;
139
139
  }
@@ -15,7 +15,7 @@
15
15
  max-width: 340px;
16
16
  padding: 28px 24px;
17
17
  z-index: $ms-zIndex-front;
18
- position: absolute;
18
+ position: fixed;
19
19
  transform: translate(-50%, -50%);
20
20
  left: 50%;
21
21
  top: 50%;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: office-ui-fabric-js-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.0
4
+ version: 1.1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Craig Plummer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-31 00:00:00.000000000 Z
11
+ date: 2016-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -110,15 +110,18 @@ files:
110
110
  - Rakefile
111
111
  - bin/console
112
112
  - bin/setup
113
- - bower.json
114
113
  - lib/office-ui-fabric-js-rails.rb
115
114
  - lib/office-ui-fabric-js-rails/engine.rb
116
115
  - lib/office-ui-fabric-js-rails/version.rb
117
116
  - office-ui-fabric-js-rails.gemspec
117
+ - package.json
118
118
  - vendor/assets/css/fabric.components.css
119
119
  - vendor/assets/css/fabric.components.min.css
120
120
  - vendor/assets/css/fabric.components.rtl.css
121
121
  - vendor/assets/css/fabric.components.rtl.min.css
122
+ - vendor/assets/js/fabric.js
123
+ - vendor/assets/js/fabric.min.js
124
+ - vendor/assets/js/fabric.templates.js
122
125
  - vendor/assets/scss/components/Breadcrumb.scss
123
126
  - vendor/assets/scss/components/Button.scss
124
127
  - vendor/assets/scss/components/Callout.scss
data/bower.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "name": "office-ui-fabric-js-rails",
3
- "version": "1.0.0.0",
4
- "dependencies": {
5
- "office-ui-fabric-js": "git@github.com:OfficeDev/office-ui-fabric-js.git#1.0.0"
6
- }
7
- }