@jetbrains/ring-ui 5.0.38 → 5.0.39

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.
@@ -16,9 +16,6 @@ const buttonGroupClasses = classNames(styles.buttonGroup, ngStyles.buttonGroup);
16
16
  function rgButtonGroup() {
17
17
  return {
18
18
  restrict: 'A',
19
- scope: {
20
- split: '='
21
- },
22
19
  link: function link($scope, iElement, attrs) {
23
20
  const element = iElement[0];
24
21
  if (attrs.split) {
@@ -13,9 +13,6 @@ const buttonGroupClasses = classNames(modules_1068e447.buttonGroup, modules_c53c
13
13
  function rgButtonGroup() {
14
14
  return {
15
15
  restrict: 'A',
16
- scope: {
17
- split: '='
18
- },
19
16
  link: function link($scope, iElement, attrs) {
20
17
  const element = iElement[0];
21
18
  if (attrs.split) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "5.0.38",
3
+ "version": "5.0.39",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -259,5 +259,5 @@
259
259
  "node": ">=14.0",
260
260
  "npm": ">=6.0.0"
261
261
  },
262
- "gitHead": "11c12945b8bc77a3c870bcb7ac273f862ad9e1d3"
262
+ "gitHead": "4bb61152f8ec1c3f7e89e8684dc1be60b41b7cbe"
263
263
  }