@clikvn/showroom-visualizer 0.3.1-hotfix-dev03 → 0.3.2-dev-01

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@clikvn/showroom-visualizer",
3
3
  "description": "Showroom Visualizer",
4
- "version": "0.3.1-hotfix-dev03",
4
+ "version": "0.3.2-dev-01",
5
5
  "author": "Clik JSC",
6
6
  "license": "ISC",
7
7
  "type": "module",
package/rollup.config.js CHANGED
@@ -249,19 +249,6 @@ const indexConfig = {
249
249
  exclude: 'node_modules/**',
250
250
  extensions,
251
251
  }),
252
- copy({
253
- targets: [
254
- {
255
- src: [
256
- 'src/assets/fonts/icomoon.woff',
257
- 'src/assets/fonts/icomoon.ttf',
258
- 'src/assets/fonts/icomoon.svg',
259
- 'src/assets/fonts/icomoon.eot',
260
- ],
261
- dest: 'fonts',
262
- },
263
- ],
264
- }),
265
252
  replace({
266
253
  'process.env.NODE_ENV': JSON.stringify(
267
254
  isDev ? 'development' : 'production'
@@ -348,20 +335,6 @@ const browserConfig = {
348
335
  terser({
349
336
  format: { comments: false },
350
337
  }),
351
-
352
- copy({
353
- targets: [
354
- {
355
- src: [
356
- 'src/assets/fonts/icomoon.woff',
357
- 'src/assets/fonts/icomoon.ttf',
358
- 'src/assets/fonts/icomoon.svg',
359
- 'src/assets/fonts/icomoon.eot',
360
- ],
361
- dest: 'fonts',
362
- },
363
- ],
364
- }),
365
338
  ].filter(Boolean),
366
339
  };
367
340
 
@@ -1,21 +0,0 @@
1
- import React, { ReactNode, ComponentType } from 'react';
2
- import { SwizzleConfig, SwizzlePath } from '../types/swizzle';
3
- type SwizzleContextType = {
4
- swizzle: SwizzleConfig;
5
- getSwizzledComponent: <T = unknown>(path: SwizzlePath, defaultComponent: ComponentType<T>) => ComponentType<T>;
6
- };
7
- /**
8
- * Hook để access swizzle configuration
9
- */
10
- export declare const useSwizzle: () => SwizzleContextType;
11
- type Props = {
12
- swizzle?: SwizzleConfig;
13
- children: ReactNode;
14
- };
15
- /**
16
- * SwizzleProvider - Wrap app với provider này để enable component swizzling
17
- * Giống như Docusaurus swizzle pattern
18
- */
19
- export declare const SwizzleProvider: React.FC<Props>;
20
- export {};
21
- //# sourceMappingURL=SwizzleContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SwizzleContext.d.ts","sourceRoot":"","sources":["../../src/context/SwizzleContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAGZ,SAAS,EACT,aAAa,EAGd,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAQ9D,KAAK,kBAAkB,GAAG;IACxB,OAAO,EAAE,aAAa,CAAC;IACvB,oBAAoB,EAAE,CAAC,CAAC,GAAG,OAAO,EAChC,IAAI,EAAE,WAAW,EACjB,gBAAgB,EAAE,aAAa,CAAC,CAAC,CAAC,KAC/B,aAAa,CAAC,CAAC,CAAC,CAAC;CACvB,CAAC;AAOF;;GAEG;AACH,eAAO,MAAM,UAAU,0BAAmC,CAAC;AAE3D,KAAK,KAAK,GAAG;IACX,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAkG3C,CAAC"}
Binary file