Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D0C40200D3A for ; Wed, 1 Nov 2017 06:03:29 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CF4D7160BF9; Wed, 1 Nov 2017 05:03:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ECFA31609EF for ; Wed, 1 Nov 2017 06:03:28 +0100 (CET) Received: (qmail 97683 invoked by uid 500); 1 Nov 2017 05:03:28 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 97673 invoked by uid 99); 1 Nov 2017 05:03:28 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2017 05:03:28 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id DE46481C1F; Wed, 1 Nov 2017 05:03:25 +0000 (UTC) Date: Wed, 01 Nov 2017 05:03:25 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Bumping react-select to rc10 (#3726) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150951260534.12953.4564401575704321002@gitbox.apache.org> From: graceguo@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5bc734b2e5ec4e15653f68a99d831f6a991adacf X-Git-Newrev: abfa03474cae49f66caf0d77533bf9b8e040145e X-Git-Rev: abfa03474cae49f66caf0d77533bf9b8e040145e X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 01 Nov 2017 05:03:30 -0000 This is an automated email from the ASF dual-hosted git repository. graceguo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new abfa034 Bumping react-select to rc10 (#3726) abfa034 is described below commit abfa03474cae49f66caf0d77533bf9b8e040145e Author: Maxime Beauchemin AuthorDate: Tue Oct 31 22:03:18 2017 -0700 Bumping react-select to rc10 (#3726) --- superset/assets/package.json | 2 +- .../assets/stylesheets/react-select/select.less | 100 ++------------------- 2 files changed, 8 insertions(+), 94 deletions(-) diff --git a/superset/assets/package.json b/superset/assets/package.json index f45b26b..62ae28c 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -80,7 +80,7 @@ "react-map-gl": "^3.0.4", "react-redux": "^5.0.2", "react-resizable": "^1.3.3", - "react-select": "1.0.0-rc.3", + "react-select": "1.0.0-rc.10", "react-select-fast-filter-options": "^0.2.1", "react-sortable-hoc": "^0.6.7", "react-split-pane": "^0.1.66", diff --git a/superset/assets/stylesheets/react-select/select.less b/superset/assets/stylesheets/react-select/select.less index 87ae2d4..c76c186 100644 --- a/superset/assets/stylesheets/react-select/select.less +++ b/superset/assets/stylesheets/react-select/select.less @@ -1,99 +1,13 @@ -// @mistercrunch -@select-primary-color: black; - -/** - * React Select - * ============ - * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/ - * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs - * MIT License: https://github.com/keystonejs/react-select -*/ - -// Variables -// ------------------------------ - -// common -//@select-primary-color: #007eff; - -// control options -@select-input-bg: #fff; -@select-input-bg-disabled: #f9f9f9; -@select-input-border-color: #ccc; -@select-input-border-radius: 4px; -@select-input-border-focus: @select-primary-color; -@select-input-border-width: 1px; -@select-input-height: 30px; -@select-input-internal-height: (@select-input-height - (@select-input-border-width * 2)); -@select-input-placeholder: #aaa; -@select-text-color: #333; -@select-link-hover-color: @select-input-border-focus; - -@select-padding-vertical: 8px; -@select-padding-horizontal: 10px; - -// menu options -@select-menu-zindex: 1; -@select-menu-max-height: 200px; - -@select-option-color: lighten(@select-text-color, 20%); -@select-option-bg: @select-input-bg; -@select-option-focused-color: @select-text-color; -@select-option-focused-bg: fade(@select-primary-color, 8%); -@select-option-focused-bg-fb: mix(@select-primary-color, @select-option-bg, 8%); // Fallback color for IE 8 -@select-option-selected-color: @select-text-color; -@select-option-selected-bg: fade(@select-primary-color, 4%); -@select-option-selected-bg-fb: mix(@select-primary-color, @select-option-bg, 4%); // Fallback color for IE 8 -@select-option-disabled-color: lighten(@select-text-color, 60%); - -@select-noresults-color: lighten(@select-text-color, 40%); - -// clear "x" button -@select-clear-size: floor((@select-input-height / 2)); -@select-clear-color: #999; -@select-clear-hover-color: #D0021B; // red -@select-clear-width: (@select-input-internal-height / 2); - -// arrow indicator -@select-arrow-color: #999; -@select-arrow-color-hover: #666; -@select-arrow-width: 5px; - -// loading indicator -@select-loading-size: 16px; -@select-loading-color: @select-text-color; -@select-loading-color-bg: @select-input-border-color; - -// multi-select item -@select-item-font-size: .9em; - -@select-item-bg: fade(@select-primary-color, 8%); -@select-item-bg-fb: mix(@select-primary-color, @select-input-bg, 8%); // Fallback color for IE 8 -@select-item-color: @select-primary-color; -@select-item-border-color: fade(@select-primary-color, 24%); -@select-item-border-color-fb: mix(@select-primary-color, @select-input-bg, 24%); // Fallback color for IE 8 -@select-item-hover-color: darken(@select-item-color, 5%); -@select-item-hover-bg: darken(@select-item-bg, 5%); -@select-item-hover-bg-fb: mix(darken(@select-primary-color, 5%), @select-item-bg-fb, 8%); // Fallback color for IE 8 -@select-item-disabled-color: #333; -@select-item-disabled-bg: #fcfcfc; -@select-item-disabled-border-color: darken(@select-item-disabled-bg, 10%); - -@select-item-border-radius: 2px; -@select-item-gutter: 5px; - -@select-item-padding-horizontal: 5px; -@select-item-padding-vertical: 2px; +@import "~react-select/less/select.less"; +@select-primary-color: black; // imports -// @mistercrunch: these were altered to point to react-select/less -@import "../../node_modules/react-select/less/control.less"; -@import "../../node_modules/react-select/less/menu.less"; -@import "../../node_modules/react-select/less/mixins.less"; -@import "../../node_modules/react-select/less/multi.less"; -@import "../../node_modules/react-select/less/spinner.less"; +@import "~react-select/less/control.less"; +@import "~react-select/less/menu.less"; +@import "~react-select/less/mixins.less"; +@import "~react-select/less/multi.less"; +@import "~react-select/less/spinner.less"; -// importing css from "../../node_modules/react-virtualized-select/styles.css"; -// so the background color of a selected option matches the other selects .VirtualSelectGrid { z-index: 1; } -- To stop receiving notification emails like this one, please contact ['"commits@superset.apache.org" '].