@oneblink/apps-react 6.9.0-beta.8 → 6.9.0-beta.9
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.
@@ -138,10 +138,12 @@ $validation-errors-border-radius: 8px;
|
|
138
138
|
|
139
139
|
.ob-validation-notification-card-item-text {
|
140
140
|
white-space: nowrap;
|
141
|
+
overflow: hidden;
|
141
142
|
font-size: 0.875rem;
|
142
143
|
}
|
143
144
|
|
144
145
|
.ob-validation-notification-card-item-text-error-message {
|
146
|
+
overflow: hidden;
|
145
147
|
text-overflow: ellipsis;
|
146
148
|
}
|
147
149
|
|
package/dist/styles.css
CHANGED
@@ -10000,10 +10000,12 @@ textarea:disabled {
|
|
10000
10000
|
|
10001
10001
|
.ob-validation-notification-card-item-text {
|
10002
10002
|
white-space: nowrap;
|
10003
|
+
overflow: hidden;
|
10003
10004
|
font-size: 0.875rem;
|
10004
10005
|
}
|
10005
10006
|
|
10006
10007
|
.ob-validation-notification-card-item-text-error-message {
|
10008
|
+
overflow: hidden;
|
10007
10009
|
text-overflow: ellipsis;
|
10008
10010
|
}
|
10009
10011
|
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@oneblink/apps-react",
|
3
3
|
"description": "Helper functions for OneBlink apps in ReactJS.",
|
4
|
-
"version": "6.9.0-beta.
|
4
|
+
"version": "6.9.0-beta.9",
|
5
5
|
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
|
6
6
|
"bugs": {
|
7
7
|
"url": "https://github.com/oneblink/apps-react/issues"
|