@narmi/design_system 2.49.1 → 2.49.3-beta.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 -2
- package/dist/index.js.map +1 -1
- package/dist/style.css +3 -3
- 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 +137 -137
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@narmi/design_system",
|
|
3
|
-
"version": "2.49.
|
|
3
|
+
"version": "2.49.3-beta.0",
|
|
4
4
|
"description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
"author": "@narmi",
|
|
99
99
|
"license": "SEE LICENSE IN LICSENSE.md, VENDOR_LICENSE.md",
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@charlietango/use-focus-trap": "^1.3.0",
|
|
102
101
|
"classcat": "^5.0.3",
|
|
103
102
|
"downshift": "^6.1.7",
|
|
104
103
|
"eslint-plugin-json": "^3.1.0",
|
|
105
104
|
"flatpickr": "^4.6.12",
|
|
106
105
|
"raf-schd": "^4.0.3",
|
|
106
|
+
"react-focus-lock": "^2.9.4",
|
|
107
107
|
"react-laag": "^2.0.3",
|
|
108
108
|
"react-transition-group": "^4.4.5"
|
|
109
109
|
},
|