@entur/tokens 3.13.1 → 3.13.2

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/dist/base.less CHANGED
@@ -1,4 +1,4 @@
1
- @import '~@entur/tokens/dist/semantic.css';
1
+ @import '~@entur/tokens/dist/semantic.less';
2
2
  /* DO NOT CHANGE!*/
3
3
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
4
4
  [data-color-mode='light'],
package/dist/base.scss CHANGED
@@ -1,4 +1,4 @@
1
- @use '~@entur/tokens/dist/semantic.css';
1
+ @use '~@entur/tokens/dist/semantic.scss';
2
2
  /* DO NOT CHANGE!*/
3
3
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
4
4
  [data-color-mode='light'],
package/dist/data.less CHANGED
@@ -1,4 +1,4 @@
1
- @import '~@entur/tokens/dist/semantic.css';
1
+ @import '~@entur/tokens/dist/semantic.less';
2
2
  /* DO NOT CHANGE!*/
3
3
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
4
4
  [data-color-mode='light'],
package/dist/data.scss CHANGED
@@ -1,4 +1,4 @@
1
- @use '~@entur/tokens/dist/semantic.css';
1
+ @use '~@entur/tokens/dist/semantic.scss';
2
2
  /* DO NOT CHANGE!*/
3
3
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
4
4
  [data-color-mode='light'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tokens",
3
- "version": "3.13.1",
3
+ "version": "3.13.2",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/tokens.esm.js",
@@ -35,5 +35,5 @@
35
35
  "dependencies": {
36
36
  "hex-rgb": "^4.3.0"
37
37
  },
38
- "gitHead": "d0a435264ccaf7ed8e6b7798c81e876176ce3d4d"
38
+ "gitHead": "427e66ba68d33b8d1839714a48517b52afd5c2db"
39
39
  }