@orchidui/dashboard 1.8.1-86 → 1.8.1-88

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.
@@ -212,5 +212,5 @@ const IA = /* @__PURE__ */ n(_, [["render", AA]]), HA = { class: "relative group
212
212
  }
213
213
  };
214
214
  export {
215
- xA as _
215
+ xA as Card
216
216
  };
package/dist/index.js CHANGED
@@ -9,7 +9,6 @@ import { PieChart as Ct } from "./Dashboard/Charts/PieChart/OcPieChart.js";
9
9
  import { LineChart as Ol } from "./Dashboard/Charts/LineChart/OcLineChart.js";
10
10
  import { BarChart as Al } from "./Dashboard/Charts/BarChart/OcBarChart.js";
11
11
  import { BarRaceChart as Nl } from "./Dashboard/Charts/BarRaceChart/OcBarRaceChart.js";
12
- import { _ as Xl } from "./OcCard-BpqC7suH.js";
13
12
  const It = { key: 1 }, Vt = {
14
13
  __name: "OcColorPicker",
15
14
  props: {
@@ -1840,7 +1839,6 @@ const It = { key: 1 }, Vt = {
1840
1839
  export {
1841
1840
  Al as BarChart,
1842
1841
  Nl as BarRaceChart,
1843
- Xl as Card,
1844
1842
  Ml as CodeBlock,
1845
1843
  Vt as ColorPicker,
1846
1844
  xl as ColorPickerPopup,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orchidui/dashboard",
3
3
  "description": "Orchid Dashboard UI , Dashboard Ui Library Vue 3 tailwind css",
4
- "version": "1.8.1-86",
4
+ "version": "1.8.1-88",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "vite build"
@@ -19,6 +19,9 @@
19
19
  ".": {
20
20
  "import": "./dist/index.js"
21
21
  },
22
+ "./OcCard": {
23
+ "import": "./dist/OcCard.js"
24
+ },
22
25
  "./dist/style.css": {
23
26
  "import": "./dist/style.css",
24
27
  "require": "./dist/style.css"
@@ -1,4 +0,0 @@
1
- import { _ as o } from "../../OcCard-BpqC7suH.js";
2
- export {
3
- o as Card
4
- };