@neo4j-ndl/base 1.3.3 → 1.3.4

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.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - d8cb102: Added extra small size of dropdown.
8
+
3
9
  ## 1.3.3
4
10
 
5
11
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Wed, 10 May 2023 09:58:23 GMT
4
+ * Generated on Thu, 11 May 2023 12:06:23 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 Wed, 10 May 2023 09:58:23 GMT
4
+ * Generated on Thu, 11 May 2023 12:06:23 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 Wed, 10 May 2023 09:58:23 GMT
3
+ * Generated on Thu, 11 May 2023 12:06:23 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 Wed, 10 May 2023 09:58:23 GMT
4
+ * Generated on Thu, 11 May 2023 12:06:23 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 Wed, 10 May 2023 09:58:23 GMT
462
+ * Generated on Thu, 11 May 2023 12:06:23 GMT
463
463
  */
464
464
  :root {
465
465
  --transitions-values-properties-default: all;
@@ -3630,27 +3630,35 @@ a.ndl-btn{
3630
3630
  .ndl-dropdown .ndl-dropdown-icon{
3631
3631
  color: rgb(var(--palette-neutral-text-weak));
3632
3632
  }
3633
- .ndl-dropdown .ndl-dropdown-icon.ndl-small {
3634
- width: 20px;
3635
- height: 20px;
3636
- }
3637
- .ndl-dropdown .ndl-dropdown-icon.ndl-large {
3638
- width: 24px;
3639
- height: 24px;
3640
- }
3633
+ .ndl-dropdown .ndl-dropdown-icon.ndl-extra-small{
3634
+ height: 1rem;
3635
+ width: 1rem;
3636
+ }
3637
+ .ndl-dropdown .ndl-dropdown-icon.ndl-small{
3638
+ height: 1.25rem;
3639
+ width: 1.25rem;
3640
+ }
3641
+ .ndl-dropdown .ndl-dropdown-icon.ndl-large{
3642
+ height: 1.5rem;
3643
+ width: 1.5rem;
3644
+ }
3641
3645
  .ndl-dropdown .ndl-indicator {
3642
3646
  width: 1px;
3643
3647
  height: 100%;
3644
3648
  background-color: rgb(var(--palette-neutral-border-strong));
3645
3649
  }
3646
- .ndl-dropdown .ndl-error-icon.ndl-small {
3647
- width: 20px;
3648
- height: 20px;
3649
- }
3650
- .ndl-dropdown .ndl-error-icon.ndl-large {
3651
- width: 24px;
3652
- height: 24px;
3653
- }
3650
+ .ndl-dropdown .ndl-error-icon.ndl-extra-small{
3651
+ height: 1rem;
3652
+ width: 1rem;
3653
+ }
3654
+ .ndl-dropdown .ndl-error-icon.ndl-small{
3655
+ height: 1.25rem;
3656
+ width: 1.25rem;
3657
+ }
3658
+ .ndl-dropdown .ndl-error-icon.ndl-large{
3659
+ height: 1.5rem;
3660
+ width: 1.5rem;
3661
+ }
3654
3662
  .ndl-dropdown .ndl-error-icon{
3655
3663
  color: rgb(var(--palette-danger-icon));
3656
3664
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 10 May 2023 09:58:23 GMT
3
+ * Generated on Thu, 11 May 2023 12:06:23 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 10 May 2023 09:58:23 GMT
3
+ * Generated on Thu, 11 May 2023 12:06:23 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 10 May 2023 09:58:23 GMT
3
+ * Generated on Thu, 11 May 2023 12:06:23 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 Wed, 10 May 2023 09:58:23 GMT
3
+ // Generated on Thu, 11 May 2023 12:06:23 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.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",