webcake-ui-kit 1.0.1 → 1.0.2

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": "webcake-ui-kit",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "UI Kit for Vue 2 && 3 - Pure Options API",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",
@@ -7,7 +7,7 @@
7
7
  }"
8
8
  >
9
9
  <div v-if="!flipped" class="ui-rich-switch-group__aligner">
10
- <Switch :value="value" :disabled="disabled" @change="$emit('change', $event)" @input="$emit('input', $event)" />
10
+ <WkSwitch :value="value" :disabled="disabled" @change="$emit('change', $event)" @input="$emit('input', $event)" />
11
11
  </div>
12
12
  <div class="ui-rich-switch-group__content">
13
13
  <span class="ui-rich-switch-group__label"
@@ -18,17 +18,17 @@
18
18
  </span>
19
19
  </div>
20
20
  <div v-if="flipped" class="ui-rich-switch-group__aligner">
21
- <Switch :value="value" :disabled="disabled" @change="$emit('change', $event)" @input="$emit('input', $event)" />
21
+ <WkSwitch :value="value" :disabled="disabled" @change="$emit('change', $event)" @input="$emit('input', $event)" />
22
22
  </div>
23
23
  </div>
24
24
  </template>
25
25
 
26
26
  <script>
27
- import Switch from '../switch/Switch.vue'
27
+ import WkSwitch from '../switch/Switch.vue'
28
28
 
29
29
  export default {
30
30
  name: 'RichSwitchGroup',
31
- components: { Switch: Switch },
31
+ components: { WkSwitch },
32
32
  props: {
33
33
  value: { type: Boolean, default: false },
34
34
  disabled: { type: Boolean, default: false },
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="ui-switch-group" :class="[`ui-switch-group--${layout}`, { 'ui-switch-group--disabled': disabled }]">
3
- <Switch :value="value" :disabled="disabled" @change="$emit('change', $event)" @input="$emit('input', $event)" />
3
+ <WkSwitch :value="value" :disabled="disabled" @change="$emit('change', $event)" @input="$emit('input', $event)" />
4
4
  <span class="ui-switch-group__label"
5
5
  ><slot>{{ label }}</slot></span
6
6
  >
@@ -8,11 +8,11 @@
8
8
  </template>
9
9
 
10
10
  <script>
11
- import Switch from '../switch/Switch.vue'
11
+ import WkSwitch from '../switch/Switch.vue'
12
12
 
13
13
  export default {
14
14
  name: 'SwitchGroup',
15
- components: { Switch: Switch },
15
+ components: { WkSwitch },
16
16
  props: {
17
17
  value: { type: Boolean, default: false },
18
18
  disabled: { type: Boolean, default: false },
package/src/index.js CHANGED
@@ -8,22 +8,22 @@ export { default as WkButtonGroup } from './components/button-group/ButtonGroup.
8
8
  export { default as WkCheckbox } from './components/checkbox/Checkbox.vue'
9
9
  export { default as WkCheckboxGroup } from './components/checkbox-group/CheckboxGroup.vue'
10
10
  export { default as WkDialog } from './components/dialog/Dialog.vue'
11
+ export { default as WkDivider } from './components/divider/Divider.vue'
11
12
  export { default as WkInput } from './components/input/Input.vue'
12
13
  export { default as WkPagination } from './components/pagination/Pagination.vue'
13
- export { default as WkRichCheckboxGroup } from './components/rich-checkbox-group/RichCheckboxGroup.vue'
14
- export { default as WkToggle } from './components/toggle/Toggle.vue'
15
- export { default as WkToggleGroup } from './components/toggle-group/ToggleGroup.vue'
16
- export { default as WkSelect } from './components/select/Select.vue'
17
- export { default as WkSelectOption } from './components/select-option/SelectOption.vue'
18
- export { default as WkDivider } from './components/divider/Divider.vue'
19
14
  export { default as WkRadio } from './components/radio/Radio.vue'
20
15
  export { default as WkRadioGroup } from './components/radio-group/RadioGroup.vue'
16
+ export { default as WkRichCheckboxGroup } from './components/rich-checkbox-group/RichCheckboxGroup.vue'
21
17
  export { default as WkRichSwitchGroup } from './components/rich-switch-group/RichSwitchGroup.vue'
18
+ export { default as WkSelect } from './components/select/Select.vue'
19
+ export { default as WkSelectOption } from './components/select-option/SelectOption.vue'
20
+ export { default as WkSidebarGroupLabel } from './components/sidebar-group-label/SidebarGroupLabel.vue'
22
21
  export { default as WkSidebarItem } from './components/sidebar-item/SidebarItem.vue'
23
22
  export { default as WkSlider } from './components/slider/Slider.vue'
24
23
  export { default as WkSpinner } from './components/spinner/Spinner.vue'
25
24
  export { default as WkSwitch } from './components/switch/Switch.vue'
26
- export { default as WkSidebarGroupLabel } from './components/sidebar-group-label/SidebarGroupLabel.vue'
27
25
  export { default as WkSwitchGroup } from './components/switch-group/SwitchGroup.vue'
28
26
  export { default as WkTabs } from './components/tabs/Tabs.vue'
29
27
  export { default as WkTag } from './components/tag/Tag.vue'
28
+ export { default as WkToggle } from './components/toggle/Toggle.vue'
29
+ export { default as WkToggleGroup } from './components/toggle-group/ToggleGroup.vue'
@@ -0,0 +1,2 @@
1
+ {"t":0,"agent":"ae435b9","agent_type":"unknown","event":"agent_stop","success":true}
2
+ {"t":0,"agent":"ae345ba","agent_type":"unknown","event":"agent_stop","success":true}
@@ -0,0 +1,7 @@
1
+ {
2
+ "agents": [],
3
+ "total_spawned": 0,
4
+ "total_completed": 0,
5
+ "total_failed": 0,
6
+ "last_updated": "2026-05-12T04:07:51.819Z"
7
+ }
@@ -1,39 +1,37 @@
1
- @layer base {
2
- :root {
3
- /* ========================= White Alpha ========================= */
4
- --color-white-alpha-0: rgb(255 255 255 / 0%);
5
- --color-white-alpha-001: rgb(255 255 255 / 0.01%);
6
- --color-white-alpha-333: rgb(255 255 255 / 3.33%);
7
- --color-white-alpha-5: rgb(255 255 255 / 5%);
8
- --color-white-alpha-10: rgb(255 255 255 / 10%);
9
- --color-white-alpha-15: rgb(255 255 255 / 15%);
10
- --color-white-alpha-20: rgb(255 255 255 / 20%);
11
- --color-white-alpha-30: rgb(255 255 255 / 30%);
12
- --color-white-alpha-40: rgb(255 255 255 / 40%);
13
- --color-white-alpha-50: rgb(255 255 255 / 50%);
14
- --color-white-alpha-60: rgb(255 255 255 / 60%);
15
- --color-white-alpha-70: rgb(255 255 255 / 70%);
16
- --color-white-alpha-80: rgb(255 255 255 / 80%);
17
- --color-white-alpha-90: rgb(255 255 255 / 90%);
18
- --color-white-alpha-95: rgb(255 255 255 / 95%);
19
- --color-white-alpha-100: rgb(255 255 255 / 100%);
1
+ :root {
2
+ /* ========================= White Alpha ========================= */
3
+ --color-white-alpha-0: rgb(255 255 255 / 0%);
4
+ --color-white-alpha-001: rgb(255 255 255 / 0.01%);
5
+ --color-white-alpha-333: rgb(255 255 255 / 3.33%);
6
+ --color-white-alpha-5: rgb(255 255 255 / 5%);
7
+ --color-white-alpha-10: rgb(255 255 255 / 10%);
8
+ --color-white-alpha-15: rgb(255 255 255 / 15%);
9
+ --color-white-alpha-20: rgb(255 255 255 / 20%);
10
+ --color-white-alpha-30: rgb(255 255 255 / 30%);
11
+ --color-white-alpha-40: rgb(255 255 255 / 40%);
12
+ --color-white-alpha-50: rgb(255 255 255 / 50%);
13
+ --color-white-alpha-60: rgb(255 255 255 / 60%);
14
+ --color-white-alpha-70: rgb(255 255 255 / 70%);
15
+ --color-white-alpha-80: rgb(255 255 255 / 80%);
16
+ --color-white-alpha-90: rgb(255 255 255 / 90%);
17
+ --color-white-alpha-95: rgb(255 255 255 / 95%);
18
+ --color-white-alpha-100: rgb(255 255 255 / 100%);
20
19
 
21
- /* ========================= Black Alpha ========================= */
22
- --color-black-alpha-0: rgb(0 0 0 / 0%);
23
- --color-black-alpha-001: rgb(0 0 0 / 0.01%);
24
- --color-black-alpha-333: rgb(0 0 0 / 3.33%);
25
- --color-black-alpha-5: rgb(0 0 0 / 5%);
26
- --color-black-alpha-10: rgb(0 0 0 / 10%);
27
- --color-black-alpha-15: rgb(0 0 0 / 15%);
28
- --color-black-alpha-20: rgb(0 0 0 / 20%);
29
- --color-black-alpha-30: rgb(0 0 0 / 30%);
30
- --color-black-alpha-40: rgb(0 0 0 / 40%);
31
- --color-black-alpha-50: rgb(0 0 0 / 50%);
32
- --color-black-alpha-60: rgb(0 0 0 / 60%);
33
- --color-black-alpha-70: rgb(0 0 0 / 70%);
34
- --color-black-alpha-80: rgb(0 0 0 / 80%);
35
- --color-black-alpha-90: rgb(0 0 0 / 90%);
36
- --color-black-alpha-95: rgb(0 0 0 / 95%);
37
- --color-black-alpha-100: rgb(0 0 0 / 100%);
38
- }
20
+ /* ========================= Black Alpha ========================= */
21
+ --color-black-alpha-0: rgb(0 0 0 / 0%);
22
+ --color-black-alpha-001: rgb(0 0 0 / 0.01%);
23
+ --color-black-alpha-333: rgb(0 0 0 / 3.33%);
24
+ --color-black-alpha-5: rgb(0 0 0 / 5%);
25
+ --color-black-alpha-10: rgb(0 0 0 / 10%);
26
+ --color-black-alpha-15: rgb(0 0 0 / 15%);
27
+ --color-black-alpha-20: rgb(0 0 0 / 20%);
28
+ --color-black-alpha-30: rgb(0 0 0 / 30%);
29
+ --color-black-alpha-40: rgb(0 0 0 / 40%);
30
+ --color-black-alpha-50: rgb(0 0 0 / 50%);
31
+ --color-black-alpha-60: rgb(0 0 0 / 60%);
32
+ --color-black-alpha-70: rgb(0 0 0 / 70%);
33
+ --color-black-alpha-80: rgb(0 0 0 / 80%);
34
+ --color-black-alpha-90: rgb(0 0 0 / 90%);
35
+ --color-black-alpha-95: rgb(0 0 0 / 95%);
36
+ --color-black-alpha-100: rgb(0 0 0 / 100%);
39
37
  }
@@ -1,25 +1,23 @@
1
- @layer base {
2
- :root {
3
- --radius-0: 0px;
4
- --radius-2: 2px;
5
- --radius-4: 4px;
6
- --radius-6: 6px;
7
- --radius-8: 8px;
8
- --radius-10: 10px;
9
- --radius-12: 12px;
10
- --radius-16: 16px;
11
- --radius-24: 24px;
12
- --radius-infinite: 9999px;
1
+ :root {
2
+ --radius-0: 0px;
3
+ --radius-2: 2px;
4
+ --radius-4: 4px;
5
+ --radius-6: 6px;
6
+ --radius-8: 8px;
7
+ --radius-10: 10px;
8
+ --radius-12: 12px;
9
+ --radius-16: 16px;
10
+ --radius-24: 24px;
11
+ --radius-infinite: 9999px;
13
12
 
14
- --rounded-none: 0;
15
- --rounded-xs: var(--radius-0);
16
- --rounded-sm: var(--radius-2);
17
- --rounded-md: var(--radius-4);
18
- --rounded-lg: var(--radius-6);
19
- --radius: var(--radius-8);
20
- --rounded-xl: var(--radius-10);
21
- --rounded-2xl: var(--radius-12);
22
- --rounded-3xl: var(--radius-16);
23
- --rounded-full: var(--radius-infinite);
24
- }
13
+ --rounded-none: 0;
14
+ --rounded-xs: var(--radius-0);
15
+ --rounded-sm: var(--radius-2);
16
+ --rounded-md: var(--radius-4);
17
+ --rounded-lg: var(--radius-6);
18
+ --radius: var(--radius-8);
19
+ --rounded-xl: var(--radius-10);
20
+ --rounded-2xl: var(--radius-12);
21
+ --rounded-3xl: var(--radius-16);
22
+ --rounded-full: var(--radius-infinite);
25
23
  }
@@ -1,42 +1,40 @@
1
- @layer base {
2
- :root {
3
- /* Primary color scale — mapped from brand-shades (emerald) */
4
- --color-brand-neutrals-50: var(--color-neutral-50);
5
- --color-brand-neutrals-100: var(--color-neutral-100);
6
- --color-brand-neutrals-200: var(--color-neutral-200);
7
- --color-brand-neutrals-300: var(--color-neutral-300);
8
- --color-brand-neutrals-400: var(--color-neutral-400);
9
- --color-brand-neutrals-500: var(--color-neutral-500);
10
- --color-brand-neutrals-600: var(--color-neutral-600);
11
- --color-brand-neutrals-700: var(--color-neutral-700);
12
- --color-brand-neutrals-800: var(--color-neutral-800);
13
- --color-brand-neutrals-900: var(--color-neutral-900);
14
- --color-brand-neutrals-950: var(--color-neutral-950);
1
+ :root {
2
+ /* Primary color scale — mapped from brand-shades (emerald) */
3
+ --color-brand-neutrals-50: var(--color-neutral-50);
4
+ --color-brand-neutrals-100: var(--color-neutral-100);
5
+ --color-brand-neutrals-200: var(--color-neutral-200);
6
+ --color-brand-neutrals-300: var(--color-neutral-300);
7
+ --color-brand-neutrals-400: var(--color-neutral-400);
8
+ --color-brand-neutrals-500: var(--color-neutral-500);
9
+ --color-brand-neutrals-600: var(--color-neutral-600);
10
+ --color-brand-neutrals-700: var(--color-neutral-700);
11
+ --color-brand-neutrals-800: var(--color-neutral-800);
12
+ --color-brand-neutrals-900: var(--color-neutral-900);
13
+ --color-brand-neutrals-950: var(--color-neutral-950);
15
14
 
16
- /* ========================= Brand Shades ========================= */
17
- --color-brand-shades-50: var(--color-emerald-50);
18
- --color-brand-shades-100: var(--color-emerald-100);
19
- --color-brand-shades-200: var(--color-emerald-200);
20
- --color-brand-shades-300: var(--color-emerald-300);
21
- --color-brand-shades-400: var(--color-emerald-400);
22
- --color-brand-shades-500: var(--color-emerald-500);
23
- --color-brand-shades-600: var(--color-emerald-600);
24
- --color-brand-shades-700: var(--color-emerald-700);
25
- --color-brand-shades-800: var(--color-emerald-800);
26
- --color-brand-shades-900: var(--color-emerald-900);
27
- --color-brand-shades-950: var(--color-emerald-950);
15
+ /* ========================= Brand Shades ========================= */
16
+ --color-brand-shades-50: var(--color-emerald-50);
17
+ --color-brand-shades-100: var(--color-emerald-100);
18
+ --color-brand-shades-200: var(--color-emerald-200);
19
+ --color-brand-shades-300: var(--color-emerald-300);
20
+ --color-brand-shades-400: var(--color-emerald-400);
21
+ --color-brand-shades-500: var(--color-emerald-500);
22
+ --color-brand-shades-600: var(--color-emerald-600);
23
+ --color-brand-shades-700: var(--color-emerald-700);
24
+ --color-brand-shades-800: var(--color-emerald-800);
25
+ --color-brand-shades-900: var(--color-emerald-900);
26
+ --color-brand-shades-950: var(--color-emerald-950);
28
27
 
29
- /* ========================= Primary Landing ========================= */
30
- --color-primary-landing-50: #f0fdf4;
31
- --color-primary-landing-100: #dbfde6;
32
- --color-primary-landing-200: #baf8cf;
33
- --color-primary-landing-300: #84f1aa;
34
- --color-primary-landing-400: #48e07d;
35
- --color-primary-landing-500: #1db954;
36
- --color-primary-landing-600: #14a547;
37
- --color-primary-landing-700: #13823b;
38
- --color-primary-landing-800: #156633;
39
- --color-primary-landing-900: #13542c;
40
- --color-primary-landing-950: #042f15;
41
- }
28
+ /* ========================= Primary Landing ========================= */
29
+ --color-primary-landing-50: #f0fdf4;
30
+ --color-primary-landing-100: #dbfde6;
31
+ --color-primary-landing-200: #baf8cf;
32
+ --color-primary-landing-300: #84f1aa;
33
+ --color-primary-landing-400: #48e07d;
34
+ --color-primary-landing-500: #1db954;
35
+ --color-primary-landing-600: #14a547;
36
+ --color-primary-landing-700: #13823b;
37
+ --color-primary-landing-800: #156633;
38
+ --color-primary-landing-900: #13542c;
39
+ --color-primary-landing-950: #042f15;
42
40
  }
@@ -1,35 +1,33 @@
1
- @layer base {
2
- :root {
3
- /* Chart */
4
- --chart-1: #f54a00;
5
- --chart-2: #009689;
6
- --chart-3: #104e64;
7
- --chart-4: #ffb900;
8
- --chart-5: #fe9a00;
1
+ :root {
2
+ /* Chart */
3
+ --chart-1: #f54a00;
4
+ --chart-2: #009689;
5
+ --chart-3: #104e64;
6
+ --chart-4: #ffb900;
7
+ --chart-5: #fe9a00;
9
8
 
10
- --positive: #009689;
11
- --negative: #f54a00;
9
+ --positive: #009689;
10
+ --negative: #f54a00;
12
11
 
13
- --fill: #bfdeffb3;
14
- --stroke: #8ec5ff;
15
- --fill-2: #aaccffb3;
16
- --stroke-2: #3f8dff;
17
- }
12
+ --fill: #bfdeffb3;
13
+ --stroke: #8ec5ff;
14
+ --fill-2: #aaccffb3;
15
+ --stroke-2: #3f8dff;
16
+ }
18
17
 
19
- .dark {
20
- /* Chart */
21
- --chart-1: #1447e6;
22
- --chart-2: #00bc7d;
23
- --chart-3: #fd9a00;
24
- --chart-4: #ad46ff;
25
- --chart-5: #ff2056;
18
+ .dark {
19
+ /* Chart */
20
+ --chart-1: #1447e6;
21
+ --chart-2: #00bc7d;
22
+ --chart-3: #fd9a00;
23
+ --chart-4: #ad46ff;
24
+ --chart-5: #ff2056;
26
25
 
27
- --positive: #00bc7d;
28
- --negative: #ff2056;
26
+ --positive: #00bc7d;
27
+ --negative: #ff2056;
29
28
 
30
- --fill: #475d75b3;
31
- --stroke: #8ec5ff;
32
- --fill-2: #1f4176b3;
33
- --stroke-2: #3f8dff;
34
- }
29
+ --fill: #475d75b3;
30
+ --stroke: #8ec5ff;
31
+ --fill-2: #1f4176b3;
32
+ --stroke-2: #3f8dff;
35
33
  }