@ikilote/magma
Advanced tools
Comparing version 0.0.3 to 0.0.4
# Changelog of @ikilote/magma | ||
## 0.0.4 (2025-01-08) | ||
### Fix | ||
- Color picker: | ||
- Fix alpha in popup | ||
- Fix with Chromium | ||
- Context menu: | ||
- Fix shadow position for bubble context menu | ||
- Fix CDK overlay with Chromium | ||
### Demo | ||
- Add home page | ||
## 0.0.3 (2025-01-06) | ||
@@ -4,0 +19,0 @@ |
import { OverlayRef } from '@angular/cdk/overlay'; | ||
import { OnDestroy } from '@angular/core'; | ||
import { ComponentRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; | ||
import { MagmaColorPickerComponent } from './color-picker.component'; | ||
import * as i0 from "@angular/core"; | ||
export declare class MagmaColorPicker implements OnDestroy { | ||
export declare class MagmaColorPicker implements OnDestroy, OnChanges { | ||
private readonly overlay; | ||
@@ -11,5 +12,7 @@ private readonly element; | ||
static _overlayRef?: OverlayRef; | ||
static _component?: ComponentRef<MagmaColorPickerComponent>; | ||
colorChange: import("@angular/core").OutputEmitterRef<string>; | ||
colorClose: import("@angular/core").OutputEmitterRef<string>; | ||
private updateEmit?; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
onContextMenu(event: MouseEvent): Promise<void>; | ||
@@ -16,0 +19,0 @@ ngOnDestroy(): void; |
{ | ||
"name": "@ikilote/magma", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Personal components.", | ||
@@ -31,3 +31,7 @@ "author": "Célian Veyssière", | ||
"angular", | ||
"components" | ||
"components", | ||
"color picker", | ||
"context menu", | ||
"dialog", | ||
"tabs" | ||
], | ||
@@ -34,0 +38,0 @@ "module": "fesm2022/ikilote-magma.mjs", |
# @ikilote/magma | ||
[![npm version](https://badge.fury.io/js/@ikilote/magma.svg)](https://badge.fury.io/js/@ikilote/magma) [![Downloads](https://img.shields.io/npm/dm/@ikilote/magma.svg)](https://www.npmjs.com/package/@ikilote/magma) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://git.ikilote.net/angular/magma/-/blob/main/LICENSE.md?ref_type=heads) | ||
[![npm version](https://badge.fury.io/js/@ikilote%2Fmagma.svg)](https://badge.fury.io/js/@ikilote%2Fmagma) [![Downloads](https://img.shields.io/npm/dm/@ikilote%2Fmagma.svg)](https://www.npmjs.com/package/@ikilote%2Fmagma) [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://git.ikilote.net/angular/magma/-/blob/main/LICENSE.md) | ||
@@ -11,2 +11,3 @@ Magma is a component library for my personal projects, because I don't want to copy/paste. | ||
- Color picker | ||
- Context-menu | ||
@@ -13,0 +14,0 @@ - List in options |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
112424
1100
56