@activecollab/components 1.0.25 → 1.0.26

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.
@@ -11,17 +11,18 @@ var _Input = require("../Input/Input");
11
11
 
12
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
13
 
14
+ var StyledSelectInput = (0, _styledComponents.default)(_Input.Input).withConfig({
15
+ displayName: "Styles__StyledSelectInput",
16
+ componentId: "sc-gfxqpu-0"
17
+ })([""]);
18
+ exports.StyledSelectInput = StyledSelectInput;
19
+ StyledSelectInput.displayName = "StyledSelectInput";
20
+
14
21
  var StyledSelectForm = _styledComponents.default.form.withConfig({
15
22
  displayName: "Styles__StyledSelectForm",
16
- componentId: "sc-gfxqpu-0"
17
- })(["margin:12px 12px 0 12px;display:flex;*{margin:auto 0;}"]);
23
+ componentId: "sc-gfxqpu-1"
24
+ })(["margin:12px 12px 0 12px;display:flex;", "{width:100%;border-radius:4px;}*{margin:auto 0;}"], StyledSelectInput);
18
25
 
19
26
  exports.StyledSelectForm = StyledSelectForm;
20
27
  StyledSelectForm.displayName = "StyledSelectForm";
21
- var StyledSelectInput = (0, _styledComponents.default)(_Input.Input).withConfig({
22
- displayName: "Styles__StyledSelectInput",
23
- componentId: "sc-gfxqpu-1"
24
- })(["width:100%;border-radius:4px;"]);
25
- exports.StyledSelectInput = StyledSelectInput;
26
- StyledSelectInput.displayName = "StyledSelectInput";
27
28
  //# sourceMappingURL=Styles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/components/Select/Styles.ts"],"names":["StyledSelectForm","styled","form","displayName","StyledSelectInput","Input"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEO,IAAMA,gBAAgB,GAAGC,0BAAOC,IAAV;AAAA;AAAA;AAAA,8DAAtB;;;AASPF,gBAAgB,CAACG,WAAjB,GAA+B,kBAA/B;AAEO,IAAMC,iBAAiB,GAAG,+BAAOC,YAAP,CAAH;AAAA;AAAA;AAAA,qCAAvB;;AAKPD,iBAAiB,CAACD,WAAlB,GAAgC,mBAAhC","sourcesContent":["import styled from \"styled-components\";\nimport { Input } from \"../Input/Input\";\n\nexport const StyledSelectForm = styled.form`\n margin: 12px 12px 0 12px;\n display: flex;\n\n * {\n margin: auto 0;\n }\n`;\n\nStyledSelectForm.displayName = \"StyledSelectForm\";\n\nexport const StyledSelectInput = styled(Input)`\n width: 100%;\n border-radius: 4px;\n`;\n\nStyledSelectInput.displayName = \"StyledSelectInput\";\n"],"file":"Styles.js"}
1
+ {"version":3,"sources":["../../../../src/components/Select/Styles.ts"],"names":["StyledSelectInput","Input","displayName","StyledSelectForm","styled","form"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEO,IAAMA,iBAAiB,GAAG,+BAAOC,YAAP,CAAH;AAAA;AAAA;AAAA,QAAvB;;AAEPD,iBAAiB,CAACE,WAAlB,GAAgC,mBAAhC;;AAEO,IAAMC,gBAAgB,GAAGC,0BAAOC,IAAV;AAAA;AAAA;AAAA,kGAIzBL,iBAJyB,CAAtB;;;AAcPG,gBAAgB,CAACD,WAAjB,GAA+B,kBAA/B","sourcesContent":["import styled from \"styled-components\";\nimport { Input } from \"../Input/Input\";\n\nexport const StyledSelectInput = styled(Input)``;\n\nStyledSelectInput.displayName = \"StyledSelectInput\";\n\nexport const StyledSelectForm = styled.form`\n margin: 12px 12px 0 12px;\n display: flex;\n\n ${StyledSelectInput} {\n width: 100%;\n border-radius: 4px;\n }\n\n * {\n margin: auto 0;\n }\n`;\n\nStyledSelectForm.displayName = \"StyledSelectForm\";\n"],"file":"Styles.js"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledSelectForm: import("styled-components").StyledComponent<"form", any, {}, never>;
3
2
  export declare const StyledSelectInput: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>> & import("react").RefAttributes<HTMLInputElement>>, any, {}, never>;
3
+ export declare const StyledSelectForm: import("styled-components").StyledComponent<"form", any, {}, never>;
4
4
  //# sourceMappingURL=Styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/Styles.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,gBAAgB,qEAO5B,CAAC;AAIF,eAAO,MAAM,iBAAiB,iVAG7B,CAAC"}
1
+ {"version":3,"file":"Styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/Styles.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,iBAAiB,iVAAkB,CAAC;AAIjD,eAAO,MAAM,gBAAgB,qEAY5B,CAAC"}
@@ -1,13 +1,13 @@
1
1
  import styled from "styled-components";
2
2
  import { Input } from "../Input/Input";
3
- export var StyledSelectForm = styled.form.withConfig({
4
- displayName: "Styles__StyledSelectForm",
5
- componentId: "sc-gfxqpu-0"
6
- })(["margin:12px 12px 0 12px;display:flex;*{margin:auto 0;}"]);
7
- StyledSelectForm.displayName = "StyledSelectForm";
8
3
  export var StyledSelectInput = styled(Input).withConfig({
9
4
  displayName: "Styles__StyledSelectInput",
10
- componentId: "sc-gfxqpu-1"
11
- })(["width:100%;border-radius:4px;"]);
5
+ componentId: "sc-gfxqpu-0"
6
+ })([""]);
12
7
  StyledSelectInput.displayName = "StyledSelectInput";
8
+ export var StyledSelectForm = styled.form.withConfig({
9
+ displayName: "Styles__StyledSelectForm",
10
+ componentId: "sc-gfxqpu-1"
11
+ })(["margin:12px 12px 0 12px;display:flex;", "{width:100%;border-radius:4px;}*{margin:auto 0;}"], StyledSelectInput);
12
+ StyledSelectForm.displayName = "StyledSelectForm";
13
13
  //# sourceMappingURL=Styles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/components/Select/Styles.ts"],"names":["styled","Input","StyledSelectForm","form","displayName","StyledSelectInput"],"mappings":"AAAA,OAAOA,MAAP,MAAmB,mBAAnB;AACA,SAASC,KAAT,QAAsB,gBAAtB;AAEA,OAAO,IAAMC,gBAAgB,GAAGF,MAAM,CAACG,IAAV;AAAA;AAAA;AAAA,8DAAtB;AASPD,gBAAgB,CAACE,WAAjB,GAA+B,kBAA/B;AAEA,OAAO,IAAMC,iBAAiB,GAAGL,MAAM,CAACC,KAAD,CAAT;AAAA;AAAA;AAAA,qCAAvB;AAKPI,iBAAiB,CAACD,WAAlB,GAAgC,mBAAhC","sourcesContent":["import styled from \"styled-components\";\nimport { Input } from \"../Input/Input\";\n\nexport const StyledSelectForm = styled.form`\n margin: 12px 12px 0 12px;\n display: flex;\n\n * {\n margin: auto 0;\n }\n`;\n\nStyledSelectForm.displayName = \"StyledSelectForm\";\n\nexport const StyledSelectInput = styled(Input)`\n width: 100%;\n border-radius: 4px;\n`;\n\nStyledSelectInput.displayName = \"StyledSelectInput\";\n"],"file":"Styles.js"}
1
+ {"version":3,"sources":["../../../../src/components/Select/Styles.ts"],"names":["styled","Input","StyledSelectInput","displayName","StyledSelectForm","form"],"mappings":"AAAA,OAAOA,MAAP,MAAmB,mBAAnB;AACA,SAASC,KAAT,QAAsB,gBAAtB;AAEA,OAAO,IAAMC,iBAAiB,GAAGF,MAAM,CAACC,KAAD,CAAT;AAAA;AAAA;AAAA,QAAvB;AAEPC,iBAAiB,CAACC,WAAlB,GAAgC,mBAAhC;AAEA,OAAO,IAAMC,gBAAgB,GAAGJ,MAAM,CAACK,IAAV;AAAA;AAAA;AAAA,kGAIzBH,iBAJyB,CAAtB;AAcPE,gBAAgB,CAACD,WAAjB,GAA+B,kBAA/B","sourcesContent":["import styled from \"styled-components\";\nimport { Input } from \"../Input/Input\";\n\nexport const StyledSelectInput = styled(Input)``;\n\nStyledSelectInput.displayName = \"StyledSelectInput\";\n\nexport const StyledSelectForm = styled.form`\n margin: 12px 12px 0 12px;\n display: flex;\n\n ${StyledSelectInput} {\n width: 100%;\n border-radius: 4px;\n }\n\n * {\n margin: auto 0;\n }\n`;\n\nStyledSelectForm.displayName = \"StyledSelectForm\";\n"],"file":"Styles.js"}
package/dist/index.js CHANGED
@@ -4580,16 +4580,16 @@
4580
4580
  });
4581
4581
  Input.displayName = "Input";
4582
4582
 
4583
- var StyledSelectForm = styled__default["default"].form.withConfig({
4584
- displayName: "Styles__StyledSelectForm",
4585
- componentId: "sc-gfxqpu-0"
4586
- })(["margin:12px 12px 0 12px;display:flex;*{margin:auto 0;}"]);
4587
- StyledSelectForm.displayName = "StyledSelectForm";
4588
4583
  var StyledSelectInput = styled__default["default"](Input).withConfig({
4589
4584
  displayName: "Styles__StyledSelectInput",
4590
- componentId: "sc-gfxqpu-1"
4591
- })(["width:100%;border-radius:4px;"]);
4585
+ componentId: "sc-gfxqpu-0"
4586
+ })([""]);
4592
4587
  StyledSelectInput.displayName = "StyledSelectInput";
4588
+ var StyledSelectForm = styled__default["default"].form.withConfig({
4589
+ displayName: "Styles__StyledSelectForm",
4590
+ componentId: "sc-gfxqpu-1"
4591
+ })(["margin:12px 12px 0 12px;display:flex;", "{width:100%;border-radius:4px;}*{margin:auto 0;}"], StyledSelectInput);
4592
+ StyledSelectForm.displayName = "StyledSelectForm";
4593
4593
 
4594
4594
  var StyledOptionIndicator = styled__default["default"].div.withConfig({
4595
4595
  displayName: "Styles__StyledOptionIndicator",