ingred-ui 22.3.0 → 22.3.2

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.
@@ -0,0 +1 @@
1
+ export declare const trimVertical: import("styled-components").FlattenSimpleInterpolation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingred-ui",
3
- "version": "22.3.0",
3
+ "version": "22.3.2",
4
4
  "description": "",
5
5
  "author": "CARTA HOLDINGS, Inc.",
6
6
  "license": "MIT",
@@ -17,7 +17,6 @@
17
17
  "test:update": "jest --updateSnapshot",
18
18
  "build": "NODE_ENV=production rollup -c --bundleConfigAsCjs",
19
19
  "start": "rollup -c -w",
20
- "playground": "yarn build && cd testEnv && yarn install && yarn start",
21
20
  "storybook": "storybook dev -p 6006",
22
21
  "build-storybook": "storybook build",
23
22
  "lint": "tsc && eslint 'src/**/*.{ts,tsx}' && prettier --check 'src/**/*.{ts,tsx}'",
@@ -88,7 +87,7 @@
88
87
  "styled-components": "5.3.5",
89
88
  "ts-jest": "29.1.0",
90
89
  "typescript": "5.2.2",
91
- "vite": "4.5.12"
90
+ "vite": "4.5.13"
92
91
  },
93
92
  "files": [
94
93
  "dist"