Compare commits
1 Commits
v0.1.17
...
6c7ebd361e
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c7ebd361e |
24
.drone.yml
24
.drone.yml
@@ -13,18 +13,24 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: node:25
|
image: node:22
|
||||||
commands:
|
commands:
|
||||||
|
- corepack enable
|
||||||
|
- corepack prepare yarn@1.22.22 --activate
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:25
|
image: node:22
|
||||||
commands:
|
commands:
|
||||||
|
- corepack enable
|
||||||
|
- corepack prepare yarn@1.22.22 --activate
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: node:25
|
image: node:22
|
||||||
commands:
|
commands:
|
||||||
|
- corepack enable
|
||||||
|
- corepack prepare yarn@1.22.22 --activate
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -33,18 +39,22 @@ type: docker
|
|||||||
name: web-ui-publish
|
name: web-ui-publish
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
event:
|
event:
|
||||||
- tag
|
- promote
|
||||||
ref:
|
target:
|
||||||
- refs/tags/v*
|
- production
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: publish-npm
|
- name: publish-npm
|
||||||
image: node:25
|
image: node:22
|
||||||
environment:
|
environment:
|
||||||
NEXUS_NPM_TOKEN:
|
NEXUS_NPM_TOKEN:
|
||||||
from_secret: nexus_npm_token
|
from_secret: nexus_npm_token
|
||||||
commands:
|
commands:
|
||||||
|
- corepack enable
|
||||||
|
- corepack prepare yarn@1.22.22 --activate
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile
|
||||||
- npm config set //nexus.beatrice.wtf/repository/npm-hosted/:_authToken "$NEXUS_NPM_TOKEN"
|
- npm config set //nexus.beatrice.wtf/repository/npm-hosted/:_authToken "$NEXUS_NPM_TOKEN"
|
||||||
- yarn publish:nexus
|
- yarn publish:nexus
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@panic/web-ui",
|
"name": "@panic/web-ui",
|
||||||
"version": "0.1.17",
|
"version": "0.1.11",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"description": "Core components for panic.haus web applications",
|
"description": "Core components for panic.haus web applications",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -22,8 +22,6 @@
|
|||||||
--field-disabled-border: #3f3f46;
|
--field-disabled-border: #3f3f46;
|
||||||
--field-disabled-text: #bbb6c3;
|
--field-disabled-text: #bbb6c3;
|
||||||
--field-disabled-placeholder: #71717a;
|
--field-disabled-placeholder: #71717a;
|
||||||
--field-selection-bg: rgb(var(--accent-500) / 0.42);
|
|
||||||
--field-selection-text: var(--text-primary);
|
|
||||||
--ghost-bg: rgba(24, 24, 27, 0.5);
|
--ghost-bg: rgba(24, 24, 27, 0.5);
|
||||||
--ghost-border: #3f3f46;
|
--ghost-border: #3f3f46;
|
||||||
--ghost-hover: rgba(39, 39, 42, 0.7);
|
--ghost-hover: rgba(39, 39, 42, 0.7);
|
||||||
@@ -71,8 +69,6 @@
|
|||||||
--field-disabled-border: #d7d7d7;
|
--field-disabled-border: #d7d7d7;
|
||||||
--field-disabled-text: #71717a;
|
--field-disabled-text: #71717a;
|
||||||
--field-disabled-placeholder: #a1a1aa;
|
--field-disabled-placeholder: #a1a1aa;
|
||||||
--field-selection-bg: rgb(var(--accent-500) / 0.24);
|
|
||||||
--field-selection-text: var(--text-primary);
|
|
||||||
--ghost-bg: rgba(255, 255, 255, 0.88);
|
--ghost-bg: rgba(255, 255, 255, 0.88);
|
||||||
--ghost-border: #d4d4d8;
|
--ghost-border: #d4d4d8;
|
||||||
--ghost-hover: #f4f4f5;
|
--ghost-hover: #f4f4f5;
|
||||||
|
|||||||
@@ -24,86 +24,6 @@
|
|||||||
color: var(--text-soft);
|
color: var(--text-soft);
|
||||||
}
|
}
|
||||||
|
|
||||||
.field::selection {
|
|
||||||
background-color: var(--field-selection-bg);
|
|
||||||
color: var(--field-selection-text);
|
|
||||||
-webkit-text-fill-color: var(--field-selection-text);
|
|
||||||
}
|
|
||||||
|
|
||||||
.field[type='date']::-webkit-datetime-edit-day-field,
|
|
||||||
.field[type='date']::-webkit-datetime-edit-month-field,
|
|
||||||
.field[type='date']::-webkit-datetime-edit-year-field,
|
|
||||||
.field[type='time']::-webkit-datetime-edit-hour-field,
|
|
||||||
.field[type='time']::-webkit-datetime-edit-minute-field,
|
|
||||||
.field[type='datetime-local']::-webkit-datetime-edit-day-field,
|
|
||||||
.field[type='datetime-local']::-webkit-datetime-edit-month-field,
|
|
||||||
.field[type='datetime-local']::-webkit-datetime-edit-year-field,
|
|
||||||
.field[type='datetime-local']::-webkit-datetime-edit-hour-field,
|
|
||||||
.field[type='datetime-local']::-webkit-datetime-edit-minute-field {
|
|
||||||
border-radius: 0.375rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.field[type='date']::-webkit-datetime-edit-day-field:focus {
|
|
||||||
border-radius: 0.375rem;
|
|
||||||
background-color: var(--field-selection-bg) !important;
|
|
||||||
color: var(--field-selection-text) !important;
|
|
||||||
-webkit-text-fill-color: var(--field-selection-text) !important;
|
|
||||||
}
|
|
||||||
.field[type='date']::-webkit-datetime-edit-month-field:focus {
|
|
||||||
border-radius: 0.375rem;
|
|
||||||
background-color: var(--field-selection-bg) !important;
|
|
||||||
color: var(--field-selection-text) !important;
|
|
||||||
-webkit-text-fill-color: var(--field-selection-text) !important;
|
|
||||||
}
|
|
||||||
.field[type='date']::-webkit-datetime-edit-year-field:focus {
|
|
||||||
border-radius: 0.375rem;
|
|
||||||
background-color: var(--field-selection-bg) !important;
|
|
||||||
color: var(--field-selection-text) !important;
|
|
||||||
-webkit-text-fill-color: var(--field-selection-text) !important;
|
|
||||||
}
|
|
||||||
.field[type='time']::-webkit-datetime-edit-hour-field:focus {
|
|
||||||
border-radius: 0.375rem;
|
|
||||||
background-color: var(--field-selection-bg) !important;
|
|
||||||
color: var(--field-selection-text) !important;
|
|
||||||
-webkit-text-fill-color: var(--field-selection-text) !important;
|
|
||||||
}
|
|
||||||
.field[type='time']::-webkit-datetime-edit-minute-field:focus {
|
|
||||||
border-radius: 0.375rem;
|
|
||||||
background-color: var(--field-selection-bg) !important;
|
|
||||||
color: var(--field-selection-text) !important;
|
|
||||||
-webkit-text-fill-color: var(--field-selection-text) !important;
|
|
||||||
}
|
|
||||||
.field[type='datetime-local']::-webkit-datetime-edit-day-field:focus {
|
|
||||||
border-radius: 0.375rem;
|
|
||||||
background-color: var(--field-selection-bg) !important;
|
|
||||||
color: var(--field-selection-text) !important;
|
|
||||||
-webkit-text-fill-color: var(--field-selection-text) !important;
|
|
||||||
}
|
|
||||||
.field[type='datetime-local']::-webkit-datetime-edit-month-field:focus {
|
|
||||||
border-radius: 0.375rem;
|
|
||||||
background-color: var(--field-selection-bg) !important;
|
|
||||||
color: var(--field-selection-text) !important;
|
|
||||||
-webkit-text-fill-color: var(--field-selection-text) !important;
|
|
||||||
}
|
|
||||||
.field[type='datetime-local']::-webkit-datetime-edit-year-field:focus {
|
|
||||||
border-radius: 0.375rem;
|
|
||||||
background-color: var(--field-selection-bg) !important;
|
|
||||||
color: var(--field-selection-text) !important;
|
|
||||||
-webkit-text-fill-color: var(--field-selection-text) !important;
|
|
||||||
}
|
|
||||||
.field[type='datetime-local']::-webkit-datetime-edit-hour-field:focus {
|
|
||||||
border-radius: 0.375rem;
|
|
||||||
background-color: var(--field-selection-bg) !important;
|
|
||||||
color: var(--field-selection-text) !important;
|
|
||||||
-webkit-text-fill-color: var(--field-selection-text) !important;
|
|
||||||
}
|
|
||||||
.field[type='datetime-local']::-webkit-datetime-edit-minute-field:focus {
|
|
||||||
border-radius: 0.375rem;
|
|
||||||
background-color: var(--field-selection-bg) !important;
|
|
||||||
color: var(--field-selection-text) !important;
|
|
||||||
-webkit-text-fill-color: var(--field-selection-text) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.field:disabled {
|
.field:disabled {
|
||||||
border-color: var(--field-disabled-border);
|
border-color: var(--field-disabled-border);
|
||||||
background-color: var(--field-disabled-bg);
|
background-color: var(--field-disabled-bg);
|
||||||
|
|||||||
16
yarn.lock
16
yarn.lock
@@ -4161,16 +4161,16 @@ react-remove-scroll@^2.6.3:
|
|||||||
use-sidecar "^1.1.3"
|
use-sidecar "^1.1.3"
|
||||||
|
|
||||||
react-router-dom@^7.0.0:
|
react-router-dom@^7.0.0:
|
||||||
version "7.13.0"
|
version "7.13.1"
|
||||||
resolved "https://nexus.beatrice.wtf/repository/npm-group/react-router-dom/-/react-router-dom-7.13.0.tgz#8b5f7204fadca680f0e94f207c163f0dcd1cfdf5"
|
resolved "https://nexus.beatrice.wtf/repository/npm-group/react-router-dom/-/react-router-dom-7.13.1.tgz#74c045acc333ca94612b889cd1b1e1ee9534dead"
|
||||||
integrity sha512-5CO/l5Yahi2SKC6rGZ+HDEjpjkGaG/ncEP7eWFTvFxbHP8yeeI0PxTDjimtpXYlR3b3i9/WIL4VJttPrESIf2g==
|
integrity sha512-UJnV3Rxc5TgUPJt2KJpo1Jpy0OKQr0AjgbZzBFjaPJcFOb2Y8jA5H3LT8HUJAiRLlWrEXWHbF1Z4SCZaQjWDHw==
|
||||||
dependencies:
|
dependencies:
|
||||||
react-router "7.13.0"
|
react-router "7.13.1"
|
||||||
|
|
||||||
react-router@7.13.0:
|
react-router@7.13.1:
|
||||||
version "7.13.0"
|
version "7.13.1"
|
||||||
resolved "https://nexus.beatrice.wtf/repository/npm-group/react-router/-/react-router-7.13.0.tgz#de9484aee764f4f65b93275836ff5944d7f5bd3b"
|
resolved "https://nexus.beatrice.wtf/repository/npm-group/react-router/-/react-router-7.13.1.tgz#5e2b3ebafd6c78d9775e135474bf5060645077f7"
|
||||||
integrity sha512-PZgus8ETambRT17BUm/LL8lX3Of+oiLaPuVTRH3l1eLvSPpKO3AvhAEb5N7ihAFZQrYDqkvvWfFh9p0z9VsjLw==
|
integrity sha512-td+xP4X2/6BJvZoX6xw++A2DdEi++YypA69bJUV5oVvqf6/9/9nNlD70YO1e9d3MyamJEBQFEzk6mbfDYbqrSA==
|
||||||
dependencies:
|
dependencies:
|
||||||
cookie "^1.0.1"
|
cookie "^1.0.1"
|
||||||
set-cookie-parser "^2.6.0"
|
set-cookie-parser "^2.6.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user