@aakaar/global 0.0.9 → 0.0.11

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aakaar/global@0.0.9 build /Users/navjotahuja/Projects/aakaar/packages/global
3
+ > @aakaar/global@0.0.11 build /Users/navjotahuja/Projects/aakaar/packages/global
4
4
  > tsup src/index.ts
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -8,5 +8,5 @@
8
8
  CLI tsup v8.5.0
9
9
  CLI Target: es2022
10
10
  CJS Build start
11
- CJS dist/index.js 2.02 KB
12
- CJS ⚡️ Build success in 22ms
11
+ CJS dist/index.js 1.98 KB
12
+ CJS ⚡️ Build success in 35ms
package/dist/index.js CHANGED
@@ -43,7 +43,6 @@ var AakaarComponent = /* @__PURE__ */ ((AakaarComponent2) => {
43
43
  AakaarComponent2["switch"] = "switch";
44
44
  AakaarComponent2["tabs"] = "tabs";
45
45
  AakaarComponent2["textarea"] = "textarea";
46
- AakaarComponent2["toast"] = "toast";
47
46
  AakaarComponent2["tooltip"] = "tooltip";
48
47
  return AakaarComponent2;
49
48
  })(AakaarComponent || {});
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@aakaar/global",
4
- "version": "0.0.9",
4
+ "version": "0.0.11",
5
5
  "exports": {
6
6
  ".": "./src/index.ts"
7
7
  },
package/src/index.ts CHANGED
@@ -34,7 +34,6 @@ export enum AakaarComponent {
34
34
  switch = "switch",
35
35
  tabs = "tabs",
36
36
  textarea = "textarea",
37
- toast = "toast",
38
37
  tooltip = "tooltip",
39
38
  }
40
39