@madgex/design-system 9.2.0 → 9.2.1

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 06 Feb 2025 15:06:31 GMT
3
+ * Generated on Mon, 17 Feb 2025 09:57:35 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 06 Feb 2025 15:06:31 GMT
3
+ * Generated on Mon, 17 Feb 2025 09:57:35 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1 +1 @@
1
- [{"name":"asterisk"},{"name":"calendar"},{"name":"check"},{"name":"chevron-down"},{"name":"chevron-left"},{"name":"chevron-right"},{"name":"chevron-up"},{"name":"close"},{"name":"cross"},{"name":"doc-pdf"},{"name":"doc"},{"name":"email"},{"name":"external"},{"name":"flag"},{"name":"information"},{"name":"job"},{"name":"list-bullets"},{"name":"list-numbers"},{"name":"location-pin"},{"name":"menu"},{"name":"minus"},{"name":"plus-small"},{"name":"plus"},{"name":"question-mark"},{"name":"redo"},{"name":"search"},{"name":"share"},{"name":"social-facebook"},{"name":"social-linkedin"},{"name":"social-pinterest"},{"name":"social-reddit"},{"name":"social-twitter"},{"name":"spinner"},{"name":"star-fill"},{"name":"star-outline"},{"name":"text-bold"},{"name":"text-italic"},{"name":"text-link"},{"name":"text-strike-through"},{"name":"text-underline"},{"name":"triangle-down"},{"name":"triangle-right"},{"name":"triangle-up"},{"name":"undo"},{"name":"upload"},{"name":"user"}]
1
+ [{"name":"asterisk"},{"name":"calendar"},{"name":"check"},{"name":"chevron-down"},{"name":"chevron-left"},{"name":"chevron-right"},{"name":"chevron-up"},{"name":"close"},{"name":"cross"},{"name":"doc-pdf"},{"name":"doc"},{"name":"email"},{"name":"external"},{"name":"flag"},{"name":"information"},{"name":"job"},{"name":"list-bullets"},{"name":"list-numbers"},{"name":"location-pin"},{"name":"menu"},{"name":"minus"},{"name":"plus-small"},{"name":"plus"},{"name":"question-mark"},{"name":"redo"},{"name":"search"},{"name":"share"},{"name":"social-facebook"},{"name":"social-linkedin"},{"name":"social-pinterest"},{"name":"social-reddit"},{"name":"social-twitter"},{"name":"spinner"},{"name":"star-fill"},{"name":"star-outline"},{"name":"text-bold"},{"name":"text-italic"},{"name":"text-link"},{"name":"text-strike-through"},{"name":"text-underline"},{"name":"triangle-down"},{"name":"triangle-right"},{"name":"undo"},{"name":"upload"},{"name":"user"},{"name":"triangle-up"}]
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@madgex/design-system",
3
3
  "author": "Madgex",
4
4
  "license": "UNLICENSED",
5
- "version": "9.2.0",
5
+ "version": "9.2.1",
6
6
  "main": "dist/js/index.js",
7
7
  "exports": {
8
8
  ".": "./dist/js/index.js",
@@ -99,5 +99,5 @@
99
99
  "webpack-dev-server": "^3.11.2",
100
100
  "webpack-stream": "^6.1.2"
101
101
  },
102
- "gitHead": "089e6e0504e4f2c25ea0778d48f5bd22a761ced1"
102
+ "gitHead": "56097cebb554109974c08bebfe839dbd6c1b4168"
103
103
  }
@@ -7,5 +7,4 @@ The skip link component is visually hidden until a keyboard press activates it.
7
7
  ## Parameters
8
8
 
9
9
  - `href`: id of the anchor - **required**,
10
- - `i18n.text`: Text of the link, e.g: Skip to main content - **optional**,
11
- - `accessKey`: default is 'S' but you can specify another key if you'd like - **optional**,
10
+ - `i18n.text`: Text of the link, e.g: Skip to main content - **optional**
@@ -1,3 +1,3 @@
1
1
  <div class="mds-skip-to-content">
2
- <a class="mds-skip-to-content__link" accesskey="{{ params.accessKey | default('S')}}" title="Access key: {{ params.accessKey | default('S')}}" href="{{ params.href }}">{{ params.i18n.text | default('Skip to main content') }}</a>
2
+ <a class="mds-skip-to-content__link" href="{{ params.href }}">{{ params.i18n.text | default('Skip to main content') }}</a>
3
3
  </div>
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 06 Feb 2025 15:06:31 GMT
4
+ * Generated on Mon, 17 Feb 2025 09:57:35 GMT
5
5
  */
6
6
 
7
7
  $constant-color-neutral-base: #707070;