Skip to content

Commit f2fc00f

Browse files
author
Trevor Burnham
committed
Update demo page and license for react-select-plus fork
1 parent 5b413b2 commit f2fc00f

File tree

11 files changed

+29
-36
lines changed

11 files changed

+29
-36
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Jed Watson
3+
Copyright (c) 2016 HubSpot
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@ Thanks to the projects this was inspired by: [Selectize](http://brianreavis.gith
267267

268268
# License
269269

270-
MIT Licensed. Copyright (c) Jed Watson 2016.
270+
MIT Licensed. Copyright (c) HubSpot 2016.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version": "1.0.0-beta7",
88
"homepage": "https://github.com/HubSpot/react-select-plus",
99
"authors": [
10-
"Jed Watson"
10+
"Trevor Burnham"
1111
],
1212
"description": "A Select control built with and for ReactJS",
1313
"moduleType": [

dist/react-select-plus.css

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/**
2-
* React Select
3-
* ============
4-
* Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
5-
* https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
6-
* MIT License: https://github.com/keystonejs/react-select
2+
* React Select Plus
3+
* =================
4+
* MIT License: https://github.com/HubSpot/react-select-plus
75
*/
86
.Select {
97
position: relative;

examples/dist/example.css

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/**
2-
* React Select
3-
* ============
4-
* Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
5-
* https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
6-
* MIT License: https://github.com/keystonejs/react-select
2+
* React Select Plus
3+
* =================
4+
* MIT License: https://github.com/HubSpot/react-select-plus
75
*/
86
.Select {
97
position: relative;
@@ -386,7 +384,7 @@ h6,
386384
}
387385
h1,
388386
.h1 {
389-
font-size: 3em;
387+
font-size: 2.4em;
390388
}
391389
h2,
392390
.h2 {

examples/dist/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta property="og:locale" content="en-us">
99
<meta property="og:title" content="React-Select">
1010
<meta property="og:description" content="A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support.">
11-
<meta property="og:url" content="https://jedwatson.github.io/react-select">
11+
<meta property="og:url" content="https://github.hubspot.com/react-select-plus/">
1212
<meta property="og:site_name" content="React-Select">
1313
<meta property="og:type" content="article">
1414
<link rel="stylesheet" href="example.css">
@@ -17,15 +17,15 @@
1717
<body>
1818
<header class="page-header">
1919
<div class="container">
20-
<h1>React Select</h1>
20+
<h1>React Select Plus</h1>
2121
<p>A flexible and beautiful Select Input control for <a href="http://facebook.github.io/react/" target="_blank">ReactJS</a> with multiselect, autocomplete and ajax support.</p>
2222
</div>
2323
</header>
2424
<div class="page-subheader">
2525
<div class="container">
26-
<a href="http://github.com/JedWatson/react-select" class="page-subheader__link" target="_blank">Code and Docs on GitHub</a>
26+
<a href="http://github.com/HubSpot/react-select-plus" class="page-subheader__link" target="_blank">Code and Docs on GitHub</a>
2727
<span class="page-subheader__button">
28-
<a id="github-stars-button" class="github-button" data-style="" href="https://github.com/JedWatson/react-select" data-count-href="/JedWatson/react-select/stargazers" data-count-api="/repos/JedWatson/react-select#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star JedWatson/react-select on GitHub">Star</a>
28+
<a id="github-stars-button" class="github-button" data-style="" href="https://github.com/HubSpot/react-select-plus" data-count-href="/HubSpot/react-select-plus/stargazers" data-count-api="/repos/HubSpot/react-select-plus#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star HubSpot/react-select-plus on GitHub">Star</a>
2929
</span>
3030
</div>
3131
</div>
@@ -39,7 +39,7 @@ <h1>React Select</h1>
3939
</div>
4040
<footer class="page-footer">
4141
<div class="container">
42-
<span>Copyright &copy; <a href="https://twitter.com/jedwatson" target="_blank">Jed Watson</a> 2016. MIT Licensed.</span>
42+
<span>Copyright &copy; HubSpot 2016. MIT Licensed.</span>
4343
</div>
4444
</footer>
4545
<script>

examples/src/data/contributors.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ module.exports = [
77
{ github: 'julen', name: 'Julen Ruiz Aizpuru' },
88
{ github: 'dcousens', name: 'Daniel Cousens' },
99
{ github: 'jgautsch', name: 'Jon Gautsch' },
10-
{ github: 'dmitry-smirnov', name: 'Dmitry Smirnov' },
10+
{ github: 'dmitry-smirnov', name: 'Dmitry Smirnov' },
11+
{ github: 'trevorburnham', name: 'Trevor Burnham' },
1112
];

examples/src/example.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ h1, h2, h3, h4, h5, h6,
6969
}
7070

7171
h1, .h1 {
72-
font-size: 3em;
72+
font-size: 2.4em;
7373
}
7474
h2, .h2 {
7575
font-size: 2em;

examples/src/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta property="og:locale" content="en-us">
99
<meta property="og:title" content="React-Select">
1010
<meta property="og:description" content="A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support.">
11-
<meta property="og:url" content="https://jedwatson.github.io/react-select">
11+
<meta property="og:url" content="https://github.hubspot.com/react-select-plus/">
1212
<meta property="og:site_name" content="React-Select">
1313
<meta property="og:type" content="article">
1414
<link rel="stylesheet" href="example.css">
@@ -17,15 +17,15 @@
1717
<body>
1818
<header class="page-header">
1919
<div class="container">
20-
<h1>React Select</h1>
20+
<h1>React Select Plus</h1>
2121
<p>A flexible and beautiful Select Input control for <a href="http://facebook.github.io/react/" target="_blank">ReactJS</a> with multiselect, autocomplete and ajax support.</p>
2222
</div>
2323
</header>
2424
<div class="page-subheader">
2525
<div class="container">
26-
<a href="http://github.com/JedWatson/react-select" class="page-subheader__link" target="_blank">Code and Docs on GitHub</a>
26+
<a href="http://github.com/HubSpot/react-select-plus" class="page-subheader__link" target="_blank">Code and Docs on GitHub</a>
2727
<span class="page-subheader__button">
28-
<a id="github-stars-button" class="github-button" data-style="" href="https://github.com/JedWatson/react-select" data-count-href="/JedWatson/react-select/stargazers" data-count-api="/repos/JedWatson/react-select#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star JedWatson/react-select on GitHub">Star</a>
28+
<a id="github-stars-button" class="github-button" data-style="" href="https://github.com/HubSpot/react-select-plus" data-count-href="/HubSpot/react-select-plus/stargazers" data-count-api="/repos/HubSpot/react-select-plus#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star HubSpot/react-select-plus on GitHub">Star</a>
2929
</span>
3030
</div>
3131
</div>
@@ -39,7 +39,7 @@ <h1>React Select</h1>
3939
</div>
4040
<footer class="page-footer">
4141
<div class="container">
42-
<span>Copyright &copy; <a href="https://twitter.com/jedwatson" target="_blank">Jed Watson</a> 2016. MIT Licensed.</span>
42+
<span>Copyright &copy; HubSpot 2016. MIT Licensed.</span>
4343
</div>
4444
</footer>
4545
<script>

less/select.less

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/**
2-
* React Select
3-
* ============
4-
* Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
5-
* https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
6-
* MIT License: https://github.com/keystonejs/react-select
2+
* React Select Plus
3+
* =================
4+
* MIT License: https://github.com/HubSpot/react-select-plus
75
*/
86

97
// Variables

scss/select.scss

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/**
2-
* React Select
3-
* ============
4-
* Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
5-
* https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
6-
* MIT License: https://github.com/keystonejs/react-select
2+
* React Select Plus
3+
* =================
4+
* MIT License: https://github.com/HubSpot/react-select-plus
75
*/
86

97
// Variables

0 commit comments

Comments
 (0)