@stenajs-webui/elements 15.1.0 → 15.2.0

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,3 +1,15 @@
1
+ # v15.2.0 (Mon Feb 28 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Change bold font weight to 500 [#284](https://github.com/StenaIT/stenajs-webui/pull/284) ([@juiceit](https://github.com/juiceit))
6
+
7
+ #### Authors: 1
8
+
9
+ - Josefina Andreasson ([@juiceit](https://github.com/juiceit))
10
+
11
+ ---
12
+
1
13
  # v15.0.1 (Thu Feb 17 2022)
2
14
 
3
15
  #### ⚠️ Pushed to `master`
package/dist/index.es.js CHANGED
@@ -296,7 +296,7 @@ var BreadCrumbs = function (_a) {
296
296
  child)))); })));
297
297
  };
298
298
 
299
- var css_248z$h = ".Crumb-module_crumb__1qiJN {\n color: var(--swui-text-action-color);\n font-size: 10px;\n font-family: var(--swui-font-primary);\n font-weight: 600;\n letter-spacing: 1px;\n text-decoration: none;\n cursor: pointer;\n}\n\n.Crumb-module_crumb__1qiJN:hover {\n text-decoration: underline;\n color: var(--swui-text-action-color-hover);\n}\n\n.Crumb-module_crumb__1qiJN:focus {\n color: var(--swui-text-action-color-focus);\n}\n\n.Crumb-module_crumb__1qiJN:active {\n text-decoration: underline;\n color: var(--swui-text-action-color-active);\n}\n";
299
+ var css_248z$h = ".Crumb-module_crumb__1qiJN {\n color: var(--swui-text-action-color);\n font-size: 10px;\n font-family: var(--swui-font-primary);\n font-weight: var(--swui-font-weight-text-bold);\n letter-spacing: 1px;\n text-decoration: none;\n cursor: pointer;\n}\n\n.Crumb-module_crumb__1qiJN:hover {\n text-decoration: underline;\n color: var(--swui-text-action-color-hover);\n}\n\n.Crumb-module_crumb__1qiJN:focus {\n color: var(--swui-text-action-color-focus);\n}\n\n.Crumb-module_crumb__1qiJN:active {\n text-decoration: underline;\n color: var(--swui-text-action-color-active);\n}\n";
300
300
  var styles$f = {"crumb":"Crumb-module_crumb__1qiJN"};
301
301
  styleInject(css_248z$h);
302
302
 
package/dist/index.js CHANGED
@@ -323,7 +323,7 @@ var BreadCrumbs = function (_a) {
323
323
  child)))); })));
324
324
  };
325
325
 
326
- var css_248z$h = ".Crumb-module_crumb__1qiJN {\n color: var(--swui-text-action-color);\n font-size: 10px;\n font-family: var(--swui-font-primary);\n font-weight: 600;\n letter-spacing: 1px;\n text-decoration: none;\n cursor: pointer;\n}\n\n.Crumb-module_crumb__1qiJN:hover {\n text-decoration: underline;\n color: var(--swui-text-action-color-hover);\n}\n\n.Crumb-module_crumb__1qiJN:focus {\n color: var(--swui-text-action-color-focus);\n}\n\n.Crumb-module_crumb__1qiJN:active {\n text-decoration: underline;\n color: var(--swui-text-action-color-active);\n}\n";
326
+ var css_248z$h = ".Crumb-module_crumb__1qiJN {\n color: var(--swui-text-action-color);\n font-size: 10px;\n font-family: var(--swui-font-primary);\n font-weight: var(--swui-font-weight-text-bold);\n letter-spacing: 1px;\n text-decoration: none;\n cursor: pointer;\n}\n\n.Crumb-module_crumb__1qiJN:hover {\n text-decoration: underline;\n color: var(--swui-text-action-color-hover);\n}\n\n.Crumb-module_crumb__1qiJN:focus {\n color: var(--swui-text-action-color-focus);\n}\n\n.Crumb-module_crumb__1qiJN:active {\n text-decoration: underline;\n color: var(--swui-text-action-color-active);\n}\n";
327
327
  var styles$f = {"crumb":"Crumb-module_crumb__1qiJN"};
328
328
  styleInject(css_248z$h);
329
329
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stenajs-webui/elements",
3
- "version": "15.1.0",
3
+ "version": "15.2.0",
4
4
  "description": "",
5
5
  "author": "mattias800",
6
6
  "license": "MIT",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@react-aria/focus": "3.3.0",
31
- "@stenajs-webui/core": "15.1.0",
32
- "@stenajs-webui/theme": "15.1.0",
31
+ "@stenajs-webui/core": "15.2.0",
32
+ "@stenajs-webui/theme": "15.2.0",
33
33
  "classnames": "^2.3.1"
34
34
  },
35
35
  "peerDependencies": {
@@ -62,5 +62,5 @@
62
62
  "files": [
63
63
  "dist"
64
64
  ],
65
- "gitHead": "5d4c72651b9cf0494be37e65347df47c08d4224f"
65
+ "gitHead": "14eefcb9fc805a83e2b5d087c6d5bdd48b0504e8"
66
66
  }