@uniai-fe/uds-primitives 0.10.2 → 0.10.3
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 +2 -0
- package/package.json +4 -4
- package/src/components/alternate/img/spinner-large-52x52.svg +1 -1
- package/src/components/alternate/img/spinner-medium-36x36.svg +1 -1
- package/src/components/alternate/img/spinner-small-24x24.svg +1 -1
- package/src/components/alternate/styles/unit.scss +1 -0
- package/src/components/alternate/styles/variables.scss +1 -0
package/dist/styles.css
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
--alternate-unit-text-font-size: 1.4rem;
|
|
5
5
|
--alternate-unit-text-line-height: 1.5;
|
|
6
6
|
--alternate-unit-gap: var(--spacing-gap-6);
|
|
7
|
+
--alternate-loading-icon-color: var(--color-primary-default);
|
|
7
8
|
--alternate-loading-icon-small-size: 2.4rem;
|
|
8
9
|
--alternate-loading-icon-medium-size: 3.6rem;
|
|
9
10
|
--alternate-loading-icon-large-size: 5.2rem;
|
|
@@ -1022,6 +1023,7 @@
|
|
|
1022
1023
|
.alternate-loading-icon {
|
|
1023
1024
|
width: var(--alternate-loading-icon-small-size);
|
|
1024
1025
|
height: var(--alternate-loading-icon-small-size);
|
|
1026
|
+
color: var(--alternate-loading-icon-color);
|
|
1025
1027
|
position: relative;
|
|
1026
1028
|
margin: 0;
|
|
1027
1029
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniai-fe/uds-primitives",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3",
|
|
4
4
|
"description": "UNIAI Design System; Primitives Components Package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
"react-hook-form": "^7.82.0",
|
|
88
88
|
"sass": "^1.101.3",
|
|
89
89
|
"typescript": "6.0.3",
|
|
90
|
-
"@uniai-fe/uds-foundation": "0.5.0",
|
|
91
90
|
"@uniai-fe/eslint-config": "0.4.2",
|
|
91
|
+
"@uniai-fe/uds-foundation": "0.5.0",
|
|
92
92
|
"@uniai-fe/tsconfig": "0.2.0",
|
|
93
|
-
"@uniai-fe/
|
|
94
|
-
"@uniai-fe/
|
|
93
|
+
"@uniai-fe/next-devkit": "0.4.0",
|
|
94
|
+
"@uniai-fe/util-functions": "0.4.3"
|
|
95
95
|
},
|
|
96
96
|
"scripts": {
|
|
97
97
|
"check:pre-commit": "pnpm --dir ../../.. run check:pre-commit",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<circle cx="26" cy="26" r="24" stroke="url(#paint0_linear_748_639)" stroke-width="4"/>
|
|
3
3
|
<defs>
|
|
4
4
|
<linearGradient id="paint0_linear_748_639" x1="13.5" y1="3.34936" x2="39" y2="47.5167" gradientUnits="userSpaceOnUse">
|
|
5
|
-
<stop stop-color="
|
|
5
|
+
<stop stop-color="currentColor"/>
|
|
6
6
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
7
7
|
</linearGradient>
|
|
8
8
|
</defs>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<circle cx="18" cy="18" r="16" stroke="url(#paint0_linear_748_634)" stroke-width="4"/>
|
|
3
3
|
<defs>
|
|
4
4
|
<linearGradient id="paint0_linear_748_634" x1="9.66667" y1="2.89958" x2="26.6667" y2="32.3444" gradientUnits="userSpaceOnUse">
|
|
5
|
-
<stop stop-color="
|
|
5
|
+
<stop stop-color="currentColor"/>
|
|
6
6
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
7
7
|
</linearGradient>
|
|
8
8
|
</defs>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<circle cx="12" cy="12" r="10" stroke="url(#paint0_linear_748_642)" stroke-width="4"/>
|
|
3
3
|
<defs>
|
|
4
4
|
<linearGradient id="paint0_linear_748_642" x1="6.79167" y1="2.56224" x2="17.4167" y2="20.9653" gradientUnits="userSpaceOnUse">
|
|
5
|
-
<stop stop-color="
|
|
5
|
+
<stop stop-color="currentColor"/>
|
|
6
6
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
7
7
|
</linearGradient>
|
|
8
8
|
</defs>
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
--alternate-unit-text-font-size: 1.4rem;
|
|
4
4
|
--alternate-unit-text-line-height: 1.5;
|
|
5
5
|
--alternate-unit-gap: var(--spacing-gap-6);
|
|
6
|
+
--alternate-loading-icon-color: var(--color-primary-default);
|
|
6
7
|
--alternate-loading-icon-small-size: 2.4rem;
|
|
7
8
|
--alternate-loading-icon-medium-size: 3.6rem;
|
|
8
9
|
--alternate-loading-icon-large-size: 5.2rem;
|