@authup/client-web-kit 1.0.0-beta.26 → 1.0.0-beta.28

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.
Files changed (74) hide show
  1. package/dist/components/entities/client/AClientForm.vue.d.ts +570 -0
  2. package/dist/components/entities/client/AClientForm.vue.d.ts.map +1 -0
  3. package/dist/components/entities/client/index.d.ts +1 -1
  4. package/dist/components/entities/client/index.d.ts.map +1 -1
  5. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts +1 -11
  6. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts.map +1 -1
  7. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts +1 -1
  8. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts +1 -10
  9. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts.map +1 -1
  10. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts +3 -2
  11. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -1
  12. package/dist/components/entities/permission/APermissionCheck.d.ts +5 -5
  13. package/dist/components/entities/permission/APermissionCheck.d.ts.map +1 -1
  14. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +6 -5
  15. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts.map +1 -1
  16. package/dist/components/entities/policy/APolicyForm.vue.d.ts +19 -18
  17. package/dist/components/entities/policy/APolicyForm.vue.d.ts.map +1 -1
  18. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts +3 -2
  19. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
  20. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts +8 -7
  21. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts.map +1 -1
  22. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts +6 -5
  23. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts.map +1 -1
  24. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +6 -5
  25. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
  26. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts +8 -7
  27. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts.map +1 -1
  28. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +11 -10
  29. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts.map +1 -1
  30. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +6 -5
  31. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
  32. package/dist/components/entities/robot/ARobotForm.d.ts +1 -1
  33. package/dist/components/entities/user/AUserForm.d.ts +1 -1
  34. package/dist/components/entities/user/AUserForm.d.ts.map +1 -1
  35. package/dist/components/index.d.ts +1 -0
  36. package/dist/components/index.d.ts.map +1 -1
  37. package/dist/components/utility/AFormSubmit.d.ts +1 -1
  38. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +8 -7
  39. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
  40. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts +6 -5
  41. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts.map +1 -1
  42. package/dist/components/workflows/Login.vue.d.ts +354 -0
  43. package/dist/components/workflows/Login.vue.d.ts.map +1 -0
  44. package/dist/components/workflows/authorize/Authorize.vue.d.ts +489 -0
  45. package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -0
  46. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +84 -0
  47. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -0
  48. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts +28 -0
  49. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts.map +1 -0
  50. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +55 -0
  51. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -0
  52. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts +22 -0
  53. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts.map +1 -0
  54. package/dist/components/workflows/authorize/helpers.d.ts +10 -0
  55. package/dist/components/workflows/authorize/helpers.d.ts.map +1 -0
  56. package/dist/components/workflows/authorize/index.d.ts +3 -0
  57. package/dist/components/workflows/authorize/index.d.ts.map +1 -0
  58. package/dist/components/workflows/index.d.ts +3 -0
  59. package/dist/components/workflows/index.d.ts.map +1 -0
  60. package/dist/core/store/create.d.ts +18 -16
  61. package/dist/core/store/create.d.ts.map +1 -1
  62. package/dist/core/translator/constants.d.ts +3 -1
  63. package/dist/core/translator/constants.d.ts.map +1 -1
  64. package/dist/core/translator/de/client.d.ts.map +1 -1
  65. package/dist/core/translator/en/client.d.ts.map +1 -1
  66. package/dist/index.css +31 -11
  67. package/dist/index.mjs +2120 -1588
  68. package/dist/index.mjs.map +1 -1
  69. package/dist/module.d.ts.map +1 -1
  70. package/package.json +29 -28
  71. package/dist/components/entities/client/AClientForm.d.ts +0 -43
  72. package/dist/components/entities/client/AClientForm.d.ts.map +0 -1
  73. package/dist/index.cjs +0 -9650
  74. package/dist/index.cjs.map +0 -1
@@ -0,0 +1,22 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ isError: {
5
+ type: BooleanConstructor;
6
+ };
7
+ message: {
8
+ type: StringConstructor;
9
+ required: true;
10
+ };
11
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ isError: {
13
+ type: BooleanConstructor;
14
+ };
15
+ message: {
16
+ type: StringConstructor;
17
+ required: true;
18
+ };
19
+ }>> & Readonly<{}>, {
20
+ isError: boolean;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ //# sourceMappingURL=AuthorizeText.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthorizeText.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeText.vue"],"names":[],"mappings":"wBA0CqB,OAAO,YAAY;AAAxC,wBAAyC;AAwCzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;4EAUhB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { LocationQuery } from 'vue-router';
2
+ export type OAuth2QueryParameters = {
3
+ client_id: string;
4
+ redirect_uri: string;
5
+ response_type: string;
6
+ scope: string | string[];
7
+ state?: string;
8
+ };
9
+ export declare function extractOAuth2QueryParameters(query: LocationQuery): OAuth2QueryParameters;
10
+ //# sourceMappingURL=helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/helpers.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,MAAM,qBAAqB,GAAG;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AAEF,wBAAgB,4BAA4B,CACxC,KAAK,EAAE,aAAa,GACpB,qBAAqB,CAgDxB"}
@@ -0,0 +1,3 @@
1
+ export { default as AAuthorize } from './Authorize.vue';
2
+ export { default as AAuthorizeText } from './AuthorizeText.vue';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './authorize';
2
+ export { default as ALogin } from './Login.vue';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/workflows/index.ts"],"names":[],"mappings":"AAOA,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC"}
@@ -49,7 +49,7 @@ export declare function createStore(context: StoreCreateContext): {
49
49
  first_name: string | null;
50
50
  last_name: string | null;
51
51
  display_name: string | null;
52
- email: string | null;
52
+ email: string;
53
53
  password: string | null;
54
54
  avatar: string | null;
55
55
  cover: string | null;
@@ -65,20 +65,23 @@ export declare function createStore(context: StoreCreateContext): {
65
65
  client_id: import("@authup/core-kit").Client["id"] | null;
66
66
  client: {
67
67
  id: string;
68
+ active: boolean;
68
69
  built_in: boolean;
70
+ is_confidential: boolean;
69
71
  name: string;
70
72
  display_name: string | null;
71
73
  description: string | null;
72
- secret: string;
74
+ secret: string | null;
75
+ secret_hashed: boolean;
76
+ secret_encrypted: boolean;
73
77
  redirect_uri: string | null;
74
78
  grant_types: string | null;
75
79
  scope: string | null;
76
80
  base_url: string | null;
77
81
  root_url: string | null;
78
- is_confidential: boolean;
79
- created_at: Date | string;
80
- updated_at: Date | string;
81
- realm_id: Realm["id"] | null;
82
+ created_at: string;
83
+ updated_at: string;
84
+ realm_id: Realm["id"];
82
85
  realm: {
83
86
  id: string;
84
87
  name: string;
@@ -88,8 +91,6 @@ export declare function createStore(context: StoreCreateContext): {
88
91
  created_at: string;
89
92
  updated_at: string;
90
93
  };
91
- user_id: User["id"] | null;
92
- user: /*elided*/ any;
93
94
  };
94
95
  realm_id: Realm["id"];
95
96
  realm: {
@@ -109,7 +110,7 @@ export declare function createStore(context: StoreCreateContext): {
109
110
  first_name: string | null;
110
111
  last_name: string | null;
111
112
  display_name: string | null;
112
- email: string | null;
113
+ email: string;
113
114
  password: string | null;
114
115
  avatar: string | null;
115
116
  cover: string | null;
@@ -125,20 +126,23 @@ export declare function createStore(context: StoreCreateContext): {
125
126
  client_id: import("@authup/core-kit").Client["id"] | null;
126
127
  client: {
127
128
  id: string;
129
+ active: boolean;
128
130
  built_in: boolean;
131
+ is_confidential: boolean;
129
132
  name: string;
130
133
  display_name: string | null;
131
134
  description: string | null;
132
- secret: string;
135
+ secret: string | null;
136
+ secret_hashed: boolean;
137
+ secret_encrypted: boolean;
133
138
  redirect_uri: string | null;
134
139
  grant_types: string | null;
135
140
  scope: string | null;
136
141
  base_url: string | null;
137
142
  root_url: string | null;
138
- is_confidential: boolean;
139
- created_at: Date | string;
140
- updated_at: Date | string;
141
- realm_id: Realm["id"] | null;
143
+ created_at: string;
144
+ updated_at: string;
145
+ realm_id: Realm["id"];
142
146
  realm: {
143
147
  id: string;
144
148
  name: string;
@@ -148,8 +152,6 @@ export declare function createStore(context: StoreCreateContext): {
148
152
  created_at: string;
149
153
  updated_at: string;
150
154
  };
151
- user_id: User["id"] | null;
152
- user: /*elided*/ any;
153
155
  };
154
156
  realm_id: Realm["id"];
155
157
  realm: {
@@ -1 +1 @@
1
- {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/core/store/create.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,iBAAiB,EAGpB,MAAM,gBAAgB,CAAC;AAKxB,OAAO,KAAK,EACR,wBAAwB,EAE3B,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EACR,KAAK,EACL,IAAI,EACP,MAAM,kBAAkB,CAAC;AAM1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAErE,KAAK,OAAO,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;AAChD,KAAK,QAAQ,CAAC,CAAC,SAAS,OAAO,IAAI,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AA8B/F,KAAK,YAAY,GAAG,IAAI,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,CAAC,CAAC;AAE/C,wBAAgB,WAAW,CAAC,OAAO,EAAE,kBAAkB;;4BAMpB,OAAO;;iBAkRZ,iBAAiB;;;4BAlCR,OAAO,CAAC,IAAI,CAAC;wCA1ClC,wBAAwB;;4BA/LP,MAAM,GAAG,IAAI;;sCAYH,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI;;6BAgBtC,MAAM,GAAG,IAAI;;;;;;;;;;;sBAiCpB,YAAY,GAAG,IAAI;;;;;;;;;;gCAUT,YAAY,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA7B9B,IAAI,GAAG,IAAI;EA4RtC"}
1
+ {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/core/store/create.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,iBAAiB,EAGpB,MAAM,gBAAgB,CAAC;AAKxB,OAAO,KAAK,EACR,wBAAwB,EAE3B,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EACR,KAAK,EACL,IAAI,EACP,MAAM,kBAAkB,CAAC;AAM1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAErE,KAAK,OAAO,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;AAChD,KAAK,QAAQ,CAAC,CAAC,SAAS,OAAO,IAAI,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AA8B/F,KAAK,YAAY,GAAG,IAAI,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,CAAC,CAAC;AAE/C,wBAAgB,WAAW,CAAC,OAAO,EAAE,kBAAkB;;4BAMpB,OAAO;;iBAkRZ,iBAAiB;;;4BAlCR,OAAO,CAAC,IAAI,CAAC;wCA1ClC,wBAAwB;;4BA/LP,MAAM,GAAG,IAAI;;sCAYH,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI;;6BAgBtC,MAAM,GAAG,IAAI;;;;;;;;;;;sBAiCpB,YAAY,GAAG,IAAI;;;;;;;;;;gCAUT,YAAY,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA7B9B,IAAI,GAAG,IAAI;EA4RtC"}
@@ -11,7 +11,9 @@ export declare enum TranslatorTranslationClientKey {
11
11
  NAME_HINT = "nameHint",
12
12
  DESCRIPTION_HINT = "descriptionHint",
13
13
  REDIRECT_URI_HINT = "redirectURIHint",
14
- IS_CONFIDENTIAL = "isConfidential"
14
+ IS_CONFIDENTIAL = "isConfidential",
15
+ IS_ACTIVE = "isActive",
16
+ HASH_SECRET = "hashSecret"
15
17
  }
16
18
  export declare enum TranslatorTranslationDefaultKey {
17
19
  ADD = "add",
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/core/translator/constants.ts"],"names":[],"mappings":"AAOA,oBAAY,0BAA0B;IAClC,OAAO,YAAY;IAEnB,MAAM,iBAAiB;IAEvB,KAAK,UAAU;IACf,SAAS,cAAc;CAC1B;AAED,oBAAY,6BAA6B;IACrC,OAAO,WAAW;CACrB;AAED,oBAAY,8BAA8B;IACtC,SAAS,aAAa;IACtB,gBAAgB,oBAAoB;IACpC,iBAAiB,oBAAoB;IACrC,eAAe,mBAAmB;CACrC;AAED,oBAAY,+BAA+B;IACvC,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,MAAM,WAAW;IAEjB,MAAM,WAAW;IACjB,QAAQ,aAAa;IAErB,MAAM,WAAW;IACjB,UAAU,cAAc;IAExB,cAAc,iBAAiB;IAE/B,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,aAAa,iBAAiB;IAC9B,YAAY,gBAAgB;IAC5B,KAAK,UAAU;IACf,WAAW,eAAe;IAC1B,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,kBAAkB,sBAAsB;IACxC,IAAI,SAAS;IACb,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,aAAa,iBAAiB;IAC9B,KAAK,UAAU;CAClB"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/core/translator/constants.ts"],"names":[],"mappings":"AAOA,oBAAY,0BAA0B;IAClC,OAAO,YAAY;IAEnB,MAAM,iBAAiB;IAEvB,KAAK,UAAU;IACf,SAAS,cAAc;CAC1B;AAED,oBAAY,6BAA6B;IACrC,OAAO,WAAW;CACrB;AAED,oBAAY,8BAA8B;IACtC,SAAS,aAAa;IACtB,gBAAgB,oBAAoB;IACpC,iBAAiB,oBAAoB;IACrC,eAAe,mBAAmB;IAClC,SAAS,aAAa;IACtB,WAAW,eAAe;CAC7B;AAED,oBAAY,+BAA+B;IACvC,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,MAAM,WAAW;IAEjB,MAAM,WAAW;IACjB,QAAQ,aAAa;IAErB,MAAM,WAAW;IACjB,UAAU,cAAc;IAExB,cAAc,iBAAiB;IAE/B,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,aAAa,iBAAiB;IAC9B,YAAY,gBAAgB;IAC5B,KAAK,UAAU;IACf,WAAW,eAAe;IAC1B,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,kBAAkB,sBAAsB;IACxC,IAAI,SAAS;IACb,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,aAAa,iBAAiB;IAC9B,KAAK,UAAU;CAClB"}
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/core/translator/de/client.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAG1C,eAAO,MAAM,iCAAiC,EAAG,WAKhD,CAAC"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/core/translator/de/client.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAG1C,eAAO,MAAM,iCAAiC,EAAG,WAOhD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/core/translator/en/client.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAG1C,eAAO,MAAM,kCAAkC,EAAG,WAKjD,CAAC"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/core/translator/en/client.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAG1C,eAAO,MAAM,kCAAkC,EAAG,WAOjD,CAAC"}
package/dist/index.css CHANGED
@@ -1,18 +1,18 @@
1
1
 
2
- .identity-provider-picker-item[data-v-eb096917] {
3
- cursor: pointer;
4
- border-radius: 4px;
5
- min-width: 120px;
6
- color: #5b646c;
7
- background-color: #ececec;
2
+ .identity-provider-picker-item[data-v-af0f282c] {
3
+ cursor: pointer;
4
+ border-radius: 4px;
5
+ min-width: 120px;
6
+ color: #5b646c;
7
+ background-color: #ececec;
8
8
  padding: 0.5rem;
9
9
  }
10
- .identity-provider-picker-item.active[data-v-eb096917],
11
- .identity-provider-picker-item[data-v-eb096917]:hover,
12
- .identity-provider-picker-item[data-v-eb096917]:active {
13
- background-color: #6d7fcc;
10
+ .identity-provider-picker-item.active[data-v-af0f282c],
11
+ .identity-provider-picker-item[data-v-af0f282c]:hover,
12
+ .identity-provider-picker-item[data-v-af0f282c]:active {
13
+ background-color: #6d7fcc;
14
14
  color: #fff;
15
- }
15
+ }
16
16
 
17
17
 
18
18
  .a-picker-item[data-v-3fa3964f] {
@@ -29,3 +29,23 @@
29
29
  background-color: #6d7fcc;
30
30
  color: #fff;
31
31
  }
32
+
33
+
34
+ .identity-provider-box[data-v-957a0486] {
35
+ min-width: 150px;
36
+ }
37
+
38
+
39
+ .authorize {
40
+ padding: 1rem;
41
+ background: #E8E8E8;
42
+ min-width: 480px;
43
+ max-width: 100%;
44
+ min-height: 300px;
45
+ display: flex;
46
+ flex-direction: column;
47
+ justify-content: center;
48
+ position: relative;
49
+ border-radius: 5px;
50
+ box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24);
51
+ }