@music-vine/cadence 2.4.1 → 2.5.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.
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { cn } from "../..";
|
|
3
|
+
const LightningBolt = ({
|
|
4
|
+
className,
|
|
5
|
+
"aria-hidden": ariaHidden = true
|
|
6
|
+
}) => {
|
|
7
|
+
return /* @__PURE__ */ jsx(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
width: "16",
|
|
11
|
+
height: "16",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
className: cn("text-black dark:text-white", className),
|
|
16
|
+
"aria-hidden": ariaHidden,
|
|
17
|
+
children: /* @__PURE__ */ jsx(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M11.211 1.90927C11.3195 1.63336 11.1196 1.33325 10.8273 1.33325H5.95064C5.77278 1.33325 5.61489 1.44893 5.55865 1.62045L3.35489 8.34076C3.26571 8.61276 3.46486 8.89359 3.74689 8.89359H5.95001C6.21883 8.89359 6.41607 9.15039 6.35087 9.4155L5.18823 14.1427C5.08659 14.556 5.58494 14.8428 5.88127 14.5417L13.2115 7.09053C13.4718 6.82592 13.2875 6.37348 12.9193 6.37348H10.0646C9.77226 6.37348 9.57236 6.07336 9.68095 5.79747L11.211 1.90927Z",
|
|
21
|
+
stroke: "currentColor",
|
|
22
|
+
strokeWidth: "1.33",
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
};
|
|
30
|
+
export {
|
|
31
|
+
LightningBolt
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=lightning-bolt.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/icons/custom/lightning-bolt.tsx"],
|
|
4
|
+
"sourcesContent": ["import { cn } from \"../..\";\n\nexport const LightningBolt = ({\n className,\n 'aria-hidden': ariaHidden = true,\n}: {\n className?: string;\n 'aria-hidden'?: boolean;\n}) => {\n return (\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className={cn(\"text-black dark:text-white\", className)}\n aria-hidden={ariaHidden}\n >\n <path\n d=\"M11.211 1.90927C11.3195 1.63336 11.1196 1.33325 10.8273 1.33325H5.95064C5.77278 1.33325 5.61489 1.44893 5.55865 1.62045L3.35489 8.34076C3.26571 8.61276 3.46486 8.89359 3.74689 8.89359H5.95001C6.21883 8.89359 6.41607 9.15039 6.35087 9.4155L5.18823 14.1427C5.08659 14.556 5.58494 14.8428 5.88127 14.5417L13.2115 7.09053C13.4718 6.82592 13.2875 6.37348 12.9193 6.37348H10.0646C9.77226 6.37348 9.57236 6.07336 9.68095 5.79747L11.211 1.90927Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.33\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],
|
|
5
|
+
"mappings": "AAmBM;AAnBN,SAAS,UAAU;AAEZ,MAAM,gBAAgB,CAAC;AAAA,EAC5B;AAAA,EACA,eAAe,aAAa;AAC9B,MAGM;AACJ,SACE;AAAA,IAAC;AAAA;AAAA,MACC,OAAM;AAAA,MACN,QAAO;AAAA,MACP,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACN,WAAW,GAAG,8BAA8B,SAAS;AAAA,MACrD,eAAa;AAAA,MAEb;AAAA,QAAC;AAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA;AAAA,MACjB;AAAA;AAAA,EACF;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/icons/index.js
CHANGED
|
@@ -6,6 +6,7 @@ export * from "./custom/horizontal-orientation";
|
|
|
6
6
|
export * from "./custom/pin";
|
|
7
7
|
export * from "./custom/premium-star";
|
|
8
8
|
export * from "./custom/social";
|
|
9
|
+
export * from "./custom/lightning-bolt";
|
|
9
10
|
export * from "./custom/square-aspect-ratio";
|
|
10
11
|
import { Tick } from "./custom/tick";
|
|
11
12
|
export * from "./custom/tick-in-circle";
|
package/dist/icons/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/icons/index.ts"],
|
|
4
|
-
"sourcesContent": ["/**\n * Cadence Icons\n *\n * All Lucide icons are re-exported, plus custom Uppbeat icons.\n *\n * @example\n * import { Play, Pause, Tick, PremiumStar } from '@music-vine/cadence/icons';\n */\n\n// Re-export ALL Lucide icons\nexport * from \"lucide-react\";\nexport * from \"./custom/boards-indicator\";\nexport * from \"./custom/download-history\";\nexport * from \"./custom/exclamation-mark-in-octagon\";\nexport * from \"./custom/horizontal-orientation\";\nexport * from \"./custom/pin\";\nexport * from \"./custom/premium-star\";\n// Social icons\nexport * from \"./custom/social\";\n// Custom Uppbeat icons\nexport * from \"./custom/square-aspect-ratio\";\nexport { Tick } from \"./custom/tick\";\nexport * from \"./custom/tick-in-circle\";\nexport * from \"./custom/tick-small\";\nexport * from \"./custom/ultra-wide-aspect-ratio\";\nexport * from \"./custom/uppbeat-credit\";\nexport * from \"./custom/vertical-orientation\";\nexport * from \"./custom/view-credit-note\";\n"],
|
|
5
|
-
"mappings": "AAUA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,cAAc;AAEd,cAAc;AACd,SAAS,YAAY;AACrB,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
|
|
4
|
+
"sourcesContent": ["/**\n * Cadence Icons\n *\n * All Lucide icons are re-exported, plus custom Uppbeat icons.\n *\n * @example\n * import { Play, Pause, Tick, PremiumStar } from '@music-vine/cadence/icons';\n */\n\n// Re-export ALL Lucide icons\nexport * from \"lucide-react\";\nexport * from \"./custom/boards-indicator\";\nexport * from \"./custom/download-history\";\nexport * from \"./custom/exclamation-mark-in-octagon\";\nexport * from \"./custom/horizontal-orientation\";\nexport * from \"./custom/pin\";\nexport * from \"./custom/premium-star\";\n// Social icons\nexport * from \"./custom/social\";\n// Custom Uppbeat icons\nexport * from \"./custom/lightning-bolt\";\nexport * from \"./custom/square-aspect-ratio\";\nexport { Tick } from \"./custom/tick\";\nexport * from \"./custom/tick-in-circle\";\nexport * from \"./custom/tick-small\";\nexport * from \"./custom/ultra-wide-aspect-ratio\";\nexport * from \"./custom/uppbeat-credit\";\nexport * from \"./custom/vertical-orientation\";\nexport * from \"./custom/view-credit-note\";\n"],
|
|
5
|
+
"mappings": "AAUA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,cAAc;AAEd,cAAc;AACd,cAAc;AACd,SAAS,YAAY;AACrB,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@music-vine/cadence",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"tailwindcss-v3": "npm:tailwindcss@^3.4.18",
|
|
140
140
|
"tsx": "^4.21.0",
|
|
141
141
|
"typescript": "^5.2.2",
|
|
142
|
-
"vite": "^6.4.
|
|
142
|
+
"vite": "^6.4.2",
|
|
143
143
|
"vitest": "^3.2.4"
|
|
144
144
|
},
|
|
145
145
|
"scripts": {
|