@chatbi-v/xcml 2.1.1 → 2.1.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.
Files changed (2) hide show
  1. package/dist/index.css +3 -4
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -385,10 +385,9 @@
385
385
  border-color: hsl(var(--border));
386
386
  }
387
387
 
388
- .xcml-scope {
389
- background-color: hsl(var(--background));
390
- color: hsl(var(--foreground));
391
- }
388
+ /* .xcml-scope {
389
+ @apply bg-background text-foreground;
390
+ } */
392
391
 
393
392
  *, ::before, ::after {
394
393
  --tw-border-spacing-x: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chatbi-v/xcml",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },