@firecms/ui 3.0.0-canary.235 → 3.0.0-canary.239

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@firecms/ui",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.235",
4
+ "version": "3.0.0-canary.239",
5
5
  "description": "Awesome Firebase/Firestore-based headless open-source CMS",
6
6
  "funding": {
7
7
  "url": "https://github.com/sponsors/firecmsco"
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "scripts": {
46
46
  "watch": "vite build --watch",
47
- "build": "vite build && tsc --emitDeclarationOnly",
47
+ "build": "rm -rf ./dist && vite build && tsc --emitDeclarationOnly",
48
48
  "prepublishOnly": "run-s build",
49
49
  "createTag": "PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags",
50
50
  "test:lint": "eslint \"src/**\" --quiet",
@@ -116,7 +116,7 @@
116
116
  "index.css",
117
117
  "tailwind.config.js"
118
118
  ],
119
- "gitHead": "d3f4ac352f53c76f2b8631e6d0cccec533dd5826",
119
+ "gitHead": "28e265bdb20ddd0d2eb813e9cbc2c082e17c2c65",
120
120
  "publishConfig": {
121
121
  "access": "public"
122
122
  }
@@ -54,11 +54,11 @@ export const Icon = React.forwardRef<HTMLSpanElement, IconProps & { iconKey: str
54
54
  ref={ref} // Attach the ref to the span
55
55
  style={{
56
56
  fontSize: `${sizeInPx}px`,
57
+ verticalAlign: "middle",
57
58
  ...style
58
59
  }}
59
60
  className={
60
61
  cls("material-icons",
61
- "block",
62
62
  color ? colorClassesMapping[color] : "",
63
63
  "select-none",
64
64
  className)}
package/src/index.css CHANGED
@@ -71,3 +71,4 @@
71
71
  a {
72
72
  @apply text-blue-600 dark:text-blue-400 dark:hover:text-blue-600 hover:text-blue-800
73
73
  }
74
+
Binary file