scb-wc-test 0.1.6 → 0.1.7
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/package.json +19 -3
- package/dist-types/scb-test-components/scb-wc-test.d.ts +0 -106
- package/dummy.png +0 -0
- package/scb-logo.svg +0 -21
- package/scb.svg +0 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scb-wc-test",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -14,8 +14,24 @@
|
|
|
14
14
|
"@material/web": "^1.5.1",
|
|
15
15
|
"lit": "^3.1.0"
|
|
16
16
|
},
|
|
17
|
+
"peerDependenciesMeta": {
|
|
18
|
+
"@material/web": {
|
|
19
|
+
"optional": true
|
|
20
|
+
},
|
|
21
|
+
"lit": {
|
|
22
|
+
"optional": true
|
|
23
|
+
}
|
|
24
|
+
},
|
|
17
25
|
"files": [
|
|
18
|
-
"
|
|
26
|
+
"index.js",
|
|
27
|
+
"all.js",
|
|
28
|
+
"*.d.ts",
|
|
29
|
+
"*.css",
|
|
30
|
+
"scb-wc-test.bundle.js",
|
|
31
|
+
"mvc/**/*",
|
|
32
|
+
"scb-*.js",
|
|
33
|
+
"scb-*/**/*.js",
|
|
34
|
+
"!**/*.map"
|
|
19
35
|
],
|
|
20
36
|
"exports": {
|
|
21
37
|
".": {
|
|
@@ -257,5 +273,5 @@
|
|
|
257
273
|
},
|
|
258
274
|
"./mvc/*": "./mvc/*"
|
|
259
275
|
},
|
|
260
|
-
"buildHash": "
|
|
276
|
+
"buildHash": "9C9EA3BD3651975D5E473280BD28762081B5A58A476E8C3CBF0F339305C3AE43"
|
|
261
277
|
}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import './scb-accordion/scb-accordion-item';
|
|
2
|
-
import './scb-accordion/scb-accordion';
|
|
3
|
-
import './scb-app-bar/scb-app-bar';
|
|
4
|
-
import './scb-avatar/scb-avatar';
|
|
5
|
-
import './scb-breadcrumb/scb-breadcrumb-item';
|
|
6
|
-
import './scb-breadcrumb/scb-breadcrumb';
|
|
7
|
-
import './scb-button/scb-button';
|
|
8
|
-
import './scb-calendar-card/scb-calendar-card';
|
|
9
|
-
import './scb-card/scb-card';
|
|
10
|
-
import './scb-checkbox/scb-checkbox-group';
|
|
11
|
-
import './scb-checkbox/scb-checkbox';
|
|
12
|
-
import './scb-chips/scb-chip';
|
|
13
|
-
import './scb-dialog/scb-dialog';
|
|
14
|
-
import './scb-divider/scb-divider';
|
|
15
|
-
import './scb-drawer/scb-drawer-item';
|
|
16
|
-
import './scb-drawer/scb-drawer-section';
|
|
17
|
-
import './scb-drawer/scb-drawer';
|
|
18
|
-
import './scb-drawer/scb-sub-drawer';
|
|
19
|
-
import './scb-fact-card/scb-fact-card-content';
|
|
20
|
-
import './scb-fact-card/scb-fact-card';
|
|
21
|
-
import './scb-footer/scb-footer-section';
|
|
22
|
-
import './scb-footer/scb-footer';
|
|
23
|
-
import './scb-grid/scb-grid-item';
|
|
24
|
-
import './scb-grid/scb-grid';
|
|
25
|
-
import './scb-grid/scb-stack';
|
|
26
|
-
import './scb-header/scb-header-drawer-group';
|
|
27
|
-
import './scb-header/scb-header-drawer-item';
|
|
28
|
-
import './scb-header/scb-header-tab';
|
|
29
|
-
import './scb-header/scb-header-utility';
|
|
30
|
-
import './scb-header/scb-header';
|
|
31
|
-
import './scb-icon-button/scb-icon-button';
|
|
32
|
-
import './scb-keyfigure-card/scb-keyfigure-card';
|
|
33
|
-
import './scb-link/scb-link';
|
|
34
|
-
import './scb-list/scb-list-item';
|
|
35
|
-
import './scb-list/scb-list';
|
|
36
|
-
import './scb-menu/scb-menu-item';
|
|
37
|
-
import './scb-menu/scb-menu';
|
|
38
|
-
import './scb-menu/scb-sub-menu';
|
|
39
|
-
import './scb-notification/scb-notification';
|
|
40
|
-
import './scb-progress-indicator/scb-progress-indicator';
|
|
41
|
-
import './scb-radio-button/scb-radio-button';
|
|
42
|
-
import './scb-radio-button/scb-radio-group';
|
|
43
|
-
import './scb-search/scb-search';
|
|
44
|
-
import './scb-snackbar/scb-snackbar';
|
|
45
|
-
import './scb-status-pill/scb-status-pill';
|
|
46
|
-
import './scb-switch/scb-switch';
|
|
47
|
-
import './scb-tabs/scb-primary-tab';
|
|
48
|
-
import './scb-tabs/scb-secondary-tab';
|
|
49
|
-
import './scb-tabs/scb-tabs';
|
|
50
|
-
import './scb-textfield/scb-textfield';
|
|
51
|
-
import './scb-toc/scb-toc-item';
|
|
52
|
-
import './scb-toc/scb-toc';
|
|
53
|
-
import './scb-tooltip/scb-tooltip';
|
|
54
|
-
export * from './scb-accordion/scb-accordion-item';
|
|
55
|
-
export * from './scb-accordion/scb-accordion';
|
|
56
|
-
export * from './scb-app-bar/scb-app-bar';
|
|
57
|
-
export * from './scb-avatar/scb-avatar';
|
|
58
|
-
export * from './scb-breadcrumb/scb-breadcrumb-item';
|
|
59
|
-
export * from './scb-breadcrumb/scb-breadcrumb';
|
|
60
|
-
export * from './scb-button/scb-button';
|
|
61
|
-
export * from './scb-calendar-card/scb-calendar-card';
|
|
62
|
-
export * from './scb-card/scb-card';
|
|
63
|
-
export * from './scb-checkbox/scb-checkbox-group';
|
|
64
|
-
export * from './scb-checkbox/scb-checkbox';
|
|
65
|
-
export * from './scb-chips/scb-chip';
|
|
66
|
-
export * from './scb-dialog/scb-dialog';
|
|
67
|
-
export * from './scb-divider/scb-divider';
|
|
68
|
-
export * from './scb-drawer/scb-drawer-item';
|
|
69
|
-
export * from './scb-drawer/scb-drawer-section';
|
|
70
|
-
export * from './scb-drawer/scb-drawer';
|
|
71
|
-
export * from './scb-drawer/scb-sub-drawer';
|
|
72
|
-
export * from './scb-fact-card/scb-fact-card-content';
|
|
73
|
-
export * from './scb-fact-card/scb-fact-card';
|
|
74
|
-
export * from './scb-footer/scb-footer-section';
|
|
75
|
-
export * from './scb-footer/scb-footer';
|
|
76
|
-
export * from './scb-grid/scb-grid-item';
|
|
77
|
-
export * from './scb-grid/scb-grid';
|
|
78
|
-
export * from './scb-grid/scb-stack';
|
|
79
|
-
export * from './scb-header/scb-header-drawer-group';
|
|
80
|
-
export * from './scb-header/scb-header-drawer-item';
|
|
81
|
-
export * from './scb-header/scb-header-tab';
|
|
82
|
-
export * from './scb-header/scb-header-utility';
|
|
83
|
-
export * from './scb-header/scb-header';
|
|
84
|
-
export * from './scb-icon-button/scb-icon-button';
|
|
85
|
-
export * from './scb-keyfigure-card/scb-keyfigure-card';
|
|
86
|
-
export * from './scb-link/scb-link';
|
|
87
|
-
export * from './scb-list/scb-list-item';
|
|
88
|
-
export * from './scb-list/scb-list';
|
|
89
|
-
export * from './scb-menu/scb-menu-item';
|
|
90
|
-
export * from './scb-menu/scb-menu';
|
|
91
|
-
export * from './scb-menu/scb-sub-menu';
|
|
92
|
-
export * from './scb-notification/scb-notification';
|
|
93
|
-
export * from './scb-progress-indicator/scb-progress-indicator';
|
|
94
|
-
export * from './scb-radio-button/scb-radio-button';
|
|
95
|
-
export * from './scb-radio-button/scb-radio-group';
|
|
96
|
-
export * from './scb-search/scb-search';
|
|
97
|
-
export * from './scb-snackbar/scb-snackbar';
|
|
98
|
-
export * from './scb-status-pill/scb-status-pill';
|
|
99
|
-
export * from './scb-switch/scb-switch';
|
|
100
|
-
export * from './scb-tabs/scb-primary-tab';
|
|
101
|
-
export * from './scb-tabs/scb-secondary-tab';
|
|
102
|
-
export * from './scb-tabs/scb-tabs';
|
|
103
|
-
export * from './scb-textfield/scb-textfield';
|
|
104
|
-
export * from './scb-toc/scb-toc-item';
|
|
105
|
-
export * from './scb-toc/scb-toc';
|
|
106
|
-
export * from './scb-tooltip/scb-tooltip';
|
package/dummy.png
DELETED
|
Binary file
|
package/scb-logo.svg
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<svg viewBox="-0.0002 -0.0066 1344.9076 377.9532" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<defs>
|
|
4
|
-
<style type="text/css">
|
|
5
|
-
g {
|
|
6
|
-
fill: #100f0d;
|
|
7
|
-
}
|
|
8
|
-
g:target {
|
|
9
|
-
fill: #fff;
|
|
10
|
-
}
|
|
11
|
-
</style>
|
|
12
|
-
</defs>
|
|
13
|
-
<g transform="matrix(1.3333330154418945, 0, 0, -1.3333330154418945, 0, 377.9466552734375)" id="g10">
|
|
14
|
-
<g transform="scale(0.1)" id="inverted">
|
|
15
|
-
<path id="path14" d="m 1346.6,2515.59 c 0,48.24 -39.11,87.31 -87.4,87.31 -48.29,0 -87.4,-39.07 -87.4,-87.31 V 312.898 c 0,-48.339 39.11,-87.5 87.4,-87.5 48.29,0 87.4,39.161 87.4,87.5 V 1106.8 c 0,5.77 4.79,10.45 10.51,10.45 h 287.22 c 5.76,0 10.5,-4.68 10.5,-10.45 V 305.969 C 1654.83,137.02 1477.67,0 1259.2,0 1040.63,0 863.523,137.02 863.523,305.969 V 2528.77 c 0,168.86 177.107,305.88 395.677,305.88 218.47,0 395.63,-137.02 395.63,-305.88 V 1738.1 c 0,-5.86 -4.74,-10.45 -10.5,-10.45 h -287.22 c -5.72,0 -10.51,4.59 -10.51,10.45 v 777.49"/>
|
|
16
|
-
<path id="path16" d="M 10.4414,2265.38 C -8.01563,2136.85 -1.52734,1926.1 26.1172,1807.73 56.4922,1678.71 231.645,1417.96 310.555,1296.86 389.566,1175.85 494.949,1049.49 493.375,880.922 V 477.18 c 0,-48.25 -39.109,-87.41 -87.406,-87.41 -48.145,0 -87.254,39.16 -87.254,87.41 v 618.79 c 0,5.76 -4.785,10.55 -10.645,10.55 H 20.9453 c -5.8711,0 -10.5039,-4.79 -10.5039,-10.55 V 458.719 c 0,-168.957 177.1056,-305.969 395.5276,-305.969 218.574,0 395.683,137.012 395.683,305.969 v 422.203 c -1.324,289.568 -80.332,331.748 -182.867,505.398 -73.445,124.71 -254.121,381.95 -284.398,510.97 -27.735,118.36 -26.516,255.39 -15.672,379.9 0,48.25 39.109,87.41 87.254,87.41 48.297,0 87.406,-39.16 87.406,-87.41 v -550.32 c 0,-5.77 4.746,-10.45 10.645,-10.45 h 287.085 c 5.911,0 10.547,4.68 10.547,10.45 v 538.51 c 0,169.06 -177.109,305.97 -395.683,305.97 -218.422,0 -395.5276,-136.91 -395.5276,-305.97"/>
|
|
17
|
-
<path id="path18" d="m 1726.57,2547.82 h 440.8 c 182.04,0 329.61,-147.57 329.61,-329.52 v -462.24 c 0,-129.59 -84.97,-238.98 -202.16,-276.48 v -6.24 c 117.19,-37.4 202.16,-146.89 202.16,-276.58 V 491.148 c 0,-160.367 -130.2,-290.457 -290.45,-290.457 l -479.96,-0.293 c -5.91,0 -10.6,4.793 -10.6,10.454 V 2537.37 c 0,5.66 4.69,10.45 10.6,10.45 m 308.27,-229.22 c -5.97,0 -10.65,-4.78 -10.65,-10.55 v -729.33 c 0,-5.97 4.68,-10.65 10.65,-10.65 h 43.36 c 58.01,0 105.08,47.16 105.08,105.18 v 540.18 c 0,58 -47.07,105.17 -105.08,105.17 z m 0,-982.29 c -5.97,0 -10.65,-4.69 -10.65,-10.45 V 430.59 c 0,-5.86 4.68,-10.649 10.65,-10.649 h 51.85 c 58.12,0 105.09,47.18 105.09,105.188 v 706.011 c 0,58.19 -46.97,105.17 -105.09,105.17 h -51.85"/>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
<text style="fill: rgb(1, 1, 1); font-family: Roboto; font-size: 139.2px; font-weight: 500; stroke: rgb(0, 0, 0); white-space: pre;" x="455.182" y="234.25">Designsystem</text>
|
|
21
|
-
</svg>
|
package/scb.svg
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
4
|
-
aria-hidden="true"
|
|
5
|
-
role="img"
|
|
6
|
-
width="48"
|
|
7
|
-
height="48"
|
|
8
|
-
preserveAspectRatio="xMidYMid meet"
|
|
9
|
-
viewBox="0 0 1300 1300"
|
|
10
|
-
>
|
|
11
|
-
<path d="M539.3,128.2c0-19.3-15.7-35-35-35c-19.3,0-35,15.6-35,35v882.1c0,19.4,15.7,35,35,35c19.3,0,35-15.7,35-35V692.4 c0-2.3,1.9-4.2,4.2-4.2h115c2.3,0,4.2,1.9,4.2,4.2v320.7c0,67.7-71,122.5-158.4,122.5c-87.5,0-158.5-54.9-158.5-122.5V122.9 c0-67.6,70.9-122.5,158.5-122.5c87.5,0,158.4,54.9,158.4,122.5v316.6c0,2.3-1.9,4.2-4.2,4.2h-115c-2.3,0-4.2-1.8-4.2-4.2V128.2z" />
|
|
12
|
-
<path d="M4.2,228.4c-7.4,51.5-4.8,135.9,6.3,183.3c12.2,51.7,82.3,156.1,113.9,204.6c31.6,48.5,73.8,99.1,73.2,166.6v161.7 c0,19.3-15.7,35-35,35c-19.3,0-34.9-15.7-34.9-35V696.7c0-2.3-1.9-4.2-4.3-4.2H8.4c-2.4,0-4.2,1.9-4.2,4.2v255.2 c0,67.7,70.9,122.5,158.4,122.5c87.5,0,158.5-54.9,158.5-122.5V782.8c-0.5-116-32.2-132.9-73.2-202.4 c-29.4-49.9-101.8-153-113.9-204.6c-11.1-47.4-10.6-102.3-6.3-152.1c0-19.3,15.7-35,34.9-35c19.3,0,35,15.7,35,35V444 c0,2.3,1.9,4.2,4.3,4.2h115c2.4,0,4.2-1.9,4.2-4.2V228.4c0-67.7-70.9-122.5-158.5-122.5C75.1,105.8,4.2,160.7,4.2,228.4" />
|
|
13
|
-
<path d="M814.9,600.4c-2.4,0-4.3,1.9-4.3,4.2v358.5c0,2.3,1.9,4.3,4.3,4.3h20.8c23.3,0,42.1-18.9,42.1-42.1V642.6 c0-23.3-18.8-42.1-42.1-42.1H814.9z M814.9,207.1c-2.4,0-4.3,1.9-4.3,4.2v292.1c0,2.4,1.9,4.3,4.3,4.3h17.4 c23.2,0,42.1-18.9,42.1-42.1V249.2c0-23.2-18.9-42.1-42.1-42.1H814.9z M691.5,115.3H868c72.9,0,132,59.1,132,132v185.1 c0,51.9-34,95.7-81,110.7v2.5c46.9,15,81,58.8,81,110.8v282.6c0,64.2-52.1,116.3-116.3,116.3l-192.2,0.1c-2.4,0-4.2-1.9-4.2-4.2 V119.4C687.2,117.2,689.1,115.3,691.5,115.3" />
|
|
14
|
-
</svg>
|