@amboss/design-system 3.4.0 → 3.5.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/build/cjs/components/Form/DateInput/DateInput.d.ts +11 -0
- package/build/cjs/components/Form/DateInput/DateInput.js +1 -0
- package/build/cjs/components/Form/MaskedInput/MaskedInput.d.ts +2 -24
- package/build/cjs/index.d.ts +1 -0
- package/build/cjs/index.js +1 -1
- package/build/cjs/web-tokens/assets/icons.json +185 -185
- package/build/cjs/web-tokens/assets/icons16.json +186 -186
- package/build/esm/components/Form/DateInput/DateInput.d.ts +11 -0
- package/build/esm/components/Form/DateInput/DateInput.js +1 -0
- package/build/esm/components/Form/MaskedInput/MaskedInput.d.ts +2 -24
- package/build/esm/index.d.ts +1 -0
- package/build/esm/index.js +1 -1
- package/build/esm/web-tokens/assets/icons.json +185 -185
- package/build/esm/web-tokens/assets/icons16.json +186 -186
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amboss/design-system",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "the design system for AMBOSS products",
|
|
5
5
|
"author": "AMBOSS",
|
|
6
6
|
"license": "ISC",
|
|
@@ -100,7 +100,8 @@
|
|
|
100
100
|
"component": "DS_ROOT=/src/components DS_COMP_FOLDER=/components node scripts/createComponent/createComponent.js",
|
|
101
101
|
"link-ds": "./scripts/link-ds.sh",
|
|
102
102
|
"icons:ios": "node ./scripts/svg-to-pdf.js",
|
|
103
|
-
"icons:android": "node ./scripts/svg-to-xml.js"
|
|
103
|
+
"icons:android": "node ./scripts/svg-to-xml.js",
|
|
104
|
+
"icons:optimize": "svgo -rf assets/icons -o assets/icons"
|
|
104
105
|
},
|
|
105
106
|
"repository": {
|
|
106
107
|
"type": "git",
|
|
@@ -118,7 +119,8 @@
|
|
|
118
119
|
"focus-trap-react": "^10.2.3",
|
|
119
120
|
"imask": "^7.4.0",
|
|
120
121
|
"react-is": "^18.3.1",
|
|
121
|
-
"runtypes": "^6.7.0"
|
|
122
|
+
"runtypes": "^6.7.0",
|
|
123
|
+
"svgo": "^3.3.2"
|
|
122
124
|
},
|
|
123
125
|
"peerDependencies": {
|
|
124
126
|
"@emotion/cache": "^11.7.1",
|