@neo4j-ndl/base 1.1.0 → 1.1.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
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ec516de: fix icon button icon size with different parent font-size (em), and storybook icon search dropdown filter
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Mon, 03 Apr 2023 15:46:06 GMT
4
+ * Generated on Tue, 11 Apr 2023 12:49:36 GMT
5
5
  */
6
6
  exports.__esModule = true;
7
7
  exports.tokens = void 0;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Mon, 03 Apr 2023 15:46:06 GMT
4
+ * Generated on Tue, 11 Apr 2023 12:49:36 GMT
5
5
  */
6
6
  module.exports = {
7
7
  "transitions": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 03 Apr 2023 15:46:06 GMT
3
+ * Generated on Tue, 11 Apr 2023 12:49:36 GMT
4
4
  */
5
5
  export const tokens = {
6
6
  "transitions": {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Mon, 03 Apr 2023 15:46:06 GMT
4
+ * Generated on Tue, 11 Apr 2023 12:49:36 GMT
5
5
  */
6
6
  module.exports = {
7
7
  "transitions": {
@@ -459,7 +459,7 @@ video {
459
459
  */
460
460
  /**
461
461
  * Do not edit directly
462
- * Generated on Mon, 03 Apr 2023 15:46:06 GMT
462
+ * Generated on Tue, 11 Apr 2023 12:49:36 GMT
463
463
  */
464
464
  :root {
465
465
  --transitions-values-properties-default: all;
@@ -987,6 +987,7 @@ a.ndl-btn{
987
987
  .ndl-icon-btn.ndl-small {
988
988
  width: 24px;
989
989
  height: 24px;
990
+ font-size: 16px;
990
991
  }
991
992
  .ndl-icon-btn.ndl-small .ndl-icon {
992
993
  width: 16px;
@@ -995,6 +996,7 @@ a.ndl-btn{
995
996
  .ndl-icon-btn.ndl-medium {
996
997
  width: 28px;
997
998
  height: 28px;
999
+ font-size: 20px;
998
1000
  }
999
1001
  .ndl-icon-btn.ndl-medium .ndl-icon {
1000
1002
  width: 20px;
@@ -1003,6 +1005,7 @@ a.ndl-btn{
1003
1005
  .ndl-icon-btn.ndl-large {
1004
1006
  width: 40px;
1005
1007
  height: 40px;
1008
+ font-size: 24px;
1006
1009
  }
1007
1010
  .ndl-icon-btn.ndl-large .ndl-icon {
1008
1011
  width: 24px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 03 Apr 2023 15:46:06 GMT
3
+ * Generated on Tue, 11 Apr 2023 12:49:36 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 03 Apr 2023 15:46:06 GMT
3
+ * Generated on Tue, 11 Apr 2023 12:49:36 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 03 Apr 2023 15:46:06 GMT
3
+ * Generated on Tue, 11 Apr 2023 12:49:36 GMT
4
4
  */
5
5
 
6
6
  export const tokens = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 03 Apr 2023 15:46:06 GMT
3
+ // Generated on Tue, 11 Apr 2023 12:49:36 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-default: 100ms;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",