@bruit/component
Advanced tools
Comparing version 2.0.10-plop to 2.0.11-plop
{ | ||
"entries": [ | ||
"components/bruit-modal/bruit-modal.js", | ||
"components/bruit-rating/bruit-rating.js", | ||
"components/bruit-io/bruit-io.js" | ||
"components/bruit-io/bruit-io.js", | ||
"components/bruit-rating/bruit-rating.js" | ||
], | ||
@@ -7,0 +7,0 @@ "compiler": { |
@@ -396,11 +396,11 @@ import { Bruit } from '@bruit/core/lib/core.esm'; | ||
theming() { | ||
return (h("style", null, 'bruit-core .bruit-group .bruit-bar:before, bruit-core .bruit-group .bruit-bar:after{' + | ||
return (h("style", null, 'bruit-modal .bruit-group .bruit-bar:before, bruit-modal .bruit-group .bruit-bar:after{' + | ||
'background-color: ' + | ||
this._bruitIoConfig.colors.focus + | ||
'}' + | ||
'bruit-core .bruit-group input:not([type="checkbox"]):invalid ~.bruit-bar:before, bruit-core .bruit-group input:not([type="checkbox"]):invalid ~.bruit-bar:after{' + | ||
'bruit-modal .bruit-group input:not([type="checkbox"]):invalid ~.bruit-bar:before, bruit-modal .bruit-group input:not([type="checkbox"]):invalid ~.bruit-bar:after{' + | ||
'background-color: ' + | ||
this._bruitIoConfig.colors.errors + | ||
'}' + | ||
'bruit-core button#bruit-io-submit-button:hover{' + | ||
'bruit-modal button#bruit-io-submit-button:hover{' + | ||
'background-color: ' + | ||
@@ -411,3 +411,3 @@ this._bruitIoConfig.colors.header + | ||
'}' + | ||
'bruit-core button#bruit-io-submit-button.bruit-on-click{' + | ||
'bruit-modal button#bruit-io-submit-button.bruit-on-click{' + | ||
'border-color: #bbbbbb!important;' + | ||
@@ -417,19 +417,19 @@ 'border-left-color: ' + | ||
'!important;}' + | ||
'bruit-core .bruit-group input[type="checkbox"]:checked+label, bruit-core .bruit-group input[type="checkbox"]+label:after{' + | ||
'bruit-modal .bruit-group input[type="checkbox"]:checked+label, bruit-modal .bruit-group input[type="checkbox"]+label:after{' + | ||
'border-color: ' + | ||
this._bruitIoConfig.colors.focus + | ||
'}' + | ||
'bruit-core .bruit-group input:not([type="checkbox"]).bruit-has-value:invalid~label, bruit-core .bruit-group input:not([type="checkbox"]):focus:invalid~label{' + | ||
'bruit-modal .bruit-group input:not([type="checkbox"]).bruit-has-value:invalid~label, bruit-modal .bruit-group input:not([type="checkbox"]):focus:invalid~label{' + | ||
'color: ' + | ||
this._bruitIoConfig.colors.errors + | ||
'}' + | ||
'bruit-core .bruit-group input:not([type="checkbox"]).bruit-has-value~label, bruit-core .bruit-group input:not([type="checkbox"]):focus~label{' + | ||
'bruit-modal .bruit-group input:not([type="checkbox"]).bruit-has-value~label, bruit-modal .bruit-group input:not([type="checkbox"]):focus~label{' + | ||
'color: ' + | ||
this._bruitIoConfig.colors.focus + | ||
'}' + | ||
'bruit-core .bruit-group textarea.bruit-has-value~label, bruit-core .bruit-group textarea:focus~label{' + | ||
'bruit-modal .bruit-group textarea.bruit-has-value~label, bruit-modal .bruit-group textarea:focus~label{' + | ||
'color: ' + | ||
this._bruitIoConfig.colors.focus + | ||
'}' + | ||
'bruit-core .bruit-group textarea.bruit-has-value:invalid~label{' + | ||
'bruit-modal .bruit-group textarea.bruit-has-value:invalid~label{' + | ||
'color: ' + | ||
@@ -436,0 +436,0 @@ this._bruitIoConfig.colors.errors + |
@@ -72,10 +72,10 @@ (function () { | ||
s.onload = function () { | ||
var modal = document.getElementsByTagName('bruit-core'); | ||
var modal = document.getElementsByTagName('bruit-modal'); | ||
if (modal.length <= 0) { | ||
var bruitCore = document.createElement('bruit-core'); | ||
var bruitModal = document.createElement('bruit-modal'); | ||
// attach bruitCore with url params | ||
bruitCore.config = params; | ||
document.body.appendChild(bruitCore); | ||
bruitModal.config = params; | ||
document.body.appendChild(bruitModal); | ||
} | ||
@@ -82,0 +82,0 @@ }; |
@@ -72,10 +72,10 @@ (function () { | ||
s.onload = function () { | ||
var modal = document.getElementsByTagName('bruit-core'); | ||
var modal = document.getElementsByTagName('bruit-modal'); | ||
if (modal.length <= 0) { | ||
var bruitCore = document.createElement('bruit-core'); | ||
var bruitModal = document.createElement('bruit-modal'); | ||
// attach bruitCore with url params | ||
bruitCore.config = params; | ||
document.body.appendChild(bruitCore); | ||
bruitModal.config = params; | ||
document.body.appendChild(bruitModal); | ||
} | ||
@@ -82,0 +82,0 @@ }; |
{ | ||
"name": "@bruit/component", | ||
"version": "2.0.10-plop", | ||
"version": "2.0.11-plop", | ||
"description": "send your feedbacks with bruit.io", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2893152
43000