@atscript/ui-styles 0.1.72 → 0.1.73
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/css/all.css +0 -1
- package/dist/css/form.css +1 -2
- package/dist/css/table.css +0 -1
- package/dist/css/wf.css +1 -2
- package/dist/index.cjs +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +4 -4
package/dist/css/all.css
CHANGED
|
@@ -783,7 +783,6 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
783
783
|
.as-column-menu-item-active,
|
|
784
784
|
.as-dropdown-item--active{font-weight:500;--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));}
|
|
785
785
|
.as-config-tab-summary-count-num,
|
|
786
|
-
.as-default-field label,
|
|
787
786
|
.as-field-label{font-weight:600;}
|
|
788
787
|
.as-filter-dialog-chips-count,
|
|
789
788
|
.as-filter-dialog-title-value{font-weight:600;--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
package/dist/css/form.css
CHANGED
|
@@ -274,9 +274,8 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
274
274
|
.as-paragraph-field{font-size:1em;--font-bold:600;--font-size:1em;--font-corrected:1em;--font-bc:-0.1973em;--font-tc:-0.2373em;font-weight:400;line-height:1.4346101129141227em;letter-spacing:-0.011em;}
|
|
275
275
|
.as-collapsible-title-index,
|
|
276
276
|
.as-field-label-index{font-weight:400;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;text-transform:none;--un-text-opacity:0.6;color:rgb(var(--current-text) / 0.6);}
|
|
277
|
-
.as-default-field label,
|
|
278
|
-
.as-field-label{font-weight:600;}
|
|
279
277
|
.as-dropdown-item--active{font-weight:500;--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));}
|
|
278
|
+
.as-field-label{font-weight:600;}
|
|
280
279
|
.as-multi-select-item[data-state=checked]{font-weight:600;--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));}
|
|
281
280
|
.as-multi-select-chip-label{line-height:1;}
|
|
282
281
|
.as-action-field:not(:disabled):hover>button{text-decoration-line:underline;}
|
package/dist/css/table.css
CHANGED
|
@@ -751,7 +751,6 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
751
751
|
.as-column-menu-item-active,
|
|
752
752
|
.as-dropdown-item--active{font-weight:500;--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));}
|
|
753
753
|
.as-config-tab-summary-count-num,
|
|
754
|
-
.as-default-field label,
|
|
755
754
|
.as-field-label{font-weight:600;}
|
|
756
755
|
.as-filter-dialog-chips-count,
|
|
757
756
|
.as-filter-dialog-title-value{font-weight:600;--un-text-opacity:1;color:rgb(var(--current-text) / var(--un-text-opacity));}
|
package/dist/css/wf.css
CHANGED
|
@@ -306,9 +306,8 @@ details:not([open]) .as-variant-trigger{display:none;}
|
|
|
306
306
|
.as-paragraph-field{font-size:1em;--font-bold:600;--font-size:1em;--font-corrected:1em;--font-bc:-0.1973em;--font-tc:-0.2373em;font-weight:400;line-height:1.4346101129141227em;letter-spacing:-0.011em;}
|
|
307
307
|
.as-collapsible-title-index,
|
|
308
308
|
.as-field-label-index{font-weight:400;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;text-transform:none;--un-text-opacity:0.6;color:rgb(var(--current-text) / 0.6);}
|
|
309
|
-
.as-default-field label,
|
|
310
|
-
.as-field-label{font-weight:600;}
|
|
311
309
|
.as-dropdown-item--active{font-weight:500;--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));}
|
|
310
|
+
.as-field-label{font-weight:600;}
|
|
312
311
|
.as-multi-select-item[data-state=checked]{font-weight:600;--un-bg-opacity:0.1;background-color:rgb(var(--current-hl) / 0.1);--un-text-opacity:1;color:rgb(var(--current-hl) / var(--un-text-opacity));}
|
|
313
312
|
.as-multi-select-chip-label{line-height:1;}
|
|
314
313
|
.as-action-field:not(:disabled):hover>button{text-decoration-line:underline;}
|
package/dist/index.cjs
CHANGED
|
@@ -276,7 +276,6 @@ const clearBtnHover = "scope-error bg-current-hl/10 text-current-hl";
|
|
|
276
276
|
const asFieldShortcuts = (0, vunor_theme.defineShortcuts)({
|
|
277
277
|
"as-default-field": {
|
|
278
278
|
"": "as-grid-item flex flex-col gap-$xs relative",
|
|
279
|
-
"[&_label]:": "font-600",
|
|
280
279
|
"[&.required_.as-field-label]:after:": "content-[\"_*\"] scope-error text-current-hl font-700 ml-[0.1em]",
|
|
281
280
|
"[&.error_.as-error-slot]:": "scope-error text-current-hl",
|
|
282
281
|
"[&_:is(input:not([type=checkbox]):not([type=radio]),select,textarea)]:": inputBase,
|
package/dist/index.mjs
CHANGED
|
@@ -249,7 +249,6 @@ const clearBtnHover = "scope-error bg-current-hl/10 text-current-hl";
|
|
|
249
249
|
const asFieldShortcuts = defineShortcuts$1({
|
|
250
250
|
"as-default-field": {
|
|
251
251
|
"": "as-grid-item flex flex-col gap-$xs relative",
|
|
252
|
-
"[&_label]:": "font-600",
|
|
253
252
|
"[&.required_.as-field-label]:after:": "content-[\"_*\"] scope-error text-current-hl font-700 ml-[0.1em]",
|
|
254
253
|
"[&.error_.as-error-slot]:": "scope-error text-current-hl",
|
|
255
254
|
"[&_:is(input:not([type=checkbox]):not([type=radio]),select,textarea)]:": inputBase,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atscript/ui-styles",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.73",
|
|
4
4
|
"description": "Shared UnoCSS shortcuts, presets, and icon loader for atscript-ui (vue-form, vue-table, vue-wf)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"atscript",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"unplugin-vue-components": "^32.0.0",
|
|
61
61
|
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.14",
|
|
62
62
|
"vunor": "^0.2",
|
|
63
|
-
"@atscript/vue-
|
|
64
|
-
"@atscript/vue-
|
|
65
|
-
"@atscript/vue-
|
|
63
|
+
"@atscript/vue-table": "^0.1.73",
|
|
64
|
+
"@atscript/vue-form": "^0.1.73",
|
|
65
|
+
"@atscript/vue-wf": "^0.1.73"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"@unocss/preset-icons": "^66.6.0",
|