@freddy38510/ocframework
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -7,2 +7,5 @@ /* ======================================================================== | ||
* ======================================================================== */ | ||
import Bulma from '@vizuaalog/bulmajs/src/core.js' | ||
import '@vizuaalog/bulmajs/src/plugins/alert' | ||
import '@vizuaalog/bulmajs/src/plugins/notification' | ||
;(function ($) { | ||
@@ -220,3 +223,3 @@ 'use strict' | ||
//document.getElementById('flash-container') | ||
$notification = window.Bulma('#flash-container').notification({ | ||
$notification = Bulma('#flash-container').notification({ | ||
body: options.text, | ||
@@ -301,3 +304,3 @@ // parent: document.getElementById('flash-container'), | ||
window.Bulma().alert({ | ||
Bulma().alert({ | ||
type: options.type, | ||
@@ -304,0 +307,0 @@ title: options.title, |
{ | ||
"name": "@freddy38510/ocframework", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "OctoberCMS Framework adapt to Bulma", | ||
@@ -18,3 +18,8 @@ "main": "main.js", | ||
}, | ||
"homepage": "https://github.com/freddy38510/oc-framework#readme" | ||
"homepage": "https://github.com/freddy38510/oc-framework#readme", | ||
"dependencies": { | ||
"@vizuaalog/bulmajs": "^0.11.0", | ||
"bulma": "^0.9.0", | ||
"jquery": "^3.5.1" | ||
} | ||
} |
40623
1253
3
+ Added@vizuaalog/bulmajs@^0.11.0
+ Addedbulma@^0.9.0
+ Addedjquery@^3.5.1
+ Added@vizuaalog/bulmajs@0.11.0(transitive)
+ Addedbulma@0.9.4(transitive)
+ Addedjquery@3.7.1(transitive)