@timus-networks/theme 2.4.51 → 2.4.52
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/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -11,7 +11,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
|
11
11
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
12
12
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
13
13
|
const name = "@timus-networks/theme";
|
|
14
|
-
const version = "2.4.
|
|
14
|
+
const version = "2.4.52";
|
|
15
15
|
const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
|
|
16
16
|
const type = "module";
|
|
17
17
|
const exports = {
|
|
@@ -557,7 +557,7 @@ $messagebox: map.merge(
|
|
|
557
557
|
(
|
|
558
558
|
'title-color': getCssVar('text-color-primary'),
|
|
559
559
|
'width': 420px,
|
|
560
|
-
'border-radius':
|
|
560
|
+
'border-radius': 16px,
|
|
561
561
|
'box-shadow': getCssVar('box-shadow'),
|
|
562
562
|
'font-size': getCssVar('font-size-large'),
|
|
563
563
|
'content-font-size': getCssVar('font-size-base'),
|
|
@@ -10364,7 +10364,7 @@ heights > $common-component-size
|
|
|
10364
10364
|
.el-message-box {
|
|
10365
10365
|
--el-messagebox-title-color: var(--el-text-color-primary);
|
|
10366
10366
|
--el-messagebox-width: 420px;
|
|
10367
|
-
--el-messagebox-border-radius:
|
|
10367
|
+
--el-messagebox-border-radius: 16px;
|
|
10368
10368
|
--el-messagebox-box-shadow: var(--el-box-shadow);
|
|
10369
10369
|
--el-messagebox-font-size: var(--el-font-size-large);
|
|
10370
10370
|
--el-messagebox-content-font-size: var(--el-font-size-base);
|
|
@@ -340,7 +340,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
340
340
|
.el-message-box {
|
|
341
341
|
--el-messagebox-title-color: var(--el-text-color-primary);
|
|
342
342
|
--el-messagebox-width: 420px;
|
|
343
|
-
--el-messagebox-border-radius:
|
|
343
|
+
--el-messagebox-border-radius: 16px;
|
|
344
344
|
--el-messagebox-box-shadow: var(--el-box-shadow);
|
|
345
345
|
--el-messagebox-font-size: var(--el-font-size-large);
|
|
346
346
|
--el-messagebox-content-font-size: var(--el-font-size-base);
|
package/package.json
CHANGED