@uniformdev/design-system 19.196.1-alpha.8 → 19.197.1-alpha.1
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/esm/index.js +1 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
|
@@ -12299,6 +12299,7 @@ var buttonStyle = (bgColor) => css24`
|
|
|
12299
12299
|
background-color var(--duration-fast) var(--timing-ease-out),
|
|
12300
12300
|
outline var(--duration-fast) var(--timing-ease-out);
|
|
12301
12301
|
outline: 1px solid transparent;
|
|
12302
|
+
padding-left: var(--spacing-2xs);
|
|
12302
12303
|
|
|
12303
12304
|
&:hover {
|
|
12304
12305
|
outline-color: var(--gray-300);
|
package/dist/index.d.mts
CHANGED
|
@@ -23175,7 +23175,7 @@ type ParameterLabelProps = HTMLAttributes<HTMLLabelElement> & {
|
|
|
23175
23175
|
children: React.ReactNode;
|
|
23176
23176
|
/** sets the label to use a span tag with aria-labelledby */
|
|
23177
23177
|
asSpan?: boolean;
|
|
23178
|
-
/** sets the data-
|
|
23178
|
+
/** sets the data-testid attribute */
|
|
23179
23179
|
testId?: string;
|
|
23180
23180
|
};
|
|
23181
23181
|
/** @example <ParameterLabel id="my-label">my label</ParameterLabel> */
|
package/dist/index.d.ts
CHANGED
|
@@ -23175,7 +23175,7 @@ type ParameterLabelProps = HTMLAttributes<HTMLLabelElement> & {
|
|
|
23175
23175
|
children: React.ReactNode;
|
|
23176
23176
|
/** sets the label to use a span tag with aria-labelledby */
|
|
23177
23177
|
asSpan?: boolean;
|
|
23178
|
-
/** sets the data-
|
|
23178
|
+
/** sets the data-testid attribute */
|
|
23179
23179
|
testId?: string;
|
|
23180
23180
|
};
|
|
23181
23181
|
/** @example <ParameterLabel id="my-label">my label</ParameterLabel> */
|
package/dist/index.js
CHANGED
|
@@ -14012,6 +14012,7 @@ var buttonStyle = (bgColor) => import_react32.css`
|
|
|
14012
14012
|
background-color var(--duration-fast) var(--timing-ease-out),
|
|
14013
14013
|
outline var(--duration-fast) var(--timing-ease-out);
|
|
14014
14014
|
outline: 1px solid transparent;
|
|
14015
|
+
padding-left: var(--spacing-2xs);
|
|
14015
14016
|
|
|
14016
14017
|
&:hover {
|
|
14017
14018
|
outline-color: var(--gray-300);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.197.1-alpha.1+121ba80f7d",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@storybook/theming": "^8.3.3",
|
|
27
27
|
"@types/react": "18.3.3",
|
|
28
28
|
"@types/react-dom": "18.3.0",
|
|
29
|
-
"@uniformdev/canvas": "^19.
|
|
30
|
-
"@uniformdev/richtext": "^19.
|
|
29
|
+
"@uniformdev/canvas": "^19.197.1-alpha.1+121ba80f7d",
|
|
30
|
+
"@uniformdev/richtext": "^19.197.1-alpha.1+121ba80f7d",
|
|
31
31
|
"autoprefixer": "10.4.16",
|
|
32
32
|
"hygen": "6.2.11",
|
|
33
33
|
"postcss": "8.4.38",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "121ba80f7deb449ef8cb6ef74c6088f9e2d89112"
|
|
83
83
|
}
|