@solfacil/girassol 0.62.0 → 0.63.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.
@@ -22,6 +22,7 @@ export interface Responsible {
22
22
  }
23
23
  export interface Partner {
24
24
  partnerId: number;
25
+ companyName?: string;
25
26
  responsible: Responsible;
26
27
  solfacilPlus: SolfacilPlus;
27
28
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.62.0",
4
+ "version": "0.63.1",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {
@@ -1,19 +0,0 @@
1
- import { openBlock as c, createElementBlock as e, createElementVNode as t } from "vue";
2
- const o = {
3
- viewBox: "0 0 1024 1024",
4
- width: "1em",
5
- height: "1em"
6
- }, h = /* @__PURE__ */ t("path", {
7
- fill: "currentColor",
8
- d: "M900.937 336.653h-777.91c-8.709 19.316-16.050 39.377-21.835 60.062h821.548c-5.786-20.684-13.094-40.746-21.803-60.062zM511.983 938.637c105.097 0 201.271-38.067 275.61-101.086h-551.223c74.338 63.019 170.512 101.086 275.614 101.086zM814.746 211.429h-605.53c-15.303 15.427-29.393 32.037-42.208 49.642h689.978c-12.847-17.605-26.935-34.214-42.24-49.642zM538.202 86.204c-8.678-0.529-17.417-0.871-26.219-0.871-8.806 0-17.545 0.342-26.223 0.871-54.899 3.328-106.966 17.045-154.306 39.191h361.022c-47.339-22.146-99.375-35.863-154.274-39.191zM935.616 461.879h-847.271c-1.929 16.452-3.017 33.156-3.017 50.108 0 6.844 0.186 13.653 0.529 20.403h852.281c0.311-6.78 0.529-13.559 0.529-20.403-0.034-16.951-1.122-33.655-3.051-50.108zM200.817 803.742h622.325c25.664-27.341 47.778-58.039 65.54-91.413h-753.433c17.792 33.374 39.907 64.073 65.567 91.413zM114.908 668.066h794.144c10.172-25.847 17.886-52.941 22.865-80.964h-839.87c4.977 28.058 12.69 55.117 22.861 80.964z",
9
- style: {}
10
- }, null, -1), l = [
11
- h
12
- ];
13
- function n(s, r) {
14
- return c(), e("svg", o, l);
15
- }
16
- const a = { name: "girassol-solfacil", render: n };
17
- export {
18
- a as default
19
- };