@patternfly/pfe-progress-indicator
Advanced tools
Comparing version 1.0.0-prerelease.20 to 1.0.0-prerelease.21
@@ -7,12 +7,17 @@ { | ||
}, | ||
"version": "1.0.0-prerelease.20", | ||
"version": "1.0.0-prerelease.21", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"description": "Progress element for PatternFly Elements", | ||
"keywords": [ | ||
"web-components", | ||
"html" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "" | ||
"url": "github:patternfly/patternfly-elements", | ||
"directory": "elements/pfe-progress-indicator" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "index.js", | ||
"main": "pfe-progress-indicator.js", | ||
"scripts": { | ||
@@ -28,7 +33,7 @@ "build": "../../node_modules/.bin/gulp && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}'", | ||
"dependencies": { | ||
"@patternfly/pfe-sass": "1.0.0-prerelease.17", | ||
"@patternfly/pfelement": "1.0.0-prerelease.17" | ||
"@patternfly/pfe-sass": "^1.0.0-prerelease.21", | ||
"@patternfly/pfelement": "^1.0.0-prerelease.21" | ||
}, | ||
"generator-pfelement-version": "1.1.0", | ||
"gitHead": "582e7883d940727b53180e10a0ca05b0f90e10ac" | ||
"gitHead": "29a6c2558d8aa3309d0d36e19242f79f2e871f3d" | ||
} |
import PFElement from '../pfelement/pfelement.js'; | ||
/*! | ||
* PatternFly Elements: PfeProgressIndicator 1.0.0-prerelease.20 | ||
* PatternFly Elements: PfeProgressIndicator 1.0.0-prerelease.21 | ||
* @license | ||
@@ -30,3 +30,3 @@ * Copyright 2019 Red Hat, Inc. | ||
static get version() { | ||
return "1.0.0-prerelease.20"; | ||
return "1.0.0-prerelease.21"; | ||
} | ||
@@ -33,0 +33,0 @@ |
import e from"../pfelement/pfelement.min.js"; | ||
/*! | ||
* PatternFly Elements: PfeProgressIndicator 1.0.0-prerelease.20 | ||
* PatternFly Elements: PfeProgressIndicator 1.0.0-prerelease.21 | ||
* @license | ||
@@ -25,3 +25,3 @@ * Copyright 2019 Red Hat, Inc. | ||
* | ||
*/class t extends e{static get version(){return"1.0.0-prerelease.20"}get html(){return"<style>:host([hidden]){display:none}:host([pfe-indeterminate]){animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;border-bottom:3px solid rgba(0,0,0,.25);border-bottom:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-left:3px solid rgba(0,0,0,.25);border-left:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-right:3px solid rgba(0,0,0,.25);border-right:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-top:3px solid rgba(0,0,0,.75);border-top:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.75);border-radius:100%;display:inline-block;height:2rem;height:var(--pfe-progress-indicator--Height,2rem);margin:0 auto;position:relative;width:2rem;width:var(--pfe-progress-indicator--Width,2rem);vertical-align:middle;visibility:visible}:host([pfe-indeterminate]) ::slotted(*){position:absolute;overflow:hidden;clip:rect(0,0,0,0);height:1px;width:1px;margin:-1px;padding:0;border:0}@-webkit-keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style><slot></slot>"}static get properties(){return{status:{title:"Status",type:"string",enum:["indeterminate"],default:"default",prefixed:!0,observer:"_basicAttributeChanged"}}}static get slots(){return{content:{title:"Content",type:"array",namedSlot:!1,items:{oneOf:[{$ref:"raw"}]}}}}static get tag(){return"pfe-progress-indicator"}get templateUrl(){return"pfe-progress-indicator.html"}get styleUrl(){return"pfe-progress-indicator.scss"}get schemaUrl(){return"pfe-progress-indicator.json"}constructor(){super(t),this._init=this._init.bind(this),this._slot=this.shadowRoot.querySelector("slot"),this._slot.addEventListener("slotchange",this._init)}connectedCallback(){super.connectedCallback()}disconnectedCallback(){this._slot.removeEventListener("slotchange",this._init)}_init(){this.children[0]||console.warn(`${t.tag}: You do not have a backup loading message.`)}}e.create(t);export default t; | ||
*/class t extends e{static get version(){return"1.0.0-prerelease.21"}get html(){return"<style>:host([hidden]){display:none}:host([pfe-indeterminate]){animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;border-bottom:3px solid rgba(0,0,0,.25);border-bottom:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-left:3px solid rgba(0,0,0,.25);border-left:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-right:3px solid rgba(0,0,0,.25);border-right:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-top:3px solid rgba(0,0,0,.75);border-top:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.75);border-radius:100%;display:inline-block;height:2rem;height:var(--pfe-progress-indicator--Height,2rem);margin:0 auto;position:relative;width:2rem;width:var(--pfe-progress-indicator--Width,2rem);vertical-align:middle;visibility:visible}:host([pfe-indeterminate]) ::slotted(*){position:absolute;overflow:hidden;clip:rect(0,0,0,0);height:1px;width:1px;margin:-1px;padding:0;border:0}@-webkit-keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style><slot></slot>"}static get properties(){return{status:{title:"Status",type:"string",enum:["indeterminate"],default:"default",prefixed:!0,observer:"_basicAttributeChanged"}}}static get slots(){return{content:{title:"Content",type:"array",namedSlot:!1,items:{oneOf:[{$ref:"raw"}]}}}}static get tag(){return"pfe-progress-indicator"}get templateUrl(){return"pfe-progress-indicator.html"}get styleUrl(){return"pfe-progress-indicator.scss"}get schemaUrl(){return"pfe-progress-indicator.json"}constructor(){super(t),this._init=this._init.bind(this),this._slot=this.shadowRoot.querySelector("slot"),this._slot.addEventListener("slotchange",this._init)}connectedCallback(){super.connectedCallback()}disconnectedCallback(){this._slot.removeEventListener("slotchange",this._init)}_init(){this.children[0]||console.warn(`${t.tag}: You do not have a backup loading message.`)}}e.create(t);export default t; | ||
//# sourceMappingURL=pfe-progress-indicator.min.js.map |
@@ -83,3 +83,3 @@ (function (global, factory) { | ||
/*! | ||
* PatternFly Elements: PfeProgressIndicator 1.0.0-prerelease.20 | ||
* PatternFly Elements: PfeProgressIndicator 1.0.0-prerelease.21 | ||
* @license | ||
@@ -133,3 +133,3 @@ * Copyright 2019 Red Hat, Inc. | ||
get: function get$$1() { | ||
return "1.0.0-prerelease.20"; | ||
return "1.0.0-prerelease.21"; | ||
} | ||
@@ -136,0 +136,0 @@ }, { |
@@ -1,2 +0,2 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("../pfelement/pfelement.umd.min")):"function"==typeof define&&define.amd?define(["../pfelement/pfelement.umd.min"],t):e.PfeProgressIndicator=t(e.PFElement)}(this,function(e){"use strict";e=e&&e.hasOwnProperty("default")?e.default:e;var t=function(e,t,r){return t&&o(e.prototype,t),r&&o(e,r),e};function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}var r=(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(n,e),t(n,[{key:"html",get:function(){return"<style>:host([hidden]){display:none}:host([pfe-indeterminate]){animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;border-bottom:3px solid rgba(0,0,0,.25);border-bottom:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-left:3px solid rgba(0,0,0,.25);border-left:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-right:3px solid rgba(0,0,0,.25);border-right:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-top:3px solid rgba(0,0,0,.75);border-top:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.75);border-radius:100%;display:inline-block;height:2rem;height:var(--pfe-progress-indicator--Height,2rem);margin:0 auto;position:relative;width:2rem;width:var(--pfe-progress-indicator--Width,2rem);vertical-align:middle;visibility:visible}:host([pfe-indeterminate]) ::slotted(*){position:absolute;overflow:hidden;clip:rect(0,0,0,0);height:1px;width:1px;margin:-1px;padding:0;border:0}@-webkit-keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style><slot></slot>"}},{key:"templateUrl",get:function(){return"pfe-progress-indicator.html"}},{key:"styleUrl",get:function(){return"pfe-progress-indicator.scss"}},{key:"schemaUrl",get:function(){return"pfe-progress-indicator.json"}}],[{key:"version",get:function(){return"1.0.0-prerelease.20"}},{key:"properties",get:function(){return{status:{title:"Status",type:"string",enum:["indeterminate"],default:"default",prefixed:!0,observer:"_basicAttributeChanged"}}}},{key:"slots",get:function(){return{content:{title:"Content",type:"array",namedSlot:!1,items:{oneOf:[{$ref:"raw"}]}}}}},{key:"tag",get:function(){return"pfe-progress-indicator"}}]),t(n,[{key:"connectedCallback",value:function(){(function e(t,r,o){null===t&&(t=Function.prototype);var n=Object.getOwnPropertyDescriptor(t,r);if(void 0===n){var i=Object.getPrototypeOf(t);return null===i?void 0:e(i,r,o)}if("value"in n)return n.value;var a=n.get;return void 0!==a?a.call(o):void 0})(n.prototype.__proto__||Object.getPrototypeOf(n.prototype),"connectedCallback",this).call(this)}},{key:"disconnectedCallback",value:function(){this._slot.removeEventListener("slotchange",this._init)}},{key:"_init",value:function(){this.children[0]||console.warn(n.tag+": You do not have a backup loading message.")}}]),n);function n(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n);var e=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(n.__proto__||Object.getPrototypeOf(n)).call(this,n));return e._init=e._init.bind(e),e._slot=e.shadowRoot.querySelector("slot"),e._slot.addEventListener("slotchange",e._init),e}return e.create(r),r}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("../pfelement/pfelement.umd.min")):"function"==typeof define&&define.amd?define(["../pfelement/pfelement.umd.min"],t):e.PfeProgressIndicator=t(e.PFElement)}(this,function(e){"use strict";e=e&&e.hasOwnProperty("default")?e.default:e;var t=function(e,t,r){return t&&o(e.prototype,t),r&&o(e,r),e};function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}var r=(function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(n,e),t(n,[{key:"html",get:function(){return"<style>:host([hidden]){display:none}:host([pfe-indeterminate]){animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;border-bottom:3px solid rgba(0,0,0,.25);border-bottom:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-left:3px solid rgba(0,0,0,.25);border-left:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-right:3px solid rgba(0,0,0,.25);border-right:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.25);border-top:3px solid rgba(0,0,0,.75);border-top:var(--pfe-theme--surface--border-width--heavy,3px) var(--pfe-theme--surface--border-style,solid) rgba(0,0,0,.75);border-radius:100%;display:inline-block;height:2rem;height:var(--pfe-progress-indicator--Height,2rem);margin:0 auto;position:relative;width:2rem;width:var(--pfe-progress-indicator--Width,2rem);vertical-align:middle;visibility:visible}:host([pfe-indeterminate]) ::slotted(*){position:absolute;overflow:hidden;clip:rect(0,0,0,0);height:1px;width:1px;margin:-1px;padding:0;border:0}@-webkit-keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style><slot></slot>"}},{key:"templateUrl",get:function(){return"pfe-progress-indicator.html"}},{key:"styleUrl",get:function(){return"pfe-progress-indicator.scss"}},{key:"schemaUrl",get:function(){return"pfe-progress-indicator.json"}}],[{key:"version",get:function(){return"1.0.0-prerelease.21"}},{key:"properties",get:function(){return{status:{title:"Status",type:"string",enum:["indeterminate"],default:"default",prefixed:!0,observer:"_basicAttributeChanged"}}}},{key:"slots",get:function(){return{content:{title:"Content",type:"array",namedSlot:!1,items:{oneOf:[{$ref:"raw"}]}}}}},{key:"tag",get:function(){return"pfe-progress-indicator"}}]),t(n,[{key:"connectedCallback",value:function(){(function e(t,r,o){null===t&&(t=Function.prototype);var n=Object.getOwnPropertyDescriptor(t,r);if(void 0===n){var i=Object.getPrototypeOf(t);return null===i?void 0:e(i,r,o)}if("value"in n)return n.value;var a=n.get;return void 0!==a?a.call(o):void 0})(n.prototype.__proto__||Object.getPrototypeOf(n.prototype),"connectedCallback",this).call(this)}},{key:"disconnectedCallback",value:function(){this._slot.removeEventListener("slotchange",this._init)}},{key:"_init",value:function(){this.children[0]||console.warn(n.tag+": You do not have a backup loading message.")}}]),n);function n(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n);var e=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(n.__proto__||Object.getPrototypeOf(n)).call(this,n));return e._init=e._init.bind(e),e._slot=e.shadowRoot.querySelector("slot"),e._slot.addEventListener("slotchange",e._init),e}return e.create(r),r}); | ||
//# sourceMappingURL=pfe-progress-indicator.umd.min.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
92502
3
1
+ Added@patternfly/patternfly@4.224.5(transitive)
+ Added@patternfly/pfe-sass@1.12.3(transitive)
+ Added@patternfly/pfelement@1.12.3(transitive)
- Removed@patternfly/pfe-sass@1.0.0-prerelease.17(transitive)
- Removed@patternfly/pfelement@1.0.0-prerelease.17(transitive)