@neo4j-ndl/base 0.9.0 → 0.9.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5288c89: Allow alert title to be undefined
8
+
3
9
  ## 0.9.0
4
10
 
5
11
  ### Minor Changes
@@ -420,7 +420,7 @@ Ensure the default browser behavior of the `hidden` attribute.
420
420
  */
421
421
  /**
422
422
  * Do not edit directly
423
- * Generated on Thu, 03 Nov 2022 10:30:58 GMT
423
+ * Generated on Tue, 08 Nov 2022 12:28:49 GMT
424
424
  */
425
425
  :root {
426
426
  --border-radius-sm: 4px;
@@ -1340,7 +1340,10 @@ a.ndl-btn{
1340
1340
  column-gap: 1rem;
1341
1341
  }
1342
1342
  .ndl-alert .alert-content{
1343
+ display: flex;
1343
1344
  flex: 1 1 0%;
1345
+ flex-direction: column;
1346
+ gap: 0.5rem;
1344
1347
  overflow: auto;
1345
1348
  }
1346
1349
  .ndl-alert .alert-title{
@@ -1359,9 +1362,6 @@ a.ndl-btn{
1359
1362
  color: rgb(83 91 102 / var(--tw-text-opacity));
1360
1363
  cursor: pointer;
1361
1364
  }
1362
- .ndl-alert .alert-description{
1363
- margin-top: 0.5rem;
1364
- }
1365
1365
  .ndl-alert .alert-actions{
1366
1366
  margin-top: 1rem;
1367
1367
  display: flex;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 03 Nov 2022 10:30:58 GMT
3
+ * Generated on Tue, 08 Nov 2022 12:28:49 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 03 Nov 2022 10:30:58 GMT
3
+ * Generated on Tue, 08 Nov 2022 12:28:49 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 03 Nov 2022 10:30:58 GMT
4
+ * Generated on Tue, 08 Nov 2022 12:28:49 GMT
5
5
  */
6
6
  module.exports = {
7
7
  "borderRadius": {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 03 Nov 2022 10:30:58 GMT
3
+ // Generated on Tue, 08 Nov 2022 12:28:49 GMT
4
4
 
5
5
  $border-radius-sm: 4px;
6
6
  $border-radius-md: 6px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",