@stainless-api/ui-primitives 0.1.0-beta.48 → 0.1.0-beta.49
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/styles.css +4 -3
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -185,6 +185,7 @@ body {
|
|
|
185
185
|
font-size: var(--stl-typography-text-code);
|
|
186
186
|
font-weight: inherit;
|
|
187
187
|
letter-spacing: normal;
|
|
188
|
+
white-space: pre;
|
|
188
189
|
|
|
189
190
|
/* inline code */
|
|
190
191
|
&:where(:not(pre > code)) {
|
|
@@ -625,8 +626,8 @@ a.stl-ui-button {
|
|
|
625
626
|
--stl-ui-dropdown-button-border-radius: var(--stl-ui-layout-border-radius-sml);
|
|
626
627
|
--stl-ui-dropdown-button-font-size: var(--stl-typography-scale-sm);
|
|
627
628
|
|
|
628
|
-
--stl-ui-dropdown-button-height:
|
|
629
|
-
--stl-ui-dropdown-button-padding: 0
|
|
629
|
+
--stl-ui-dropdown-button-height: 2rem;
|
|
630
|
+
--stl-ui-dropdown-button-padding-inline: calc(0.75rem - 1px);
|
|
630
631
|
--stl-ui-dropdown-button-line-height: 100%;
|
|
631
632
|
--stl-ui-dropdown-button-font-weight: 500;
|
|
632
633
|
|
|
@@ -657,7 +658,7 @@ a.stl-ui-button {
|
|
|
657
658
|
border: 1px solid var(--stl-ui-dropdown-button-border-color);
|
|
658
659
|
border-radius: var(--stl-ui-dropdown-button-border-radius);
|
|
659
660
|
height: var(--stl-ui-dropdown-button-height);
|
|
660
|
-
padding: var(--stl-ui-dropdown-button-padding);
|
|
661
|
+
padding-inline: var(--stl-ui-dropdown-button-padding-inline);
|
|
661
662
|
line-height: var(--stl-ui-dropdown-button-line-height);
|
|
662
663
|
font-weight: var(--stl-ui-dropdown-button-font-weight);
|
|
663
664
|
cursor: pointer;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stainless-api/ui-primitives",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.49",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"clsx": "^2.1.1",
|
|
17
|
-
"lucide-react": "^0.
|
|
17
|
+
"lucide-react": "^0.574.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@types/react": "19.2.
|
|
20
|
+
"@types/react": "19.2.14",
|
|
21
21
|
"@types/react-dom": "^19.2.3",
|
|
22
22
|
"react": "^19.2.4",
|
|
23
23
|
"react-dom": "^19.2.4",
|
|
24
24
|
"rolldown": "1.0.0-rc.1",
|
|
25
|
-
"sass": "^1.97.
|
|
25
|
+
"sass": "^1.97.3",
|
|
26
26
|
"tsdown": "^0.20.3",
|
|
27
27
|
"typescript": "5.9.3",
|
|
28
28
|
"@stainless/eslint-config": "0.1.0-beta.1"
|