@selfdecode/sd-component-library 3.0.26 → 3.0.27
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/lib/components/containers/flex-center/flex-center.d.ts +1 -1
- package/lib/components/containers/flex-center-space-between/flex-center-space-between.d.ts +1 -1
- package/lib/components/containers/flex-items-center/flex-items-center.d.ts +1 -1
- package/lib/components/containers/grid-containers/grid-center/grid-center.d.ts +1 -1
- package/lib/components/containers/grid-containers/grid-container-v2/grid-container-v2.d.ts +1 -1
- package/lib/components/containers/grid-containers/grid-container-v2/interfaces.d.ts +1 -1
- package/lib/components/inputs/client-portal-password-input/client-portal-password-input.d.ts +3 -0
- package/lib/components/inputs/client-portal-password-input/index.d.ts +1 -0
- package/lib/components/inputs/client-portal-password-input/interfaces.d.ts +6 -0
- package/lib/components/inputs/index.d.ts +1 -0
- package/lib/components/labels/base-label/interfaces.d.ts +2 -1
- package/lib/components/tooltips/tooltip-with-pointer/interfaces.d.ts +1 -0
- package/lib/core/theme.d.ts +27 -0
- package/lib/index.js +1 -1
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfdecode/sd-component-library",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.27",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -105,8 +105,7 @@
|
|
|
105
105
|
"copy": "copyfiles -u 1 ./src/**/*.svg ./lib",
|
|
106
106
|
"prebuild": "npm run clean",
|
|
107
107
|
"postbuild": "npm run copy",
|
|
108
|
-
"build": "tsc --build && webpack"
|
|
109
|
-
"prepublishOnly": "npm run ci-test && npm run build"
|
|
108
|
+
"build": "tsc --build && webpack"
|
|
110
109
|
},
|
|
111
110
|
"eslintConfig": {
|
|
112
111
|
"extends": "react-app"
|