@crystaldesign/widget-library 25.10.0 → 25.10.1-rc.1
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/build/esm/index.js
CHANGED
|
@@ -586,8 +586,9 @@ function useProductData(_ref) {
|
|
|
586
586
|
});
|
|
587
587
|
case 3:
|
|
588
588
|
products = _context6.sent;
|
|
589
|
+
setProductVariants(products.data);
|
|
589
590
|
return _context6.abrupt("return", products);
|
|
590
|
-
case
|
|
591
|
+
case 6:
|
|
591
592
|
case "end":
|
|
592
593
|
return _context6.stop();
|
|
593
594
|
}
|
|
@@ -626,8 +627,9 @@ function useProductData(_ref) {
|
|
|
626
627
|
});
|
|
627
628
|
case 4:
|
|
628
629
|
product = _context7.sent;
|
|
630
|
+
setProductVariants(product.data);
|
|
629
631
|
return _context7.abrupt("return", product);
|
|
630
|
-
case
|
|
632
|
+
case 7:
|
|
631
633
|
case "end":
|
|
632
634
|
return _context7.stop();
|
|
633
635
|
}
|
|
@@ -658,8 +660,9 @@ function useProductData(_ref) {
|
|
|
658
660
|
});
|
|
659
661
|
case 2:
|
|
660
662
|
products = _context8.sent;
|
|
663
|
+
setProductVariants(products.data);
|
|
661
664
|
return _context8.abrupt("return", products);
|
|
662
|
-
case
|
|
665
|
+
case 5:
|
|
663
666
|
case "end":
|
|
664
667
|
return _context8.stop();
|
|
665
668
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useProductData.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/useProductData.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,WAAW,EAA0B,MAAM,0BAA0B,CAAC;AAQ1F,MAAM,WAAW,mBAAmB;IAClC,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;IAC/B,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAC;IACzB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAKD,wBAAgB,cAAc,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,UAAU,EAAE,aAAa,EAAE,gBAAgB,EAAE,EAAE,mBAAmB;;;;oCA6L1E,MAAM,EAAE,KAAG,OAAO,CAAC,GAAG,CAAC;
|
|
1
|
+
{"version":3,"file":"useProductData.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/useProductData.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,WAAW,EAA0B,MAAM,0BAA0B,CAAC;AAQ1F,MAAM,WAAW,mBAAmB;IAClC,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;IAC/B,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAC;IACzB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAKD,wBAAgB,cAAc,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,UAAU,EAAE,aAAa,EAAE,gBAAgB,EAAE,EAAE,mBAAmB;;;;oCA6L1E,MAAM,EAAE,KAAG,OAAO,CAAC,GAAG,CAAC;6CA0Bd,MAAM,cAAc,MAAM,KAAG,OAAO,CAAC,GAAG,CAAC;;sCAzF3E,MAAM;2BAoII,MAAM,QAAQ,GAAG;4CAfM,MAAM,EAAE,KAAG,OAAO,CAAC,GAAG,CAAC;EAoD7E"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/widget-library",
|
|
3
|
-
"version": "25.10.
|
|
3
|
+
"version": "25.10.1-rc.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"storybook": "storybook dev -p 6006",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"suiteName": "widget-library",
|
|
37
37
|
"outputDirectory": "./test-reports"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "7d41be6b14bce58a90f970ca570280b9c03b594a"
|
|
40
40
|
}
|