@kosdev-code/base-ui-components 0.1.0-dev.5763 → 0.1.0-dev.5784

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kosdev-code/base-ui-components",
3
- "version": "0.1.0-dev.5763",
3
+ "version": "0.1.0-dev.5784",
4
4
  "main": "./index.cjs",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "./style.css": "./style.css"
21
21
  },
22
22
  "peerDependencies": {
23
- "@kosdev-code/kos-ui-sdk": "0.1.0-dev.5763",
23
+ "@kosdev-code/kos-ui-sdk": "0.1.0-dev.5784",
24
24
  "@emotion/react": "^11.11.1",
25
25
  "@emotion/styled": "^11.11.0",
26
26
  "react": "^18.2.0",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "kos": {
37
37
  "build": {
38
- "gitHash": "632ac20910ef626bea70daba658e395e3e9a32c2"
38
+ "gitHash": "ec69f772ade6c87de08ed9ae433179cd5ca272f2"
39
39
  }
40
40
  }
41
41
  }
@@ -536,7 +536,7 @@ export declare const COMPONENT_TOKENS: {
536
536
  readonly "indicator-color": string;
537
537
  };
538
538
  readonly "named-section": {
539
- readonly "border-radius": "2px";
539
+ readonly "border-radius": "6px";
540
540
  readonly "border-width": "0.5px";
541
541
  readonly "selected-border-width": "2px";
542
542
  readonly "hover-border-width": string;
@@ -1,6 +1,6 @@
1
1
  export declare const NAMED_SECTION_TOKENS: {
2
2
  readonly "named-section": {
3
- readonly "border-radius": "2px";
3
+ readonly "border-radius": "6px";
4
4
  readonly "border-width": "0.5px";
5
5
  readonly "selected-border-width": "2px";
6
6
  readonly "hover-border-width": string;
@@ -542,7 +542,7 @@ export declare const getComponentTokenHelpers: <T extends readonly ("link" | "vi
542
542
  readonly "indicator-color": string;
543
543
  };
544
544
  readonly "named-section": {
545
- readonly "border-radius": "2px";
545
+ readonly "border-radius": "6px";
546
546
  readonly "border-width": "0.5px";
547
547
  readonly "selected-border-width": "2px";
548
548
  readonly "hover-border-width": string;