artifactuse 0.1.13 → 0.1.14

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.
@@ -7,30 +7,32 @@
7
7
  display: flex;
8
8
  align-items: center;
9
9
  justify-content: center;
10
- width: 40px;
10
+ /* width: 40px;
11
11
  height: 40px;
12
12
  background: rgb(var(--artifactuse-surface));
13
- border: 1px solid rgb(var(--artifactuse-border));
14
- border-radius: 10px;
13
+ border: 1px solid rgb(var(--artifactuse-border)); */
14
+ /* border-radius: 10px; */
15
+ background: transparent;
16
+ border: none;
15
17
  color: rgb(var(--artifactuse-text-secondary));
16
18
  cursor: pointer;
17
19
  transition: all 0.2s ease;
18
20
  }
19
21
 
20
22
  .artifactuse-panel-toggle:hover {
21
- background: rgb(var(--artifactuse-surface-hover));
23
+ /* background: rgb(var(--artifactuse-surface-hover)); */
22
24
  color: rgb(var(--artifactuse-text));
23
25
  border-color: rgb(var(--artifactuse-border));
24
26
  }
25
27
 
26
28
  .artifactuse-panel-toggle--active {
27
- background: rgba(var(--artifactuse-primary), 0.15);
28
- border-color: rgb(var(--artifactuse-primary));
29
+ /* background: rgba(var(--artifactuse-primary), 0.15); */
30
+ /* border-color: rgb(var(--artifactuse-primary)); */
29
31
  color: rgb(var(--artifactuse-primary));
30
32
  }
31
33
 
32
34
  .artifactuse-panel-toggle--active:hover {
33
- background: rgba(var(--artifactuse-primary), 0.25);
35
+ /* background: rgba(var(--artifactuse-primary), 0.25); */
34
36
  }
35
37
 
36
38
  .artifactuse-panel-toggle--has-artifacts {
@@ -25885,16 +25885,6 @@ var JSZip = /*@__PURE__*/getDefaultExportFromCjs(libExports);
25885
25885
  //
25886
25886
  //
25887
25887
  //
25888
- //
25889
- //
25890
- //
25891
- //
25892
- //
25893
- //
25894
- //
25895
- //
25896
- //
25897
- //
25898
25888
 
25899
25889
 
25900
25890
  var script$1 = defineComponent({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "artifactuse",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "type": "module",
5
5
  "description": "The Artifact SDK for AI Agents - Turn AI outputs into interactive experiences",
6
6
  "author": "Artifactuse",