@uniai-fe/uds-foundation 0.3.0 → 0.3.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/index.css +1 -0
- package/package.json +1 -1
- package/src/color/semantic/border.scss +1 -0
package/dist/index.css
CHANGED
|
@@ -523,6 +523,7 @@
|
|
|
523
523
|
--color-label-alternative: var(--color-cool-gray-70);
|
|
524
524
|
--color-label-assistive: var(--color-cool-gray-80);
|
|
525
525
|
--color-label-disabled: var(--color-cool-gray-80);
|
|
526
|
+
--color-border-standard: var(--color-cool-gray-90);
|
|
526
527
|
--color-border-standard-cool-gray: var(--color-cool-gray-90);
|
|
527
528
|
--color-border-standard-blue: var(--color-blue-90);
|
|
528
529
|
--color-border-strong: var(--color-cool-gray-75);
|
package/package.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// 테마 경계선 토큰
|
|
2
2
|
@mixin foundation-color-border() {
|
|
3
|
+
--color-border-standard: var(--color-cool-gray-90); // #e4e5e7;
|
|
3
4
|
--color-border-standard-cool-gray: var(--color-cool-gray-90); // #e4e5e7;
|
|
4
5
|
--color-border-standard-blue: var(--color-blue-90); // #ccdeff;
|
|
5
6
|
--color-border-strong: var(--color-cool-gray-75); // #bcbec2;
|