@royaltics/ui 1.3.11 → 1.3.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.
@@ -1,2 +1,3 @@
1
1
  export * from '@heroicons/react/24/solid';
2
+ export { BellIcon as BellIconOutline, CurrencyDollarIcon as CurrencyDollarIconOutline, PowerIcon as PowerIconOutline, ArchiveBoxIcon as ArchiveBoxIconOutline, BellAlertIcon as BellAlertIconOutline, BellSnoozeIcon as BellSnoozeIconOutline, } from '@heroicons/react/24/outline';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EACH,QAAQ,IAAI,eAAe,EAC3B,kBAAkB,IAAI,yBAAyB,EAC/C,SAAS,IAAI,gBAAgB,EAC7B,cAAc,IAAI,qBAAqB,EACvC,aAAa,IAAI,oBAAoB,EACrC,cAAc,IAAI,qBAAqB,GAC1C,MAAM,6BAA6B,CAAC"}
@@ -1,3 +1,4 @@
1
1
  //Heoricons
2
2
  export * from '@heroicons/react/24/solid';
3
+ export { BellIcon as BellIconOutline, CurrencyDollarIcon as CurrencyDollarIconOutline, PowerIcon as PowerIconOutline, ArchiveBoxIcon as ArchiveBoxIconOutline, BellAlertIcon as BellAlertIconOutline, BellSnoozeIcon as BellSnoozeIconOutline, } from '@heroicons/react/24/outline';
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AAAA,WAAW;AACX,cAAc,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AAAA,WAAW;AACX,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EACH,QAAQ,IAAI,eAAe,EAC3B,kBAAkB,IAAI,yBAAyB,EAC/C,SAAS,IAAI,gBAAgB,EAC7B,cAAc,IAAI,qBAAqB,EACvC,aAAa,IAAI,oBAAoB,EACrC,cAAc,IAAI,qBAAqB,GAC1C,MAAM,6BAA6B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaltics/ui",
3
- "version": "1.3.11",
3
+ "version": "1.3.12",
4
4
  "private": false,
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",