@spothero/ui 23.0.1 → 23.1.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.
@@ -40,11 +40,7 @@ var anchorProps = function anchorProps() {
40
40
  var heightProps = function heightProps() {
41
41
  var height = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'md';
42
42
  var heights = {
43
- md: {
44
- height: 10,
45
- borderRadius: _base.sizes['5'],
46
- lineHeight: _base.sizes['3.5']
47
- },
43
+ md: {},
48
44
  lg: {
49
45
  height: 12,
50
46
  borderRadius: _base.sizes['6'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "23.0.1",
3
+ "version": "23.1.0",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "./dist/components/index.js",
6
6
  "exports": "./dist/components/index.js",
@@ -101,13 +101,13 @@
101
101
  "style-loader": "1.2.1",
102
102
  "webpack-merge": "5.1.4",
103
103
  "@spothero/babel-preset-spothero": "5.1.0",
104
- "@spothero/core": "7.0.1",
105
104
  "@spothero/browserslist-config": "4.0.0",
106
- "@spothero/icons": "9.0.2",
105
+ "@spothero/core": "7.0.1",
107
106
  "@spothero/eslint-config": "6.1.0",
107
+ "@spothero/icons": "9.0.2",
108
+ "@spothero/npm-publisher": "7.0.0",
108
109
  "@spothero/prettier-config": "4.0.0",
109
- "@spothero/stylelint-config": "6.0.0",
110
- "@spothero/npm-publisher": "7.0.0"
110
+ "@spothero/stylelint-config": "6.0.0"
111
111
  },
112
112
  "dependencies": {
113
113
  "@babel/preset-env": "7.23.9",
@@ -146,6 +146,6 @@
146
146
  "build": "pnpm run clean && pnpm run build:v2",
147
147
  "release": "npm-release",
148
148
  "build-storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build -o ./docs/v2",
149
- "publish-storybook": "pnpm run build:storybook"
149
+ "publish-storybook": "pnpm run build-storybook"
150
150
  }
151
151
  }