myoperator-ui 0.0.124 → 0.0.125

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6498,7 +6498,10 @@ export default {
6498
6498
  darkMode: ["class"],
6499
6499
  prefix: "${prefix}",${hasBootstrap ? `
6500
6500
  important: true, // Required to override Bootstrap styles` : ""}
6501
- content: ["./src/components/ui/**/*.{js,ts,jsx,tsx}"],
6501
+ content: [
6502
+ "./src/components/ui/**/*.{js,ts,jsx,tsx}",
6503
+ "./src/modules/Shadcn/**/*.{js,ts,jsx,tsx}",
6504
+ ],
6502
6505
  theme: {
6503
6506
  container: {
6504
6507
  center: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-ui",
3
- "version": "0.0.124",
3
+ "version": "0.0.125",
4
4
  "description": "CLI for adding myOperator UI components to your project",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",