@gomeniucivan/ui 1.0.11 → 1.0.12
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.
- package/dist/index.cjs +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -13,6 +13,7 @@ var useEmblaCarousel = require('embla-carousel-react');
|
|
|
13
13
|
var RechartsPrimitive = require('recharts');
|
|
14
14
|
var cmdk = require('cmdk');
|
|
15
15
|
var dateFns = require('date-fns');
|
|
16
|
+
require('@gomeniucivan/ui/style.css');
|
|
16
17
|
var sonner = require('sonner');
|
|
17
18
|
var vaul = require('vaul');
|
|
18
19
|
var inputOtp = require('input-otp');
|
package/dist/index.js
CHANGED
|
@@ -12,6 +12,7 @@ import useEmblaCarousel from 'embla-carousel-react';
|
|
|
12
12
|
import * as RechartsPrimitive from 'recharts';
|
|
13
13
|
import { Command as Command$1 } from 'cmdk';
|
|
14
14
|
import { addDays, addYears, addMonths, startOfDay, startOfWeek, startOfYear, startOfMonth, endOfYear, isSameDay, isSameYear, isSameMonth, isBefore, isAfter, format, getDaysInMonth, setMonth, setYear, setDate, parse as parse$1 } from 'date-fns';
|
|
15
|
+
import '@gomeniucivan/ui/style.css';
|
|
15
16
|
import { toast, Toaster as Toaster$1 } from 'sonner';
|
|
16
17
|
export { toast } from 'sonner';
|
|
17
18
|
import { Drawer as Drawer$1 } from 'vaul';
|