@total_onion/onion-library 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -186,7 +186,6 @@ function colourSetup(colourData) {
186
186
  let acfPaletteFields = [];
187
187
 
188
188
  if (typeof acf != 'undefined') {
189
- import('./colour-picker-styles.scss');
190
189
  // This runs only once when the colour pickers initialize
191
190
  acf.add_filter('color_picker_args', function (args, field) {
192
191
  acfPaletteFields.push(field);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {