@neo4j-ndl/base 0.16.0 → 0.16.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.16.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 848fa12: fix incorrect css for tooltip component
8
+
3
9
  ## 0.16.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, 12 Jan 2023 13:37:11 GMT
423
+ * Generated on Thu, 19 Jan 2023 14:19:32 GMT
424
424
  */
425
425
  :root {
426
426
  --border-radius-none: 0px;
@@ -1459,10 +1459,10 @@ a.ndl-btn{
1459
1459
  border-radius: 4px;
1460
1460
  --tw-bg-opacity: 1;
1461
1461
  background-color: rgb(83 91 102 / var(--tw-bg-opacity));
1462
- padding-left: 0.5rem;
1463
- padding-right: 0.5rem;
1464
- padding-top: 0.75rem;
1465
- padding-bottom: 0.75rem;
1462
+ padding-left: 0.75rem;
1463
+ padding-right: 0.75rem;
1464
+ padding-top: 0.5rem;
1465
+ padding-bottom: 0.5rem;
1466
1466
  --tw-text-opacity: 1;
1467
1467
  color: rgb(255 255 255 / var(--tw-text-opacity));
1468
1468
  font-size: var(--font-size-body-small);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Jan 2023 13:37:11 GMT
3
+ * Generated on Thu, 19 Jan 2023 14:19:32 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Jan 2023 13:37:11 GMT
3
+ * Generated on Thu, 19 Jan 2023 14:19:32 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, 12 Jan 2023 13:37:11 GMT
4
+ * Generated on Thu, 19 Jan 2023 14:19:32 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, 12 Jan 2023 13:37:11 GMT
3
+ // Generated on Thu, 19 Jan 2023 14:19:32 GMT
4
4
 
5
5
  $border-radius-none: 0px;
6
6
  $border-radius-sm: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",