@dev-blinq/ui-systems 1.0.150 → 1.0.151
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/dist/index.js +5 -3
- package/dist/index.mjs +5 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -557,9 +557,11 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann
|
|
|
557
557
|
overflow-y: auto;
|
|
558
558
|
gap: 6px;
|
|
559
559
|
flex-direction: column;
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
560
|
+
&:not(.empty-list) {
|
|
561
|
+
p,
|
|
562
|
+
span {
|
|
563
|
+
font-size: 12px;
|
|
564
|
+
}
|
|
563
565
|
}
|
|
564
566
|
`,Lc=re.section`
|
|
565
567
|
display: flex;
|
package/dist/index.mjs
CHANGED
|
@@ -13225,9 +13225,11 @@ const Ym = te(q)`
|
|
|
13225
13225
|
overflow-y: auto;
|
|
13226
13226
|
gap: 6px;
|
|
13227
13227
|
flex-direction: column;
|
|
13228
|
-
|
|
13229
|
-
|
|
13230
|
-
|
|
13228
|
+
&:not(.empty-list) {
|
|
13229
|
+
p,
|
|
13230
|
+
span {
|
|
13231
|
+
font-size: 12px;
|
|
13232
|
+
}
|
|
13231
13233
|
}
|
|
13232
13234
|
`, mx = te.section`
|
|
13233
13235
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dev-blinq/ui-systems",
|
|
3
3
|
"description": "this package contains all ui components like button, input, checkbox, colors that blinq.io needs",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.151",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|