tera-system-ui 0.0.71 → 0.0.73

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.
@@ -18,7 +18,7 @@
18
18
  <Button class="md:hidden ring-0 focus:ring-0"
19
19
  icon
20
20
  variant="ghost"
21
-
21
+ aria-label="Toggle side navigation"
22
22
  onclick={onHamburgerClick}>
23
23
  <IconHamburger/>
24
24
  </Button>
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "header",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://gitlab.com/tera-research/tera-clients/tera-clients-libs/tera-system-ui.git"
12
+ },
13
+ "private": true
14
+ }
@@ -4,7 +4,7 @@ export const styles = tv({
4
4
  variants: {
5
5
  variant: {
6
6
  outlined: 'border border-neutral-token-5 bg-neutral-token-1 focus:border-primary-token-6 hover:border-primary-token-5 focus-visible:ring-2',
7
- filled: 'bg-neutral-token-3 border border-neutral-token-4 focus:bg-neutral-token-1 focus:border-primary-token-6 hover:bg-neutral-token-4 focus-visible:ring-2',
7
+ filled: 'bg-neutral-token-4 border border-neutral-token-4 focus:bg-neutral-token-1 focus:border-primary-token-6 hover:bg-neutral-token-4 focus-visible:ring-2',
8
8
  borderless: 'bg-neutral-token-1 border-0',
9
9
  },
10
10
  disabled: {
@@ -4,7 +4,7 @@ export const styles = tv({
4
4
  variants: {
5
5
  variant: {
6
6
  outlined: 'border border-neutral-token-5 bg-neutral-token-1 focus:border-primary-token-6 hover:border-primary-token-5 focus-visible:ring-2',
7
- filled: 'bg-neutral-token-3 border border-neutral-token-4 focus:bg-neutral-token-1 focus:border-primary-token-6 hover:bg-neutral-token-4 focus-visible:ring-2',
7
+ filled: 'bg-neutral-token-4 border border-neutral-token-4 focus:bg-neutral-token-1 focus:border-primary-token-6 hover:bg-neutral-token-4 focus-visible:ring-2',
8
8
  borderless: 'bg-neutral-token-1 border-0',
9
9
  },
10
10
  disabled: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tera-system-ui",
3
- "version": "0.0.71",
3
+ "version": "0.0.73",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "npm run customPrepublish && npm run generate-index && vite build && npm run package && npm run postpublish",