@basis-ng/styles 0.0.1-alpha.132 → 0.0.1-alpha.133
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 +1 -2
- package/src/index.css +0 -1
- package/src/components/popover.css +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basis-ng/styles",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.133",
|
|
4
4
|
"description": "CSS foundation for @basis-ng/primitives components",
|
|
5
5
|
"main": "src/index.css",
|
|
6
6
|
"exports": {
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
"./label": "./src/components/label.css",
|
|
18
18
|
"./menu": "./src/components/menu.css",
|
|
19
19
|
"./option": "./src/components/option.css",
|
|
20
|
-
"./popover": "./src/components/popover.css",
|
|
21
20
|
"./range": "./src/components/range.css",
|
|
22
21
|
"./row-item": "./src/components/row-item.css",
|
|
23
22
|
"./row": "./src/components/row.css",
|
package/src/index.css
CHANGED
|
@@ -66,7 +66,6 @@
|
|
|
66
66
|
@import './components/command.css';
|
|
67
67
|
@import './components/command-options.css';
|
|
68
68
|
@import './components/option.css';
|
|
69
|
-
@import './components/popover.css';
|
|
70
69
|
@import './components/sheet.css';
|
|
71
70
|
@import './components/spinner.css';
|
|
72
71
|
@import './components/switch.css';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
b-popover-content {
|
|
2
|
-
@apply whitespace-normal rounded-lg shadow flex items-start justify-center gap-1.5 bg-background text-sm font-sans px-3 py-2 max-w-xs sm:max-w-lg;
|
|
3
|
-
@apply dark:bg-background-dark;
|
|
4
|
-
|
|
5
|
-
/* Use the same look as tooltip secondary by default */
|
|
6
|
-
@apply bg-secondary text-secondary-foreground;
|
|
7
|
-
@apply dark:bg-secondary-dark dark:text-secondary-foreground-dark;
|
|
8
|
-
}
|