@narmi/design_system 4.10.6 → 4.11.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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +2 -2
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.js +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/dist/types/Alert/index.d.ts +2 -2
- package/dist/types/Alert/index.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/tokens/js/colors.js
CHANGED
|
@@ -11,8 +11,8 @@ interface AlertProps {
|
|
|
11
11
|
kind?: "info" | "error" | "success" | "warn";
|
|
12
12
|
/** Override the default icon of the alert */
|
|
13
13
|
icon?: IconName | string | null;
|
|
14
|
-
/** Size of padding for Alert */
|
|
15
|
-
paddingSize?: "xs" | "l";
|
|
14
|
+
/** Size of padding for Alert. */
|
|
15
|
+
paddingSize?: "xxs" | "xs" | "s" | "l" | "xl" | "xxl";
|
|
16
16
|
/** Message content of the Alert */
|
|
17
17
|
children?: React.ReactNode | string;
|
|
18
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Alert/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAIpD,UAAU,UAAU;IAClB,gEAAgE;IAChE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2CAA2C;IAC3C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,0CAA0C;IAC1C,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,8BAA8B;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IAC7C,6CAA6C;IAC7C,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;IAChC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Alert/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAIpD,UAAU,UAAU;IAClB,gEAAgE;IAChE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2CAA2C;IAC3C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,0CAA0C;IAC1C,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,8BAA8B;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IAC7C,6CAA6C;IAC7C,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;IAChC,iCAAiC;IACjC,WAAW,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,CAAC;IACtD,mCAAmC;IACnC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;CACrC;AAED;;;;;GAKG;AACH,QAAA,MAAM,KAAK,mFAQR,UAAU,4CAsCZ,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@narmi/design_system",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.11.0",
|
|
4
4
|
"description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"types": "dist/types/index.d.ts",
|
|
10
10
|
"engineStrict": true,
|
|
11
11
|
"engines": {
|
|
12
|
-
"node": ">=
|
|
12
|
+
"node": ">=22"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"watch": "watch 'npm run build' src",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"chromatic": "^6",
|
|
74
74
|
"cli-table": "^0.3.11",
|
|
75
75
|
"conventional-changelog-conventionalcommits": "^4.6.1",
|
|
76
|
-
"copy-webpack-plugin": "^
|
|
76
|
+
"copy-webpack-plugin": "^13.0.0",
|
|
77
77
|
"core-js": "^3.15.2",
|
|
78
78
|
"css": "^3.0.0",
|
|
79
79
|
"css-loader": "^7.1.2",
|