@sankhyalabs/ez-design 5.10.0-dev.26 → 5.10.0-dev.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.
@@ -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|kb|SKA|ska|OS|os)[-:][0-9]+'],
10
+ issuePrefixes: ['(KB|OS)[-:][0-9]+'],
11
11
  issuePrefixesCaseSensitive: true
12
12
  }
13
13
  }
@@ -9339,3 +9339,212 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
9339
9339
  --ez-grid--min-height: 0; }
9340
9340
  .grid_height-0 snk-simple-crud {
9341
9341
  --snk-simple-crud-grid--min-height: 0px; }
9342
+
9343
+ /* Paleta de cores */
9344
+ :root {
9345
+ /*Color Pallete*/
9346
+ --color--ocean-green-1000: #00281D;
9347
+ --color--ocean-green-900: #003D2D;
9348
+ --color--ocean-green-800: #00523C;
9349
+ --color--ocean-green-700: #00684C;
9350
+ --color--ocean-green-600: #008561;
9351
+ --color--ocean-green-500: #1A9171;
9352
+ --color--ocean-green-400: #42A58A;
9353
+ --color--ocean-green-300: #6BB8A3;
9354
+ --color--ocean-green-200: #94CCBD;
9355
+ --color--ocean-green-100: #BDDFD6;
9356
+ --color--ocean-green-90: #E6F3EF;
9357
+ --color--petroleum-1000: #0D1119;
9358
+ --color--petroleum-900: #141B27;
9359
+ --color--petroleum-800: #1B2434;
9360
+ --color--petroleum-700: #222D42;
9361
+ --color--petroleum-600: #2B3A54;
9362
+ --color--petroleum-500: #404E65;
9363
+ --color--petroleum-400: #626D80;
9364
+ --color--petroleum-300: #848D9C;
9365
+ --color--petroleum-200: #A6ACB7;
9366
+ --color--petroleum-100: #C8CCD3;
9367
+ --color--petroleum-90: #EAEBEE;
9368
+ --color--petroleum-80: #F4F6F9;
9369
+ --color--petroleum-70: #F4F6F9;
9370
+ --color--gray-1000: #060607;
9371
+ --color--gray-900: #0B0C0E;
9372
+ --color--gray-800: #111114;
9373
+ --color--gray-700: #16171B;
9374
+ --color--gray-600: #1C1D22;
9375
+ --color--gray-500: #494A4E;
9376
+ --color--gray-400: #77777A;
9377
+ --color--gray-300: #A4A5A7;
9378
+ --color--gray-200: #D2D2D3;
9379
+ --color--gray-100: #DEDEDE;
9380
+ --color--gray-90: #EAEAEA;
9381
+ --color--gray-80: #F9F9F9;
9382
+ --color--gray-70: #FFFFFF;
9383
+ --color--green-1000: #041800;
9384
+ --color--green-900: #083100;
9385
+ --color--green-800: #0D4900;
9386
+ --color--green-700: #116200;
9387
+ --color--green-600: #157A00;
9388
+ --color--green-500: #449533;
9389
+ --color--green-400: #73AF66;
9390
+ --color--green-300: #A1CA99;
9391
+ --color--green-200: #D0E4CC;
9392
+ --color--green-100: #EEF9EC;
9393
+ --color--yellow-1000: #302301;
9394
+ --color--yellow-900: #604701;
9395
+ --color--yellow-800: #8F6A02;
9396
+ --color--yellow-700: #BF8E02;
9397
+ --color--yellow-600: #EFB103;
9398
+ --color--yellow-500: #F2C135;
9399
+ --color--yellow-400: #F5D068;
9400
+ --color--yellow-300: #F9E09A;
9401
+ --color--yellow-200: #FCEFCD;
9402
+ --color--yellow-100: #FAF7EE;
9403
+ --color--red-1000: #260007;
9404
+ --color--red-900: #4C000F;
9405
+ --color--red-800: #710016;
9406
+ --color--red-700: #97001E;
9407
+ --color--red-600: #BD0025;
9408
+ --color--red-500: #CA3351;
9409
+ --color--red-400: #D7667C;
9410
+ --color--red-300: #E599A8;
9411
+ --color--red-200: #F2CCD3;
9412
+ --color--red-100: #F9EBEE; }
9413
+
9414
+ :root {
9415
+ /*Spacing*/
9416
+ --space--0: 0px;
9417
+ --space--2: 2px;
9418
+ --space--4: 4px;
9419
+ --space--6: 6px;
9420
+ --space--8: 8px;
9421
+ --space--10: 10px;
9422
+ --space--12: 12px;
9423
+ --space--14: 14px;
9424
+ --space--16: 16px;
9425
+ --space--18: 18px;
9426
+ --space--20: 20px;
9427
+ --space--22: 22px;
9428
+ --space--24: 24px;
9429
+ --space--26: 26px;
9430
+ --space--28: 28px;
9431
+ --space--30: 30px;
9432
+ --space--32: 32px;
9433
+ --space--34: 34px;
9434
+ --space--36: 36px;
9435
+ --space--38: 38px;
9436
+ --space--40: 40px;
9437
+ --space--42: 42px;
9438
+ --space--44: 44px;
9439
+ --space--46: 46px;
9440
+ --space--48: 48px;
9441
+ --space--50: 50px;
9442
+ --space--52: 52px; }
9443
+
9444
+ :root {
9445
+ /*Typography*/
9446
+ --font--pattern: Roboto;
9447
+ --font-size--xxsmall: 8px;
9448
+ --font-size--xsmall: 10px;
9449
+ --font-size--small: 12px;
9450
+ --font-size--default: 14px;
9451
+ --font-size--medium: 16px;
9452
+ --font-size--large: 18px;
9453
+ --font-size--xlarge: 20px;
9454
+ --font-size--xxlarge: 22px;
9455
+ --font-size--xxxlarge: 24px;
9456
+ --font-size--4xlarge: 26px;
9457
+ --font-size--5xlarge: 28px;
9458
+ --font-size--6xlarge: 30px;
9459
+ --font-size--7xlarge: 32px;
9460
+ --font-size--8xlarge: 34px;
9461
+ --font-size--9xlarge: 36px;
9462
+ --font-size--10xlarge: 38px;
9463
+ --font-size--11xlarge: 40px;
9464
+ --font-size--12xlarge: 42px;
9465
+ --font-size--13xlarge: 44px;
9466
+ --font-size--14xlarge: 46px;
9467
+ --font-size--15xlarge: 48px;
9468
+ --font-size--16xlarge: 50px;
9469
+ --font-size--17xlarge: 60px;
9470
+ --font-size--18xlarge: 70px;
9471
+ --font-size--19xlarge: 80px;
9472
+ --font-size--20xlarge: 90px;
9473
+ --font-size--21xlarge: 100px;
9474
+ --font-size--22xlarge: 110px;
9475
+ --font-size--23xlarge: 120px;
9476
+ --font-weight--light: 300;
9477
+ --font-weight--regular: 400;
9478
+ --font-weight--medium: 500;
9479
+ --font-weight--semi-bold: 600;
9480
+ --font-weight--bold: 700;
9481
+ --font-weight--extra-bold: 800;
9482
+ --font-weight--black: 900;
9483
+ --line-height--16: 16px;
9484
+ --line-height--18: 18px;
9485
+ --line-height--20: 20px;
9486
+ --line-height--22: 22px;
9487
+ --line-height--24: 24px;
9488
+ --line-height--26: 26px;
9489
+ --line-height--28: 28px;
9490
+ --line-height--30: 30px;
9491
+ --line-height--32: 32px;
9492
+ --line-height--34: 34px;
9493
+ --line-height--36: 36px;
9494
+ --line-height--38: 38px;
9495
+ --line-height--40: 40px;
9496
+ --line-height--42: 42px;
9497
+ --line-height--44: 44px;
9498
+ --line-height--46: 46px;
9499
+ --line-height--48: 48px;
9500
+ --line-height--50: 50px;
9501
+ --line-height--52: 52px;
9502
+ --line-height--54: 54px;
9503
+ --line-height--56: 56px;
9504
+ --line-height--58: 58px;
9505
+ --line-height--60: 60px;
9506
+ --line-height--64: 64px;
9507
+ --line-height--68: 68px;
9508
+ --line-height--74: 74px;
9509
+ --line-height--78: 78px;
9510
+ --letter-spacing--0: 0px;
9511
+ --letter-spacing--1: 1px;
9512
+ --letter-spacing--2: 2px; }
9513
+
9514
+ :root {
9515
+ /*Border radius*/
9516
+ --border--radius-0: 0px;
9517
+ --border--radius-2: 2px;
9518
+ --border--radius-4: 4px;
9519
+ --border--radius-6: 6px;
9520
+ --border--radius-8: 8px;
9521
+ --border--radius-10: 10px;
9522
+ --border--radius-12: 12px;
9523
+ --border--radius-14: 14px;
9524
+ --border--radius-16: 16px;
9525
+ --border--radius-18: 18px;
9526
+ --border--radius-20: 20px;
9527
+ --border--radius-22: 22px;
9528
+ --border--radius-24: 24px;
9529
+ --border--radius-26: 26px;
9530
+ --border--radius-28: 28px;
9531
+ --border--radius-30: 30px;
9532
+ --border--radius-32: 32px;
9533
+ --border--radius-34: 34px;
9534
+ --border--radius-36: 36px;
9535
+ --border--radius-38: 38px;
9536
+ --border--radius-40: 40px;
9537
+ --border--radius-42: 42px;
9538
+ --border--radius-44: 44px;
9539
+ --border--radius-46: 46px;
9540
+ --border--radius-48: 48px;
9541
+ --border--radius-50: 50px;
9542
+ --border--radius-52: 52px;
9543
+ --border--radius-54: 54px;
9544
+ --border--radius-56: 56px;
9545
+ --border--radius-58: 58px;
9546
+ --border--radius-60: 60px;
9547
+ --border--radius-62: 62px;
9548
+ --border--radius-64: 64px;
9549
+ --border--radius-100: 100px;
9550
+ --border--radius-200: 200px; }