diff --git a/package-lock.json b/package-lock.json index 7cf71535..d27d34f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "jszip": "^3.10.1", "markdown-it": "^12.0.6", "nouislider": "^15.5.0", - "ramp-storylines": "^3.0.3", + "ramp-storylines": "^3.0.4", "uuid": "^9.0.0", "vue": "^3.3.4", "vue-class-component": "^8.0.0-rc.1", @@ -15005,9 +15005,9 @@ } }, "node_modules/ramp-storylines": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/ramp-storylines/-/ramp-storylines-3.0.3.tgz", - "integrity": "sha512-XRU2CRy8bYtJx2XYC7QHFDZiwiN2nA4zr4BkANlb2VK6oQFxESIB6l63RVFB9GzhXp8RTd9zbzVw/J4rJ8Touw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/ramp-storylines/-/ramp-storylines-3.0.4.tgz", + "integrity": "sha512-xTzhJvjeDRNd/6nQD3IvfUib/JcN4hmc7RUcSindiVCCFllzTXlb56+RIdoMaLQ0VpJ5Z1XBVNlVPhJZUAZ2vg==", "dependencies": { "@tailwindcss/typography": "^0.4.0", "@types/highcharts": "^7.0.0", diff --git a/package.json b/package.json index 64264a6d..d13f48fc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "jszip": "^3.10.1", "markdown-it": "^12.0.6", "nouislider": "^15.5.0", - "ramp-storylines": "^3.0.3", + "ramp-storylines": "^3.0.4", "uuid": "^9.0.0", "vue": "^3.3.4", "vue-class-component": "^8.0.0-rc.1", diff --git a/src/components/editor/preview.vue b/src/components/editor/preview.vue index 52c16989..518607d2 100644 --- a/src/components/editor/preview.vue +++ b/src/components/editor/preview.vue @@ -21,6 +21,7 @@ :config="config" :configFileStructure="configFileStructure" :lang="lang" + :plugin="true" @step="updateActiveIndex" /> diff --git a/tailwind.config.js b/tailwind.config.js index 8977cfc5..e316636a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,7 +6,11 @@ const round = (num) => const em = (px, base) => `${round(px / base)}em`; module.exports = { - purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], + purge: [ + './index.html', + './src/**/*.{vue,js,ts,jsx,tsx}', + './node_modules/ramp-storylines/**/*.{vue,js,ts,jsx,tsx}' + ], darkMode: false, // or 'media' or 'class' theme: { extend: {