@xfers/design-system 6.3.1 → 6.4.0-dev.b5943c6a62

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfers/design-system",
3
- "version": "6.3.1",
3
+ "version": "6.4.0-dev.b5943c6a62",
4
4
  "description": "StraitsX design system",
5
5
  "keywords": [
6
6
  "xfers",
@@ -94,6 +94,7 @@
94
94
  "eslint-plugin-jsx-a11y": "6.10.2",
95
95
  "eslint-plugin-prettier": "5.2.1",
96
96
  "eslint-plugin-react": "7.14.3",
97
+ "material-symbols": "0.38.0",
97
98
  "moment": "2.24.0",
98
99
  "postcss": "8.2.15",
99
100
  "postcss-cssnext": "3.1.0",
@@ -119,8 +120,7 @@
119
120
  "tslint": "5.11.0",
120
121
  "tslint-config-prettier": "1.15.0",
121
122
  "tslint-config-standard": "8.0.1",
122
- "typescript": "5.7.3",
123
- "material-symbols": "0.38.0"
123
+ "typescript": "5.7.3"
124
124
  },
125
125
  "peerDependencies": {
126
126
  "react": ">=16.8.0",