@synerise/ds-alert 1.1.4 → 1.1.5
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 +8 -0
- package/dist/style/index.css +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [1.1.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@1.1.4...@synerise/ds-alert@1.1.5) (2025-06-24)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-alert
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [1.1.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@1.1.3...@synerise/ds-alert@1.1.4) (2025-06-05)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-alert
|
package/dist/style/index.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.ant-alert{box-sizing:border-box;margin:0;padding:0;color:#6a7580;font-size:13px;font-variant:tabular-nums;line-height:1.38;list-style:none;font-feature-settings:'tnum';position:relative;display:flex;align-items:center;padding:8px 15px;word-wrap:break-word;border-radius:3px}.ant-alert-content{flex:1;min-width:0}.ant-alert-icon{margin-right:8px}.ant-alert-description{display:none;font-size:13px;line-height:21px}.ant-alert-success{background-color:#f4ffe6;border:1px solid #b7f280}.ant-alert-success .ant-alert-icon{color:#54cb0b}.ant-alert-info{background-color:#e6f4ff;border:1px solid #85c0ff}.ant-alert-info .ant-alert-icon{color:#0b68ff}.ant-alert-warning{background-color:#fffce6;border:1px solid #ffe97a}.ant-alert-warning .ant-alert-icon{color:#fab700}.ant-alert-error{background-color:#fff3f0;border:1px solid #ffab9e}.ant-alert-error .ant-alert-icon{color:#f52922}.ant-alert-error .ant-alert-description>pre{margin:0;padding:0}.ant-alert-action{margin-left:8px}.ant-alert-close-icon{margin-left:8px;padding:0;overflow:hidden;font-size:11px;line-height:11px;background-color:transparent;border:none;outline:0;cursor:pointer}.ant-alert-close-icon .anticon-close{color:#232936;transition:color .3s}.ant-alert-close-icon .anticon-close:hover{color:rgba(0,0,0,.75)}.ant-alert-close-text{color:#232936;transition:color .3s}.ant-alert-close-text:hover{color:rgba(0,0,0,.75)}.ant-alert-with-description{align-items:flex-start;padding:15px 15px 15px 24px}.ant-alert-with-description.ant-alert-no-icon{padding:15px 15px}.ant-alert-with-description .ant-alert-icon{margin-right:15px;font-size:24px}.ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;color:#384350;font-size:13px}.ant-alert-message{color:#384350}.ant-alert-with-description .ant-alert-description{display:block}.ant-alert.ant-alert-motion-leave{overflow:hidden;opacity:1;transition:max-height .3s cubic-bezier(.78
|
1
|
+
.ant-alert{box-sizing:border-box;margin:0;padding:0;color:#6a7580;font-size:13px;font-variant:tabular-nums;line-height:1.38;list-style:none;font-feature-settings:'tnum';position:relative;display:flex;align-items:center;padding:8px 15px;word-wrap:break-word;border-radius:3px}.ant-alert-content{flex:1;min-width:0}.ant-alert-icon{margin-right:8px}.ant-alert-description{display:none;font-size:13px;line-height:21px}.ant-alert-success{background-color:#f4ffe6;border:1px solid #b7f280}.ant-alert-success .ant-alert-icon{color:#54cb0b}.ant-alert-info{background-color:#e6f4ff;border:1px solid #85c0ff}.ant-alert-info .ant-alert-icon{color:#0b68ff}.ant-alert-warning{background-color:#fffce6;border:1px solid #ffe97a}.ant-alert-warning .ant-alert-icon{color:#fab700}.ant-alert-error{background-color:#fff3f0;border:1px solid #ffab9e}.ant-alert-error .ant-alert-icon{color:#f52922}.ant-alert-error .ant-alert-description>pre{margin:0;padding:0}.ant-alert-action{margin-left:8px}.ant-alert-close-icon{margin-left:8px;padding:0;overflow:hidden;font-size:11px;line-height:11px;background-color:transparent;border:none;outline:0;cursor:pointer}.ant-alert-close-icon .anticon-close{color:#232936;transition:color .3s}.ant-alert-close-icon .anticon-close:hover{color:rgba(0,0,0,.75)}.ant-alert-close-text{color:#232936;transition:color .3s}.ant-alert-close-text:hover{color:rgba(0,0,0,.75)}.ant-alert-with-description{align-items:flex-start;padding:15px 15px 15px 24px}.ant-alert-with-description.ant-alert-no-icon{padding:15px 15px}.ant-alert-with-description .ant-alert-icon{margin-right:15px;font-size:24px}.ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;color:#384350;font-size:13px}.ant-alert-message{color:#384350}.ant-alert-with-description .ant-alert-description{display:block}.ant-alert.ant-alert-motion-leave{overflow:hidden;opacity:1;transition:max-height .3s cubic-bezier(.78, .14, .15, .86),opacity .3s cubic-bezier(.78, .14, .15, .86),padding-top .3s cubic-bezier(.78, .14, .15, .86),padding-bottom .3s cubic-bezier(.78, .14, .15, .86),margin-bottom .3s cubic-bezier(.78, .14, .15, .86)}.ant-alert.ant-alert-motion-leave-active{max-height:0;margin-bottom:0!important;padding-top:0;padding-bottom:0;opacity:0}.ant-alert-banner{margin-bottom:0;border:0;border-radius:0}.ant-alert.ant-alert-rtl{direction:rtl}.ant-alert-rtl .ant-alert-icon{margin-right:auto;margin-left:8px}.ant-alert-rtl .ant-alert-action{margin-right:8px;margin-left:auto}.ant-alert-rtl .ant-alert-close-icon{margin-right:8px;margin-left:auto}.ant-alert-rtl.ant-alert-with-description{padding-right:24px;padding-left:15px}.ant-alert-rtl.ant-alert-with-description .ant-alert-icon{margin-right:auto;margin-left:15px}.ant-alert{box-sizing:border-box;margin:0;padding:0;color:#6a7580;font-size:13px;font-variant:tabular-nums;line-height:1.38;list-style:none;font-feature-settings:'tnum';position:relative;padding:13px 24px;word-wrap:break-word;border-radius:3px;max-width:792px;width:100%;display:flex;flex-display:row;align-items:flex-start;justify-content:flex-start;border:0}.ant-alert.ant-alert-no-icon{padding:13px 24px}.ant-alert-icon{position:relative;margin-right:12px;top:0;left:0}.ant-alert-description{display:none;font-size:13px;line-height:22px}.ant-alert-success{background-color:#f9ffed;box-shadow:0 0 0 1px #54cb0b;color:#399903}.ant-alert-success .ant-alert-icon svg{color:#399903;fill:#399903}.ant-alert-info{background-color:#f9fafb;box-shadow:0 0 0 1px #6a7580;color:#6a7580}.ant-alert-info .ant-alert-icon svg{color:#6a7580;fill:#6a7580}.ant-alert-warning{background-color:#fffcf0;box-shadow:0 0 0 1px #fab700;color:#eda600}.ant-alert-warning .ant-alert-icon svg{color:#eda600;fill:#eda600}.ant-alert-error{background-color:#fff6f4;box-shadow:0 0 0 1px #f52922;color:#f52922}.ant-alert-error .ant-alert-icon svg{color:#f52922;fill:#f52922}.ant-alert-error .ant-alert-description>pre{margin:0;padding:0}.ant-alert-close-icon{position:absolute;top:8px;right:16px;padding:0;overflow:hidden;font-size:11px;line-height:22px;background-color:transparent;border:none;outline:0;cursor:pointer}.ant-alert-close-icon .anticon-close{color:#232936;transition:color .3s}.ant-alert-close-icon .anticon-close:hover{color:rgba(0,0,0,.75)}.ant-alert-close-text{color:#232936;transition:color .3s}.ant-alert-close-text:hover{color:rgba(0,0,0,.75)}.ant-alert-message{color:inherit}.ant-alert-with-description .ant-alert-description{display:block}.ant-alert.ant-alert-closing{height:0!important;margin:0;padding-top:0;padding-bottom:0;transform-origin:50% 0;transition:all .3s cubic-bezier(.78, .14, .15, .86)}.ant-alert-slide-up-leave{animation:antAlertSlideUpOut .3s cubic-bezier(.78,.14,.15,.86);animation-fill-mode:both}.ant-alert-banner{margin-bottom:0;border:0;border-radius:0}@keyframes antAlertSlideUpIn{0%{transform:scaleY(0);transform-origin:0% 0%;opacity:0}100%{transform:scaleY(1);transform-origin:0% 0%;opacity:1}}@keyframes antAlertSlideUpOut{0%{transform:scaleY(1);transform-origin:0% 0%;opacity:1}100%{transform:scaleY(0);transform-origin:0% 0%;opacity:0}}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@synerise/ds-alert",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.5",
|
4
4
|
"description": "Alert UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -34,10 +34,10 @@
|
|
34
34
|
],
|
35
35
|
"types": "dist/index.d.ts",
|
36
36
|
"dependencies": {
|
37
|
-
"@synerise/ds-button": "^1.
|
38
|
-
"@synerise/ds-icon": "^1.5.
|
39
|
-
"@synerise/ds-unordered-list": "^1.1.
|
40
|
-
"@synerise/ds-utils": "^1.
|
37
|
+
"@synerise/ds-button": "^1.4.0",
|
38
|
+
"@synerise/ds-icon": "^1.5.3",
|
39
|
+
"@synerise/ds-unordered-list": "^1.1.6",
|
40
|
+
"@synerise/ds-utils": "^1.3.0",
|
41
41
|
"animate.css": "^4.1.1"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"react": ">=16.9.0 <= 18.3.1",
|
47
47
|
"styled-components": "^5.3.3"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "f2713cd35cfe22f63a159f05144585834897a132"
|
50
50
|
}
|