Skip to content

Commit

Permalink
[NOTICE.txt] Fix notices for Gainsight and FullStory (#146004)
Browse files Browse the repository at this point in the history
Resolves #143838
  • Loading branch information
afharo authored Jan 13, 2023
1 parent 22ed93e commit ca93cb6
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 33 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ snapshots.js
/x-pack/plugins/canvas/storybook/build
/x-pack/plugins/reporting/server/export_types/printable_pdf/server/lib/pdf/assets/**
/x-pack/plugins/reporting/server/export_types/printable_pdf_v2/server/lib/pdf/assets/**
/x-pack/plugins/cloud_integrations/cloud_full_story/server/assets/**
/x-pack/plugins/cloud_integrations/cloud_gain_sight/server/assets/**

# package overrides
Expand Down
14 changes: 10 additions & 4 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

---
Portions of this code are licensed under the following license:
For license information please see https://edge.fullstory.com/s/fs.js.LICENSE.txt

---
Portions of this code are licensed under the following license:
Gainsight PX Agent Wrapper Agent Version: 0.46.0 Installed: 2022-08-25 08:07
Expand Down Expand Up @@ -260,6 +256,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

---
This code is part of the Services provided by FullStory, Inc. For license information, please refer to https://www.fullstory.com/legal/terms-and-conditions/.
Portions of this code are licensed separately and can be found in https://edge.fullstory.com/s/fs.js.LICENSE.txt

---
This product bundles [email protected] which is available under a
"MIT" license.
Expand Down Expand Up @@ -346,3 +346,9 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---
Copyright (c) 2013 HubSpot, Inc.
Released under the MIT license

https://github.com/HubSpot/vex/blob/master/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*Vex base css start*/
/*This must be at the start of the style file to enable override css*/

/*!
/* @notice
Copyright (c) 2013 HubSpot, Inc.
Released under the MIT license
Expand Down Expand Up @@ -177,7 +177,7 @@ https://github.com/HubSpot/vex/blob/master/LICENSE
top: 0;
right: 0;
bottom: 0;
left: 0;
left: 0;
}

.apt-vex.vex.vex-closing .vex-overlay {
Expand Down Expand Up @@ -491,7 +491,7 @@ body.apt-vex.vex-open {
-moz-animation: apt-vex-flyout 0.5s forwards;
-ms-animation: apt-vex-flyout 0.5s forwards;
-o-animation: apt-vex-flyout 0.5s forwards;
-webkit-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.apt-vex.vex.vex-theme-os .vex-content {
Expand Down Expand Up @@ -920,7 +920,7 @@ Setting up this due to APP-22580. putting it as soon as
overflow-wrap: break-word;
}

/*
/*
Disable ALL vex transitions
We can just set to none, because the style changes of the animation will not take place
*/
Expand Down Expand Up @@ -1374,7 +1374,7 @@ div.aptr-slideshow-dot {
}

/* Emojis inserted via froala in either dialogs or guides */
.apt-vex.vex.vex-theme-os .apt-dialog-popup .fr-emoticon-img,
.apt-vex.vex.vex-theme-os .apt-dialog-popup .fr-emoticon-img,
.apt-vex.vex.vex-theme-os .apt-guide-popup .fr-emoticon-img,
.apt-badge-tippy .fr-emoticon-img {
background-repeat: no-repeat !important;
Expand Down Expand Up @@ -2258,7 +2258,7 @@ div.apt-survey-dynamic-rating-step div.apt-survey-dynamic-rating-labels-wrapper
/* badge */
.apt-badge:focus,

/* Slider */
/* Slider */
.aptr-nav-button:focus,
.aptr-nav-button:focus,

Expand Down

Large diffs are not rendered by default.

0 comments on commit ca93cb6

Please sign in to comment.