@opendesign-plus/components 0.0.1-rc.16
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/chunk-OElCookieNotice.cjs.js +1 -0
- package/dist/chunk-OElCookieNotice.es.js +281 -0
- package/dist/components/OBanner.vue.d.ts +2 -0
- package/dist/components/OCookieNotice.vue.d.ts +16 -0
- package/dist/components/OFooter.vue.d.ts +25 -0
- package/dist/components/OHeader.vue.d.ts +23 -0
- package/dist/components/OHeaderMoblie.vue.d.ts +33 -0
- package/dist/components/OHeaderSearch.vue.d.ts +692 -0
- package/dist/components/OHeaderUser.vue.d.ts +40 -0
- package/dist/components/OPlusConfigProvider.vue.d.ts +23 -0
- package/dist/components/OSection.vue.d.ts +37 -0
- package/dist/components/OSourceCode.vue.d.ts +20 -0
- package/dist/components/OThemeSwitcher.vue.d.ts +28 -0
- package/dist/components/element-plus/OElCookieNotice.vue.d.ts +31 -0
- package/dist/components/element-plus/index.d.ts +2 -0
- package/dist/components/events/OEventsApply.vue.d.ts +16 -0
- package/dist/components/events/OEventsCalendar.vue.d.ts +5 -0
- package/dist/components/events/OEventsList.vue.d.ts +26 -0
- package/dist/components/events/config.d.ts +26 -0
- package/dist/components/events/index.d.ts +78 -0
- package/dist/components/events/types.d.ts +66 -0
- package/dist/components/events/utils.d.ts +7 -0
- package/dist/components.cjs.js +3 -0
- package/dist/components.css +1 -0
- package/dist/components.element.cjs.js +1 -0
- package/dist/components.element.es.js +4 -0
- package/dist/components.es.js +3509 -0
- package/dist/index.d.ts +18 -0
- package/docs/design.md +27 -0
- package/docs/design_banner.md +41 -0
- package/docs/design_section.md +27 -0
- package/npmcachae/_cacache/content-v2/sha512/bd/56/25079ffb18446953f88fc063c3d6eaf7191772851b8477c118f113b920a7f357b67b9006181af58c9f68b0059b899ad0f2c86fe0a6490958d138cb063afd +1 -0
- package/npmcachae/_cacache/index-v5/d8/49/af4c6bb8f580edbd7b6e18db381844403e5f689a9849c5ffcdd2dd95d735 +3 -0
- package/npmcachae/_logs/2026-03-17T09_38_12_009Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_14_370Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_16_516Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_18_616Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_20_859Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_23_182Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_25_452Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_27_865Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_30_082Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_32_219Z-debug-0.log +157 -0
- package/npmcachae/_logs/2026-03-17T09_38_34_308Z-debug-0.log +157 -0
- package/npmcachae/_update-notifier-last-checked +0 -0
- package/package.json +53 -0
- package/scripts/generate-components-index.js +100 -0
- package/src/assets/events/city/default-cover.png +0 -0
- package/src/assets/events/city//344/270/212/346/265/267.png +0 -0
- package/src/assets/events/city//345/214/227/344/272/254.png +0 -0
- package/src/assets/events/city//345/215/227/344/272/254.png +0 -0
- package/src/assets/events/city//345/244/251/346/264/245.png +0 -0
- package/src/assets/events/city//345/271/277/345/267/236.png +0 -0
- package/src/assets/events/city//346/210/220/351/203/275.png +0 -0
- package/src/assets/events/city//346/227/240/351/224/241.png +0 -0
- package/src/assets/events/city//346/235/255/345/267/236.png +0 -0
- package/src/assets/events/city//346/255/246/346/261/211.png +0 -0
- package/src/assets/events/city//346/267/261/345/234/2631.png +0 -0
- package/src/assets/events/city//346/267/261/345/234/2632.png +0 -0
- package/src/assets/events/city//350/213/217/345/267/236.png +0 -0
- package/src/assets/events/city//350/245/277/345/256/211.png +0 -0
- package/src/assets/events/city//351/203/221/345/267/236.png +0 -0
- package/src/assets/events/svg-icons/icon-checked.svg +3 -0
- package/src/assets/events/svg-icons/icon-competition.svg +7 -0
- package/src/assets/events/svg-icons/icon-events.svg +4 -0
- package/src/assets/events/svg-icons/icon-release.svg +4 -0
- package/src/assets/events/svg-icons/icon-summit.svg +4 -0
- package/src/assets/svg-icons/icon-arrow-left.svg +3 -0
- package/src/assets/svg-icons/icon-avatar-line.svg +3 -0
- package/src/assets/svg-icons/icon-caret-left.svg +3 -0
- package/src/assets/svg-icons/icon-caret-right.svg +3 -0
- package/src/assets/svg-icons/icon-chevron-down.svg +3 -0
- package/src/assets/svg-icons/icon-chevron-right.svg +3 -0
- package/src/assets/svg-icons/icon-close.svg +3 -0
- package/src/assets/svg-icons/icon-delete.svg +3 -0
- package/src/assets/svg-icons/icon-header-back.svg +3 -0
- package/src/assets/svg-icons/icon-header-delete.svg +3 -0
- package/src/assets/svg-icons/icon-header-menu.svg +3 -0
- package/src/assets/svg-icons/icon-header-person.svg +3 -0
- package/src/assets/svg-icons/icon-header-search.svg +4 -0
- package/src/assets/svg-icons/icon-locale.svg +3 -0
- package/src/assets/svg-icons/icon-log-off.svg +3 -0
- package/src/assets/svg-icons/icon-message.svg +3 -0
- package/src/assets/svg-icons/icon-moon.svg +3 -0
- package/src/assets/svg-icons/icon-outlink.svg +3 -0
- package/src/assets/svg-icons/icon-overview.svg +3 -0
- package/src/assets/svg-icons/icon-setting.svg +3 -0
- package/src/assets/svg-icons/icon-sun.svg +3 -0
- package/src/components/OBanner.vue +390 -0
- package/src/components/OCookieNotice.vue +423 -0
- package/src/components/OFooter.vue +566 -0
- package/src/components/OHeader.vue +97 -0
- package/src/components/OHeaderMoblie.vue +149 -0
- package/src/components/OHeaderSearch.vue +601 -0
- package/src/components/OHeaderUser.vue +304 -0
- package/src/components/OPlusConfigProvider.vue +32 -0
- package/src/components/OSection.vue +178 -0
- package/src/components/OSourceCode.vue +153 -0
- package/src/components/OThemeSwitcher.vue +108 -0
- package/src/components/common/AppAvatar.vue +83 -0
- package/src/components/common/ClientOnlyWrapper.ts +21 -0
- package/src/components/common/ContentWrapper.vue +85 -0
- package/src/components/common/HeaderEulerNav.vue +1118 -0
- package/src/components/common/HeaderNavMoblie.vue +344 -0
- package/src/components/common/HeaderUbmcNav.vue +597 -0
- package/src/components/element-plus/OElCookieNotice.vue +412 -0
- package/src/components/element-plus/index.ts +3 -0
- package/src/components/events/OEventsApply.vue +487 -0
- package/src/components/events/OEventsCalendar.vue +611 -0
- package/src/components/events/OEventsList.vue +402 -0
- package/src/components/events/config.ts +47 -0
- package/src/components/events/index.ts +23 -0
- package/src/components/events/npmcachae/_cacache/content-v2/sha512/2c/4f/a4140bfbf374a43f7dfe71880c051f79149cd259fb1a154fb692802c7489ef2317b737e7e690a627714ba19317971f29051b3798c246297b425a626a5b7a +1 -0
- package/src/components/events/npmcachae/_cacache/index-v5/8e/86/70dc69f1b1592fe14da10d2516ddfaa609af0cd9054a6ebde664acc6ab12 +2 -0
- package/src/components/events/npmcachae/_logs/2026-03-25T09_58_33_134Z-debug-0.log +105 -0
- package/src/components/events/npmcachae/_update-notifier-last-checked +0 -0
- package/src/components/events/types.ts +80 -0
- package/src/components/events/utils.ts +9 -0
- package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/3e/17/1865217b9acb9f4921c53a09b5c76587cd2ab748beb2699ff6cfb1341d73b1aa56ed91ffc5ab2c9c9b3fbe626103b35d9a79ff29ff6b8cbb8d89755fe1a2 +1 -0
- package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/a6/15/47bb7552ec9248079e839a5feecc1742d4de19524fdf041cf581701cf4760a5025106036145e279ba193b07c8fa5b07ae3d75f1b6032f0cb2219115b6167 +1 -0
- package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/d1/4c/133b32e09c97101a27a07cc4432f94e470cff02d120d21babcea77c3f5cd436793516dc1a8e282ee1a568f923c148b1a48f4a43233462a530d35e8b41c67 +1 -0
- package/src/components/meeting/npmcachae/_cacache/index-v5/54/0d/a4909047714a0a7198bb9bd37020992464e47c79a791889919b84d90aab0 +3 -0
- package/src/components/meeting/npmcachae/_cacache/index-v5/8e/2b/21a79778e2ac08cf5663baf83cb35f951995a496007eb2e2f7fba54021a4 +3 -0
- package/src/components/meeting/npmcachae/_cacache/index-v5/eb/a0/b70c8132e5b57a0f1e129b8cc941796420a9c147c0baa680710083740898 +2 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_03_54_955Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_03_57_842Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_00_016Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_02_191Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_04_425Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_06_642Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_08_826Z-debug-0.log +277 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_36_140Z-debug-0.log +433 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_39_573Z-debug-0.log +433 -0
- package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_42_134Z-debug-0.log +212 -0
- package/src/components/meeting/npmcachae/_update-notifier-last-checked +0 -0
- package/src/draft/Banner.vue +265 -0
- package/src/draft/ButtonCards.vue +106 -0
- package/src/draft/Feature.vue +134 -0
- package/src/draft/Footer.vue +512 -0
- package/src/draft/HorizontalAnchor.vue +165 -0
- package/src/draft/ItemSwiper.vue +133 -0
- package/src/draft/Logo.vue +141 -0
- package/src/draft/LogoCard.vue +75 -0
- package/src/draft/LogoV2.vue +19 -0
- package/src/draft/MainCard.vue +38 -0
- package/src/draft/MultiCard.vue +95 -0
- package/src/draft/MultiIconCard.vue +74 -0
- package/src/draft/OInfoCard.vue +176 -0
- package/src/draft/Process.vue +81 -0
- package/src/draft/Section.vue +167 -0
- package/src/draft/SingleTabCard.vue +85 -0
- package/src/draft/SliderCard.vue +110 -0
- package/src/env.d.ts +1 -0
- package/src/i18n/en.ts +20 -0
- package/src/i18n/index.ts +42 -0
- package/src/i18n/zh.ts +14 -0
- package/src/index.ts +46 -0
- package/src/npmcachae/_cacache/content-v2/sha512/bd/56/25079ffb18446953f88fc063c3d6eaf7191772851b8477c118f113b920a7f357b67b9006181af58c9f68b0059b899ad0f2c86fe0a6490958d138cb063afd +1 -0
- package/src/npmcachae/_cacache/index-v5/d8/49/af4c6bb8f580edbd7b6e18db381844403e5f689a9849c5ffcdd2dd95d735 +3 -0
- package/src/npmcachae/_logs/2026-03-17T10_53_33_398Z-debug-0.log +156 -0
- package/src/npmcachae/_logs/2026-03-17T10_53_35_464Z-debug-0.log +156 -0
- package/src/npmcachae/_logs/2026-03-17T10_53_37_852Z-debug-0.log +156 -0
- package/src/npmcachae/_update-notifier-last-checked +0 -0
- package/src/shared/provide.ts +6 -0
- package/src/shims-vue-dompurify-html.d.ts +17 -0
- package/src/vue.d.ts +10 -0
- package/tsconfig.json +33 -0
- package/vite.config.ts +102 -0
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
0 verbose cli C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js
|
|
2
|
+
1 info using npm@10.9.3
|
|
3
|
+
2 info using node@v22.18.0
|
|
4
|
+
3 silly config load:file:C:\Users\Administrator\AppData\Roaming\nvm\v22.18.0\node_modules\npm\npmrc
|
|
5
|
+
4 silly config load:file:D:\forks\OpenDesignPlus\packages\components\.npmrc
|
|
6
|
+
5 silly config load:file:C:\Users\Administrator\.npmrc
|
|
7
|
+
6 silly config load:file:C:\Program Files\nodejs\etc\npmrc
|
|
8
|
+
7 verbose title npm info @opensig/opendesign
|
|
9
|
+
8 verbose argv "info" "--json" "@opensig/opendesign"
|
|
10
|
+
9 verbose logfile logs-max:10 dir:D:\forks\OpenDesignPlus\packages\components\src\components\meeting\npmcachae\_logs\2026-03-20T07_25_42_134Z-
|
|
11
|
+
10 verbose logfile D:\forks\OpenDesignPlus\packages\components\src\components\meeting\npmcachae\_logs\2026-03-20T07_25_42_134Z-debug-0.log
|
|
12
|
+
11 silly logfile done cleaning log files
|
|
13
|
+
12 http fetch GET 200 https://registry.npmmirror.com/@opensig%2fopendesign 2256ms (cache miss)
|
|
14
|
+
13 silly view {
|
|
15
|
+
13 silly view '1.2.1': {
|
|
16
|
+
13 silly view _id: '@opensig/opendesign@1.2.1',
|
|
17
|
+
13 silly view _rev: '2341452-639b06238a129d27a6d4426d',
|
|
18
|
+
13 silly view 'dist-tags': { '1.0.1': '1.0.1-sp4', latest: '1.2.1' },
|
|
19
|
+
13 silly view name: '@opensig/opendesign',
|
|
20
|
+
13 silly view time: {
|
|
21
|
+
13 silly view created: '2022-12-15T11:33:55.434Z',
|
|
22
|
+
13 silly view modified: '2026-03-09T09:48:08.410Z',
|
|
23
|
+
13 silly view '0.0.1': '2022-12-15T11:27:20.991Z',
|
|
24
|
+
13 silly view '0.0.2': '2023-03-06T09:40:12.938Z',
|
|
25
|
+
13 silly view '0.0.3': '2023-03-08T06:31:48.087Z',
|
|
26
|
+
13 silly view '0.0.4': '2023-03-08T10:17:57.120Z',
|
|
27
|
+
13 silly view '0.0.5': '2023-03-15T08:21:21.013Z',
|
|
28
|
+
13 silly view '0.0.6': '2023-03-15T15:01:06.432Z',
|
|
29
|
+
13 silly view '0.0.7': '2023-03-20T15:57:04.685Z',
|
|
30
|
+
13 silly view '0.0.8': '2023-03-22T10:17:00.821Z',
|
|
31
|
+
13 silly view '0.0.9': '2023-03-23T10:16:24.635Z',
|
|
32
|
+
13 silly view '0.0.10': '2023-03-23T15:47:59.515Z',
|
|
33
|
+
13 silly view '0.0.11': '2023-03-23T16:06:14.434Z',
|
|
34
|
+
13 silly view '0.0.12': '2023-03-24T15:11:38.381Z',
|
|
35
|
+
13 silly view '0.0.13': '2023-03-26T16:20:37.966Z',
|
|
36
|
+
13 silly view '0.0.14': '2023-03-27T01:57:50.722Z',
|
|
37
|
+
13 silly view '0.0.15': '2023-03-27T09:35:03.625Z',
|
|
38
|
+
13 silly view '0.0.16': '2023-03-27T10:16:01.440Z',
|
|
39
|
+
13 silly view '0.0.17': '2023-03-27T11:57:18.173Z',
|
|
40
|
+
13 silly view '0.0.18': '2023-03-28T01:41:35.164Z',
|
|
41
|
+
13 silly view '0.0.19': '2023-03-28T11:27:41.015Z',
|
|
42
|
+
13 silly view '0.0.20': '2023-03-28T16:07:21.349Z',
|
|
43
|
+
13 silly view '0.0.21': '2023-03-29T15:24:05.646Z',
|
|
44
|
+
13 silly view '0.0.22': '2023-03-30T09:57:57.523Z',
|
|
45
|
+
13 silly view '0.0.23': '2023-03-31T09:32:46.246Z',
|
|
46
|
+
13 silly view '0.0.24': '2023-03-31T16:45:47.739Z',
|
|
47
|
+
13 silly view '0.0.25': '2023-04-04T08:21:59.765Z',
|
|
48
|
+
13 silly view '0.0.26': '2023-04-07T02:45:59.221Z',
|
|
49
|
+
13 silly view '0.0.27': '2023-04-11T06:11:34.844Z',
|
|
50
|
+
13 silly view '0.0.28': '2023-04-11T08:24:33.460Z',
|
|
51
|
+
13 silly view '0.0.29': '2023-04-11T12:35:13.956Z',
|
|
52
|
+
13 silly view '0.0.30': '2023-04-12T01:36:36.112Z',
|
|
53
|
+
13 silly view '0.0.32': '2023-04-13T01:50:42.841Z',
|
|
54
|
+
13 silly view '0.0.33': '2023-04-24T11:06:53.121Z',
|
|
55
|
+
13 silly view '0.0.34': '2023-04-25T07:56:02.661Z',
|
|
56
|
+
13 silly view '0.0.35': '2023-04-25T15:26:00.846Z',
|
|
57
|
+
13 silly view '0.0.36': '2023-04-26T09:28:17.646Z',
|
|
58
|
+
13 silly view '0.0.37': '2023-04-27T06:35:02.005Z',
|
|
59
|
+
13 silly view '0.0.38': '2023-04-27T10:13:19.336Z',
|
|
60
|
+
13 silly view '0.0.39': '2023-06-05T15:26:41.826Z',
|
|
61
|
+
13 silly view '0.0.40': '2023-06-06T12:57:45.300Z',
|
|
62
|
+
13 silly view '0.0.41': '2023-06-09T16:15:00.068Z',
|
|
63
|
+
13 silly view '0.0.42': '2023-06-09T23:56:23.051Z',
|
|
64
|
+
13 silly view '0.0.43': '2023-06-12T01:30:02.181Z',
|
|
65
|
+
13 silly view '0.0.44': '2023-06-13T01:27:31.770Z',
|
|
66
|
+
13 silly view '0.0.45': '2023-06-14T02:55:31.339Z',
|
|
67
|
+
13 silly view '0.0.46': '2023-06-14T13:00:55.468Z',
|
|
68
|
+
13 silly view '0.0.47': '2023-06-15T12:42:32.889Z',
|
|
69
|
+
13 silly view '0.0.48': '2023-06-16T04:09:24.406Z',
|
|
70
|
+
13 silly view '0.0.49': '2023-06-16T08:31:14.730Z',
|
|
71
|
+
13 silly view '0.0.50': '2023-06-20T02:42:37.423Z',
|
|
72
|
+
13 silly view '0.0.51': '2023-09-05T03:44:50.885Z',
|
|
73
|
+
13 silly view '0.0.52': '2023-09-07T13:12:58.582Z',
|
|
74
|
+
13 silly view '0.0.53': '2023-09-14T11:46:35.393Z',
|
|
75
|
+
13 silly view '0.0.54': '2023-09-18T03:18:43.213Z',
|
|
76
|
+
13 silly view '0.0.55': '2023-09-18T11:44:52.981Z',
|
|
77
|
+
13 silly view '0.0.56': '2023-09-22T02:29:19.824Z',
|
|
78
|
+
13 silly view '0.0.57': '2023-09-22T09:10:50.652Z',
|
|
79
|
+
13 silly view '0.0.58': '2023-09-25T06:39:21.241Z',
|
|
80
|
+
13 silly view '0.0.59': '2024-02-27T07:30:36.274Z',
|
|
81
|
+
13 silly view '0.0.60': '2024-03-08T09:28:54.470Z',
|
|
82
|
+
13 silly view '0.0.61': '2024-04-08T03:23:01.196Z',
|
|
83
|
+
13 silly view '0.0.62': '2024-04-12T09:46:28.444Z',
|
|
84
|
+
13 silly view '0.0.63': '2024-04-17T07:33:47.998Z',
|
|
85
|
+
13 silly view '0.0.64': '2024-04-23T07:45:39.059Z',
|
|
86
|
+
13 silly view '0.0.65': '2024-05-11T09:03:41.607Z',
|
|
87
|
+
13 silly view '0.0.66': '2024-05-15T02:10:07.681Z',
|
|
88
|
+
13 silly view '0.0.67': '2024-05-15T08:59:11.980Z',
|
|
89
|
+
13 silly view '0.0.68': '2024-08-12T12:37:26.632Z',
|
|
90
|
+
13 silly view '0.0.69': '2024-09-24T09:19:28.278Z',
|
|
91
|
+
13 silly view '0.0.70': '2024-12-27T08:59:24.103Z',
|
|
92
|
+
13 silly view '0.0.71': '2025-02-08T10:32:27.032Z',
|
|
93
|
+
13 silly view '0.0.72': '2025-02-10T03:55:19.845Z',
|
|
94
|
+
13 silly view '0.0.73': '2025-02-17T08:02:19.541Z',
|
|
95
|
+
13 silly view '0.0.74': '2025-03-25T14:02:33.406Z',
|
|
96
|
+
13 silly view '0.0.75': '2025-04-07T13:14:19.328Z',
|
|
97
|
+
13 silly view '0.0.76': '2025-04-27T15:42:52.087Z',
|
|
98
|
+
13 silly view '0.0.77': '2025-04-27T16:39:41.655Z',
|
|
99
|
+
13 silly view '0.0.78': '2025-04-27T17:13:41.423Z',
|
|
100
|
+
13 silly view '1.0.0': '2025-07-03T08:17:03.885Z',
|
|
101
|
+
13 silly view '1.0.0-alpha.1': '2025-07-31T01:39:19.189Z',
|
|
102
|
+
13 silly view '1.0.1': '2025-08-07T03:27:50.636Z',
|
|
103
|
+
13 silly view '1.0.2': '2025-09-24T09:02:25.033Z',
|
|
104
|
+
13 silly view '0.0.79': '2025-11-11T07:06:03.058Z',
|
|
105
|
+
13 silly view '1.0.3': '2025-11-25T06:54:44.622Z',
|
|
106
|
+
13 silly view '1.0.4': '2025-11-29T10:19:43.032Z',
|
|
107
|
+
13 silly view '1.0.1-sp1': '2025-12-10T12:54:33.657Z',
|
|
108
|
+
13 silly view '1.1.0-alpha.1': '2025-12-11T12:13:45.594Z',
|
|
109
|
+
13 silly view '1.1.0-alpha.2': '2025-12-12T02:42:48.475Z',
|
|
110
|
+
13 silly view '1.1.0-alpha.3': '2025-12-23T13:30:35.579Z',
|
|
111
|
+
13 silly view '1.0.1-sp2': '2025-12-27T10:31:34.413Z',
|
|
112
|
+
13 silly view '1.0.1-sp4': '2025-12-31T07:13:29.402Z',
|
|
113
|
+
13 silly view '1.1.0-alpha.4': '2026-01-08T06:32:09.930Z',
|
|
114
|
+
13 silly view '1.1.0': '2026-01-19T10:08:55.327Z',
|
|
115
|
+
13 silly view '1.2.0': '2026-02-12T03:42:29.166Z',
|
|
116
|
+
13 silly view '1.2.1': '2026-03-09T09:47:39.036Z'
|
|
117
|
+
13 silly view },
|
|
118
|
+
13 silly view versions: [
|
|
119
|
+
13 silly view '0.0.1', '0.0.2', '0.0.3', '0.0.4',
|
|
120
|
+
13 silly view '0.0.5', '0.0.6', '0.0.7', '0.0.8',
|
|
121
|
+
13 silly view '0.0.9', '0.0.10', '0.0.11', '0.0.12',
|
|
122
|
+
13 silly view '0.0.13', '0.0.14', '0.0.15', '0.0.16',
|
|
123
|
+
13 silly view '0.0.17', '0.0.18', '0.0.19', '0.0.20',
|
|
124
|
+
13 silly view '0.0.21', '0.0.22', '0.0.23', '0.0.24',
|
|
125
|
+
13 silly view '0.0.25', '0.0.26', '0.0.27', '0.0.28',
|
|
126
|
+
13 silly view '0.0.29', '0.0.30', '0.0.32', '0.0.33',
|
|
127
|
+
13 silly view '0.0.34', '0.0.35', '0.0.36', '0.0.37',
|
|
128
|
+
13 silly view '0.0.38', '0.0.39', '0.0.40', '0.0.41',
|
|
129
|
+
13 silly view '0.0.42', '0.0.43', '0.0.44', '0.0.45',
|
|
130
|
+
13 silly view '0.0.46', '0.0.47', '0.0.48', '0.0.49',
|
|
131
|
+
13 silly view '0.0.50', '0.0.51', '0.0.52', '0.0.53',
|
|
132
|
+
13 silly view '0.0.54', '0.0.55', '0.0.56', '0.0.57',
|
|
133
|
+
13 silly view '0.0.58', '0.0.59', '0.0.60', '0.0.61',
|
|
134
|
+
13 silly view '0.0.62', '0.0.63', '0.0.64', '0.0.65',
|
|
135
|
+
13 silly view '0.0.66', '0.0.67', '0.0.68', '0.0.69',
|
|
136
|
+
13 silly view '0.0.70', '0.0.71', '0.0.72', '0.0.73',
|
|
137
|
+
13 silly view '0.0.74', '0.0.75', '0.0.76', '0.0.77',
|
|
138
|
+
13 silly view '0.0.78', '0.0.79', '1.0.0-alpha.1', '1.0.0',
|
|
139
|
+
13 silly view '1.0.1-sp1', '1.0.1-sp2', '1.0.1-sp4', '1.0.1',
|
|
140
|
+
13 silly view '1.0.2', '1.0.3', '1.0.4', '1.1.0-alpha.1',
|
|
141
|
+
13 silly view '1.1.0-alpha.2', '1.1.0-alpha.3', '1.1.0-alpha.4', '1.1.0',
|
|
142
|
+
13 silly view '1.2.0', '1.2.1'
|
|
143
|
+
13 silly view ],
|
|
144
|
+
13 silly view description: '<p align="center"><img src="../docs/public/opendesign-logo-light.png"/></p>\r <h1 align="center">opendesign</h1>\r <p align="center">一个 Vue 3 组件库</p>\r <p align="center"><b>皮肤可定制,使用 TypeScript</b></p>',
|
|
145
|
+
13 silly view keywords: [ 'opendesign', 'vue3 components' ],
|
|
146
|
+
13 silly view maintainers: [ [Object], [Object], [Object] ],
|
|
147
|
+
13 silly view license: 'MIT',
|
|
148
|
+
13 silly view bugs: {
|
|
149
|
+
13 silly view url: 'https://atomgit.com/openeuler/opendesign-components/issues'
|
|
150
|
+
13 silly view },
|
|
151
|
+
13 silly view repository: {
|
|
152
|
+
13 silly view type: 'git',
|
|
153
|
+
13 silly view url: 'https://atomgit.com/openeuler/opendesign-components.git'
|
|
154
|
+
13 silly view },
|
|
155
|
+
13 silly view _source_registry_name: 'default',
|
|
156
|
+
13 silly view _contentLength: 58222,
|
|
157
|
+
13 silly view version: '1.2.1',
|
|
158
|
+
13 silly view main: 'lib/index.js',
|
|
159
|
+
13 silly view module: 'es/index.mjs',
|
|
160
|
+
13 silly view types: 'es/index.d.ts',
|
|
161
|
+
13 silly view typings: 'lib/index.d.ts',
|
|
162
|
+
13 silly view unpkg: 'dist/opendesign.min.js',
|
|
163
|
+
13 silly view peerDependencies: { vue: '^3.3.0', '@vueuse/core': '^10.11.1' },
|
|
164
|
+
13 silly view devDependencies: {
|
|
165
|
+
13 silly view '@opensig/open-scripts': '1.0.4',
|
|
166
|
+
13 silly view typescript: '~5.8.3',
|
|
167
|
+
13 silly view vite: '^6.2.3',
|
|
168
|
+
13 silly view 'vue-tsc': '2.2.8'
|
|
169
|
+
13 silly view },
|
|
170
|
+
13 silly view homepage: '',
|
|
171
|
+
13 silly view scripts: {
|
|
172
|
+
13 silly view 'gen:icon': 'open-scripts gen:icon --config ./icons/icon.config.ts',
|
|
173
|
+
13 silly view 'clean:svg': 'open-scripts clean:svg --config ./icons/cleansvg.config.ts',
|
|
174
|
+
13 silly view 'build:component': 'open-scripts build:component',
|
|
175
|
+
13 silly view 'build:style': 'open-scripts build:style',
|
|
176
|
+
13 silly view build: 'pnpm gen:icon && pnpm build:component && pnpm build:style',
|
|
177
|
+
13 silly view lint: "eslint --ignore-pattern './src/**/__demo__/*' --ignore-pattern './src/**/__docs__/*' ./src",
|
|
178
|
+
13 silly view 'lint:fix': "eslint --ignore-pattern './src/**/__demo__/*' --ignore-pattern './src/**/__docs__/*' --fix ./src",
|
|
179
|
+
13 silly view 'type-check': 'vue-tsc --build',
|
|
180
|
+
13 silly view release: 'pnpm publish --registry https://registry.npmjs.org'
|
|
181
|
+
13 silly view },
|
|
182
|
+
13 silly view _integrity: 'sha512-kxux3FwFK6v3+jpbyG4VC1guYlw4KElF/tzK7RkkMs15cRpw3SJKONZuRmg/3qHlYlf/23qLPonXpIRDb58HDw==',
|
|
183
|
+
13 silly view _resolved: 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\4d5b3d03152bb7d6c189bcb122bd120b\\opensig-opendesign-1.2.1.tgz',
|
|
184
|
+
13 silly view _from: 'file:opensig-opendesign-1.2.1.tgz',
|
|
185
|
+
13 silly view _nodeVersion: '24.13.1',
|
|
186
|
+
13 silly view _npmVersion: '11.4.1',
|
|
187
|
+
13 silly view dist: {
|
|
188
|
+
13 silly view integrity: 'sha512-kxux3FwFK6v3+jpbyG4VC1guYlw4KElF/tzK7RkkMs15cRpw3SJKONZuRmg/3qHlYlf/23qLPonXpIRDb58HDw==',
|
|
189
|
+
13 silly view shasum: 'a0dc258d7a1789034fd54454c055b9d5bfcbb9d0',
|
|
190
|
+
13 silly view tarball: 'https://registry.npmmirror.com/@opensig/opendesign/-/opendesign-1.2.1.tgz',
|
|
191
|
+
13 silly view fileCount: 3958,
|
|
192
|
+
13 silly view unpackedSize: 13048843,
|
|
193
|
+
13 silly view signatures: [Array],
|
|
194
|
+
13 silly view size: 2180681
|
|
195
|
+
13 silly view },
|
|
196
|
+
13 silly view _npmUser: { name: 'gzbang', email: '15622356989@163.com' },
|
|
197
|
+
13 silly view directories: {},
|
|
198
|
+
13 silly view _npmOperationalInternal: {
|
|
199
|
+
13 silly view host: 's3://npm-registry-packages-npm-production',
|
|
200
|
+
13 silly view tmp: 'tmp/opendesign_1.2.1_1773049658747_0.22206595672164164'
|
|
201
|
+
13 silly view },
|
|
202
|
+
13 silly view _hasShrinkwrap: false,
|
|
203
|
+
13 silly view _cnpmcore_publish_time: '2026-03-09T09:47:39.036Z',
|
|
204
|
+
13 silly view publish_time: 1773049659036
|
|
205
|
+
13 silly view }
|
|
206
|
+
13 silly view }
|
|
207
|
+
14 verbose cwd D:\forks\OpenDesignPlus\packages\components\src\components\meeting
|
|
208
|
+
15 verbose os Windows_NT 10.0.17763
|
|
209
|
+
16 verbose node v22.18.0
|
|
210
|
+
17 verbose npm v10.9.3
|
|
211
|
+
18 verbose exit 0
|
|
212
|
+
19 info ok
|
|
File without changes
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { onMounted, type PropType } from 'vue';
|
|
3
|
+
import { OButton } from '@opensig/opendesign';
|
|
4
|
+
|
|
5
|
+
import AOS from 'aos';
|
|
6
|
+
|
|
7
|
+
import ContentWrapper from './ContentWrapper.vue';
|
|
8
|
+
|
|
9
|
+
defineProps({
|
|
10
|
+
backgroundImage: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: '',
|
|
13
|
+
},
|
|
14
|
+
title: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: '',
|
|
17
|
+
},
|
|
18
|
+
subtitle: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: '',
|
|
21
|
+
},
|
|
22
|
+
href: {
|
|
23
|
+
type: String,
|
|
24
|
+
default: '',
|
|
25
|
+
},
|
|
26
|
+
text: {
|
|
27
|
+
type: String,
|
|
28
|
+
default: '',
|
|
29
|
+
},
|
|
30
|
+
// 风格
|
|
31
|
+
theme: {
|
|
32
|
+
type: String as PropType<'light' | 'dark'>,
|
|
33
|
+
default: 'light',
|
|
34
|
+
},
|
|
35
|
+
// 指定在何处显示链接的资源
|
|
36
|
+
target: {
|
|
37
|
+
type: String,
|
|
38
|
+
default: '_blank',
|
|
39
|
+
},
|
|
40
|
+
size: {
|
|
41
|
+
type: String as PropType<'small' | 'medium' | 'large'>,
|
|
42
|
+
default: 'medium',
|
|
43
|
+
},
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
onMounted(() => {
|
|
47
|
+
AOS.init({
|
|
48
|
+
duration: 800,
|
|
49
|
+
});
|
|
50
|
+
});
|
|
51
|
+
</script>
|
|
52
|
+
|
|
53
|
+
<template>
|
|
54
|
+
<div class="banner-content" :class="`banner-${size}`">
|
|
55
|
+
<div class="banner-bg" :style="{ backgroundImage: `url(${backgroundImage})` }"></div>
|
|
56
|
+
<ContentWrapper class="banner-text">
|
|
57
|
+
<div class="banner-text-content">
|
|
58
|
+
<p v-if="title" class="banner-title" data-aos="fade-up">{{ title }}</p>
|
|
59
|
+
<p v-if="subtitle" class="banner-subtitle" data-aos="fade-up">
|
|
60
|
+
{{ subtitle }}
|
|
61
|
+
</p>
|
|
62
|
+
<OButton v-if="href" variant="outline" color="primary" size="medium" :href="href" :target="target"
|
|
63
|
+
class="learn-btn">
|
|
64
|
+
<span>{{ text }}</span>
|
|
65
|
+
</OButton>
|
|
66
|
+
</div>
|
|
67
|
+
</ContentWrapper>
|
|
68
|
+
</div>
|
|
69
|
+
</template>
|
|
70
|
+
|
|
71
|
+
<style lang="scss">
|
|
72
|
+
.banner-content {
|
|
73
|
+
width: 100%;
|
|
74
|
+
position: relative;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.banner-bg {
|
|
78
|
+
height: 100%;
|
|
79
|
+
margin: 0 auto;
|
|
80
|
+
background-repeat: no-repeat;
|
|
81
|
+
background-size: cover;
|
|
82
|
+
background-position: center;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.banner-text {
|
|
86
|
+
position: absolute;
|
|
87
|
+
width: 100%;
|
|
88
|
+
height: 100%;
|
|
89
|
+
top: 0;
|
|
90
|
+
left: 0;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.banner-text-content {
|
|
94
|
+
height: 100%;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.learn-btn {
|
|
98
|
+
margin-top: 24px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.banner-small {
|
|
102
|
+
height: 280px;
|
|
103
|
+
|
|
104
|
+
.banner-title {
|
|
105
|
+
color: var(--o-color-info1);
|
|
106
|
+
font-weight: 500;
|
|
107
|
+
padding-top: 48px;
|
|
108
|
+
@include display2;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.banner-subtitle {
|
|
112
|
+
color: var(--o-color-info1);
|
|
113
|
+
margin-top: 8px;
|
|
114
|
+
width: 60%;
|
|
115
|
+
@include text2;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
119
|
+
height: 220px;
|
|
120
|
+
|
|
121
|
+
.banner-title {
|
|
122
|
+
padding-top: 40px;
|
|
123
|
+
@include display3;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.banner-subtitle {
|
|
127
|
+
@include text1;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
@include respond-to('pad_h') {
|
|
132
|
+
height: 180px;
|
|
133
|
+
|
|
134
|
+
.banner-title {
|
|
135
|
+
padding-top: 32px;
|
|
136
|
+
@include h1;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.banner-subtitle {
|
|
140
|
+
@include tip1;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@include respond-to('<=pad_v') {
|
|
145
|
+
display: none;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.banner-medium {
|
|
150
|
+
height: 360px;
|
|
151
|
+
|
|
152
|
+
.banner-title {
|
|
153
|
+
color: var(--o-color-info1);
|
|
154
|
+
font-weight: 500;
|
|
155
|
+
padding-top: 88px;
|
|
156
|
+
@include display2;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.banner-subtitle {
|
|
160
|
+
color: var(--o-color-info1);
|
|
161
|
+
margin-top: 8px;
|
|
162
|
+
width: 60%;
|
|
163
|
+
@include text2;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
167
|
+
height: 280px;
|
|
168
|
+
|
|
169
|
+
.banner-title {
|
|
170
|
+
padding-top: 64px;
|
|
171
|
+
@include display3;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.banner-subtitle {
|
|
175
|
+
@include text1;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
@include respond-to('pad_h') {
|
|
180
|
+
height: 220px;
|
|
181
|
+
|
|
182
|
+
.banner-title {
|
|
183
|
+
padding-top: 48px;
|
|
184
|
+
@include h1;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.banner-subtitle {
|
|
188
|
+
@include tip1;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
@include respond-to('<=pad_v') {
|
|
193
|
+
height: 120px;
|
|
194
|
+
|
|
195
|
+
.banner-title {
|
|
196
|
+
text-align: center;
|
|
197
|
+
padding-top: 48px;
|
|
198
|
+
@include h3;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.banner-subtitle {
|
|
202
|
+
display: none;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.banner-large {
|
|
208
|
+
height: 460px;
|
|
209
|
+
|
|
210
|
+
.banner-title {
|
|
211
|
+
color: var(--o-color-info1);
|
|
212
|
+
font-weight: 500;
|
|
213
|
+
padding-top: 124px;
|
|
214
|
+
@include display1;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.banner-subtitle {
|
|
218
|
+
color: var(--o-color-info1);
|
|
219
|
+
margin-top: 8px;
|
|
220
|
+
width: 60%;
|
|
221
|
+
@include h4;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
225
|
+
height: 400px;
|
|
226
|
+
|
|
227
|
+
.banner-title {
|
|
228
|
+
padding-top: 100px;
|
|
229
|
+
@include display2;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.banner-subtitle {
|
|
233
|
+
@include text2;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
@include respond-to('pad_h') {
|
|
238
|
+
height: 320px;
|
|
239
|
+
|
|
240
|
+
.banner-title {
|
|
241
|
+
padding-top: 80px;
|
|
242
|
+
@include display3;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.banner-subtitle {
|
|
246
|
+
@include text1;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
@include respond-to('<=pad_v') {
|
|
251
|
+
height: 184px;
|
|
252
|
+
|
|
253
|
+
.banner-title {
|
|
254
|
+
text-align: center;
|
|
255
|
+
padding-top: 48px;
|
|
256
|
+
@include h3;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.banner-subtitle {
|
|
260
|
+
text-align: center;
|
|
261
|
+
@include tip2;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
</style>
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
<script lang="ts" setup>
|
|
2
|
+
import { computed } from 'vue';
|
|
3
|
+
import { OCard, type CardPropsT, OScroller, OLink, OButton } from '@opensig/opendesign';
|
|
4
|
+
import { useScreen } from '@/composables/useScreen.ts';
|
|
5
|
+
|
|
6
|
+
const { isPadV, isPhone } = useScreen();
|
|
7
|
+
|
|
8
|
+
export type OperationType = 'button' | 'link';
|
|
9
|
+
export type OperationAction = string | (() => void);
|
|
10
|
+
export type ButtonCardOperation = {
|
|
11
|
+
label: string;
|
|
12
|
+
type?: OperationType;
|
|
13
|
+
action: OperationAction;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export type IconCardT = Pick<CardPropsT, 'title' | 'detail' | 'cover'> & {
|
|
17
|
+
operations?: ButtonCardOperation[]
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
const props = withDefaults(defineProps<{
|
|
21
|
+
/*卡片各自的配置*/
|
|
22
|
+
cards: IconCardT[];
|
|
23
|
+
/*所有卡片的配置,优先级低于cards*/
|
|
24
|
+
cardProps?: CardPropsT;
|
|
25
|
+
}>(), {
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
const widthPerCard = computed(() => {
|
|
30
|
+
if(isPhone.value) {
|
|
31
|
+
return `100%`;
|
|
32
|
+
}
|
|
33
|
+
if(isPadV.value) {
|
|
34
|
+
return `calc((100% - var(--grid-column-gutter)) / 2)`;
|
|
35
|
+
}
|
|
36
|
+
if(props.cards.length <= 4) {
|
|
37
|
+
return `calc((100% - var(--grid-column-gutter) * ${props.cards.length - 1}) / ${props.cards.length})`;
|
|
38
|
+
}
|
|
39
|
+
return `calc((100% - var(--grid-column-gutter) * 3) / 4)`;
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
const getAction = (action: OperationAction) => {
|
|
43
|
+
if (typeof action === 'string') {
|
|
44
|
+
window.open(action, '_blank');
|
|
45
|
+
return;
|
|
46
|
+
}
|
|
47
|
+
action();
|
|
48
|
+
}
|
|
49
|
+
</script>
|
|
50
|
+
|
|
51
|
+
<template>
|
|
52
|
+
<OScroller v-if="props.cards?.length" class="multi-card-wrapper" show-type="always" disabled-y>
|
|
53
|
+
<OCard
|
|
54
|
+
v-for="(card, index) in cards"
|
|
55
|
+
:key="index"
|
|
56
|
+
class="multi-icon-card-item"
|
|
57
|
+
v-bind="{
|
|
58
|
+
coverRatio: 16/9,
|
|
59
|
+
...props.cardProps,
|
|
60
|
+
...card,
|
|
61
|
+
}"
|
|
62
|
+
>
|
|
63
|
+
<template #footer>
|
|
64
|
+
<div class="operations">
|
|
65
|
+
<template v-for="item in card.operations" :key="item.label">
|
|
66
|
+
<OButton v-if="item.type === 'button'" size="large" round="pill" @click="getAction(item.action)">Button</OButton>
|
|
67
|
+
<OLink v-else @click="getAction(item.action)">Link</OLink>
|
|
68
|
+
</template>
|
|
69
|
+
</div>
|
|
70
|
+
</template>
|
|
71
|
+
</OCard>
|
|
72
|
+
</OScroller>
|
|
73
|
+
</template>
|
|
74
|
+
|
|
75
|
+
<style lang="scss" scoped>
|
|
76
|
+
.multi-card-wrapper {
|
|
77
|
+
white-space: nowrap;
|
|
78
|
+
--grid-column-gutter: var(--o3-gap-6);
|
|
79
|
+
--card-detail-max-row: 2;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.operations {
|
|
83
|
+
@include text1;
|
|
84
|
+
display: flex;
|
|
85
|
+
gap: var(--o3-gap-4);
|
|
86
|
+
align-items: center;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.o-card {
|
|
90
|
+
--card-content-color: var(--o-color-info3);
|
|
91
|
+
--card-footer-gap: var(--o3-gap-3);
|
|
92
|
+
display: inline-block;
|
|
93
|
+
width: v-bind(widthPerCard);
|
|
94
|
+
|
|
95
|
+
&:not(:first-child) {
|
|
96
|
+
margin-left: var(--grid-column-gutter);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@include respond-to("phone") {
|
|
100
|
+
--card-header-text-size: 16px;
|
|
101
|
+
--card-header-text-height: 24px;
|
|
102
|
+
--card-content-text-size: 14px;
|
|
103
|
+
--card-content-text-height: 22px;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
</style>
|