bulma-extensions
Advanced tools
Comparing version 0.4.4 to 0.5.0
{ | ||
"name": "bulma-accordion", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A simple accordion extension for Bulma", | ||
@@ -24,3 +24,15 @@ "main": "accordion.sass", | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-accordion#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-accordion#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"accordion.sass", | ||
"accordion.css", | ||
"accordion.min.css", | ||
"accordion.min.js", | ||
"accordion.js", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-badge", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Display a badge element in front of Bulma's element in different colors.", | ||
"main": "index.js", | ||
"main": "badge.sass", | ||
"scripts": { | ||
@@ -24,3 +24,13 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-badge#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-badge#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"badge.sass", | ||
"badge.css", | ||
"badge.min.css", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-calendar", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Display a calendar for date selection or for planning management, in different colors and sizes", | ||
@@ -24,3 +24,15 @@ "main": "calendar.sass", | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-calendar#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-calendar#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"calendar.sass", | ||
"calendar.css", | ||
"calendar.min.css", | ||
"datepicker.js", | ||
"datepicker.min.js", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-carousel", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Display a Image / Content carousel", | ||
@@ -24,3 +24,15 @@ "main": "carousel.sass", | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-carousel#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-carousel#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"carousel.sass", | ||
"carousel.css", | ||
"carousel.min.css", | ||
"carousel.js", | ||
"carousel.min.js", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-checkradio", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Make classic checkbox and radio more sexy in different colors, sizes, and states ", | ||
"main": "index.js", | ||
"main": "checkradio.sass", | ||
"scripts": { | ||
@@ -24,3 +24,13 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-checkradio#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-checkradio#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"checkradio.sass", | ||
"checkradio.css", | ||
"checkradio.min.css", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-divider", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Display a vertical or horizontal divider to segment your design. ", | ||
"main": "index.js", | ||
"main": "divider.sass", | ||
"scripts": { | ||
@@ -24,3 +24,13 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-divider#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-divider#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"divider.sass", | ||
"divider.css", | ||
"divider.min.css", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
@@ -28,2 +28,2 @@ var $jscomp={scope:{}};$jscomp.defineProperty="function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,d){if(d.get||d.set)throw new TypeError("ES3 does not support getters and setters.");a!=Array.prototype&&a!=Object.prototype&&(a[b]=d.value)};$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.SYMBOL_PREFIX="jscomp_symbol_"; | ||
document.body.appendChild(this.modal)};IconPicker.prototype.filter=function(a){a=void 0===a?"":a;""===a?this.iconsList.querySelectorAll("[data-filter]").forEach(function(a){a.classList.remove("is-hidden")}):(this.iconsList.querySelectorAll("[data-filter]").forEach(function(a){a.classList.remove("is-hidden")}),this.iconsList.querySelectorAll('[data-filter]:not([data-filter*="'+a+'"])').forEach(function(a){a.classList.add("is-hidden")}))};if(null===iconPickerOptions)var iconPickerOptions$1={};console.log(iconPickerOptions); | ||
var iconPickers=document.querySelectorAll('[data-action="iconPicker"]');iconPickers&&iconPickers.forEach(function(a){a.dataset.iconPicker||(a.dataset.iconPicker=new IconPicker(a,iconPickerOptions))}); | ||
var iconPickers=document.querySelectorAll('[data-action="iconPicker"]');iconPickers&&iconPickers.forEach(function(a){a.dataset.iconPicker||(a.dataset.iconPicker=new IconPicker(a,iconPickerOptions||{}))}); |
{ | ||
"name": "bulma-iconpicker", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A wonderful customizable icon picker for your Bulma project", | ||
"main": "iconpicker.sass", | ||
"main": "iconPicker.sass", | ||
"scripts": { | ||
@@ -24,3 +24,15 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-iconpicker#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-iconpicker#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"iconPicker.sass", | ||
"iconPicker.css", | ||
"iconPicker.min.css", | ||
"iconPicker.js", | ||
"iconPicker.min.js", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-pageloader", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Display a page-loader to inform user that content is loading, in different colors. ", | ||
"main": "index.js", | ||
"main": "pageloader.sass", | ||
"scripts": { | ||
@@ -24,3 +24,13 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-pageloader#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-pageloader#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"pageloader.sass", | ||
"pageloader.css", | ||
"pageloader.min.css", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-pricingtable", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Display a pricing table easily. ", | ||
"main": "index.js", | ||
"main": "pricing-table.sass", | ||
"scripts": { | ||
@@ -26,3 +26,13 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-pricingtable#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-pricingtable#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"pricing-table.sass", | ||
"pricing-table.css", | ||
"pricing-table.min.css", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-quickview", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Display a quick view of data without leaving the current page", | ||
"main": "quickview.js", | ||
"main": "quickview.sass", | ||
"scripts": { | ||
@@ -26,3 +26,15 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-quickview#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-quickview#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"quickview.sass", | ||
"quickview.css", | ||
"quickview.min.css", | ||
"quickview.js", | ||
"quickview.min.js", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-ribbon", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Display a ribbon on bulma element", | ||
"main": "index.js", | ||
"main": "ribbon.sass", | ||
"scripts": { | ||
@@ -24,3 +24,13 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-ribbon#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-ribbon#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"ribbon.sass", | ||
"ribbon.css", | ||
"ribbon.min.css", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-slider", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Display classic slider more sexy, in different colors, sizes, and states ", | ||
"main": "slider.js", | ||
"main": "slider.sass", | ||
"scripts": { | ||
@@ -25,3 +25,15 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-slider#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-slider#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"slider.sass", | ||
"slider.css", | ||
"slider.min.css", | ||
"slider.js", | ||
"slider.min.js", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-steps", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Display steps for a process (like sign-up, or order, form), in different colors, sizes, and states ", | ||
"main": "index.js", | ||
"main": "steps.sass", | ||
"scripts": { | ||
@@ -26,3 +26,15 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-steps#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-steps#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"steps.sass", | ||
"steps.css", | ||
"steps.min.css", | ||
"steps.js", | ||
"steps.min.js", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-switch", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Display classic checkbox as a switch button, in different colors, sizes, and states ", | ||
@@ -26,3 +26,13 @@ "main": "switch.sass", | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-switch#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-switch#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"switch.sass", | ||
"switch.css", | ||
"switch.min.css", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-tagsinput", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Bulma.io extension to add interaction on input tags", | ||
@@ -24,3 +24,15 @@ "main": "tagsinput.sass", | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-tagsinput#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-tagsinput#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"tagsinput.sass", | ||
"tagsinput.css", | ||
"tagsinput.min.css", | ||
"tagsinput.js", | ||
"tagsinput.min.js", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-timeline", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Display a vertical timeline, in different colors, sizes, and states ", | ||
@@ -25,3 +25,13 @@ "main": "timeline.sass", | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-timeline#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-timeline#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"timeline.sass", | ||
"timeline.css", | ||
"timeline.min.css", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-tooltip", | ||
"version": "0.0.4", | ||
"version": "0.0.6", | ||
"description": "Display a tooltip attached to any kind of element, in different position.", | ||
"main": "index.js", | ||
"main": "tooltip.sass", | ||
"scripts": { | ||
@@ -25,3 +25,13 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-tooltip#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-tooltip#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"tooltip.sass", | ||
"tooltip.css", | ||
"tooltip.min.css", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
{ | ||
"name": "bulma-extensions", | ||
"version": "0.4.4", | ||
"version": "0.5.0", | ||
"description": "Set of extensions for Bulma.io CSS Framework", | ||
@@ -23,3 +23,78 @@ "main": "extensions.sass", | ||
}, | ||
"homepage": "https://github.com/Wikiki/bulma-extensions#readme" | ||
"homepage": "https://github.com/Wikiki/bulma-extensions#readme", | ||
"devDependencies": { | ||
"bulma": "^0.6.1" | ||
}, | ||
"files": [ | ||
"extensions.sass", | ||
"extensions.css", | ||
"extensions.min.css", | ||
"bulma-accordion/accordion.sass", | ||
"bulma-accordion/accordion.css", | ||
"bulma-accordion/accordion.min.css", | ||
"bulma-accordion/accordion.js", | ||
"bulma-accordion/accordion.min.js", | ||
"bulma-badge/badge.sass", | ||
"bulma-badge/badge.css", | ||
"bulma-badge/badge.min.css", | ||
"bulma-calendar/calendar.sass", | ||
"bulma-calendar/calendar.css", | ||
"bulma-calendar/calendar.min.css", | ||
"bulma-calendar/datepicker.js", | ||
"bulma-calendar/datepicker.min.js", | ||
"bulma-carousel/carousel.sass", | ||
"bulma-carousel/carousel.css", | ||
"bulma-carousel/carousel.min.css", | ||
"bulma-carousel/carousel.js", | ||
"bulma-carousel/carousel.min.js", | ||
"bulma-checkradio/checkradio.sass", | ||
"bulma-checkradio/checkradio.css", | ||
"bulma-checkradio/checkradio.min.css", | ||
"bulma-divider/divider.sass", | ||
"bulma-divider/divider.css", | ||
"bulma-divider/divider.min.css", | ||
"bulma-iconpicker/iconPicker.sass", | ||
"bulma-iconpicker/iconPicker.css", | ||
"bulma-iconpicker/iconPicker.min.css", | ||
"bulma-iconpicker/iconPicker.js", | ||
"bulma-iconpicker/iconPicker.min.js", | ||
"bulma-pageloader/pageloader.sass", | ||
"bulma-pageloader/pageloader.css", | ||
"bulma-pageloader/pageloader.min.css", | ||
"bulma-pricingtable/pricing-table.sass", | ||
"bulma-pricingtable/pricing-table.css", | ||
"bulma-pricingtable/pricing-table.min.css", | ||
"bulma-quickview/quickview.sass", | ||
"bulma-quickview/quickview.css", | ||
"bulma-quickview/quickview.min.css", | ||
"bulma-quickview/quickview.js", | ||
"bulma-quickview/quickview.min.js", | ||
"bulma-ribbon/ribbon.sass", | ||
"bulma-ribbon/ribbon.css", | ||
"bulma-ribbon/ribbon.min.css", | ||
"bulma-slider/slider.sass", | ||
"bulma-slider/slider.css", | ||
"bulma-slider/slider.min.css", | ||
"bulma-steps/steps.sass", | ||
"bulma-steps/steps.css", | ||
"bulma-steps/steps.min.css", | ||
"bulma-steps/steps.js", | ||
"bulma-steps/steps.min.js", | ||
"bulma-switch/switch.sass", | ||
"bulma-switch/switch.css", | ||
"bulma-switch/switch.min.css", | ||
"bulma-tagsinput/tagsinput.sass", | ||
"bulma-tagsinput/tagsinput.css", | ||
"bulma-tagsinput/tagsinput.min.css", | ||
"bulma-tagsinput/tagsinput.js", | ||
"bulma-tagsinput/tagsinput.min.js", | ||
"bulma-timeline/timeline.sass", | ||
"bulma-timeline/timeline.css", | ||
"bulma-timeline/timeline.min.css", | ||
"bulma-tooltip/tooltip.sass", | ||
"bulma-tooltip/tooltip.css", | ||
"bulma-tooltip/tooltip.min.css", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1440
193489
1
89