@useinsider/ab-components 0.0.80 → 0.0.82-beta.1

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/dist/index.d.ts CHANGED
@@ -533,12 +533,12 @@ export declare const InBasicTextInput: __VLS_WithTemplateSlots_4<typeof __VLS_co
533
533
  declare interface InBasicTextInputProps {
534
534
  id: string;
535
535
  name: string;
536
- theme?: "grey" | "white";
536
+ theme?: 'grey' | 'white';
537
537
  modelValue?: string | number;
538
538
  labelStatus?: boolean;
539
539
  labelText?: string;
540
- type?: "text" | "number";
541
- states?: "default" | "error" | "warning";
540
+ type?: 'text' | 'number';
541
+ states?: 'default' | 'error' | 'warning';
542
542
  placeholderText: string;
543
543
  disabledStatus?: boolean;
544
544
  readonly?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/ab-components",
3
- "version": "0.0.80",
3
+ "version": "0.0.82-beta.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -30,8 +30,8 @@
30
30
  "build-only": "vite build",
31
31
  "type-check": "vue-tsc --build",
32
32
  "pack:move": "npm pack --pack-destination ../design-editor-frontend",
33
- "publish:sdb": "npm run build && npm pack && docker cp ./useinsider-ab-components-0.0.80.tgz skeleton_design_bundle:/var/skeleton-design-bundle/design-editor-modules/ && docker exec -it skeleton_design_bundle sh -c 'npm i /var/skeleton-design-bundle/design-editor-modules/useinsider-ab-components-0.0.80.tgz && npm run dev'",
34
- "publish:def": "npm run build && npm run pack:move && cd ../design-editor-frontend && npm i ./useinsider-ab-components-0.0.80.tgz && npm run dev",
33
+ "publish:sdb": "npm run build && npm pack && docker cp ./useinsider-ab-components-0.0.82.tgz skeleton_design_bundle:/var/skeleton-design-bundle/design-editor-modules/ && docker exec -it skeleton_design_bundle sh -c 'npm i /var/skeleton-design-bundle/design-editor-modules/useinsider-ab-components-0.0.82.tgz && npm run dev'",
34
+ "publish:def": "npm run build && npm run pack:move && cd ../design-editor-frontend && npm i ./useinsider-ab-components-0.0.82.tgz && npm run dev",
35
35
  "publish:sdb:wookiee": "npm run build && npm pack && docker cp ./useinsider-ab-components-0.0.74.tgz skeleton-design-bundle:/var/skeleton-design-bundle/design-editor-modules/ && docker exec -it skeleton-design-bundle sh -c 'npm i /var/skeleton-design-bundle/design-editor-modules/useinsider-ab-components-0.0.74.tgz && npm run dev'",
36
36
  "lint": "eslint . --fix",
37
37
  "storybook": "storybook dev -p 6006",