@ticket-and-go/tag-icons 0.0.10 → 0.0.14
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/src/index.d.mts +6 -0
- package/dist/src/index.d.ts +6 -0
- package/dist/src/index.js +1 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/index.mjs +1 -1
- package/dist/src/index.mjs.map +1 -1
- package/dist/src/ui/index.d.mts +6 -0
- package/dist/src/ui/index.d.ts +6 -0
- package/dist/src/ui/index.js +1 -1
- package/dist/src/ui/index.js.map +1 -1
- package/dist/src/ui/index.mjs +1 -1
- package/dist/src/ui/index.mjs.map +1 -1
- package/dist/src/ui/temp/cake.icon.d.mts +5 -0
- package/dist/src/ui/temp/cake.icon.d.ts +5 -0
- package/dist/src/ui/temp/cake.icon.js +2 -0
- package/dist/src/ui/temp/cake.icon.js.map +1 -0
- package/dist/src/ui/temp/cake.icon.mjs +2 -0
- package/dist/src/ui/temp/cake.icon.mjs.map +1 -0
- package/dist/src/ui/temp/comedy.icon.d.mts +5 -0
- package/dist/src/ui/temp/comedy.icon.d.ts +5 -0
- package/dist/src/ui/temp/comedy.icon.js +2 -0
- package/dist/src/ui/temp/comedy.icon.js.map +1 -0
- package/dist/src/ui/temp/comedy.icon.mjs +2 -0
- package/dist/src/ui/temp/comedy.icon.mjs.map +1 -0
- package/dist/src/ui/temp/mic.icon.d.mts +5 -0
- package/dist/src/ui/temp/mic.icon.d.ts +5 -0
- package/dist/src/ui/temp/mic.icon.js +2 -0
- package/dist/src/ui/temp/mic.icon.js.map +1 -0
- package/dist/src/ui/temp/mic.icon.mjs +2 -0
- package/dist/src/ui/temp/mic.icon.mjs.map +1 -0
- package/dist/src/ui/temp/music.icon.d.mts +5 -0
- package/dist/src/ui/temp/music.icon.d.ts +5 -0
- package/dist/src/ui/temp/music.icon.js +2 -0
- package/dist/src/ui/temp/music.icon.js.map +1 -0
- package/dist/src/ui/temp/music.icon.mjs +2 -0
- package/dist/src/ui/temp/music.icon.mjs.map +1 -0
- package/dist/src/ui/temp/theater.icon.d.mts +5 -0
- package/dist/src/ui/temp/theater.icon.d.ts +5 -0
- package/dist/src/ui/temp/theater.icon.js +2 -0
- package/dist/src/ui/temp/theater.icon.js.map +1 -0
- package/dist/src/ui/temp/theater.icon.mjs +2 -0
- package/dist/src/ui/temp/theater.icon.mjs.map +1 -0
- package/dist/src/ui/temp/trophy.icon.d.mts +5 -0
- package/dist/src/ui/temp/trophy.icon.d.ts +5 -0
- package/dist/src/ui/temp/trophy.icon.js +2 -0
- package/dist/src/ui/temp/trophy.icon.js.map +1 -0
- package/dist/src/ui/temp/trophy.icon.mjs +2 -0
- package/dist/src/ui/temp/trophy.icon.mjs.map +1 -0
- package/package.json +1 -1
package/dist/src/index.d.mts
CHANGED
|
@@ -291,4 +291,10 @@ export { ResizeRightIcon } from './ui/cursor/resize-right.icon.mjs';
|
|
|
291
291
|
export { ResizeUpDownIcon } from './ui/cursor/resize-up-down.icon.mjs';
|
|
292
292
|
export { ResizeLeftRightIcon } from './ui/cursor/resize-left-right.icon.mjs';
|
|
293
293
|
export { IbeamIcon } from './ui/cursor/ibeam.icon.mjs';
|
|
294
|
+
export { CakeIcon } from './ui/temp/cake.icon.mjs';
|
|
295
|
+
export { TheaterIcon } from './ui/temp/theater.icon.mjs';
|
|
296
|
+
export { ComedyIcon } from './ui/temp/comedy.icon.mjs';
|
|
297
|
+
export { TrophyIcon } from './ui/temp/trophy.icon.mjs';
|
|
298
|
+
export { MicIcon } from './ui/temp/mic.icon.mjs';
|
|
299
|
+
export { MusicIcon } from './ui/temp/music.icon.mjs';
|
|
294
300
|
import 'react/jsx-runtime';
|
package/dist/src/index.d.ts
CHANGED
|
@@ -291,4 +291,10 @@ export { ResizeRightIcon } from './ui/cursor/resize-right.icon.js';
|
|
|
291
291
|
export { ResizeUpDownIcon } from './ui/cursor/resize-up-down.icon.js';
|
|
292
292
|
export { ResizeLeftRightIcon } from './ui/cursor/resize-left-right.icon.js';
|
|
293
293
|
export { IbeamIcon } from './ui/cursor/ibeam.icon.js';
|
|
294
|
+
export { CakeIcon } from './ui/temp/cake.icon.js';
|
|
295
|
+
export { TheaterIcon } from './ui/temp/theater.icon.js';
|
|
296
|
+
export { ComedyIcon } from './ui/temp/comedy.icon.js';
|
|
297
|
+
export { TrophyIcon } from './ui/temp/trophy.icon.js';
|
|
298
|
+
export { MicIcon } from './ui/temp/mic.icon.js';
|
|
299
|
+
export { MusicIcon } from './ui/temp/music.icon.js';
|
|
294
300
|
import 'react/jsx-runtime';
|