utruckin-icons 1.2.0 → 1.3.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 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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utruckin-icons",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Vue SVG icon components for UTruckin TeleDash",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",