@brightspace-ui/core 2.131.2 → 2.131.3

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.
@@ -64,10 +64,10 @@ export const TagListItemMixin = superclass => class extends LocalizeCoreElement(
64
64
  white-space: nowrap;
65
65
  }
66
66
  .tag-list-item-container.tag-list-item-container-clearable {
67
- padding-right: 0.25rem;
67
+ padding-right: 0.2rem;
68
68
  }
69
69
  :host([dir="rtl"]) .tag-list-item-container.tag-list-item-container-clearable {
70
- padding-left: 0.25rem;
70
+ padding-left: 0.2rem;
71
71
  padding-right: 0;
72
72
  }
73
73
  .tag-list-item-content {
@@ -94,19 +94,16 @@ export const TagListItemMixin = superclass => class extends LocalizeCoreElement(
94
94
  }
95
95
  }
96
96
  .d2l-tag-list-item-clear-button {
97
- margin-left: -0.6rem;
98
- padding-left: 3px;
97
+ margin-left: calc(-0.6rem + 3px);
99
98
  }
100
99
  :host([dir="rtl"]) .d2l-tag-list-item-clear-button {
101
100
  margin-left: 0;
102
- margin-right: -0.6rem;
103
- padding-left: 0;
104
- padding-right: 3px;
101
+ margin-right: calc(-0.6rem + 3px);
105
102
  }
106
103
  d2l-button-icon {
107
104
  --d2l-button-icon-fill-color: var(--d2l-color-chromite);
108
- --d2l-button-icon-min-height: 1.1rem;
109
- --d2l-button-icon-min-width: 1.1rem;
105
+ --d2l-button-icon-min-height: 1.2rem;
106
+ --d2l-button-icon-min-width: 1.2rem;
110
107
  }
111
108
  d2l-button-icon:hover {
112
109
  --d2l-button-icon-fill-color: var(--d2l-color-tungsten);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.131.2",
3
+ "version": "2.131.3",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",
@@ -45,7 +45,7 @@
45
45
  "devDependencies": {
46
46
  "@babel/eslint-parser": "^7",
47
47
  "@brightspace-ui/stylelint-config": "^0.8",
48
- "@brightspace-ui/testing": "^0.10",
48
+ "@brightspace-ui/testing": "^0.11",
49
49
  "@open-wc/semantic-dom-diff": "^0.20",
50
50
  "@rollup/plugin-dynamic-import-vars": "^2",
51
51
  "@rollup/plugin-node-resolve": "^15",