utruckin-icons 1.2.0 → 1.4.0
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/index.d.ts +0 -1
- package/dist/index.esm.js +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -298,7 +298,6 @@ export declare const Brush03: any;
|
|
|
298
298
|
export declare const CircleCut: any;
|
|
299
299
|
export declare const CodeSnippet01: any;
|
|
300
300
|
export declare const CodeSnippet02: any;
|
|
301
|
-
export declare const Colors: any;
|
|
302
301
|
export declare const Command: any;
|
|
303
302
|
export declare const Contrast01: any;
|
|
304
303
|
export declare const Contrast02: any;
|
package/dist/index.esm.js
CHANGED
|
@@ -298,7 +298,6 @@ export { default as Brush03 } from './Brush03.vue';
|
|
|
298
298
|
export { default as CircleCut } from './CircleCut.vue';
|
|
299
299
|
export { default as CodeSnippet01 } from './CodeSnippet01.vue';
|
|
300
300
|
export { default as CodeSnippet02 } from './CodeSnippet02.vue';
|
|
301
|
-
export { default as Colors } from './Colors.vue';
|
|
302
301
|
export { default as Command } from './Command.vue';
|
|
303
302
|
export { default as Contrast01 } from './Contrast01.vue';
|
|
304
303
|
export { default as Contrast02 } from './Contrast02.vue';
|
package/dist/index.js
CHANGED
|
@@ -298,7 +298,6 @@ export { default as Brush03 } from './Brush03.vue';
|
|
|
298
298
|
export { default as CircleCut } from './CircleCut.vue';
|
|
299
299
|
export { default as CodeSnippet01 } from './CodeSnippet01.vue';
|
|
300
300
|
export { default as CodeSnippet02 } from './CodeSnippet02.vue';
|
|
301
|
-
export { default as Colors } from './Colors.vue';
|
|
302
301
|
export { default as Command } from './Command.vue';
|
|
303
302
|
export { default as Contrast01 } from './Contrast01.vue';
|
|
304
303
|
export { default as Contrast02 } from './Contrast02.vue';
|