@sendoutcards/quantum-design-ui 1.7.21 → 1.7.22-beta.3
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/CHANGELOG.md +52 -0
- package/dist/index.es.js +33 -127
- package/dist/src/molecules/drawer/drawer.d.ts +0 -1
- package/dist/src/molecules/drawer/styles.d.ts +1 -1
- package/dist/src/organisms/releaseNoteDialog/releaseNoteDialog.d.ts +3 -2
- package/dist/src/theme/theming/entities.d.ts +0 -20
- package/package.json +4 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [1.7.22-beta.3](https://github.com/SendOutCards/quantum-design-system/compare/@sendoutcards/quantum-design-ui@1.7.22-beta.2...@sendoutcards/quantum-design-ui@1.7.22-beta.3) (2021-12-14)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* change import ([3e23b70](https://github.com/SendOutCards/quantum-design-system/commit/3e23b70c065ba8907c78f3827f466216e8ba70de))
|
|
12
|
+
* merge conflicts ([705254b](https://github.com/SendOutCards/quantum-design-system/commit/705254bb3eb6924970859ec3c2975f533776c063))
|
|
13
|
+
* update scripts ([e1c7d4b](https://github.com/SendOutCards/quantum-design-system/commit/e1c7d4bbc0ee4c1fe7a85c68bd7b444354d950ab))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [1.7.22-beta.2](https://github.com/SendOutCards/quantum-design-system/compare/@sendoutcards/quantum-design-ui@1.7.22-beta.1...@sendoutcards/quantum-design-ui@1.7.22-beta.2) (2021-12-14)
|
|
20
|
+
|
|
21
|
+
**Note:** Version bump only for package @sendoutcards/quantum-design-ui
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [1.7.22-beta.1](https://github.com/SendOutCards/quantum-design-system/compare/@sendoutcards/quantum-design-ui@1.7.22-beta.0...@sendoutcards/quantum-design-ui@1.7.22-beta.1) (2021-12-14)
|
|
28
|
+
|
|
29
|
+
**Note:** Version bump only for package @sendoutcards/quantum-design-ui
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## [1.7.22-beta.0](https://github.com/SendOutCards/quantum-design-system/compare/@sendoutcards/quantum-design-ui@1.7.22-alpha.1...@sendoutcards/quantum-design-ui@1.7.22-beta.0) (2021-12-14)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* exports ([#558](https://github.com/SendOutCards/quantum-design-system/issues/558)) ([f6912c4](https://github.com/SendOutCards/quantum-design-system/commit/f6912c484f1865c7714d4423f3e28b1c421fee88))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [1.7.22-alpha.1](https://github.com/SendOutCards/quantum-design-system/compare/@sendoutcards/quantum-design-ui@1.7.22-alpha.0...@sendoutcards/quantum-design-ui@1.7.22-alpha.1) (2021-12-14)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Bug Fixes
|
|
50
|
+
|
|
51
|
+
* remove old test logic ([8c08478](https://github.com/SendOutCards/quantum-design-system/commit/8c0847845c48b9361909acbb2c5966d13b11004f))
|
|
52
|
+
* swapped some stuff ([#556](https://github.com/SendOutCards/quantum-design-system/issues/556)) ([8511924](https://github.com/SendOutCards/quantum-design-system/commit/85119240bf7bdf44c11ca6e4a0a4e1dce4f9e230))
|
package/dist/index.es.js
CHANGED
|
@@ -819,17 +819,7 @@ var drawer$8 = {
|
|
|
819
819
|
bottomDirectionShadow: concepts$8.shadows.generate('mediumLight', Color$1(concepts$8.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
820
820
|
hoverBoxShadow: concepts$8.shadows.mediumDark,
|
|
821
821
|
hoverBottomDirectionShadow: concepts$8.shadows.generate('mediumDark', Color$1(concepts$8.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
822
|
-
defaultInset: "" + spacing$8.x1
|
|
823
|
-
tab: {
|
|
824
|
-
dark: {
|
|
825
|
-
backgroundColor: concepts$8.colors.grayScale._600,
|
|
826
|
-
arrowColor: concepts$8.colors.foreground
|
|
827
|
-
},
|
|
828
|
-
light: {
|
|
829
|
-
backgroundColor: concepts$8.colors.foreground,
|
|
830
|
-
arrowColor: icons$9.colors.default
|
|
831
|
-
}
|
|
832
|
-
}
|
|
822
|
+
defaultInset: "" + spacing$8.x1
|
|
833
823
|
};
|
|
834
824
|
var navigation$8 = {
|
|
835
825
|
backgroundColor: concepts$8.colors.foreground,
|
|
@@ -1576,17 +1566,7 @@ var drawer$7 = {
|
|
|
1576
1566
|
bottomDirectionShadow: concepts$7.shadows.generate('mediumLight', Color$1(concepts$7.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
1577
1567
|
hoverBoxShadow: concepts$7.shadows.mediumDark,
|
|
1578
1568
|
hoverBottomDirectionShadow: concepts$7.shadows.generate('mediumDark', Color$1(concepts$7.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
1579
|
-
defaultInset: "" + spacing$7.x1
|
|
1580
|
-
tab: {
|
|
1581
|
-
dark: {
|
|
1582
|
-
backgroundColor: concepts$7.colors.grayScale._600,
|
|
1583
|
-
arrowColor: concepts$7.colors.foreground
|
|
1584
|
-
},
|
|
1585
|
-
light: {
|
|
1586
|
-
backgroundColor: concepts$7.colors.foreground,
|
|
1587
|
-
arrowColor: icons$7.colors.default
|
|
1588
|
-
}
|
|
1589
|
-
}
|
|
1569
|
+
defaultInset: "" + spacing$7.x1
|
|
1590
1570
|
};
|
|
1591
1571
|
var sheet$7 = {
|
|
1592
1572
|
mobileBorderRadius: concepts$7.radius.large,
|
|
@@ -2278,17 +2258,7 @@ var drawer$6 = {
|
|
|
2278
2258
|
bottomDirectionShadow: concepts$6.shadows.generate('mediumLight', Color$1(concepts$6.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
2279
2259
|
hoverBoxShadow: concepts$6.shadows.mediumDark,
|
|
2280
2260
|
hoverBottomDirectionShadow: concepts$6.shadows.generate('mediumDark', Color$1(concepts$6.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
2281
|
-
defaultInset: "" + spacing$6.x1
|
|
2282
|
-
tab: {
|
|
2283
|
-
dark: {
|
|
2284
|
-
backgroundColor: concepts$6.colors.grayScale._600,
|
|
2285
|
-
arrowColor: concepts$6.colors.foreground
|
|
2286
|
-
},
|
|
2287
|
-
light: {
|
|
2288
|
-
backgroundColor: concepts$6.colors.foreground,
|
|
2289
|
-
arrowColor: icons$6.colors.default
|
|
2290
|
-
}
|
|
2291
|
-
}
|
|
2261
|
+
defaultInset: "" + spacing$6.x1
|
|
2292
2262
|
};
|
|
2293
2263
|
var sheet$6 = {
|
|
2294
2264
|
mobileBorderRadius: concepts$6.radius.large,
|
|
@@ -2984,17 +2954,7 @@ var drawer$5 = {
|
|
|
2984
2954
|
bottomDirectionShadow: concepts$5.shadows.generate('mediumLight', Color$1(concepts$5.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
2985
2955
|
hoverBoxShadow: concepts$5.shadows.mediumDark,
|
|
2986
2956
|
hoverBottomDirectionShadow: concepts$5.shadows.generate('mediumDark', Color$1(concepts$5.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
2987
|
-
defaultInset: "" + spacing$5.x1
|
|
2988
|
-
tab: {
|
|
2989
|
-
dark: {
|
|
2990
|
-
backgroundColor: concepts$5.colors.grayScale._600,
|
|
2991
|
-
arrowColor: concepts$5.colors.foreground
|
|
2992
|
-
},
|
|
2993
|
-
light: {
|
|
2994
|
-
backgroundColor: concepts$5.colors.foreground,
|
|
2995
|
-
arrowColor: icons$5.colors.default
|
|
2996
|
-
}
|
|
2997
|
-
}
|
|
2957
|
+
defaultInset: "" + spacing$5.x1
|
|
2998
2958
|
};
|
|
2999
2959
|
var sheet$5 = {
|
|
3000
2960
|
mobileBorderRadius: concepts$5.radius.large,
|
|
@@ -3688,17 +3648,7 @@ var drawer$4 = {
|
|
|
3688
3648
|
bottomDirectionShadow: concepts$4.shadows.generate('mediumLight', Color$1(concepts$4.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
3689
3649
|
hoverBoxShadow: concepts$4.shadows.mediumDark,
|
|
3690
3650
|
hoverBottomDirectionShadow: concepts$4.shadows.generate('mediumDark', Color$1(concepts$4.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
3691
|
-
defaultInset: "" + spacing$4.x1
|
|
3692
|
-
tab: {
|
|
3693
|
-
dark: {
|
|
3694
|
-
backgroundColor: concepts$4.colors.grayScale._600,
|
|
3695
|
-
arrowColor: concepts$4.colors.foreground
|
|
3696
|
-
},
|
|
3697
|
-
light: {
|
|
3698
|
-
backgroundColor: concepts$4.colors.foreground,
|
|
3699
|
-
arrowColor: icons$4.colors.default
|
|
3700
|
-
}
|
|
3701
|
-
}
|
|
3651
|
+
defaultInset: "" + spacing$4.x1
|
|
3702
3652
|
};
|
|
3703
3653
|
var sheet$4 = {
|
|
3704
3654
|
mobileBorderRadius: concepts$4.radius.large,
|
|
@@ -4392,17 +4342,7 @@ var drawer$3 = {
|
|
|
4392
4342
|
bottomDirectionShadow: concepts$3.shadows.generate('mediumLight', Color$1(concepts$3.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
4393
4343
|
hoverBoxShadow: concepts$3.shadows.mediumDark,
|
|
4394
4344
|
hoverBottomDirectionShadow: concepts$3.shadows.generate('mediumDark', Color$1(concepts$3.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
4395
|
-
defaultInset: "" + spacing$3.x1
|
|
4396
|
-
tab: {
|
|
4397
|
-
dark: {
|
|
4398
|
-
backgroundColor: concepts$3.colors.grayScale._600,
|
|
4399
|
-
arrowColor: concepts$3.colors.foreground
|
|
4400
|
-
},
|
|
4401
|
-
light: {
|
|
4402
|
-
backgroundColor: concepts$3.colors.foreground,
|
|
4403
|
-
arrowColor: icons$3.colors.default
|
|
4404
|
-
}
|
|
4405
|
-
}
|
|
4345
|
+
defaultInset: "" + spacing$3.x1
|
|
4406
4346
|
};
|
|
4407
4347
|
var sheet$3 = {
|
|
4408
4348
|
mobileBorderRadius: concepts$3.radius.large,
|
|
@@ -5096,17 +5036,7 @@ var drawer$2 = {
|
|
|
5096
5036
|
bottomDirectionShadow: concepts$2.shadows.generate('mediumLight', Color$1(concepts$2.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
5097
5037
|
hoverBoxShadow: concepts$2.shadows.mediumDark,
|
|
5098
5038
|
hoverBottomDirectionShadow: concepts$2.shadows.generate('mediumDark', Color$1(concepts$2.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
5099
|
-
defaultInset: "" + spacing$2.x1
|
|
5100
|
-
tab: {
|
|
5101
|
-
dark: {
|
|
5102
|
-
backgroundColor: concepts$2.colors.grayScale._600,
|
|
5103
|
-
arrowColor: concepts$2.colors.foreground
|
|
5104
|
-
},
|
|
5105
|
-
light: {
|
|
5106
|
-
backgroundColor: concepts$2.colors.foreground,
|
|
5107
|
-
arrowColor: icons$2.colors.default
|
|
5108
|
-
}
|
|
5109
|
-
}
|
|
5039
|
+
defaultInset: "" + spacing$2.x1
|
|
5110
5040
|
};
|
|
5111
5041
|
var sheet$2 = {
|
|
5112
5042
|
mobileBorderRadius: concepts$2.radius.large,
|
|
@@ -5800,17 +5730,7 @@ var drawer$1 = {
|
|
|
5800
5730
|
bottomDirectionShadow: concepts$1.shadows.generate('mediumLight', Color$1(concepts$1.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
5801
5731
|
hoverBoxShadow: concepts$1.shadows.mediumDark,
|
|
5802
5732
|
hoverBottomDirectionShadow: concepts$1.shadows.generate('mediumDark', Color$1(concepts$1.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
5803
|
-
defaultInset: "" + spacing$1.x1
|
|
5804
|
-
tab: {
|
|
5805
|
-
dark: {
|
|
5806
|
-
backgroundColor: concepts$1.colors.grayScale._600,
|
|
5807
|
-
arrowColor: concepts$1.colors.foreground
|
|
5808
|
-
},
|
|
5809
|
-
light: {
|
|
5810
|
-
backgroundColor: concepts$1.colors.foreground,
|
|
5811
|
-
arrowColor: icons$1.colors.default
|
|
5812
|
-
}
|
|
5813
|
-
}
|
|
5733
|
+
defaultInset: "" + spacing$1.x1
|
|
5814
5734
|
};
|
|
5815
5735
|
var sheet$1 = {
|
|
5816
5736
|
mobileBorderRadius: concepts$1.radius.large,
|
|
@@ -6489,17 +6409,7 @@ var drawer = {
|
|
|
6489
6409
|
bottomDirectionShadow: concepts.shadows.generate('mediumLight', Color$1(concepts.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
6490
6410
|
hoverBoxShadow: concepts.shadows.mediumDark,
|
|
6491
6411
|
hoverBottomDirectionShadow: concepts.shadows.generate('mediumDark', Color$1(concepts.colors.defaultShadowColor).rgb().alpha(0.1).toString(), true),
|
|
6492
|
-
defaultInset: "" + spacing.x1
|
|
6493
|
-
tab: {
|
|
6494
|
-
dark: {
|
|
6495
|
-
backgroundColor: concepts.colors.grayScale._600,
|
|
6496
|
-
arrowColor: concepts.colors.foreground
|
|
6497
|
-
},
|
|
6498
|
-
light: {
|
|
6499
|
-
backgroundColor: concepts.colors.foreground,
|
|
6500
|
-
arrowColor: icons.colors.default
|
|
6501
|
-
}
|
|
6502
|
-
}
|
|
6412
|
+
defaultInset: "" + spacing.x1
|
|
6503
6413
|
};
|
|
6504
6414
|
var navigation = {
|
|
6505
6415
|
backgroundColor: concepts.colors.foreground,
|
|
@@ -11874,7 +11784,7 @@ var Aside = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
11874
11784
|
});
|
|
11875
11785
|
return jsx(motion.aside, _extends({}, props, {
|
|
11876
11786
|
ref: ref,
|
|
11877
|
-
animate:
|
|
11787
|
+
animate: props.animate,
|
|
11878
11788
|
onClick: props.onMouseEvent ? function (e) {
|
|
11879
11789
|
var _a;
|
|
11880
11790
|
|
|
@@ -12440,7 +12350,8 @@ var Portal = function (_a) {
|
|
|
12440
12350
|
return function () {
|
|
12441
12351
|
document.body.removeChild(container);
|
|
12442
12352
|
};
|
|
12443
|
-
}, [
|
|
12353
|
+
}, []); //eslint-disable-line
|
|
12354
|
+
|
|
12444
12355
|
return /*#__PURE__*/ReactDOM.createPortal(children, container);
|
|
12445
12356
|
};
|
|
12446
12357
|
|
|
@@ -14488,15 +14399,15 @@ var Loader = function (_a) {
|
|
|
14488
14399
|
}, children);
|
|
14489
14400
|
};
|
|
14490
14401
|
|
|
14491
|
-
var _emotionSourceMap2$e = process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
14402
|
+
var _emotionSourceMap2$e = process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJcUUiLCJmaWxlIjoic3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgX19tYWtlVGVtcGxhdGVPYmplY3QgfSBmcm9tIFwidHNsaWJcIjtcclxuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vY29yZSc7XHJcbmV4cG9ydCBkZWZhdWx0IHtcclxuICAgIGRyYXdlckNvbnRhaW5lcjogZnVuY3Rpb24gKGxvY2F0aW9uLCBkcmF3ZXJFbnRpdHkpIHsgcmV0dXJuIGNzcyh0ZW1wbGF0ZU9iamVjdF8xIHx8ICh0ZW1wbGF0ZU9iamVjdF8xID0gX19tYWtlVGVtcGxhdGVPYmplY3QoW1wiXFxuICAgIGRpc3BsYXk6IGZsZXg7XFxuICAgIGJhY2tncm91bmQ6IFwiLCBcIjtcXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xcbiAgICBsZWZ0OiBcIiwgXCI7XFxuICAgIHJpZ2h0OiBcIiwgXCI7XFxuICAgIHRvcDogXCIsIFwiO1xcbiAgICBib3R0b206IFwiLCBcIjtcXG4gIFwiXSwgW1wiXFxuICAgIGRpc3BsYXk6IGZsZXg7XFxuICAgIGJhY2tncm91bmQ6IFwiLCBcIjtcXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xcbiAgICBsZWZ0OiBcIiwgXCI7XFxuICAgIHJpZ2h0OiBcIiwgXCI7XFxuICAgIHRvcDogXCIsIFwiO1xcbiAgICBib3R0b206IFwiLCBcIjtcXG4gIFwiXSkpLCBkcmF3ZXJFbnRpdHkuYmFja2dyb3VuZENvbG9yLCBsb2NhdGlvbiA9PT0gJ2xlZnQnICYmIDAsIGxvY2F0aW9uID09PSAncmlnaHQnICYmIDAsIGxvY2F0aW9uID09PSAndG9wJyAmJiAwLCBsb2NhdGlvbiA9PT0gJ2JvdHRvbScgJiYgMCk7IH0sXHJcbiAgICBkcmF3ZXJUYWI6IGZ1bmN0aW9uIChsb2NhdGlvbiwgb3BlblZhbHVlLCBkcmF3ZXJFbnRpdHkpIHsgcmV0dXJuIGNzcyh0ZW1wbGF0ZU9iamVjdF8yIHx8ICh0ZW1wbGF0ZU9iamVjdF8yID0gX19tYWtlVGVtcGxhdGVPYmplY3QoW1wiXFxuICAgIGRpc3BsYXk6IGZsZXg7XFxuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xcbiAgICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XFxuICAgIGJhY2tncm91bmQ6IFwiLCBcIjtcXG4gICAgYWxpZ24tc2VsZjogY2VudGVyO1xcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XFxuICAgIGxlZnQ6IFwiLCBcIjtcXG4gICAgcmlnaHQ6IFwiLCBcIjtcXG4gICAgdG9wOiBcIiwgXCI7XFxuICAgIGJvdHRvbTogXCIsIFwiO1xcbiAgXCJdLCBbXCJcXG4gICAgZGlzcGxheTogZmxleDtcXG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XFxuICAgIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcXG4gICAgYmFja2dyb3VuZDogXCIsIFwiO1xcbiAgICBhbGlnbi1zZWxmOiBjZW50ZXI7XFxuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcXG4gICAgbGVmdDogXCIsIFwiO1xcbiAgICByaWdodDogXCIsIFwiO1xcbiAgICB0b3A6IFwiLCBcIjtcXG4gICAgYm90dG9tOiBcIiwgXCI7XFxuICBcIl0pKSwgZHJhd2VyRW50aXR5LmJhY2tncm91bmRDb2xvciwgbG9jYXRpb24gPT09ICdsZWZ0JyAmJiBvcGVuVmFsdWUgKyBcInB4XCIsIGxvY2F0aW9uID09PSAncmlnaHQnICYmIG9wZW5WYWx1ZSArIFwicHhcIiwgbG9jYXRpb24gPT09ICd0b3AnICYmIG9wZW5WYWx1ZSArIFwicHhcIiwgbG9jYXRpb24gPT09ICdib3R0b20nICYmIG9wZW5WYWx1ZSArIFwicHhcIik7IH0sXHJcbn07XHJcbnZhciB0ZW1wbGF0ZU9iamVjdF8xLCB0ZW1wbGF0ZU9iamVjdF8yO1xyXG4vLyMgc291cmNlTWFwcGluZ1VSTD1zdHlsZXMuanMubWFwIl19 */";
|
|
14492
14403
|
|
|
14493
|
-
var _emotionSourceMap$n = process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
14404
|
+
var _emotionSourceMap$n = process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHZ0UiLCJmaWxlIjoic3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgX19tYWtlVGVtcGxhdGVPYmplY3QgfSBmcm9tIFwidHNsaWJcIjtcclxuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vY29yZSc7XHJcbmV4cG9ydCBkZWZhdWx0IHtcclxuICAgIGRyYXdlckNvbnRhaW5lcjogZnVuY3Rpb24gKGxvY2F0aW9uLCBkcmF3ZXJFbnRpdHkpIHsgcmV0dXJuIGNzcyh0ZW1wbGF0ZU9iamVjdF8xIHx8ICh0ZW1wbGF0ZU9iamVjdF8xID0gX19tYWtlVGVtcGxhdGVPYmplY3QoW1wiXFxuICAgIGRpc3BsYXk6IGZsZXg7XFxuICAgIGJhY2tncm91bmQ6IFwiLCBcIjtcXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xcbiAgICBsZWZ0OiBcIiwgXCI7XFxuICAgIHJpZ2h0OiBcIiwgXCI7XFxuICAgIHRvcDogXCIsIFwiO1xcbiAgICBib3R0b206IFwiLCBcIjtcXG4gIFwiXSwgW1wiXFxuICAgIGRpc3BsYXk6IGZsZXg7XFxuICAgIGJhY2tncm91bmQ6IFwiLCBcIjtcXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xcbiAgICBsZWZ0OiBcIiwgXCI7XFxuICAgIHJpZ2h0OiBcIiwgXCI7XFxuICAgIHRvcDogXCIsIFwiO1xcbiAgICBib3R0b206IFwiLCBcIjtcXG4gIFwiXSkpLCBkcmF3ZXJFbnRpdHkuYmFja2dyb3VuZENvbG9yLCBsb2NhdGlvbiA9PT0gJ2xlZnQnICYmIDAsIGxvY2F0aW9uID09PSAncmlnaHQnICYmIDAsIGxvY2F0aW9uID09PSAndG9wJyAmJiAwLCBsb2NhdGlvbiA9PT0gJ2JvdHRvbScgJiYgMCk7IH0sXHJcbiAgICBkcmF3ZXJUYWI6IGZ1bmN0aW9uIChsb2NhdGlvbiwgb3BlblZhbHVlLCBkcmF3ZXJFbnRpdHkpIHsgcmV0dXJuIGNzcyh0ZW1wbGF0ZU9iamVjdF8yIHx8ICh0ZW1wbGF0ZU9iamVjdF8yID0gX19tYWtlVGVtcGxhdGVPYmplY3QoW1wiXFxuICAgIGRpc3BsYXk6IGZsZXg7XFxuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xcbiAgICBhbGlnbi1jb250ZW50OiBjZW50ZXI7XFxuICAgIGJhY2tncm91bmQ6IFwiLCBcIjtcXG4gICAgYWxpZ24tc2VsZjogY2VudGVyO1xcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XFxuICAgIGxlZnQ6IFwiLCBcIjtcXG4gICAgcmlnaHQ6IFwiLCBcIjtcXG4gICAgdG9wOiBcIiwgXCI7XFxuICAgIGJvdHRvbTogXCIsIFwiO1xcbiAgXCJdLCBbXCJcXG4gICAgZGlzcGxheTogZmxleDtcXG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XFxuICAgIGFsaWduLWNvbnRlbnQ6IGNlbnRlcjtcXG4gICAgYmFja2dyb3VuZDogXCIsIFwiO1xcbiAgICBhbGlnbi1zZWxmOiBjZW50ZXI7XFxuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XFxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcXG4gICAgbGVmdDogXCIsIFwiO1xcbiAgICByaWdodDogXCIsIFwiO1xcbiAgICB0b3A6IFwiLCBcIjtcXG4gICAgYm90dG9tOiBcIiwgXCI7XFxuICBcIl0pKSwgZHJhd2VyRW50aXR5LmJhY2tncm91bmRDb2xvciwgbG9jYXRpb24gPT09ICdsZWZ0JyAmJiBvcGVuVmFsdWUgKyBcInB4XCIsIGxvY2F0aW9uID09PSAncmlnaHQnICYmIG9wZW5WYWx1ZSArIFwicHhcIiwgbG9jYXRpb24gPT09ICd0b3AnICYmIG9wZW5WYWx1ZSArIFwicHhcIiwgbG9jYXRpb24gPT09ICdib3R0b20nICYmIG9wZW5WYWx1ZSArIFwicHhcIik7IH0sXHJcbn07XHJcbnZhciB0ZW1wbGF0ZU9iamVjdF8xLCB0ZW1wbGF0ZU9iamVjdF8yO1xyXG4vLyMgc291cmNlTWFwcGluZ1VSTD1zdHlsZXMuanMubWFwIl19 */";
|
|
14494
14405
|
var styles$n = {
|
|
14495
14406
|
drawerContainer: function (location, drawerEntity) {
|
|
14496
14407
|
return /*#__PURE__*/css(templateObject_1$o || (templateObject_1$o = __makeTemplateObject(["\n display: flex;\n background: ", ";\n position: absolute;\n left: ", ";\n right: ", ";\n top: ", ";\n bottom: ", ";\n " + _emotionSourceMap$n], ["\n display: flex;\n background: ", ";\n position: absolute;\n left: ", ";\n right: ", ";\n top: ", ";\n bottom: ", ";\n " + _emotionSourceMap$n])), drawerEntity.backgroundColor, location === 'left' && 0, location === 'right' && 0, location === 'top' && 0, location === 'bottom' && 0);
|
|
14497
14408
|
},
|
|
14498
|
-
drawerTab: function (location, openValue) {
|
|
14499
|
-
return /*#__PURE__*/css(templateObject_2$e || (templateObject_2$e = __makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-content: center;\n
|
|
14409
|
+
drawerTab: function (location, openValue, drawerEntity) {
|
|
14410
|
+
return /*#__PURE__*/css(templateObject_2$e || (templateObject_2$e = __makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-content: center;\n background: ", ";\n align-self: center;\n align-items: center;\n position: absolute;\n left: ", ";\n right: ", ";\n top: ", ";\n bottom: ", ";\n " + _emotionSourceMap2$e], ["\n display: flex;\n justify-content: center;\n align-content: center;\n background: ", ";\n align-self: center;\n align-items: center;\n position: absolute;\n left: ", ";\n right: ", ";\n top: ", ";\n bottom: ", ";\n " + _emotionSourceMap2$e])), drawerEntity.backgroundColor, location === 'left' && openValue + "px", location === 'right' && openValue + "px", location === 'top' && openValue + "px", location === 'bottom' && openValue + "px");
|
|
14500
14411
|
}
|
|
14501
14412
|
};
|
|
14502
14413
|
var templateObject_1$o, templateObject_2$e;
|
|
@@ -14504,27 +14415,23 @@ var templateObject_1$o, templateObject_2$e;
|
|
|
14504
14415
|
var Drawer = function (_a) {
|
|
14505
14416
|
var _b;
|
|
14506
14417
|
|
|
14507
|
-
var _c, _d;
|
|
14508
|
-
|
|
14509
14418
|
var children = _a.children,
|
|
14510
14419
|
location = _a.location,
|
|
14511
14420
|
isOpen = _a.isOpen,
|
|
14512
|
-
|
|
14513
|
-
isTabHidden =
|
|
14421
|
+
_c = _a.isTabHidden,
|
|
14422
|
+
isTabHidden = _c === void 0 ? false : _c,
|
|
14514
14423
|
onClick = _a.onClick,
|
|
14515
14424
|
openValue = _a.openValue,
|
|
14516
|
-
|
|
14517
|
-
offset =
|
|
14518
|
-
|
|
14519
|
-
zIndex =
|
|
14520
|
-
|
|
14521
|
-
showTab =
|
|
14425
|
+
_d = _a.offset,
|
|
14426
|
+
offset = _d === void 0 ? 0 : _d,
|
|
14427
|
+
_e = _a.zIndex,
|
|
14428
|
+
zIndex = _e === void 0 ? 0 : _e,
|
|
14429
|
+
_f = _a.showTab,
|
|
14430
|
+
showTab = _f === void 0 ? true : _f,
|
|
14522
14431
|
inset = _a.inset,
|
|
14523
|
-
|
|
14524
|
-
overflow =
|
|
14525
|
-
closedValue = _a.closedValue
|
|
14526
|
-
_k = _a.tabMode,
|
|
14527
|
-
tabMode = _k === void 0 ? 'light' : _k;
|
|
14432
|
+
_g = _a.overflow,
|
|
14433
|
+
overflow = _g === void 0 ? 'auto' : _g,
|
|
14434
|
+
closedValue = _a.closedValue;
|
|
14528
14435
|
var drawer = useEntities().drawer;
|
|
14529
14436
|
var isHorizontal = location === 'left' || location === 'right';
|
|
14530
14437
|
var isVertical = location === 'top' || location === 'bottom';
|
|
@@ -14599,8 +14506,7 @@ var Drawer = function (_a) {
|
|
|
14599
14506
|
height: "100%",
|
|
14600
14507
|
width: "100%"
|
|
14601
14508
|
}, children), showTab && jsx(Div, {
|
|
14602
|
-
|
|
14603
|
-
css: styles$n.drawerTab(location, openValue),
|
|
14509
|
+
css: styles$n.drawerTab(location, openValue, drawer),
|
|
14604
14510
|
borderRadius: location === 'left' ? {
|
|
14605
14511
|
right: drawer.borderRadius
|
|
14606
14512
|
} : location === 'right' ? {
|
|
@@ -14638,7 +14544,7 @@ var Drawer = function (_a) {
|
|
|
14638
14544
|
}, jsx(Icon, {
|
|
14639
14545
|
name: "chevron",
|
|
14640
14546
|
orientation: "left",
|
|
14641
|
-
primaryColor:
|
|
14547
|
+
primaryColor: "default",
|
|
14642
14548
|
size: "small"
|
|
14643
14549
|
}))));
|
|
14644
14550
|
};
|
|
@@ -20695,10 +20601,9 @@ var FeatureAnnouncement = function (_a) {
|
|
|
20695
20601
|
}), jsx(Text, {
|
|
20696
20602
|
alignment: "center",
|
|
20697
20603
|
content: description,
|
|
20698
|
-
type: "footnote"
|
|
20699
|
-
lineHeight: 1.4
|
|
20604
|
+
type: "footnote"
|
|
20700
20605
|
})), jsx(Spacer, {
|
|
20701
|
-
space: "
|
|
20606
|
+
space: "x3"
|
|
20702
20607
|
}), button && jsx(Button, {
|
|
20703
20608
|
title: button.title,
|
|
20704
20609
|
onClick: function () {
|
|
@@ -20893,7 +20798,8 @@ var ReleaseNoteDialog = function (_a) {
|
|
|
20893
20798
|
return jsx(React.Fragment, null, jsx(ReleaseNote, {
|
|
20894
20799
|
key: index,
|
|
20895
20800
|
capsule: {
|
|
20896
|
-
title: noteSection.
|
|
20801
|
+
title: noteSection.title,
|
|
20802
|
+
backgroundColor: noteSection.sectionColor
|
|
20897
20803
|
},
|
|
20898
20804
|
note: {
|
|
20899
20805
|
title: note
|
|
@@ -2,6 +2,6 @@ import { DrawerLocation } from './drawer';
|
|
|
2
2
|
import { DrawerEntity } from "../../theme/theming/entities";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
drawerContainer: (location: DrawerLocation, drawerEntity: DrawerEntity) => import("@emotion/utils").SerializedStyles;
|
|
5
|
-
drawerTab: (location: DrawerLocation, openValue: number) => import("@emotion/utils").SerializedStyles;
|
|
5
|
+
drawerTab: (location: DrawerLocation, openValue: number, drawerEntity: DrawerEntity) => import("@emotion/utils").SerializedStyles;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { ButtonType, CapsuleType } from "../../exports/molecules";
|
|
2
|
+
import { ButtonType, ReleaseNoteCapsuleColor, CapsuleType } from "../../exports/molecules";
|
|
3
3
|
export declare type NoteSection = {
|
|
4
|
-
|
|
4
|
+
title: CapsuleType;
|
|
5
5
|
notes: string[];
|
|
6
|
+
sectionColor?: ReleaseNoteCapsuleColor;
|
|
6
7
|
};
|
|
7
8
|
export declare type ReleaseNoteDialogProps = {
|
|
8
9
|
title: string;
|
|
@@ -447,16 +447,6 @@ declare const drawer: {
|
|
|
447
447
|
hoverBoxShadow: string;
|
|
448
448
|
hoverBottomDirectionShadow: string;
|
|
449
449
|
defaultInset: string;
|
|
450
|
-
tab: {
|
|
451
|
-
dark: {
|
|
452
|
-
backgroundColor: string | undefined;
|
|
453
|
-
arrowColor: string;
|
|
454
|
-
};
|
|
455
|
-
light: {
|
|
456
|
-
backgroundColor: string;
|
|
457
|
-
arrowColor: string | undefined;
|
|
458
|
-
};
|
|
459
|
-
};
|
|
460
450
|
};
|
|
461
451
|
declare const navigation: {
|
|
462
452
|
backgroundColor: string;
|
|
@@ -943,16 +933,6 @@ export declare const entities: {
|
|
|
943
933
|
hoverBoxShadow: string;
|
|
944
934
|
hoverBottomDirectionShadow: string;
|
|
945
935
|
defaultInset: string;
|
|
946
|
-
tab: {
|
|
947
|
-
dark: {
|
|
948
|
-
backgroundColor: string | undefined;
|
|
949
|
-
arrowColor: string;
|
|
950
|
-
};
|
|
951
|
-
light: {
|
|
952
|
-
backgroundColor: string;
|
|
953
|
-
arrowColor: string | undefined;
|
|
954
|
-
};
|
|
955
|
-
};
|
|
956
936
|
};
|
|
957
937
|
sheet: {
|
|
958
938
|
mobileBorderRadius: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sendoutcards/quantum-design-ui",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.22-beta.3",
|
|
4
4
|
"description": "UI component library for Quantum Design System",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"jsnext:main": "dist/index.es.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
|
-
"build": "
|
|
27
|
+
"build": "rollup -c",
|
|
28
28
|
"test": "jest",
|
|
29
29
|
"lint": "eslint src",
|
|
30
30
|
"lint-staged": "lint-staged",
|
|
@@ -102,5 +102,6 @@
|
|
|
102
102
|
"prettier --write",
|
|
103
103
|
"git add"
|
|
104
104
|
]
|
|
105
|
-
}
|
|
105
|
+
},
|
|
106
|
+
"gitHead": "a09dcb7750831d1941ee56d5030cd9b353eb4b00"
|
|
106
107
|
}
|