Skip to content
This repository has been archived by the owner on Oct 21, 2018. It is now read-only.

Commit

Permalink
Upgraded bower stuff (gumby, jquery-ui)
Browse files Browse the repository at this point in the history
  • Loading branch information
bufke committed Mar 29, 2014
1 parent 0b5d7cc commit d811866
Show file tree
Hide file tree
Showing 613 changed files with 1,932 additions and 2,197 deletions.
10 changes: 5 additions & 5 deletions components/bower_components/gumby/.bower.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "gumby",
"version": "2.6.0",
"version": "2.6.3",
"main": [
"./js/libs/gumby.min.js",
"./css/gumby.css"
],
"homepage": "https://github.com/GumbyFramework/Gumby",
"_release": "2.6.0",
"_release": "2.6.3",
"_resolution": {
"type": "version",
"tag": "2.6.0",
"commit": "5a3dceddc0d8f636e8df09cba3c4f31915d877af"
"tag": "2.6.3",
"commit": "1f33931f7ea2b58a45e6aadd19985c6a0174b341"
},
"_source": "git://github.com/GumbyFramework/Gumby.git",
"_target": "~2.6.0",
"_target": "~2.6.3",
"_originalSource": "gumby",
"_direct": true
}
4 changes: 2 additions & 2 deletions components/bower_components/gumby/README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prototypes with a flexible and responsive grid system and UI kit.

Full documentation can be found at [http://gumbyframework.com](http://gumbyframework.com/docs).

More information can be found in the [Wiki](https://github.com/GumbyFramework/Gumby/wiki).
More information, including our changelog, can be found in the [Wiki](https://github.com/GumbyFramework/Gumby/wiki).

Our [Google Plus Community](https://plus.google.com/u/0/communities/108760896951473344451) is rapidly growing, we recommend heading over there with any questions you may have or to geek out and discuss the framework and rwd in general.

Expand All @@ -16,7 +16,7 @@ Gumby has a few dependencies. Big thank you to the innovative geniuses behind th

- [Sass](https://github.com/nex3/sass) - Nathan Weizenbaum
- [Compass](https://github.com/chriseppstein/compass) - Chris Eppstein
- [Modular Scale](https://github.com/Team-Sass/modular-scale) - Scott Kellum
- [Modular Scale](https://github.com/Team-Sass/modular-scale) - Scott Kellum *Note: Please use modular scale 1.0.6, 2.x has not been integrated yet*
- [FitText](http://fittextjs.com/) - Paravel
- [jQuery](http://jquery.com/)
- [Modernizr](http://modernizr.com/)
Expand Down
2 changes: 1 addition & 1 deletion components/bower_components/gumby/bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gumby",
"version": "2.6.0",
"version": "2.6.3",
"main": ["./js/libs/gumby.min.js", "./css/gumby.css"]
}
130 changes: 65 additions & 65 deletions components/bower_components/gumby/css/gumby.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/bower_components/gumby/gumby.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/bower_components/gumby/js/libs/gumby.min.js
100755 → 100644

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion components/bower_components/gumby/js/libs/ui/gumby.navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,16 @@
}

// override with childlinks
this.$dropDowns.find('.dropdown li:not(:has(.dropdown)) a[href]').on(Gumby.click, this.openLink);
this.$el.find('li:not(:has(.dropdown)) a[href]').on(Gumby.click, this.openLink);
}

Navbar.prototype.toggleDropdown = function(e) {
e.preventDefault();

if($(this).parents('.dropdown')) {
e.stopImmediatePropagation();
}

if($(e.target).is('i')) {
return;
}
Expand Down
4 changes: 2 additions & 2 deletions components/bower_components/gumby/js/libs/ui/gumby.tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
Gumby.debug('Initializing Tabs', $el);

this.$el = $el;
this.$nav = this.$el.find('ul.tab-nav > li');
this.$content = this.$el.find('.tab-content');
this.$nav = this.$el.find('> ul.tab-nav > li');
this.$content = this.$el.children('.tab-content');

var scope = this;

Expand Down
130 changes: 65 additions & 65 deletions components/bower_components/gumby/sass/var/icons/_entypo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

$entypo-icon-note: \266a; // \266a
$entypo-icon-note-beamed: \266b; // \266b
$entypo-icon-music: 🎵; // \1f3b5
$entypo-icon-search: 🔍; // \1f50d
$entypo-icon-flashlight: 🔦; // \1f526
$entypo-icon-music: \1f3b5; // \1f3b5
$entypo-icon-search: \1f50d; // \1f50d
$entypo-icon-flashlight: \1f526; // \1f526
$entypo-icon-mail: \2709; // \2709
$entypo-icon-heart: \2665; // \2665
$entypo-icon-heart-empty: \2661; // \2661
$entypo-icon-star: \2605; // \2605
$entypo-icon-star-empty: \2606; // \2606
$entypo-icon-user: 👤; // \1f464
$entypo-icon-users: 👥; // \1f465
$entypo-icon-user: \1f464; // \1f464
$entypo-icon-users: \1f465; // \1f465
$entypo-icon-user-add: \e700; // \e700
$entypo-icon-video: 🎬; // \1f3ac
$entypo-icon-picture: 🌄; // \1f304
$entypo-icon-camera: 📷; // \1f4f7
$entypo-icon-video: \1f3ac; // \1f3ac
$entypo-icon-picture: \1f304; // \1f304
$entypo-icon-camera: \1f4f7; // \1f4f7
$entypo-icon-layout: \268f; // \268f
$entypo-icon-menu: \2630; // \2630
$entypo-icon-check: \2713; // \2713
Expand All @@ -32,21 +32,21 @@ $entypo-icon-help: \2753; // \2753
$entypo-icon-help-circled: \e704; // \e704
$entypo-icon-info: \2139; // \2139
$entypo-icon-info-circled: \e705; // \e705
$entypo-icon-back: 🔙; // \1f519
$entypo-icon-back: \1f519; // \1f519
$entypo-icon-home: \2302; // \2302
$entypo-icon-link: 🔗; // \1f517
$entypo-icon-attach: 📎; // \1f4ce
$entypo-icon-lock: 🔒; // \1f512
$entypo-icon-lock-open: 🔓; // \1f513
$entypo-icon-link: \1f517; // \1f517
$entypo-icon-attach: \1f4ce; // \1f4ce
$entypo-icon-lock: \1f512; // \1f512
$entypo-icon-lock-open: \1f513; // \1f513
$entypo-icon-eye: \e70a; // \e70a
$entypo-icon-tag: \e70c; // \e70c
$entypo-icon-bookmark: 🔖; // \1f516
$entypo-icon-bookmarks: 📑; // \1f4d1
$entypo-icon-bookmark: \1f516; // \1f516
$entypo-icon-bookmarks: \1f4d1; // \1f4d1
$entypo-icon-flag: \2691; // \2691
$entypo-icon-thumbs-up: 👍; // \1f44d
$entypo-icon-thumbs-down: 👎; // \1f44e
$entypo-icon-download: 📥; // \1f4e5
$entypo-icon-upload: 📤; // \1f4e4
$entypo-icon-thumbs-up: \1f44d; // \1f44d
$entypo-icon-thumbs-down: \1f44e; // \1f44e
$entypo-icon-download: \1f4e5; // \1f4e5
$entypo-icon-upload: \1f4e4; // \1f4e4
$entypo-icon-upload-cloud: \e711; // \e711
$entypo-icon-reply: \e712; // \e712
$entypo-icon-reply-all: \e713; // \e713
Expand All @@ -61,9 +61,9 @@ $entypo-icon-retweet: \e717; // \e717
$entypo-icon-keyboard: \2328; // \2328
$entypo-icon-comment: \e718; // \e718
$entypo-icon-chat: \e720; // \e720
$entypo-icon-bell: 🔔; // \1f514
$entypo-icon-bell: \1f514; // \1f514
$entypo-icon-attention: \26a0; // \26a0
$entypo-icon-alert: 💥; // \1f4a5
$entypo-icon-alert: \1f4a5; // \1f4a5
$entypo-icon-vcard: \e722; // \e722
$entypo-icon-address: \e723; // \e723
$entypo-icon-location: \e724; // \e724
Expand All @@ -75,36 +75,36 @@ $entypo-icon-trash: \e729; // \e729
$entypo-icon-doc: \e730; // \e730
$entypo-icon-docs: \e736; // \e736
$entypo-icon-doc-landscape: \e737; // \e737
$entypo-icon-doc-text: 📄; // \1f4c4
$entypo-icon-doc-text: \1f4c4; // \1f4c4
$entypo-icon-doc-text-inv: \e731; // \e731
$entypo-icon-newspaper: 📰; // \1f4f0
$entypo-icon-book-open: 📖; // \1f4d6
$entypo-icon-book: 📕; // \1f4d5
$entypo-icon-folder: 📁; // \1f4c1
$entypo-icon-newspaper: \1f4f0; // \1f4f0
$entypo-icon-book-open: \1f4d6; // \1f4d6
$entypo-icon-book: \1f4d5; // \1f4d5
$entypo-icon-folder: \1f4c1; // \1f4c1
$entypo-icon-archive: \e738; // \e738
$entypo-icon-box: 📦; // \1f4e6
$entypo-icon-box: \1f4e6; // \1f4e6
$entypo-icon-rss: \e73a; // \e73a
$entypo-icon-phone: 📞; // \1f4de
$entypo-icon-phone: \1f4de; // \1f4de
$entypo-icon-cog: \2699; // \2699
$entypo-icon-tools: \2692; // \2692
$entypo-icon-share: \e73c; // \e73c
$entypo-icon-shareable: \e73e; // \e73e
$entypo-icon-basket: \e73d; // \e73d
$entypo-icon-bag: 👜; // \1f45c
$entypo-icon-calendar: 📅; // \1f4c5
$entypo-icon-bag: \1f45c; // \1f45c
$entypo-icon-calendar: \1f4c5; // \1f4c5
$entypo-icon-login: \e740; // \e740
$entypo-icon-logout: \e741; // \e741
$entypo-icon-mic: 🎤; // \1f3a4
$entypo-icon-mute: 🔇; // \1f507
$entypo-icon-sound: 🔊; // \1f50a
$entypo-icon-mic: \1f3a4; // \1f3a4
$entypo-icon-mute: \1f507; // \1f507
$entypo-icon-sound: \1f50a; // \1f50a
$entypo-icon-volume: \e742; // \e742
$entypo-icon-clock: 🕔; // \1f554
$entypo-icon-clock: \1f554; // \1f554
$entypo-icon-hourglass: \23f3; // \23f3
$entypo-icon-lamp: 💡; // \1f4a1
$entypo-icon-light-down: 🔅; // \1f505
$entypo-icon-light-up: 🔆; // \1f506
$entypo-icon-lamp: \1f4a1; // \1f4a1
$entypo-icon-light-down: \1f505; // \1f505
$entypo-icon-light-up: \1f506; // \1f506
$entypo-icon-adjust: \25d1; // \25d1
$entypo-icon-block: 🚫; // \1f6ab
$entypo-icon-block: \1f6ab; // \1f6ab
$entypo-icon-resize-full: \e744; // \e744
$entypo-icon-resize-small: \e746; // \e746
$entypo-icon-popup: \e74c; // \e74c
Expand Down Expand Up @@ -145,11 +145,11 @@ $entypo-icon-right-thin: \2192; // \2192
$entypo-icon-up-thin: \2191; // \2191
$entypo-icon-ccw: \27f2; // \27f2
$entypo-icon-cw: \27f3; // \27f3
$entypo-icon-arrows-ccw: 🔄; // \1f504
$entypo-icon-arrows-ccw: \1f504; // \1f504
$entypo-icon-level-down: \21b3; // \21b3
$entypo-icon-level-up: \21b0; // \21b0
$entypo-icon-shuffle: 🔀; // \1f500
$entypo-icon-loop: 🔁; // \1f501
$entypo-icon-shuffle: \1f500; // \1f500
$entypo-icon-loop: \1f501; // \1f501
$entypo-icon-switch: \21c6; // \21c6
$entypo-icon-play: \25b6; // \25b6
$entypo-icon-stop: \25a0; // \25a0
Expand All @@ -163,31 +163,31 @@ $entypo-icon-progress-0: \e768; // \e768
$entypo-icon-progress-1: \e769; // \e769
$entypo-icon-progress-2: \e76a; // \e76a
$entypo-icon-progress-3: \e76b; // \e76b
$entypo-icon-target: 🎯; // \1f3af
$entypo-icon-palette: 🎨; // \1f3a8
$entypo-icon-target: \1f3af; // \1f3af
$entypo-icon-palette: \1f3a8; // \1f3a8
$entypo-icon-list: \e005; // \e005
$entypo-icon-list-add: \e003; // \e003
$entypo-icon-signal: 📶; // \1f4f6
$entypo-icon-trophy: 🏆; // \1f3c6
$entypo-icon-battery: 🔋; // \1f50b
$entypo-icon-signal: \1f4f6; // \1f4f6
$entypo-icon-trophy: \1f3c6; // \1f3c6
$entypo-icon-battery: \1f50b; // \1f50b
$entypo-icon-back-in-time: \e771; // \e771
$entypo-icon-monitor: 💻; // \1f4bb
$entypo-icon-mobile: 📱; // \1f4f1
$entypo-icon-monitor: \1f4bb; // \1f4bb
$entypo-icon-mobile: \1f4f1; // \1f4f1
$entypo-icon-network: \e776; // \e776
$entypo-icon-cd: 💿; // \1f4bf
$entypo-icon-cd: \1f4bf; // \1f4bf
$entypo-icon-inbox: \e777; // \e777
$entypo-icon-install: \e778; // \e778
$entypo-icon-globe: 🌎; // \1f30e
$entypo-icon-globe: \1f30e; // \1f30e
$entypo-icon-cloud: \2601; // \2601
$entypo-icon-cloud-thunder: \26c8; // \26c8
$entypo-icon-flash: \26a1; // \26a1
$entypo-icon-moon: \263d; // \263d
$entypo-icon-flight: \2708; // \2708
$entypo-icon-paper-plane: \e79b; // \e79b
$entypo-icon-leaf: 🍂; // \1f342
$entypo-icon-leaf: \1f342; // \1f342
$entypo-icon-lifebuoy: \e788; // \e788
$entypo-icon-mouse: \e789; // \e789
$entypo-icon-briefcase: 💼; // \1f4bc
$entypo-icon-briefcase: \1f4bc; // \1f4bc
$entypo-icon-suitcase: \e78e; // \e78e
$entypo-icon-dot: \e78b; // \e78b
$entypo-icon-dot-2: \e78c; // \e78c
Expand All @@ -197,31 +197,31 @@ $entypo-icon-magnet: \e7a1; // \e7a1
$entypo-icon-infinity: \221e; // \221e
$entypo-icon-erase: \232b; // \232b
$entypo-icon-chart-pie: \e751; // \e751
$entypo-icon-chart-line: 📈; // \1f4c8
$entypo-icon-chart-bar: 📊; // \1f4ca
$entypo-icon-chart-area: 🔾; // \1f53e
$entypo-icon-chart-line: \1f4c8; // \1f4c8
$entypo-icon-chart-bar: \1f4ca; // \1f4ca
$entypo-icon-chart-area: \1f53e; // \1f53e
$entypo-icon-tape: \2707; // \2707
$entypo-icon-graduation-cap: 🎓; // \1f393
$entypo-icon-graduation-cap: \1f393; // \1f393
$entypo-icon-language: \e752; // \e752
$entypo-icon-ticket: 🎫; // \1f3ab
$entypo-icon-water: 💦; // \1f4a6
$entypo-icon-droplet: 💧; // \1f4a7
$entypo-icon-ticket: \1f3ab; // \1f3ab
$entypo-icon-water: \1f4a6; // \1f4a6
$entypo-icon-droplet: \1f4a7; // \1f4a7
$entypo-icon-air: \e753; // \e753
$entypo-icon-credit-card: 💳; // \1f4b3
$entypo-icon-floppy: 💾; // \1f4be
$entypo-icon-clipboard: 📋; // \1f4cb
$entypo-icon-megaphone: 📣; // \1f4e3
$entypo-icon-credit-card: \1f4b3; // \1f4b3
$entypo-icon-floppy: \1f4be; // \1f4be
$entypo-icon-clipboard: \1f4cb; // \1f4cb
$entypo-icon-megaphone: \1f4e3; // \1f4e3
$entypo-icon-database: \e754; // \e754
$entypo-icon-drive: \e755; // \e755
$entypo-icon-bucket: \e756; // \e756
$entypo-icon-thermometer: \e757; // \e757
$entypo-icon-key: 🔑; // \1f511
$entypo-icon-key: \1f511; // \1f511
$entypo-icon-flow-cascade: \e790; // \e790
$entypo-icon-flow-branch: \e791; // \e791
$entypo-icon-flow-tree: \e792; // \e792
$entypo-icon-flow-line: \e793; // \e793
$entypo-icon-flow-parallel: \e794; // \e794
$entypo-icon-rocket: 🚀; // \1f680
$entypo-icon-rocket: \1f680; // \1f680
$entypo-icon-gauge: \e7a2; // \e7a2
$entypo-icon-traffic-cone: \e7a3; // \e7a3
$entypo-icon-cc: \e7a5; // \e7a5
Expand Down
4 changes: 2 additions & 2 deletions components/bower_components/gumby/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ <h1 class="four columns logo">
</a>
</h1>
<ul class="eight columns">
<li><a href="#">Features</a></li>
<li><a href="http://digitalsurgeons.com">Features</a></li>
<li>
<a href="#">Documentation</a>
<a href="http://digitalsurgeons.com">Documentation</a>
<div class="dropdown">
<ul>
<li><a href="http://digitalsurgeons.com">Item</a></li>
Expand Down
10 changes: 5 additions & 5 deletions components/bower_components/jquery-ui/.bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "jquery-ui",
"version": "1.10.3",
"version": "1.10.4",
"main": [
"ui/jquery-ui.js"
],
"dependencies": {
"jquery": ">=1.6"
},
"homepage": "https://github.com/components/jqueryui",
"_release": "1.10.3",
"_release": "1.10.4",
"_resolution": {
"type": "version",
"tag": "1.10.3",
"commit": "19487fec75762284c5c284b8ad8936d4e5d265f4"
"tag": "1.10.4",
"commit": "51bc3549dd6530a18f43be45c3e8ae520805b9e4"
},
"_source": "git://github.com/components/jqueryui.git",
"_target": "1.10",
"_target": "~1.10.4",
"_originalSource": "jquery-ui",
"_direct": true
}
Loading

0 comments on commit d811866

Please sign in to comment.