@syncfusion/ej2-angular-ribbon 23.1.38-ngcc → 23.1.41-ngcc

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
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 23.1.38 (2023-09-26)
6
+
5
7
  ### Ribbon
6
8
 
7
9
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-ribbon.umd.js
3
- * version : 23.1.38
3
+ * version : 23.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-ribbon.umd.min.js
3
- * version : 23.1.38
3
+ * version : 23.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-ribbon@*",
3
- "_id": "@syncfusion/ej2-angular-ribbon@23.1.36",
3
+ "_id": "@syncfusion/ej2-angular-ribbon@23.1.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-1/YUbI4QtnJ6XNLoPzH5rm25XdHCOzrHtD43ezprOgZ7q0EbXTFL2aTeyfsmyJMTylMSjkZZ4kG/4rqgdyq8xQ==",
5
+ "_integrity": "sha512-PE3q800Rd+Fkj+r1A9kVJ7ZE5VwUyePZLwQXUrj533LTpw2vLiSjYWHBNG7OgFlOpNhmS3eLQ1gJW+g7OWn+BQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-ribbon",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-ribbon/-/ej2-angular-ribbon-23.1.36.tgz",
23
- "_shasum": "ce4915681dcb1f49b5a8967e61c1bf2cbcf9631d",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-ribbon/-/ej2-angular-ribbon-23.1.38.tgz",
23
+ "_shasum": "32f789fcc95382165396175553193907b77d0534",
24
24
  "_spec": "@syncfusion/ej2-angular-ribbon@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~23.1.38",
35
- "@syncfusion/ej2-base": "~23.1.38",
36
- "@syncfusion/ej2-ribbon": "23.1.38"
35
+ "@syncfusion/ej2-base": "~23.1.41",
36
+ "@syncfusion/ej2-ribbon": "23.1.41"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Component for Angular",
@@ -58,5 +58,5 @@
58
58
  "schematics": "./schematics/collection.json",
59
59
  "sideEffects": false,
60
60
  "typings": "ej2-angular-ribbon.d.ts",
61
- "version": "23.1.38-ngcc"
61
+ "version": "23.1.41-ngcc"
62
62
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-ribbon";
2
- export declare const pkgVer = "^23.1.36";
2
+ export declare const pkgVer = "^23.1.38";
3
3
  export declare const moduleName = "RibbonModule";
4
- export declare const themeVer = "~23.1.36";
4
+ export declare const themeVer = "~23.1.38";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-ribbon';
4
- exports.pkgVer = '^23.1.38';
4
+ exports.pkgVer = '^23.1.41';
5
5
  exports.moduleName = 'RibbonModule';
6
- exports.themeVer = '~23.1.38';
6
+ exports.themeVer = '~23.1.41';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-ribbon';
2
- export const pkgVer = '^23.1.38';
2
+ export const pkgVer = '^23.1.41';
3
3
  export const moduleName = 'RibbonModule';
4
- export const themeVer = '~23.1.38';
4
+ export const themeVer = '~23.1.41';
@@ -130,13 +130,24 @@
130
130
  }
131
131
 
132
132
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
133
- font-size: 8px;
133
+ font-size: 12px;
134
+ }
135
+
136
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
137
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
138
+ font-size: 14px;
134
139
  }
135
140
 
136
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
141
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
142
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
137
143
  font-size: 10px;
138
144
  }
139
145
 
146
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
147
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
148
+ font-size: 12px;
149
+ }
150
+
140
151
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
141
152
  font-size: 14px;
142
153
  line-height: 34px;
@@ -130,13 +130,24 @@
130
130
  }
131
131
 
132
132
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
133
- font-size: 8px;
133
+ font-size: 12px;
134
+ }
135
+
136
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
137
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
138
+ font-size: 14px;
134
139
  }
135
140
 
136
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
141
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
142
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
137
143
  font-size: 10px;
138
144
  }
139
145
 
146
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
147
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
148
+ font-size: 12px;
149
+ }
150
+
140
151
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
141
152
  font-size: 14px;
142
153
  line-height: 34px;