@sankhyalabs/ez-design 5.9.0 → 5.9.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/commitlint.config.cjs +2 -2
- package/dist/default/ez-themed.css +209 -0
- package/dist/default/ez-themed.min.css +1 -1
- package/dist/default/icons/fonts/ez-icons.css +6 -6
- package/dist/default/icons/fonts/ez-icons.eot +0 -0
- package/dist/default/icons/fonts/ez-icons.less +6 -6
- package/dist/default/icons/fonts/ez-icons.module.less +6 -6
- package/dist/default/icons/fonts/ez-icons.scss +6 -6
- package/dist/default/icons/fonts/ez-icons.styl +6 -6
- package/dist/default/icons/fonts/ez-icons.ttf +0 -0
- package/dist/default/icons/fonts/ez-icons.woff +0 -0
- package/dist/default/icons/fonts/ez-icons.woff2 +0 -0
- package/dist/default/icons/fonts/unicode.html +4 -4
- package/package.json +1 -1
package/commitlint.config.cjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
extends: ['@commitlint/config-conventional'],
|
|
3
3
|
rules: {
|
|
4
|
-
'type-enum': [2, 'always', ['feat', 'fix', 'docs', 'ci']],
|
|
4
|
+
'type-enum': [2, 'always', ['feat', 'fix', 'docs', 'ci', 'build', 'chore', 'style', 'refactor', 'perf', 'test']],
|
|
5
5
|
'references-empty': [2, 'never'],
|
|
6
6
|
'subject-case': [0, 'never']
|
|
7
7
|
},
|
|
8
8
|
parserPreset: {
|
|
9
9
|
parserOpts: {
|
|
10
|
-
issuePrefixes: ['(KB|
|
|
10
|
+
issuePrefixes: ['(KB|OS)[-:][0-9]+'],
|
|
11
11
|
issuePrefixesCaseSensitive: true
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -9214,3 +9214,212 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
9214
9214
|
--ez-grid--min-height: 0; }
|
|
9215
9215
|
.grid_height-0 snk-simple-crud {
|
|
9216
9216
|
--snk-simple-crud-grid--min-height: 0px; }
|
|
9217
|
+
|
|
9218
|
+
/* Paleta de cores */
|
|
9219
|
+
:root {
|
|
9220
|
+
/*Color Pallete*/
|
|
9221
|
+
--color--ocean-green-1000: #00281D;
|
|
9222
|
+
--color--ocean-green-900: #003D2D;
|
|
9223
|
+
--color--ocean-green-800: #00523C;
|
|
9224
|
+
--color--ocean-green-700: #00684C;
|
|
9225
|
+
--color--ocean-green-600: #008561;
|
|
9226
|
+
--color--ocean-green-500: #1A9171;
|
|
9227
|
+
--color--ocean-green-400: #42A58A;
|
|
9228
|
+
--color--ocean-green-300: #6BB8A3;
|
|
9229
|
+
--color--ocean-green-200: #94CCBD;
|
|
9230
|
+
--color--ocean-green-100: #BDDFD6;
|
|
9231
|
+
--color--ocean-green-90: #E6F3EF;
|
|
9232
|
+
--color--petroleum-1000: #0D1119;
|
|
9233
|
+
--color--petroleum-900: #141B27;
|
|
9234
|
+
--color--petroleum-800: #1B2434;
|
|
9235
|
+
--color--petroleum-700: #222D42;
|
|
9236
|
+
--color--petroleum-600: #2B3A54;
|
|
9237
|
+
--color--petroleum-500: #404E65;
|
|
9238
|
+
--color--petroleum-400: #626D80;
|
|
9239
|
+
--color--petroleum-300: #848D9C;
|
|
9240
|
+
--color--petroleum-200: #A6ACB7;
|
|
9241
|
+
--color--petroleum-100: #C8CCD3;
|
|
9242
|
+
--color--petroleum-90: #EAEBEE;
|
|
9243
|
+
--color--petroleum-80: #F4F6F9;
|
|
9244
|
+
--color--petroleum-70: #F4F6F9;
|
|
9245
|
+
--color--gray-1000: #060607;
|
|
9246
|
+
--color--gray-900: #0B0C0E;
|
|
9247
|
+
--color--gray-800: #111114;
|
|
9248
|
+
--color--gray-700: #16171B;
|
|
9249
|
+
--color--gray-600: #1C1D22;
|
|
9250
|
+
--color--gray-500: #494A4E;
|
|
9251
|
+
--color--gray-400: #77777A;
|
|
9252
|
+
--color--gray-300: #A4A5A7;
|
|
9253
|
+
--color--gray-200: #D2D2D3;
|
|
9254
|
+
--color--gray-100: #DEDEDE;
|
|
9255
|
+
--color--gray-90: #EAEAEA;
|
|
9256
|
+
--color--gray-80: #F9F9F9;
|
|
9257
|
+
--color--gray-70: #FFFFFF;
|
|
9258
|
+
--color--green-1000: #041800;
|
|
9259
|
+
--color--green-900: #083100;
|
|
9260
|
+
--color--green-800: #0D4900;
|
|
9261
|
+
--color--green-700: #116200;
|
|
9262
|
+
--color--green-600: #157A00;
|
|
9263
|
+
--color--green-500: #449533;
|
|
9264
|
+
--color--green-400: #73AF66;
|
|
9265
|
+
--color--green-300: #A1CA99;
|
|
9266
|
+
--color--green-200: #D0E4CC;
|
|
9267
|
+
--color--green-100: #EEF9EC;
|
|
9268
|
+
--color--yellow-1000: #302301;
|
|
9269
|
+
--color--yellow-900: #604701;
|
|
9270
|
+
--color--yellow-800: #8F6A02;
|
|
9271
|
+
--color--yellow-700: #BF8E02;
|
|
9272
|
+
--color--yellow-600: #EFB103;
|
|
9273
|
+
--color--yellow-500: #F2C135;
|
|
9274
|
+
--color--yellow-400: #F5D068;
|
|
9275
|
+
--color--yellow-300: #F9E09A;
|
|
9276
|
+
--color--yellow-200: #FCEFCD;
|
|
9277
|
+
--color--yellow-100: #FAF7EE;
|
|
9278
|
+
--color--red-1000: #260007;
|
|
9279
|
+
--color--red-900: #4C000F;
|
|
9280
|
+
--color--red-800: #710016;
|
|
9281
|
+
--color--red-700: #97001E;
|
|
9282
|
+
--color--red-600: #BD0025;
|
|
9283
|
+
--color--red-500: #CA3351;
|
|
9284
|
+
--color--red-400: #D7667C;
|
|
9285
|
+
--color--red-300: #E599A8;
|
|
9286
|
+
--color--red-200: #F2CCD3;
|
|
9287
|
+
--color--red-100: #F9EBEE; }
|
|
9288
|
+
|
|
9289
|
+
:root {
|
|
9290
|
+
/*Spacing*/
|
|
9291
|
+
--space--0: 0px;
|
|
9292
|
+
--space--2: 2px;
|
|
9293
|
+
--space--4: 4px;
|
|
9294
|
+
--space--6: 6px;
|
|
9295
|
+
--space--8: 8px;
|
|
9296
|
+
--space--10: 10px;
|
|
9297
|
+
--space--12: 12px;
|
|
9298
|
+
--space--14: 14px;
|
|
9299
|
+
--space--16: 16px;
|
|
9300
|
+
--space--18: 18px;
|
|
9301
|
+
--space--20: 20px;
|
|
9302
|
+
--space--22: 22px;
|
|
9303
|
+
--space--24: 24px;
|
|
9304
|
+
--space--26: 26px;
|
|
9305
|
+
--space--28: 28px;
|
|
9306
|
+
--space--30: 30px;
|
|
9307
|
+
--space--32: 32px;
|
|
9308
|
+
--space--34: 34px;
|
|
9309
|
+
--space--36: 36px;
|
|
9310
|
+
--space--38: 38px;
|
|
9311
|
+
--space--40: 40px;
|
|
9312
|
+
--space--42: 42px;
|
|
9313
|
+
--space--44: 44px;
|
|
9314
|
+
--space--46: 46px;
|
|
9315
|
+
--space--48: 48px;
|
|
9316
|
+
--space--50: 50px;
|
|
9317
|
+
--space--52: 52px; }
|
|
9318
|
+
|
|
9319
|
+
:root {
|
|
9320
|
+
/*Typography*/
|
|
9321
|
+
--font--pattern: Roboto;
|
|
9322
|
+
--font-size--xxsmall: 8px;
|
|
9323
|
+
--font-size--xsmall: 10px;
|
|
9324
|
+
--font-size--small: 12px;
|
|
9325
|
+
--font-size--default: 14px;
|
|
9326
|
+
--font-size--medium: 16px;
|
|
9327
|
+
--font-size--large: 18px;
|
|
9328
|
+
--font-size--xlarge: 20px;
|
|
9329
|
+
--font-size--xxlarge: 22px;
|
|
9330
|
+
--font-size--xxxlarge: 24px;
|
|
9331
|
+
--font-size--4xlarge: 26px;
|
|
9332
|
+
--font-size--5xlarge: 28px;
|
|
9333
|
+
--font-size--6xlarge: 30px;
|
|
9334
|
+
--font-size--7xlarge: 32px;
|
|
9335
|
+
--font-size--8xlarge: 34px;
|
|
9336
|
+
--font-size--9xlarge: 36px;
|
|
9337
|
+
--font-size--10xlarge: 38px;
|
|
9338
|
+
--font-size--11xlarge: 40px;
|
|
9339
|
+
--font-size--12xlarge: 42px;
|
|
9340
|
+
--font-size--13xlarge: 44px;
|
|
9341
|
+
--font-size--14xlarge: 46px;
|
|
9342
|
+
--font-size--15xlarge: 48px;
|
|
9343
|
+
--font-size--16xlarge: 50px;
|
|
9344
|
+
--font-size--17xlarge: 60px;
|
|
9345
|
+
--font-size--18xlarge: 70px;
|
|
9346
|
+
--font-size--19xlarge: 80px;
|
|
9347
|
+
--font-size--20xlarge: 90px;
|
|
9348
|
+
--font-size--21xlarge: 100px;
|
|
9349
|
+
--font-size--22xlarge: 110px;
|
|
9350
|
+
--font-size--23xlarge: 120px;
|
|
9351
|
+
--font-weight--light: 300;
|
|
9352
|
+
--font-weight--regular: 400;
|
|
9353
|
+
--font-weight--medium: 500;
|
|
9354
|
+
--font-weight--semi-bold: 600;
|
|
9355
|
+
--font-weight--bold: 700;
|
|
9356
|
+
--font-weight--extra-bold: 800;
|
|
9357
|
+
--font-weight--black: 900;
|
|
9358
|
+
--line-height--16: 16px;
|
|
9359
|
+
--line-height--18: 18px;
|
|
9360
|
+
--line-height--20: 20px;
|
|
9361
|
+
--line-height--22: 22px;
|
|
9362
|
+
--line-height--24: 24px;
|
|
9363
|
+
--line-height--26: 26px;
|
|
9364
|
+
--line-height--28: 28px;
|
|
9365
|
+
--line-height--30: 30px;
|
|
9366
|
+
--line-height--32: 32px;
|
|
9367
|
+
--line-height--34: 34px;
|
|
9368
|
+
--line-height--36: 36px;
|
|
9369
|
+
--line-height--38: 38px;
|
|
9370
|
+
--line-height--40: 40px;
|
|
9371
|
+
--line-height--42: 42px;
|
|
9372
|
+
--line-height--44: 44px;
|
|
9373
|
+
--line-height--46: 46px;
|
|
9374
|
+
--line-height--48: 48px;
|
|
9375
|
+
--line-height--50: 50px;
|
|
9376
|
+
--line-height--52: 52px;
|
|
9377
|
+
--line-height--54: 54px;
|
|
9378
|
+
--line-height--56: 56px;
|
|
9379
|
+
--line-height--58: 58px;
|
|
9380
|
+
--line-height--60: 60px;
|
|
9381
|
+
--line-height--64: 64px;
|
|
9382
|
+
--line-height--68: 68px;
|
|
9383
|
+
--line-height--74: 74px;
|
|
9384
|
+
--line-height--78: 78px;
|
|
9385
|
+
--letter-spacing--0: 0px;
|
|
9386
|
+
--letter-spacing--1: 1px;
|
|
9387
|
+
--letter-spacing--2: 2px; }
|
|
9388
|
+
|
|
9389
|
+
:root {
|
|
9390
|
+
/*Border radius*/
|
|
9391
|
+
--border--radius-0: 0px;
|
|
9392
|
+
--border--radius-2: 2px;
|
|
9393
|
+
--border--radius-4: 4px;
|
|
9394
|
+
--border--radius-6: 6px;
|
|
9395
|
+
--border--radius-8: 8px;
|
|
9396
|
+
--border--radius-10: 10px;
|
|
9397
|
+
--border--radius-12: 12px;
|
|
9398
|
+
--border--radius-14: 14px;
|
|
9399
|
+
--border--radius-16: 16px;
|
|
9400
|
+
--border--radius-18: 18px;
|
|
9401
|
+
--border--radius-20: 20px;
|
|
9402
|
+
--border--radius-22: 22px;
|
|
9403
|
+
--border--radius-24: 24px;
|
|
9404
|
+
--border--radius-26: 26px;
|
|
9405
|
+
--border--radius-28: 28px;
|
|
9406
|
+
--border--radius-30: 30px;
|
|
9407
|
+
--border--radius-32: 32px;
|
|
9408
|
+
--border--radius-34: 34px;
|
|
9409
|
+
--border--radius-36: 36px;
|
|
9410
|
+
--border--radius-38: 38px;
|
|
9411
|
+
--border--radius-40: 40px;
|
|
9412
|
+
--border--radius-42: 42px;
|
|
9413
|
+
--border--radius-44: 44px;
|
|
9414
|
+
--border--radius-46: 46px;
|
|
9415
|
+
--border--radius-48: 48px;
|
|
9416
|
+
--border--radius-50: 50px;
|
|
9417
|
+
--border--radius-52: 52px;
|
|
9418
|
+
--border--radius-54: 54px;
|
|
9419
|
+
--border--radius-56: 56px;
|
|
9420
|
+
--border--radius-58: 58px;
|
|
9421
|
+
--border--radius-60: 60px;
|
|
9422
|
+
--border--radius-62: 62px;
|
|
9423
|
+
--border--radius-64: 64px;
|
|
9424
|
+
--border--radius-100: 100px;
|
|
9425
|
+
--border--radius-200: 200px; }
|