@usecapsule/core-components 3.0.0 → 3.0.1
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-4d8e4d86.entry.js → p-107e1ff5.entry.js} +5 -5
- package/dist/capsule/p-107e1ff5.entry.js.map +1 -0
- package/dist/cjs/cpsl-alert_29.cjs.entry.js +18 -3
- package/dist/cjs/cpsl-alert_29.cjs.entry.js.map +1 -1
- package/dist/collection/assets/icons/brush.svg +3 -0
- package/dist/collection/assets/icons/file.svg +3 -0
- package/dist/collection/assets/icons/index.js +4 -1
- package/dist/collection/assets/icons/index.js.map +1 -1
- package/dist/collection/assets/icons/lightning-01.svg +3 -0
- package/dist/collection/assets/icons/lightning.svg +2 -2
- package/dist/collection/components/cpsl-alert/cpsl-alert.js +1 -1
- 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-slide-button/cpsl-slide-button.js +2 -2
- package/dist/collection/components/cpsl-tile-button/cpsl-tile-button.js +1 -1
- package/dist/collection/index.js.map +1 -1
- package/dist/esm/cpsl-alert_29.entry.js +18 -3
- package/dist/esm/cpsl-alert_29.entry.js.map +1 -1
- package/dist/types/assets/icons/index.d.ts +3 -0
- package/dist/types/index.d.ts +1 -1
- package/package.json +2 -2
- package/dist/capsule/p-4d8e4d86.entry.js.map +0 -1
@@ -240,6 +240,7 @@ export declare const Icons: {
|
|
240
240
|
arrowNarrow: string;
|
241
241
|
arrow: string;
|
242
242
|
backupKit: string;
|
243
|
+
brush: string;
|
243
244
|
capsuleLogo: string;
|
244
245
|
capsuleRingsDark: string;
|
245
246
|
capsuleRings: string;
|
@@ -266,6 +267,7 @@ export declare const Icons: {
|
|
266
267
|
facebook: string;
|
267
268
|
figmaBrand: string;
|
268
269
|
figma: string;
|
270
|
+
file: string;
|
269
271
|
githubBrand: string;
|
270
272
|
github: string;
|
271
273
|
googleBrand: string;
|
@@ -281,6 +283,7 @@ export declare const Icons: {
|
|
281
283
|
instagramBrand: string;
|
282
284
|
instagram: string;
|
283
285
|
key: string;
|
286
|
+
lightning01: string;
|
284
287
|
lightning: string;
|
285
288
|
linkedinBrand: string;
|
286
289
|
linkedin: string;
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@usecapsule/core-components",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.1",
|
4
4
|
"description": "Capsule Core Components",
|
5
5
|
"main": "dist/index.cjs.js",
|
6
6
|
"module": "dist/index.js",
|
@@ -51,5 +51,5 @@
|
|
51
51
|
"stencil-inline-svg": "^1.1.0",
|
52
52
|
"ts-node": "^10.9.2"
|
53
53
|
},
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "ce327f37fb825d3ab1346fbaf317d67e09ae4a58"
|
55
55
|
}
|