@surveycake/rc 3.0.0-alpha.73 → 3.0.0-alpha.74
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 +7 -0
- package/dist/V2/Icon/index.d.ts +1 -0
- package/dist/rc.cjs.development.js +2 -0
- package/dist/rc.cjs.development.js.map +1 -1
- package/dist/rc.cjs.production.min.js +1 -1
- package/dist/rc.cjs.production.min.js.map +1 -1
- package/dist/rc.esm.js +2 -0
- package/dist/rc.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [3.0.0-alpha.74](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.73...v3.0.0-alpha.74) (2022-12-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add CreditCard icon [SUR-1915] ([0545fb6](https://fox.25sprout.com/surveycake/sdk/rc/commit/0545fb64ba6c1d17e6a4c78b3bd257f6198b47e2))
|
|
11
|
+
|
|
5
12
|
## [3.0.0-alpha.73](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.72...v3.0.0-alpha.73) (2022-12-14)
|
|
6
13
|
|
|
7
14
|
|
package/dist/V2/Icon/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export declare const Icons: {
|
|
|
19
19
|
Close: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
20
20
|
CloudUpload: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
21
21
|
Computer: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
22
|
+
CreditCard: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
22
23
|
DeleteOutline: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
23
24
|
Description: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
24
25
|
DescriptionOutlined: import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/SvgIcon").SvgIconTypeMap<{}, "svg">>;
|
|
@@ -27,6 +27,7 @@ var Clear = _interopDefault(require('@material-ui/icons/Clear'));
|
|
|
27
27
|
var Close = _interopDefault(require('@material-ui/icons/Close'));
|
|
28
28
|
var CloudUpload = _interopDefault(require('@material-ui/icons//CloudUpload'));
|
|
29
29
|
var Computer = _interopDefault(require('@material-ui/icons/Computer'));
|
|
30
|
+
var CreditCard = _interopDefault(require('@material-ui/icons/CreditCard'));
|
|
30
31
|
var DeleteOutline = _interopDefault(require('@material-ui/icons/DeleteOutline'));
|
|
31
32
|
var Description = _interopDefault(require('@material-ui/icons/Description'));
|
|
32
33
|
var DescriptionOutlined = _interopDefault(require('@material-ui/icons/DescriptionOutlined'));
|
|
@@ -1880,6 +1881,7 @@ var Icons = {
|
|
|
1880
1881
|
Close: Close,
|
|
1881
1882
|
CloudUpload: CloudUpload,
|
|
1882
1883
|
Computer: Computer,
|
|
1884
|
+
CreditCard: CreditCard,
|
|
1883
1885
|
DeleteOutline: DeleteOutline,
|
|
1884
1886
|
Description: Description,
|
|
1885
1887
|
DescriptionOutlined: DescriptionOutlined,
|