@umituz/atomic-next 2.0.2 → 2.0.3
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { clsx } from 'clsx';
|
|
2
3
|
import { twMerge } from 'tailwind-merge';
|
|
3
4
|
import React5, { createContext, useState, useEffect, useContext } from 'react';
|
|
@@ -9,12 +10,6 @@ import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
|
9
10
|
import Image2 from 'next/image';
|
|
10
11
|
import Link from 'next/link';
|
|
11
12
|
|
|
12
|
-
/**
|
|
13
|
-
* @umituz/atomic-next
|
|
14
|
-
* Atomic design system for Next.js
|
|
15
|
-
* https://umituz.com/opensource/atomic-next
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
13
|
// src/tokens/colors/atomic-colors.ts
|
|
19
14
|
var colors = {
|
|
20
15
|
primary: "#9333EA",
|
|
@@ -2608,7 +2603,7 @@ var useAtomicTheme = () => {
|
|
|
2608
2603
|
};
|
|
2609
2604
|
|
|
2610
2605
|
// src/index.ts
|
|
2611
|
-
var VERSION = "2.0.
|
|
2606
|
+
var VERSION = "2.0.2";
|
|
2612
2607
|
|
|
2613
2608
|
export { AnimationUtils, AtomicAlertType, AtomicAlignment, AtomicAnimationPresets, AtomicAnimationState, AtomicAnimations, AtomicAnimationsCss, AtomicAvatar, AtomicAvatarFallback, AtomicAvatarImage, AtomicBadge, AtomicBorders, AtomicBordersCss, AtomicBreakpoint, AtomicButton, AtomicButtonSpinner, AtomicButtonVariant, AtomicCard, AtomicCardContent, AtomicCardDescription, AtomicCardFooter, AtomicCardHeader, AtomicCardTitle, AtomicCardVariant, AtomicCheckbox, AtomicColorVariant, AtomicColorsCss, AtomicCountBadge, AtomicDesignTokensCss, AtomicDirection, AtomicDiv, AtomicEnumUtils, AtomicFormFieldState, AtomicIcon, AtomicImage, AtomicInlineSpinner, AtomicInput, AtomicInputVariant, AtomicLink, AtomicLoadingState, AtomicModalSize, AtomicOrientation, AtomicPageSpinner, AtomicPosition, AtomicShadows, AtomicShadowsCss, AtomicSize, AtomicSpacingCss, AtomicSpinner, AtomicStatus, AtomicStatusBadge, AtomicSwitch, AtomicTag, AtomicText, AtomicTextVariant, AtomicThemeMode, AtomicThemeProvider, AtomicTypographyCss, BorderUtils, ShadowUtils, VERSION, avatarImageVariants, avatarVariants, badgeVariants, buttonVariants, cardDescriptionVariants, cardHeaderVariants, cardTitleVariants, cardVariants, cn, inputVariants, linkVariants, spinnerVariants, textVariants, useAtomicTheme };
|
|
2614
2609
|
//# sourceMappingURL=index.mjs.map
|