@lotte-innovate/ui-component-test 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. package/README.md +163 -163
  2. package/dist/lib/Typography/Header/index.d.ts +1 -1
  3. package/dist/lib/Typography/Header/{index.js → index.jsx} +5 -2
  4. package/dist/lib/Typography/Text/{index.js → index.jsx} +6 -3
  5. package/dist/lib/components/Accordion/{index.js → index.jsx} +17 -5
  6. package/dist/lib/components/AlertDialog/{AlertDialogAction.js → AlertDialogAction.jsx} +4 -3
  7. package/dist/lib/components/AlertDialog/{AlertDialogCancel.js → AlertDialogCancel.jsx} +4 -3
  8. package/dist/lib/components/AlertDialog/{AlertDialogContent.js → AlertDialogContent.jsx} +7 -3
  9. package/dist/lib/components/AlertDialog/{AlertDialogDescription.js → AlertDialogDescription.jsx} +4 -14
  10. package/dist/lib/components/AlertDialog/{AlertDialogTitle.js → AlertDialogTitle.jsx} +4 -14
  11. package/dist/lib/components/AlertDialog/{AlertDialogTrigger.js → AlertDialogTrigger.jsx} +4 -3
  12. package/dist/lib/components/AlertDialog/{index.js → index.jsx} +4 -14
  13. package/dist/lib/components/AspectRatio/{index.js → index.jsx} +4 -3
  14. package/dist/lib/components/Avatar/{index.js → index.jsx} +7 -3
  15. package/dist/lib/components/Badge/{index.js → index.jsx} +4 -3
  16. package/dist/lib/components/BubbleChart/index.d.ts +2 -1
  17. package/dist/lib/components/BubbleChart/{index.js → index.jsx} +2 -2
  18. package/dist/lib/components/Button/{index.js → index.jsx} +4 -3
  19. package/dist/lib/components/Callout/{CalloutIcon.js → CalloutIcon.jsx} +8 -3
  20. package/dist/lib/components/Callout/{CalloutText.js → CalloutText.jsx} +4 -14
  21. package/dist/lib/components/Callout/{index.js → index.jsx} +6 -3
  22. package/dist/lib/components/Card/{index.js → index.jsx} +4 -3
  23. package/dist/lib/components/Checkbox/{index.js → index.jsx} +11 -3
  24. package/dist/lib/components/CheckboxCard/{index.js → index.jsx} +5 -3
  25. package/dist/lib/components/CheckboxGroup/{CheckboxGroupItem.js → CheckboxGroupItem.jsx} +6 -14
  26. package/dist/lib/components/CheckboxGroup/{index.js → index.jsx} +5 -2
  27. package/dist/lib/components/ContextMenu/{ContextMenuCheckboxItem.js → ContextMenuCheckboxItem.jsx} +7 -14
  28. package/dist/lib/components/ContextMenu/{ContextMenuContent.js → ContextMenuContent.jsx} +6 -3
  29. package/dist/lib/components/ContextMenu/{ContextMenuGroup.js → ContextMenuGroup.jsx} +4 -14
  30. package/dist/lib/components/ContextMenu/{ContextMenuItem.js → ContextMenuItem.jsx} +5 -3
  31. package/dist/lib/components/ContextMenu/{ContextMenuItemIndicator.js → ContextMenuItemIndicator.jsx} +4 -3
  32. package/dist/lib/components/ContextMenu/{ContextMenuLabel.js → ContextMenuLabel.jsx} +4 -3
  33. package/dist/lib/components/ContextMenu/{ContextMenuRadioGroup.js → ContextMenuRadioGroup.jsx} +6 -14
  34. package/dist/lib/components/ContextMenu/{ContextMenuRadioItem.js → ContextMenuRadioItem.jsx} +7 -14
  35. package/dist/lib/components/ContextMenu/{ContextMenuSeparator.js → ContextMenuSeparator.jsx} +4 -14
  36. package/dist/lib/components/ContextMenu/{ContextMenuSubContent.js → ContextMenuSubContent.jsx} +9 -6
  37. package/dist/lib/components/ContextMenu/{ContextMenuSubTrigger.js → ContextMenuSubTrigger.jsx} +9 -14
  38. package/dist/lib/components/ContextMenu/{ContextMenuTrigger.js → ContextMenuTrigger.jsx} +4 -14
  39. package/dist/lib/components/ContextMenu/{index.js → index.jsx} +6 -14
  40. package/dist/lib/components/DataList/{DataListItem.js → DataListItem.jsx} +4 -3
  41. package/dist/lib/components/DataList/{DataListLabel.js → DataListLabel.jsx} +4 -3
  42. package/dist/lib/components/DataList/{DataListValue.js → DataListValue.jsx} +4 -3
  43. package/dist/lib/components/DataList/{index.js → index.jsx} +6 -14
  44. package/dist/lib/components/Dialog/{DialogAction.js → DialogAction.jsx} +4 -14
  45. package/dist/lib/components/Dialog/{DialogCancel.js → DialogCancel.jsx} +4 -14
  46. package/dist/lib/components/Dialog/{DialogContent.js → DialogContent.jsx} +4 -3
  47. package/dist/lib/components/Dialog/{DialogDescription.js → DialogDescription.jsx} +4 -14
  48. package/dist/lib/components/Dialog/{DialogSlot.js → DialogSlot.jsx} +4 -14
  49. package/dist/lib/components/Dialog/{DialogTitle.js → DialogTitle.jsx} +4 -14
  50. package/dist/lib/components/Dialog/{DialogTrigger.js → DialogTrigger.jsx} +4 -14
  51. package/dist/lib/components/Dialog/{index.js → index.jsx} +4 -14
  52. package/dist/lib/components/DoughnutChart/index.d.ts +2 -1
  53. package/dist/lib/components/DoughnutChart/{index.js → index.jsx} +2 -2
  54. package/dist/lib/components/DropdownMenu/{DropdonMenuRadioGroup.js → DropdonMenuRadioGroup.jsx} +6 -14
  55. package/dist/lib/components/DropdownMenu/{DropdonMenuSubContent.js → DropdonMenuSubContent.jsx} +10 -7
  56. package/dist/lib/components/DropdownMenu/{DropdownMenuCheckboxItem.js → DropdownMenuCheckboxItem.jsx} +7 -14
  57. package/dist/lib/components/DropdownMenu/{DropdownMenuContent.js → DropdownMenuContent.jsx} +6 -3
  58. package/dist/lib/components/DropdownMenu/{DropdownMenuItem.js → DropdownMenuItem.jsx} +5 -3
  59. package/dist/lib/components/DropdownMenu/{DropdownMenuItemIndicator.js → DropdownMenuItemIndicator.jsx} +4 -3
  60. package/dist/lib/components/DropdownMenu/{DropdownMenuLable.js → DropdownMenuLable.jsx} +4 -3
  61. package/dist/lib/components/DropdownMenu/{DropdownMenuRadioItem.js → DropdownMenuRadioItem.jsx} +7 -14
  62. package/dist/lib/components/DropdownMenu/{DropdownMenuSeparator.js → DropdownMenuSeparator.jsx} +2 -14
  63. package/dist/lib/components/DropdownMenu/{DropdownMenuSub.js → DropdownMenuSub.jsx} +2 -14
  64. package/dist/lib/components/DropdownMenu/{DropdownMenuSubTrigger.js → DropdownMenuSubTrigger.jsx} +7 -14
  65. package/dist/lib/components/DropdownMenu/{DropdownMenuTrigger.js → DropdownMenuTrigger.jsx} +4 -14
  66. package/dist/lib/components/DropdownMenu/{index.js → index.jsx} +2 -14
  67. package/dist/lib/components/HoverCard/{HoverCardContent.js → HoverCardContent.jsx} +4 -3
  68. package/dist/lib/components/HoverCard/{HoverCardTrigger.js → HoverCardTrigger.jsx} +4 -14
  69. package/dist/lib/components/HoverCard/{index.js → index.jsx} +4 -14
  70. package/dist/lib/components/IconButton/{index.js → index.jsx} +3 -2
  71. package/dist/lib/components/Inset/{index.js → index.jsx} +6 -3
  72. package/dist/lib/components/Label/{index.js → index.jsx} +3 -2
  73. package/dist/lib/components/Menubar/{MenubarCheckboxItem.js → MenubarCheckboxItem.jsx} +7 -14
  74. package/dist/lib/components/Menubar/{MenubarContent.js → MenubarContent.jsx} +10 -7
  75. package/dist/lib/components/Menubar/{MenubarItem.js → MenubarItem.jsx} +5 -3
  76. package/dist/lib/components/Menubar/{MenubarItemIndicator.js → MenubarItemIndicator.jsx} +4 -3
  77. package/dist/lib/components/Menubar/{MenubarMenu.js → MenubarMenu.jsx} +2 -14
  78. package/dist/lib/components/Menubar/{MenubarRadioGroup.js → MenubarRadioGroup.jsx} +6 -14
  79. package/dist/lib/components/Menubar/{MenubarRadioItem.js → MenubarRadioItem.jsx} +7 -14
  80. package/dist/lib/components/Menubar/{MenubarSeparator.js → MenubarSeparator.jsx} +4 -14
  81. package/dist/lib/components/Menubar/{MenubarSub.js → MenubarSub.jsx} +2 -14
  82. package/dist/lib/components/Menubar/{MenubarSubContent.js → MenubarSubContent.jsx} +5 -4
  83. package/dist/lib/components/Menubar/{MenubarSubTrigger.js → MenubarSubTrigger.jsx} +7 -14
  84. package/dist/lib/components/Menubar/{MenubarTrigger.js → MenubarTrigger.jsx} +4 -3
  85. package/dist/lib/components/Menubar/{index.js → index.jsx} +6 -3
  86. package/dist/lib/components/NavigationMenu/{NavigationMenuContent.js → NavigationMenuContent.jsx} +4 -3
  87. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
  88. package/dist/lib/components/NavigationMenu/{NavigationMenuItem.js → NavigationMenuItem.jsx} +4 -14
  89. package/dist/lib/components/NavigationMenu/{NavigationMenuLink.js → NavigationMenuLink.jsx} +4 -3
  90. package/dist/lib/components/NavigationMenu/{NavigationMenuList.js → NavigationMenuList.jsx} +5 -3
  91. package/dist/lib/components/NavigationMenu/{NavigationMenuTrigger.js → NavigationMenuTrigger.jsx} +5 -3
  92. package/dist/lib/components/NavigationMenu/{NavigationMenuViewport.js → NavigationMenuViewport.jsx} +4 -3
  93. package/dist/lib/components/NavigationMenu/{index.js → index.jsx} +6 -14
  94. package/dist/lib/components/PieChart/index.d.ts +2 -1
  95. package/dist/lib/components/PieChart/{index.js → index.jsx} +2 -2
  96. package/dist/lib/components/Popover/{PopoverClose.js → PopoverClose.jsx} +4 -14
  97. package/dist/lib/components/Popover/{PopoverContent.js → PopoverContent.jsx} +4 -3
  98. package/dist/lib/components/Popover/{PopoverTrigger.js → PopoverTrigger.jsx} +4 -14
  99. package/dist/lib/components/Popover/{index.js → index.jsx} +4 -14
  100. package/dist/lib/components/Progress/{index.js → index.jsx} +4 -3
  101. package/dist/lib/components/RadarChart/index.d.ts +2 -1
  102. package/dist/lib/components/RadarChart/{index.js → index.jsx} +2 -2
  103. package/dist/lib/components/Radio/{index.js → index.jsx} +8 -13
  104. package/dist/lib/components/RadioCards/{RadioCardsItem.js → RadioCardsItem.jsx} +4 -14
  105. package/dist/lib/components/RadioCards/{index.js → index.jsx} +6 -3
  106. package/dist/lib/components/RadioGroup/{RadioGroupItem.js → RadioGroupItem.jsx} +4 -14
  107. package/dist/lib/components/RadioGroup/{index.js → index.jsx} +6 -14
  108. package/dist/lib/components/ScrollArea/{index.js → index.jsx} +6 -14
  109. package/dist/lib/components/SegmentedControl/{SegmentedControlItem.js → SegmentedControlItem.jsx} +4 -14
  110. package/dist/lib/components/SegmentedControl/{index.js → index.jsx} +5 -2
  111. package/dist/lib/components/Select/{index.js → index.jsx} +25 -8
  112. package/dist/lib/components/Separator/{index.js → index.jsx} +5 -2
  113. package/dist/lib/components/Skeleton/{index.js → index.jsx} +5 -2
  114. package/dist/lib/components/Slider/{index.js → index.jsx} +3 -2
  115. package/dist/lib/components/Spinner/{index.js → index.jsx} +5 -2
  116. package/dist/lib/components/TabNav/{index.js → index.jsx} +8 -14
  117. package/dist/lib/components/Table/{index.js → index.jsx} +23 -8
  118. package/dist/lib/components/Tabs/{index.js → index.jsx} +14 -5
  119. package/dist/lib/components/TextArea/{index.js → index.jsx} +3 -2
  120. package/dist/lib/components/TextField/{index.js → index.jsx} +8 -3
  121. package/dist/lib/components/Toast/{ToastActionButton.js → ToastActionButton.jsx} +4 -3
  122. package/dist/lib/components/Toast/{ToastDescription.js → ToastDescription.jsx} +6 -14
  123. package/dist/lib/components/Toast/{ToastTitle.js → ToastTitle.jsx} +4 -14
  124. package/dist/lib/components/Toast/{index.js → index.jsx} +9 -3
  125. package/dist/lib/components/Toggle/{ToggleWithText.js → ToggleWithText.jsx} +6 -4
  126. package/dist/lib/components/Toggle/{index.js → index.jsx} +4 -3
  127. package/dist/lib/components/ToggleGroup/{index.js → index.jsx} +6 -3
  128. package/dist/lib/components/ToggleGroup/{toggleGroupItem.js → toggleGroupItem.jsx} +4 -14
  129. package/dist/lib/components/ToggleSwitch/{index.js → index.jsx} +6 -2
  130. package/dist/lib/components/Tooltip/index.d.ts +1 -1
  131. package/dist/lib/components/Tooltip/{index.js → index.jsx} +11 -2
  132. package/dist/styles.css +32748 -0
  133. package/package.json +130 -129
  134. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
package/package.json CHANGED
@@ -1,129 +1,130 @@
1
- {
2
- "name": "@lotte-innovate/ui-component-test",
3
- "description": "Lotte UI Library",
4
- "version": "0.1.2",
5
- "private": false,
6
- "type": "module",
7
- "files": [
8
- "dist/lib",
9
- "dist/tailwind.config.d.ts",
10
- "dist/tailwind.config.js"
11
- ],
12
- "main": "dist/lib/index.js",
13
- "module": "dist/lib/index.js",
14
- "types": "dist/lib/index.d.ts",
15
- "publishConfig": {
16
- "access": "public"
17
- },
18
- "browser": "./browser/specific/main.js",
19
- "babel": {
20
- "presets": [
21
- "@babel/preset-react",
22
- "@babel/preset-env"
23
- ]
24
- },
25
- "browserslist": {
26
- "production": [
27
- ">0.2%",
28
- "not dead",
29
- "not op_mini all"
30
- ],
31
- "development": [
32
- "last 1 chrome version",
33
- "last 1 firefox version",
34
- "last 1 safari version"
35
- ]
36
- },
37
- "scripts": {
38
- "dev": "next dev",
39
- "build": "next build && tsc",
40
- "prepare": "next build",
41
- "start": "next start",
42
- "lint": "next lint",
43
- "storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
44
- "build-storybook": "storybook build",
45
- "move-files": "move dist/src/lib dist/lib && rimraf dist/src",
46
- "build:css": "npx tailwindcss -i src/app/globals.css -o dist/globals.css",
47
- "publish:npm": "rimraf dist && mkdir dist && tsc && npm run move && npm run build:css && tsc-alias && node update-tailwind-import.js",
48
- "move:unix": "mv dist/src/lib dist/lib && rimraf dist/src",
49
- "move:win": "move dist/src/lib dist/lib && rimraf dist/src",
50
- "move": "cross-env-shell 'if [ \"$OS\" = \"Windows_NT\" ]; then npm run move:win; else npm run move:unix; fi'",
51
- "chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
52
- },
53
- "dependencies": {
54
- "@babel/runtime": "^7.24.7",
55
- "@babel/runtime-corejs3": "^7.24.7",
56
- "@lotte-innovate/ui-component-test": "^0.0.30",
57
- "@radix-ui/colors": "^3.0.0",
58
- "@radix-ui/react-accordion": "^1.2.0",
59
- "@radix-ui/react-checkbox": "^1.0.4",
60
- "@radix-ui/react-dialog": "^1.1.1",
61
- "@radix-ui/react-dropdown-menu": "^2.1.1",
62
- "@radix-ui/react-hover-card": "^1.1.1",
63
- "@radix-ui/react-icons": "^1.3.0",
64
- "@radix-ui/react-label": "^2.1.0",
65
- "@radix-ui/react-menubar": "^1.1.1",
66
- "@radix-ui/react-navigation-menu": "^1.2.0",
67
- "@radix-ui/react-popover": "1.0.7",
68
- "@radix-ui/react-radio-group": "^1.1.3",
69
- "@radix-ui/react-select": "^2.1.1",
70
- "@radix-ui/react-separator": "^1.1.0",
71
- "@radix-ui/react-slider": "^1.2.0",
72
- "@radix-ui/react-switch": "^1.1.0",
73
- "@radix-ui/react-tabs": "^1.1.0",
74
- "@radix-ui/react-toast": "^1.2.1",
75
- "@radix-ui/react-tooltip": "^1.1.1",
76
- "@radix-ui/themes": "^3.1.1",
77
- "@stitches/core": "^1.2.8",
78
- "@stitches/react": "^1.2.8",
79
- "@storybook/addon-a11y": "^8.0.10",
80
- "@storybook/addons": "^7.6.17",
81
- "chart.js": "^4.4.4",
82
- "chartjs-plugin-datalabels": "^2.2.0",
83
- "class-variance-authority": "^0.7.0",
84
- "clsx": "^2.1.0",
85
- "cross-env": "^7.0.3",
86
- "dotenv": "^16.4.5",
87
- "lucide-react": "^0.364.0",
88
- "next": "14.1.4",
89
- "react": "^18",
90
- "react-chartjs-2": "^5.2.0",
91
- "react-dom": "^18",
92
- "react-tabs": "^6.0.2",
93
- "storybook-addon-deep-controls": "^0.7.1",
94
- "storybook-dark-mode": "^4.0.2",
95
- "tailwind-merge": "^2.2.2"
96
- },
97
- "devDependencies": {
98
- "@babel/cli": "^7.24.7",
99
- "@babel/core": "^7.24.7",
100
- "@babel/plugin-transform-runtime": "^7.24.7",
101
- "@babel/preset-env": "^7.25.4",
102
- "@babel/preset-react": "^7.24.7",
103
- "@babel/preset-typescript": "^7.24.7",
104
- "@chromatic-com/storybook": "^1.2.25",
105
- "@storybook/addon-essentials": "^8.0.4",
106
- "@storybook/addon-interactions": "^8.0.4",
107
- "@storybook/addon-links": "^8.0.4",
108
- "@storybook/addon-styling-webpack": "^1.0.0",
109
- "@storybook/blocks": "^8.0.4",
110
- "@storybook/nextjs": "^8.0.4",
111
- "@storybook/react": "^8.0.4",
112
- "@storybook/test": "^8.0.4",
113
- "@storybook/theming": "^8.2.4",
114
- "@types/node": "^20",
115
- "@types/react": "^18",
116
- "@types/react-dom": "^18",
117
- "autoprefixer": "^10.0.1",
118
- "chromatic": "^11.5.4",
119
- "eslint": "^8",
120
- "eslint-config-next": "14.1.4",
121
- "eslint-plugin-storybook": "^0.8.0",
122
- "postcss": "^8",
123
- "rimraf": "^6.0.1",
124
- "storybook": "^8.2.6",
125
- "tailwindcss": "^3.3.0",
126
- "tsc-alias": "^1.8.10",
127
- "typescript": "^5"
128
- }
129
- }
1
+ {
2
+ "name": "@lotte-innovate/ui-component-test",
3
+ "description": "Lotte UI Library",
4
+ "version": "0.1.4",
5
+ "private": false,
6
+ "type": "module",
7
+ "files": [
8
+ "dist/lib",
9
+ "dist/tailwind.config.d.ts",
10
+ "dist/tailwind.config.js",
11
+ "dist/globals.css",
12
+ "dist/styles.css"
13
+ ],
14
+ "main": "dist/lib/index.js",
15
+ "module": "dist/lib/index.js",
16
+ "types": "dist/lib/index.d.ts",
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "browser": "./browser/specific/main.js",
21
+ "babel": {
22
+ "presets": [
23
+ "@babel/preset-react",
24
+ "@babel/preset-env"
25
+ ]
26
+ },
27
+ "browserslist": {
28
+ "production": [
29
+ ">0.2%",
30
+ "not dead",
31
+ "not op_mini all"
32
+ ],
33
+ "development": [
34
+ "last 1 chrome version",
35
+ "last 1 firefox version",
36
+ "last 1 safari version"
37
+ ]
38
+ },
39
+ "scripts": {
40
+ "dev": "next dev",
41
+ "build": "next build && tsc",
42
+ "prepare": "next build",
43
+ "start": "next start",
44
+ "lint": "next lint",
45
+ "storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
46
+ "build-storybook": "storybook build",
47
+ "build:css": "npx tailwindcss -i src/app/globals.css -i src/app/styles.css -o dist/globals.css -o dist/styles.css",
48
+ "publish:npm": "rimraf dist && mkdir dist && tsc && npm run move && npm run build:css && tsc-alias && node update-tailwind-import.js",
49
+ "move:unix": "mv dist/src/lib dist/lib && rimraf dist/src",
50
+ "move:win": "move dist/src/lib dist/lib && rimraf dist/src",
51
+ "move": "cross-env-shell 'if [ \"$OS\" = \"Windows_NT\" ]; then npm run move:win; else npm run move:unix; fi'",
52
+ "chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
53
+ },
54
+ "dependencies": {
55
+ "@babel/runtime": "^7.24.7",
56
+ "@babel/runtime-corejs3": "^7.24.7",
57
+ "@lotte-innovate/ui-component-test": "^0.0.30",
58
+ "@radix-ui/colors": "^3.0.0",
59
+ "@radix-ui/react-accordion": "^1.2.0",
60
+ "@radix-ui/react-checkbox": "^1.0.4",
61
+ "@radix-ui/react-dialog": "^1.1.1",
62
+ "@radix-ui/react-dropdown-menu": "^2.1.1",
63
+ "@radix-ui/react-hover-card": "^1.1.1",
64
+ "@radix-ui/react-icons": "^1.3.0",
65
+ "@radix-ui/react-label": "^2.1.0",
66
+ "@radix-ui/react-menubar": "^1.1.1",
67
+ "@radix-ui/react-navigation-menu": "^1.2.0",
68
+ "@radix-ui/react-popover": "1.0.7",
69
+ "@radix-ui/react-radio-group": "^1.1.3",
70
+ "@radix-ui/react-select": "^2.1.1",
71
+ "@radix-ui/react-separator": "^1.1.0",
72
+ "@radix-ui/react-slider": "^1.2.0",
73
+ "@radix-ui/react-switch": "^1.1.0",
74
+ "@radix-ui/react-tabs": "^1.1.0",
75
+ "@radix-ui/react-toast": "^1.2.1",
76
+ "@radix-ui/react-tooltip": "^1.1.1",
77
+ "@radix-ui/themes": "^3.1.1",
78
+ "@stitches/core": "^1.2.8",
79
+ "@stitches/react": "^1.2.8",
80
+ "@storybook/addon-a11y": "^8.0.10",
81
+ "@storybook/addons": "^7.6.17",
82
+ "chart.js": "^4.4.4",
83
+ "chartjs-plugin-datalabels": "^2.2.0",
84
+ "class-variance-authority": "^0.7.0",
85
+ "clsx": "^2.1.0",
86
+ "cross-env": "^7.0.3",
87
+ "dotenv": "^16.4.5",
88
+ "lucide-react": "^0.364.0",
89
+ "next": "14.1.4",
90
+ "react": "^18",
91
+ "react-chartjs-2": "^5.2.0",
92
+ "react-dom": "^18",
93
+ "react-tabs": "^6.0.2",
94
+ "storybook-addon-deep-controls": "^0.7.1",
95
+ "storybook-dark-mode": "^4.0.2",
96
+ "tailwind-merge": "^2.2.2"
97
+ },
98
+ "devDependencies": {
99
+ "@babel/cli": "^7.24.7",
100
+ "@babel/core": "^7.24.7",
101
+ "@babel/plugin-transform-runtime": "^7.24.7",
102
+ "@babel/preset-env": "^7.25.4",
103
+ "@babel/preset-react": "^7.24.7",
104
+ "@babel/preset-typescript": "^7.24.7",
105
+ "@chromatic-com/storybook": "^1.2.25",
106
+ "@storybook/addon-essentials": "^8.0.4",
107
+ "@storybook/addon-interactions": "^8.0.4",
108
+ "@storybook/addon-links": "^8.0.4",
109
+ "@storybook/addon-styling-webpack": "^1.0.0",
110
+ "@storybook/blocks": "^8.0.4",
111
+ "@storybook/nextjs": "^8.0.4",
112
+ "@storybook/react": "^8.0.4",
113
+ "@storybook/test": "^8.0.4",
114
+ "@storybook/theming": "^8.2.4",
115
+ "@types/node": "^20",
116
+ "@types/react": "^18",
117
+ "@types/react-dom": "^18",
118
+ "autoprefixer": "^10.0.1",
119
+ "chromatic": "^11.5.4",
120
+ "eslint": "^8",
121
+ "eslint-config-next": "14.1.4",
122
+ "eslint-plugin-storybook": "^0.8.0",
123
+ "postcss": "^8",
124
+ "rimraf": "^6.0.1",
125
+ "storybook": "^8.2.6",
126
+ "tailwindcss": "^3.3.0",
127
+ "tsc-alias": "^1.8.10",
128
+ "typescript": "^5"
129
+ }
130
+ }
@@ -1,31 +0,0 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
25
- import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
26
- import { cn } from '../../../lib/utils/utils';
27
- export var NavigationMenuIndicator = forwardRef(function (_a, ref) {
28
- var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
29
- return (_jsxs(NavigationMenuPrimitive.Indicator, __assign({ ref: ref, className: "flex z-[1] top-full h-[10px] items-end justify-center overflow-hidden\n data-[state=visible]:animate-fadeIn data-[state=hidden]:animate-fadeOut \n transition-[width,transform_250ms_ease]" }, props, { children: [_jsx("div", { className: cn("relative top-[70%] h-[10px] w-[10px] rotate-[45deg] rounded-tl-[2px] \n bg-white dark:bg-slateDark-2 shadow-slate-4 shadow dark:shadow-slateDark-4", className) }), children] })));
30
- });
31
- NavigationMenuIndicator.displayName = 'NavigationMenuIndicator';