@usecapsule/core-components 3.9.4 → 3.10.0
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/capsule/capsule.esm.js +1 -1
- package/dist/capsule/p-d6fdcc42.entry.js +28 -0
- package/dist/capsule/p-d6fdcc42.entry.js.map +1 -0
- package/dist/cjs/cpsl-alert_34.cjs.entry.js +78 -1
- package/dist/cjs/cpsl-alert_34.cjs.entry.js.map +1 -1
- package/dist/collection/assets/icons/align-vertical-center.svg +3 -0
- package/dist/collection/assets/icons/asterisk.svg +3 -0
- package/dist/collection/assets/icons/check-square.svg +3 -0
- package/dist/collection/assets/icons/chevron-right.svg +3 -0
- package/dist/collection/assets/icons/code.svg +3 -0
- package/dist/collection/assets/icons/grid-dots.svg +11 -0
- package/dist/collection/assets/icons/index.js +22 -0
- package/dist/collection/assets/icons/index.js.map +1 -1
- package/dist/collection/assets/icons/monitor.svg +3 -0
- package/dist/collection/assets/icons/passcode.svg +3 -0
- package/dist/collection/assets/icons/share.svg +3 -0
- package/dist/collection/assets/icons/spacing-height.svg +5 -0
- package/dist/collection/assets/icons/stop-square.svg +4 -0
- package/dist/collection/components/cpsl-alert/cpsl-alert.js +1 -1
- package/dist/collection/components/cpsl-auth-modal/cpsl-auth-modal.css +18 -0
- package/dist/collection/components/cpsl-icon/cpsl-icon.js +1 -1
- package/dist/collection/components/cpsl-input/cpsl-input.js +1 -1
- package/dist/collection/components/cpsl-qr-code/cpsl-qr-code.js +1 -1
- package/dist/collection/components/cpsl-select/cpsl-select.js +1 -1
- package/dist/collection/components/cpsl-slide-button/cpsl-slide-button.js +2 -2
- package/dist/collection/components/cpsl-tile-button/cpsl-tile-button.js +1 -1
- package/dist/esm/cpsl-alert_34.entry.js +78 -1
- package/dist/esm/cpsl-alert_34.entry.js.map +1 -1
- package/dist/types/assets/icons/index.d.ts +11 -0
- package/package.json +2 -2
- package/dist/capsule/p-182f5284.entry.js +0 -28
- package/dist/capsule/p-182f5284.entry.js.map +0 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const Icons: {
|
|
2
2
|
alertCircle: string;
|
|
3
3
|
alertTriangle: string;
|
|
4
|
+
alignVerticalCenter: string;
|
|
4
5
|
angelListBrand: string;
|
|
5
6
|
angelList: string;
|
|
6
7
|
appleBrand: string;
|
|
@@ -10,6 +11,7 @@ export declare const Icons: {
|
|
|
10
11
|
arrowCircleDownFilled: string;
|
|
11
12
|
arrowNarrow: string;
|
|
12
13
|
arrow: string;
|
|
14
|
+
asterisk: string;
|
|
13
15
|
backupKit: string;
|
|
14
16
|
bank: string;
|
|
15
17
|
baseBrand: string;
|
|
@@ -22,14 +24,17 @@ export declare const Icons: {
|
|
|
22
24
|
celoBrand: string;
|
|
23
25
|
checkCircleFilled: string;
|
|
24
26
|
checkCircle: string;
|
|
27
|
+
checkSquare: string;
|
|
25
28
|
check: string;
|
|
26
29
|
chevronDown: string;
|
|
30
|
+
chevronRight: string;
|
|
27
31
|
chevronSelectorVertical: string;
|
|
28
32
|
chevronUp: string;
|
|
29
33
|
clock: string;
|
|
30
34
|
close: string;
|
|
31
35
|
clubhouseBrand: string;
|
|
32
36
|
clubhouse: string;
|
|
37
|
+
code: string;
|
|
33
38
|
copy07: string;
|
|
34
39
|
copy: string;
|
|
35
40
|
cosmos: string;
|
|
@@ -69,6 +74,7 @@ export declare const Icons: {
|
|
|
69
74
|
globe: string;
|
|
70
75
|
googleBrand: string;
|
|
71
76
|
google: string;
|
|
77
|
+
gridDots: string;
|
|
72
78
|
helpCircle: string;
|
|
73
79
|
heroAlertCircle: string;
|
|
74
80
|
heroCheckmarkCapsule: string;
|
|
@@ -100,10 +106,12 @@ export declare const Icons: {
|
|
|
100
106
|
logOut: string;
|
|
101
107
|
mail: string;
|
|
102
108
|
menu: string;
|
|
109
|
+
monitor: string;
|
|
103
110
|
moonpayBrand: string;
|
|
104
111
|
moreLoginOptions: string;
|
|
105
112
|
motorola: string;
|
|
106
113
|
optimismBrand: string;
|
|
114
|
+
passcode: string;
|
|
107
115
|
phone: string;
|
|
108
116
|
pintrestBrand: string;
|
|
109
117
|
pintrest: string;
|
|
@@ -123,6 +131,7 @@ export declare const Icons: {
|
|
|
123
131
|
search: string;
|
|
124
132
|
send: string;
|
|
125
133
|
settings: string;
|
|
134
|
+
share: string;
|
|
126
135
|
shield: string;
|
|
127
136
|
signalBrand: string;
|
|
128
137
|
signal: string;
|
|
@@ -130,8 +139,10 @@ export declare const Icons: {
|
|
|
130
139
|
snapchatBrand: string;
|
|
131
140
|
snapchat: string;
|
|
132
141
|
solana: string;
|
|
142
|
+
spacingHeight: string;
|
|
133
143
|
star04Filled: string;
|
|
134
144
|
stars: string;
|
|
145
|
+
stopSquare: string;
|
|
135
146
|
stripeBrand: string;
|
|
136
147
|
telegramBrand: string;
|
|
137
148
|
telegram: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usecapsule/core-components",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.0",
|
|
4
4
|
"description": "Capsule Core Components",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"storybook-addon-stencil": "^0.2.1",
|
|
61
61
|
"ts-node": "^10.9.2"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "8bdc9e8ead0d317c9210b92db8bf0458d0879251"
|
|
64
64
|
}
|